| | |
| | | { title: "托盘号", field: "palleCode" }, |
| | | { title: "物料编号", field: "materielCode" }, |
| | | { title: "单据编号", field: "orderNo" }, |
| | | { title: "变动类型", field: "changeType" ,type: "selectList",dataKey: "stockChangeType",data: [],}, |
| | | ], |
| | | [ |
| | | { title: "批次号", field: "batchNo" }, |
| | | { title: "任务号", field: "taskNum" }, |
| | | { title: "序列号", field: "serilNumber" }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | }, |
| | | { |
| | | field: "stockDetailId", |
| | | title: "设备主键", |
| | | title: "库存明细ID", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | |
| | | field: "serilNumber", |
| | | title: "序列号", |
| | | type: "int", |
| | | width: 120, |
| | | width: 280, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderNo", |
| | | title: "单据编号", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderId", |
| | | title: "单据主键", |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderDetailId", |
| | | title: "单据明细主键", |
| | | type: "string", |
| | | width: 120, |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "changeQuantity", |
| | | title: "变动数量", |
| | | type: "string", |
| | | width: 200, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "beforeQuantity", |
| | | title: "变动前库存量", |
| | | type: "string", |
| | | width: 180, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "afterQuantity", |
| | | title: "变动后库存量", |
| | | type: "string", |
| | | width: 120, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderId", |
| | | title: "单据主键", |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "orderDetailId", |
| | | title: "单据明细主键", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "备注", |
| | | type: "string", |