给关联单据选择列表中的供应商客户列调整宽度
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user