huangxiaoqiang
2026-03-17 afc3897af8de95aae47ff7dce334a3617256748a
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue
@@ -36,12 +36,17 @@
                { "title": "条码", "field": "palletCode", type: "text" },
                { "title": "库位号", "field": "locationCode", type: "text" },
                { "title": "库存状态", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] },
            ],
            [
                { "title": "车身ID", "field": "carBodyID", type: "int" },
                { "title": "巷道号", "field": "roadwayNo", type: "int" },
            ]
        ]);
        const columns = ref([
            { field: 'id', title: '主键ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            { field: 'roadwayNo', title: '巷道号', type: 'string', width: 60, align: 'left' },
            { field: 'locationCode', title: '库位号', type: 'int', width: 100, align: 'left' },
            { field: 'carBodyID', title: '车身ID', type: 'int', width: 120, align: 'left' },
            { field: 'pvi', title: 'PVI码', type: 'string', width: 120, align: 'left' },
            { field: 'palletCode', title: '滑橇号', type: 'string', width: 75, align: 'left' },
            { field: 'vehicleCharacteristic', title: '车型', type: 'string', width: 75, align: 'left' },
@@ -54,7 +59,7 @@
            { field: 'biwInPassTime', title: '焊装上线时间', type: 'string', width: 130, align: 'left' },
            { field: 'stockStatus', title: '锁定状态', type: 'string', width: 80, align: 'left', bind: { key: "BodyStatus", data: [] } },
            { field: 'lockOrder', title: '拉动锁定', type: 'int', width: 75, align: 'left', bind: { key: "LockStatus", data: [] }  },
            { field: 'stayStatus', title: '任务状态', type: 'string', width: 80, align: 'left', bind: { key: "TaskStatus", data: [] } },
            { field: 'taskStatus', title: '任务状态', type: 'string', width: 80, align: 'left', bind: { key: "TaskInfoStatus", data: [] } },
            //{ field: 'stayStatus', title: '保留状态', type: 'string', width: 80, align: 'left', bind: { key: "StayStatus", data: [] } },
            //{ field: 'creater', title: '创建人', type: 'string', width: 100, align: 'left' },
            { field: 'createDate', title: '入库时间', type: 'datetime', sort: true, width: 100, align: 'left' },