huangxiaoqiang
2026-03-17 afc3897af8de95aae47ff7dce334a3617256748a
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue
@@ -33,14 +33,27 @@
        });
        const searchFormOptions = ref([
            [
                { "title": "条码", "field": "palletCode", type: "text" },
                { "title": "滑橇号", "field": "palletCode", type: "text" },
                { "title": "库位号", "field": "locationCode", type: "text" },
                { "title": "库存状态", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] },
                { "title": "锁定状态", "field": "stockStatus", type: "select", dataKey: "BodyStatus", data: [] },
                { "title": "拉动锁定", "field": "lockOrder", type: "select", dataKey: "LockStatus", data: [] },
            ],
            [
                { "title": "车身ID", "field": "carBodyID", type: "int" },
                { "title": "PVI", "field": "pvi", type: "string" },
                { "title": "巷道号", "field": "roadwayNo", type: "int" },
                { "title": "任务状态", "field": "taskStatus", type: "select", dataKey: "TaskInfoStatus", data: [] },
            ],
            [
                { "title": "车身类型", "field": "carType", type: "select", dataKey: "BodyType", data: [] },
                { "title": "工单类型", "field": "workOrderType", type: "select", dataKey: "OrderType", data: [] },
                { "title": "白车身物料号", "field": "biwMaterialCode", type: "int" },
                { "title": "彩车身物料号", "field": "pbMaterial", type: "string" },
            ],
            [
                { "title": "车身颜色", "field": "carBodyCharacteristic", type: "string" },
                { "title": "天窗特征", "field": "skylightCharacteristic", type: "string" },
                { "title": "车型", "field": "vehicleCharacteristic", type: "string" },
            ]
        ]);
        const columns = ref([
@@ -52,14 +65,14 @@
            { field: 'palletCode', title: '滑橇号', type: 'string', width: 75, align: 'left' },
            { field: 'vehicleCharacteristic', title: '车型', type: 'string', width: 75, align: 'left' },
            { field: 'carType', title: '车身类型', type: 'int', width: 80, align: 'left', bind: { key: "BodyType", data: [] } },
            { field: 'workOrderType', title: '工单类型', type: 'string', width: 75, align: 'left', bind: { key: "OrderType", data: [] } },
            { field: 'workOrderType', title: '工单类型', type: 'string', width: 100, align: 'left', bind: { key: "OrderType", data: [] } },
            { field: 'skylightCharacteristic', title: '天窗特征', type: 'string', width: 75, align: 'left' },
            { field: 'carBodyCharacteristic', title: '车身颜色', type: 'string', width: 75, align: 'left' },
            { field: 'biwMaterialCode', title: '白车身物料号', type: 'string', width: 110, align: 'left' },
            { field: 'pbMaterial', title: '彩车身物料号', type: 'string', width: 110, align: 'left' },
            { field: 'biwInPassTime', title: '焊装上线时间', type: 'datetime', 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: 'lockOrder', title: '拉动锁定', type: 'int', width: 75, align: 'left', bind: { key: "LockStatus", 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' },