| | |
| | | { "title": "货位编号", "field": "locationCode", type: "text" }, |
| | | { "title": "变动前货位状态", "field": "BeforeStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "变动后货位状态", "field": "AfterStatus", "type": "select", dataKey: "LocationState", data: [] }, |
| | | { "title": "变动类型", "field": "changeType", type: "text" }, |
| | | { "title": "变动类型", "field": "changeType", type: "select", dataKey: "StatusChangeType", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([{ field: 'Id', title: '主键', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | |
| | | { field: 'locationCode', title: '货位编号', type: 'string', width: 110, require: true, align: 'left' }, |
| | | { field: 'beforeStatus', title: '变动前货位状态', type: 'int', width: 120, align: 'left', bind: { key: "LocationState", data: [] } }, |
| | | { field: 'afterStatus', title: '变动后货位状态', type: 'int', width: 110, require: true, align: 'left', sort: true, bind: { key: "LocationState", data: [] } }, |
| | | { field: 'changeType', title: '变动类型(出库、入库、手动调整...)', type: 'string', width: 70, align: 'left' }, |
| | | { field: 'changeType', title: '变动类型(出库、入库、手动调整...)', type: 'string', width: 70, align: 'left', bind: { key: "StatusChangeType", data: [] } }, |
| | | { field: 'orderId', title: '单据主键', type: 'string', width: 70, align: 'left' }, |
| | | { field: 'orderNo', title: '单据编号', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'orderDetailId', title: '单据明细主键', type: 'string', width: 110, align: 'left' }, |