| | |
| | | }); |
| | | 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([ |
| | |
| | | { 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' }, |