单据优化

This commit is contained in:
季圣华
2021-05-31 01:09:38 +08:00
parent 5ffaf4ce0e
commit 416157d020
4 changed files with 49 additions and 8 deletions

View File

@@ -151,12 +151,11 @@
key:'rowIndex',
width:40,
align:"center",
fixed: 'left',
customRender:function (t,r,index) {
return parseInt(index)+1;
}
},
{title: '条码', dataIndex: 'mBarCode', width: 120,fixed: 'left'},
{title: '条码', dataIndex: 'mBarCode', width: 120},
{title: '名称', dataIndex: 'name', width: 120},
{title: '规格', dataIndex: 'standard', width: 80},
{title: '型号', dataIndex: 'model', width: 80},