给关联单据选择列表中的供应商客户列调整宽度
This commit is contained in:
parent
8dbc722674
commit
a9fa72ccef
@ -67,7 +67,7 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{ title: '', dataIndex: 'organName',width:120},
|
||||
{ title: '', dataIndex: 'organName',width:120, ellipsis:true},
|
||||
{ title: '单据编号', dataIndex: 'number',width:150},
|
||||
{ title: '商品信息', dataIndex: 'materialsList',width:280, ellipsis:true,
|
||||
customRender:function (text,record,index) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user