| | |
| | | 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' }, |
| | |
| | | { 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: [] } }, |