|
|
@@ -79,25 +79,67 @@
|
|
|
width: '150',
|
|
|
align: 'center'
|
|
|
},
|
|
|
- { label: '批次号', prop: 'batchNo', align: 'center', width: 120 },
|
|
|
- { label: '发货条码', prop: 'barcodes', align: 'center' },
|
|
|
- { label: '包装编码', prop: 'packageNo', align: 'center' },
|
|
|
- { label: '计量数量', prop: 'measureQuantity', align: 'center' },
|
|
|
- { label: '计量单位', prop: 'measureUnit', align: 'center' },
|
|
|
- { label: '物料代号', prop: 'materielDesignation', align: 'center' },
|
|
|
- { label: '客户代号', prop: 'clientCode', align: 'center' },
|
|
|
- { label: '刻码', prop: 'engrave', align: 'center' },
|
|
|
+ {
|
|
|
+ label: '规格',
|
|
|
+ prop: 'specification',
|
|
|
+ width: '150',
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '牌号',
|
|
|
+ prop: 'brandNum',
|
|
|
+ width: '150',
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'modelType',
|
|
|
+ label: '型号',
|
|
|
+ align: 'center',
|
|
|
+ width: '150'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'batchNo',
|
|
|
+ label: '批次号',
|
|
|
+ align: 'center',
|
|
|
+ width: '150'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'weight',
|
|
|
+ label: '重量',
|
|
|
+ align: 'center',
|
|
|
+ width: '150'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'weightUnit',
|
|
|
+ label: '重量单位',
|
|
|
+ align: 'center',
|
|
|
+ width: '150'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'disposeTime',
|
|
|
+ label: '处置时间',
|
|
|
+ align: 'center',
|
|
|
+ width: '180'
|
|
|
+ }
|
|
|
+ // { label: '批次号', prop: 'batchNo', align: 'center', width: 120 },
|
|
|
+ // { label: '发货条码', prop: 'barcodes', align: 'center' },
|
|
|
+ // { label: '包装编码', prop: 'packageNo', align: 'center' },
|
|
|
+ // { label: '计量数量', prop: 'measureQuantity', align: 'center' },
|
|
|
+ // { label: '计量单位', prop: 'measureUnit', align: 'center' },
|
|
|
+ // { label: '物料代号', prop: 'materielDesignation', align: 'center' },
|
|
|
+ // { label: '客户代号', prop: 'clientCode', align: 'center' },
|
|
|
+ // { label: '刻码', prop: 'engrave', align: 'center' },
|
|
|
// { prop: 'specification', label: '规格', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
// { prop: 'brandNum', label: '牌号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
// { prop: 'modelType', label: '型号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
- { label: '重量', prop: 'weight', align: 'center' },
|
|
|
- { label: '重量单位', prop: 'weightUnit', align: 'center' },
|
|
|
- { label: '仓库', prop: 'warehouseName', align: 'center' },
|
|
|
- { label: '货区', prop: 'areaName', align: 'center' },
|
|
|
- { label: '货架', prop: 'goodsShelfName', align: 'center' },
|
|
|
- { label: '货位', prop: 'goodsAllocationName', align: 'center' },
|
|
|
- { label: '生产日期', prop: 'productionDate', align: 'center' },
|
|
|
- { label: '采购日期', prop: 'purchaseDate', align: 'center' }
|
|
|
+ // { label: '重量', prop: 'weight', align: 'center' },
|
|
|
+ // { label: '重量单位', prop: 'weightUnit', align: 'center' },
|
|
|
+ // { label: '仓库', prop: 'warehouseName', align: 'center' },
|
|
|
+ // { label: '货区', prop: 'areaName', align: 'center' },
|
|
|
+ // { label: '货架', prop: 'goodsShelfName', align: 'center' },
|
|
|
+ // { label: '货位', prop: 'goodsAllocationName', align: 'center' },
|
|
|
+ // { label: '生产日期', prop: 'productionDate', align: 'center' },
|
|
|
+ // { label: '采购日期', prop: 'purchaseDate', align: 'center' }
|
|
|
];
|
|
|
}
|
|
|
},
|