把采购订单和销售订单的部分出入库状态改为已采购和已销售
This commit is contained in:
parent
3f35b5ebc6
commit
1f0617ae47
@ -1314,7 +1314,7 @@
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '已入库', dataIndex: 'finishNumber'},
|
||||
{ title: '已采购', dataIndex: 'finishNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
{ title: '金额', dataIndex: 'allPrice'},
|
||||
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||
@ -1389,7 +1389,7 @@
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '已出库', dataIndex: 'finishNumber'},
|
||||
{ title: '已销售', dataIndex: 'finishNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
{ title: '金额', dataIndex: 'allPrice'},
|
||||
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user