给零售和其它出入库增加批号和序号的支持
This commit is contained in:
@@ -893,6 +893,9 @@
|
||||
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||
{ title: '库存', dataIndex: 'stock'},
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '序列号', dataIndex: 'snList'},
|
||||
{ title: '批号', dataIndex: 'batchNumber'},
|
||||
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
@@ -909,6 +912,9 @@
|
||||
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||
{ title: '库存', dataIndex: 'stock'},
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '序列号', dataIndex: 'snList'},
|
||||
{ title: '批号', dataIndex: 'batchNumber'},
|
||||
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
@@ -1049,6 +1055,9 @@
|
||||
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||
{ title: '库存', dataIndex: 'stock'},
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '序列号', dataIndex: 'snList'},
|
||||
{ title: '批号', dataIndex: 'batchNumber'},
|
||||
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
@@ -1065,6 +1074,9 @@
|
||||
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||
{ title: '库存', dataIndex: 'stock'},
|
||||
{ title: '单位', dataIndex: 'unit'},
|
||||
{ title: '序列号', dataIndex: 'snList'},
|
||||
{ title: '批号', dataIndex: 'batchNumber'},
|
||||
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||
{ title: '多属性', dataIndex: 'sku'},
|
||||
{ title: '数量', dataIndex: 'operNumber'},
|
||||
{ title: '单价', dataIndex: 'unitPrice'},
|
||||
|
||||
Reference in New Issue
Block a user