Commit 386d32ab authored by 季圣华's avatar 季圣华
Browse files

销售出库里面的列标题已入库写错,改为已出库

parent c0e67ee3
...@@ -1075,7 +1075,7 @@ ...@@ -1075,7 +1075,7 @@
{ title: '单位', dataIndex: 'unit'}, { title: '单位', dataIndex: 'unit'},
{ title: '多属性', dataIndex: 'sku'}, { title: '多属性', dataIndex: 'sku'},
{ title: '数量', dataIndex: 'operNumber'}, { title: '数量', dataIndex: 'operNumber'},
{ title: '', dataIndex: 'finishNumber'}, { title: '', dataIndex: 'finishNumber'},
{ title: '单价', dataIndex: 'unitPrice'}, { title: '单价', dataIndex: 'unitPrice'},
{ title: '金额', dataIndex: 'allPrice'}, { title: '金额', dataIndex: 'allPrice'},
{ title: '税率(%)', dataIndex: 'taxRate'}, { title: '税率(%)', dataIndex: 'taxRate'},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment