|
@@ -1609,18 +1609,16 @@ export default {
|
|
|
{ title: '备注', dataIndex: 'remark' },
|
|
|
],
|
|
|
purchaseInColumns: [
|
|
|
- { title: '仓库名称', dataIndex: 'depotName', width: 90 },
|
|
|
- { title: '条码', dataIndex: 'barCode', width: 90 },
|
|
|
+ { title: '批次号', dataIndex: 'batchNumber', width: 90 },
|
|
|
{ title: '名称', dataIndex: 'name', width: 90 },
|
|
|
{ title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
|
|
|
- { title: '生产日期', dataIndex: 'standard', width: 100 },
|
|
|
- { title: '保质期', dataIndex: 'standard', width: 60 },
|
|
|
- { title: '商品条码', dataIndex: 'standard', width: 90 },
|
|
|
- { title: '批次号', dataIndex: 'standard', width: 90 },
|
|
|
- { title: '仓库名', dataIndex: 'standard', width: 90 },
|
|
|
- { title: '仓库货架', dataIndex: 'standard', width: 90 },
|
|
|
- { title: '包装规格', dataIndex: 'standard', width: 90 },
|
|
|
+ { title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
|
+ { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
+ { title: '商品条码', dataIndex: 'barCode', width: 90 },
|
|
|
+ { title: '仓库名称', dataIndex: 'depotName', width: 90 },
|
|
|
+ { title: '仓库货架', dataIndex: 'position', width: 90 },
|
|
|
+ { title: '包装规格', dataIndex: 'unitName', width: 90 },
|
|
|
|
|
|
{ title: '型号', dataIndex: 'model', width: 60 },
|
|
|
{ title: '颜色', dataIndex: 'color', width: 60 },
|
|
@@ -1630,7 +1628,6 @@ export default {
|
|
|
{ title: '库存', dataIndex: 'stock', width: 90 },
|
|
|
{ title: '单位', dataIndex: 'unit', width: 90 },
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
- { title: '批号', dataIndex: 'batchNumber', width: 90 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
{ title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
@@ -1641,11 +1638,11 @@ export default {
|
|
|
{ title: '税额', dataIndex: 'taxMoney', width: 90 },
|
|
|
{ title: '价税合计', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
|
|
|
- { title: '实际出库数量', dataIndex: 'taxLastMoney', width: 115 },
|
|
|
- { title: '出库差异', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
- { title: '出库差异原因', dataIndex: 'taxLastMoney', width: 115 },
|
|
|
- { title: '出库人', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
- { title: '出库时间', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
+ { title: '实际入库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
+ { title: '入库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
+ { title: '入库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
+ { title: '入库人', dataIndex: 'warehousingUser', width: 90 },
|
|
|
+ { title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
{ title: '仓位货架', dataIndex: 'position', width: 90 },
|