| | |
| | | *代码由框架生成,任何更改都可能导致被代码生成器覆盖 |
| | | *业务请在@/extension/widesea_wms/taskinfo/Dt_Task.js此处编写 |
| | | --> |
| | | <template> |
| | | <template> |
| | | <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" |
| | | :table="table" :extend="extend" /> |
| | | :table="table" /> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/widesea_wms/taskinfo/Dt_Task_Hty.jsx"; |
| | |
| | | ]); |
| | | const columns = ref([{ field: 'TaskId', title: '主键', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'hour', title: '日期', type: 'int', width: 110, align: 'left', sort: true }, |
| | | { field: 'count', title: '实框出库', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'pnboundNo', title: '单据号', type: 'string', width: 110, align: 'left' ,hidden: true}, |
| | | { field: 'groupID', title: '库存ID', type: 'int', width: 110, hidden: true, align: 'left' }, |
| | | { field: 'groupDetailId', title: '组盘明细ID', type: 'int', width: 110, hidden: true, align: 'left' }, |
| | | { field: 'roadway', title: '库', type: 'string', width: 110, align: 'left' },]); |
| | | { field: 'roadway', title: '库', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'taskType100Count', title: '实框出库', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'taskType104Count', title: '空框出库', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'taskType200Count', title: '实框入库', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'taskType204Count', title: '空框入库', type: 'string', width: 110, align: 'left' }, |
| | | ]); |
| | | const detail = ref({ |
| | | cnName: "#detailCnName", |
| | | table: "#detailTable", |