单据优化
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user