刘磊
2025-06-10 87b6fc65bc3b6cce03af04758db82236d29bc7e5
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue
@@ -29,13 +29,15 @@
        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([