给单据增加sku字段

This commit is contained in:
季圣华
2021-07-28 00:54:44 +08:00
parent 1f166552b2
commit 5bf41a3b3b
37 changed files with 154 additions and 316 deletions

View File

@@ -148,16 +148,6 @@
},
// 表头
columns: [
{
title: '#',
dataIndex: '',
key:'rowIndex',
width:40,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
}
},
{ title: '供应商', dataIndex: 'organName',width:140},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},