Tiandele
2026-03-20 daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue
@@ -59,8 +59,8 @@
        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: 'locationCode', title: '库位号', type: 'int', width: 120, align: 'left' },
            { field: 'carBodyID', title: '车身ID', type: 'int', width: 90, 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' },
@@ -68,8 +68,8 @@
            { 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: 'biwMaterialCode', title: '白车身物料号', type: 'string', width: 120, align: 'left' },
            { field: 'pbMaterial', title: '彩车身物料号', type: 'string', width: 120, 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: [] } },