| | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "车轮æ¡ç ", "field": "wheel_code", type: "text" }, |
| | | { "title": "车轮æ¡ç ", "field": "wheel_code", type: "like" }, |
| | | { "title": "车å", "field": "model", type: "select", dataKey: "traintype_names", data: [] }, |
| | | //{ "title": "åºåç±»å", "field": "StockType", type: "select", dataKey: "GroupType", data: [] }, |
| | | { "title": "è½®å", "field": "axes_type", type: "text" }, |
| | | { "title": "è½®å", "field": "axes_type", type: "like" }, |
| | | ], |
| | | [ |
| | | { "title": "æ°/æ§", "field": "repair_item", type: "select", dataKey: "NewOld", data: [] }, |
| | | { "title": "卿屿§", "field": "dqtz_state", type: "text" }, |
| | | { "title": "ç级", "field": "venderno", type: "text" }, |
| | | { "title": "æ°å/æ£ä¿®", "field": "repair_item", type: "select", dataKey: "", data: [{key:"æ°å",name:"æ°å"},{key:"æ£ä¿®",name:"æ£ä¿®"}] }, |
| | | { "title": "卿屿§", "field": "dqtz_state", type: "select", dataKey: "dongtuoshux", data: [] }, |
| | | { "title": "ç级", "field": "venderno", type: "select", dataKey: "shuxing", data: [] }, |
| | | ], |
| | | [ |
| | | { "title": "åºä½å·", "field": "wheels_Location", type: "text" }, |
| | | { "title": "åºä½å·", "field": "wheels_Location", type: "like" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | //{ field: 'wheels_SequenceNum', title: 'åºåå·', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | //{ field: 'wheels_Num', title: '车轮å·', type: 'string', width: 110, align: 'left' }, |
| | | //{ field: 'wheels_Type', title: 'ç±»å(è½®/ç)', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'repair_item', title: 'æ°/æ§', type: 'string', width: 75, align: 'left' }, |
| | | { field: 'repair_item', title: 'æ°å/æ£ä¿®', type: 'string', width: 75, align: 'left' }, |
| | | //{ field: 'repair_item', title: 'æ°æ§ç±»å', type: 'string', width: 100, align: 'left',bind: { key: "NewOld", data: [] }} , |
| | | { field: 'dqtz_state', title: 'å¨/æ', type: 'int', width: 75, align: 'left' }, |
| | | { field: 'axes_type', title: 'è½®å', type: 'string', width: 100, align: 'left' }, |