| | |
| | | export default defineComponent({ |
| | | setup() { |
| | | const table = ref({ |
| | | key: 'groupId', |
| | | key: 'id', |
| | | footer: "Foots", |
| | | cnName: '库存信息', |
| | | name: 'stock/Dt_BillGroupStock', |
| | |
| | | { "title": "组盘类型", "field": "groupType", type: "select", dataKey: "GroupType", data: [] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([{ field: 'groupId', title: '库存ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | const columns = ref([{ field: 'id', title: '库存ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'locationCode', title: '库位', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'palletCode', title: '托盘条码', type: 'string', width: 110, align: 'left', sort: true }, |
| | | { field: 'orderNo', title: '单据编号', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'orderType', title: '订单类型', type: 'int', width: 110, align: 'left' }, |
| | | { field: 'orderDetailId', title: '库存明细ID', type: 'int', width: 110, hidden: true, align: 'left' }, |
| | | { field: 'materialNo', title: '物料编号', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'batchNo', title: '批次号', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'groupType', title: '组盘类型', type: 'int', width: 110, align: 'left', bind: { key: "GroupType", data: [] } }, |
| | | { field: 'groupWay', title: '组盘方式', type: 'int', width: 110, align: 'left' }, |
| | | { field: 'isFull', title: '是否满盘', type: 'bool', width: 110, hidden: true, align: 'left' }, |
| | | { field: 'state', title: '库存状态', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } }, |
| | | { field: 'isFull', title: '是否满盘', type: 'bool', width: 110, align: 'left' }, |
| | | // { field: 'state', title: '库存状态', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } }, |
| | | { field: 'remark', title: '备注', type: 'string', width: 120, hidden: true, align: 'left' }, |
| | | { field: 'createID', title: '创建ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' }, |
| | | { field: 'creater', title: '创建人', type: 'string', sort: true, width: 110, align: 'left' }, |