|
@@ -1610,7 +1610,7 @@ export default {
|
|
|
],
|
|
|
purchaseInColumns: [
|
|
|
{ title: '批次号', dataIndex: 'batchNumber', width: 90 },
|
|
|
- { title: '名称', dataIndex: 'name', width: 90 },
|
|
|
+ { title: '名称', dataIndex: 'name', width: 115 },
|
|
|
{ title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
|
|
|
{ title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
@@ -1751,27 +1751,39 @@ export default {
|
|
|
{ title: '备注', dataIndex: 'remark' },
|
|
|
],
|
|
|
otherInColumns: [
|
|
|
- { title: '仓库名称', dataIndex: 'depotName' },
|
|
|
- { title: '条码', dataIndex: 'barCode' },
|
|
|
- { title: '名称', dataIndex: 'name' },
|
|
|
- { title: '规格', dataIndex: 'standard' },
|
|
|
- { title: '型号', dataIndex: 'model' },
|
|
|
- { title: '颜色', dataIndex: 'color' },
|
|
|
- { title: '品牌', dataIndex: 'brand' },
|
|
|
- { title: '制造商', dataIndex: 'mfrs' },
|
|
|
- { title: '扩展信息', dataIndex: 'materialOther' },
|
|
|
- { title: '库存', dataIndex: 'stock' },
|
|
|
- { title: '单位', dataIndex: 'unit' },
|
|
|
+ { title: '批次号', dataIndex: 'batchNumber', width: 90 },
|
|
|
+ { title: '名称', dataIndex: 'name', width: 115 },
|
|
|
+ { 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 },
|
|
|
+ { title: '品牌', dataIndex: 'brand', width: 90 },
|
|
|
+ { title: '制造商', dataIndex: 'mfrs', width: 90 },
|
|
|
+ { title: '扩展信息', dataIndex: 'materialOther', width: 90 },
|
|
|
+ { title: '库存', dataIndex: 'stock', width: 90 },
|
|
|
+ { title: '单位', dataIndex: 'unit', width: 90 },
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
- { title: '批号', dataIndex: 'batchNumber' },
|
|
|
- { title: '有效期', dataIndex: 'expirationDate' },
|
|
|
- { title: '多属性', dataIndex: 'sku' },
|
|
|
- { title: '数量', dataIndex: 'operNumber' },
|
|
|
- { title: '单价', dataIndex: 'unitPrice' },
|
|
|
- { title: '金额', dataIndex: 'allPrice' },
|
|
|
- { title: '重量', dataIndex: 'weight' },
|
|
|
- { title: '仓位货架', dataIndex: 'position' },
|
|
|
- { title: '备注', dataIndex: 'remark' },
|
|
|
+ { title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
+ { title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
+ { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
+ { title: '金额', dataIndex: 'allPrice', 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 },
|
|
|
],
|
|
|
otherOutColumns: [
|
|
|
{ title: '仓库名称', dataIndex: 'depotName' },
|