刘磊
2026-01-17 f1d726e3de8f15cdfe30d4ca5fbba733d73a1e56
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBody.vue
@@ -44,6 +44,7 @@
            { 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 },
            { field: 'pvi', title: 'PVI码', type: 'string', width: 110, align: 'left' },
            { field: 'biwInPassTime', title: '焊装上线时间', type: 'string', width: 110, align: 'left' },
            { field: 'carType', title: '车身类型', type: 'int', width: 110, align: 'left',bind: { key: "BodyType", data: [] } },
            { field: 'bodyStatus', title: '当前状态', type: 'int', width: 110, align: 'left', bind: { key: "BodyStatus", data: [] } },
            { field: 'description', title: '备注', type: 'string', width: 120, align: 'left' },