刘磊
2025-08-25 4c308eab6106324bd40e6ad7fd9e769a5cedcedf
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue
@@ -29,18 +29,20 @@
        const editFormOptions = ref([
        ]);
        const searchFormFields = ref({});
        const searchFormFields = ref({
            palletCode:""
        });
        const searchFormOptions = ref([
            [
                { "title": "托盘条码", "field": "palletCode", type: "text" },
                { "title": "物料编号", "field": "materielCode", type: "text" },
                { "title": "库存状态", "field": "status", type: "select", dataKey: "StockState", data: [] },
                { "title": "组盘类型", "field": "groupType", type: "select", dataKey: "GroupType", data: [] },
                //{ "title": "物料编号", "field": "materielCode", type: "text" },
                //{ "title": "库存状态", "field": "status", type: "select", dataKey: "StockState", data: [] },
                //{ "title": "组盘类型", "field": "groupType", type: "select", dataKey: "GroupType", data: [] },
            ]
        ]);
        const columns = ref([
            { field: 'id', title: '库存ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            { field: 'palletCode', title: '托盘条码', type: 'string', width: 110, align: 'left', sort: true, link: true, },
            { field: 'palletCode', title: '条码', type: 'string', width: 110, align: 'left', sort: true, link: true, },
            //{ field: 'locationCode', title: '库位', type: 'string', width: 110, align: 'left' },
            //{ field: 'isFull', title: '是否满盘', type: 'bool', width: 110, align: 'left' },
            { field: 'currentStatue', title: '当前状态', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } },