销售出库里面的列标题已入库写错,改为已出库
This commit is contained in:
parent
c0e67ee3bf
commit
386d32ab3f
@ -1075,7 +1075,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