| | |
| | | { "title": "æ¡ç ", "field": "palletCode", type: "text" }, |
| | | { "title": "åºä½å·", "field": "locationCode", type: "text" }, |
| | | { "title": "åºåç¶æ", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] }, |
| | | ], |
| | | [ |
| | | { "title": "车身ID", "field": "carBodyID", type: "int" }, |
| | | { "title": "å··éå·", "field": "roadwayNo", type: "int" }, |
| | | ] |
| | | ]); |
| | | 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: '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: 'biwInPassTime', title: 'çè£
ä¸çº¿æ¶é´', type: 'string', 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: 'stayStatus', title: 'ä»»å¡ç¶æ', type: 'string', width: 80, align: 'left', bind: { key: "TaskStatus", 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' }, |
| | | { field: 'createDate', title: 'å
¥åºæ¶é´', type: 'datetime', sort: true, width: 100, align: 'left' }, |