给关联单据选择列表中的供应商客户列调整宽度

This commit is contained in:
神话
2022-04-28 20:34:53 +08:00
parent 8dbc722674
commit a9fa72ccef

View File

@@ -67,7 +67,7 @@
return parseInt(index)+1; return parseInt(index)+1;
} }
}, },
{ title: '', dataIndex: 'organName',width:120}, { title: '', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:150}, { title: '单据编号', dataIndex: 'number',width:150},
{ title: '商品信息', dataIndex: 'materialsList',width:280, ellipsis:true, { title: '商品信息', dataIndex: 'materialsList',width:280, ellipsis:true,
customRender:function (text,record,index) { customRender:function (text,record,index) {