给采购订单增加请购单的关联

This commit is contained in:
jishenghua
2024-04-23 00:45:36 +08:00
parent 6fad68f20c
commit 5933d0c3fd
4 changed files with 77 additions and 7 deletions

View File

@@ -216,6 +216,7 @@
return text
}
},
{ title: '关联请购单', dataIndex: 'linkApply',width:140},
{ title: '关联订单', dataIndex: 'linkNumber',width:140},
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true},
{ title: '单据日期', dataIndex: 'operTimeStr',width:145},