刘磊
2025-08-25 4c308eab6106324bd40e6ad7fd9e769a5cedcedf
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/DtBoxingInfo.vue
@@ -42,7 +42,7 @@
        ]);
        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: [] } },