| | |
| | | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | |
| | | cltm:"", |
| | | result:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | |
| | | [ |
| | | { "title": "车轮æ¡ç ", "field": "cltm", type: "like" }, |
| | | { "title": "æ¯å¦åæ ¼", "field": "result", type: "select", dataKey: "IsQuan", data: [] }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'iD', title: '主é®ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'cLTM', title: '车轮æ¡ç ', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'equipNo', title: 'ç¼å·', type: 'string', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'cltm', title: '车轮æ¡ç ', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'checkType', title: 'ç±»å(è½®/ç)', type: 'string', width: 80, align: 'left', bind: { key: "IscheckType", data: [{key:"1",value:'è½®'},{key:"2",value:'ç'}] } }, |
| | | { field: 'gkzjI1', title: 'æ¯åA1', type: 'string', width: 75, align: 'left' }, |
| | | { field: 'gkzjI2', title: 'æ¯åA2', type: 'string', width: 75, align: 'left' }, |
| | |
| | | { field: 'gkzjAVG', title: 'æ¯åå¹³åå¼', type: 'string', width: 80, align: 'left' }, |
| | | { field: 'result', title: 'æ¯å¦åæ ¼', type: 'string', width: 70, align: 'left', bind: { key: "IsQuan", data: [] } }, |
| | | { field: 'inDate', title: 'æµéæ¶é´', type: 'dateTime', width: 100, align: 'left' }, |
| | | { field: 'isUploadMES', title: 'æ¯å¦å·²ä¸ä¼ æºç²¤', type: 'string', width: 110, align: 'left', bind: { key: "Cantain", data: [] } }, |
| | | { field: 'isUploadMES', title: 'æ¯å¦å·²ä¸ä¼ æºç²¤', type: 'string', width: 110, align: 'left'}, //, bind: { key: "Cantain", data: [] } |
| | | ]); |
| | | |
| | | const detail = ref({ |