给订单去除仓库

This commit is contained in:
季圣华
2021-09-23 22:44:29 +08:00
parent cbfdb3b875
commit 03cd35254d
5 changed files with 0 additions and 28 deletions

View File

@@ -998,7 +998,6 @@
{ title: '备注', dataIndex: 'remark', width: '5%'}
],
purchaseOrderColumns: [
{ title: '仓库名称', dataIndex: 'depotName', width: '8%'},
{ title: '条码', dataIndex: 'barCode', width: '10%'},
{ title: '名称', dataIndex: 'name', width: '8%'},
{ title: '规格', dataIndex: 'standard', width: '5%'},
@@ -1062,7 +1061,6 @@
{ title: '备注', dataIndex: 'remark', width: '5%'}
],
saleOrderColumns: [
{ title: '仓库名称', dataIndex: 'depotName', width: '8%'},
{ title: '条码', dataIndex: 'barCode', width: '10%'},
{ title: '名称', dataIndex: 'name', width: '8%'},
{ title: '规格', dataIndex: 'standard', width: '5%'},