| | |
| | | const editFormOptions = ref([ |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | wheels_Location:"" |
| | | |
| | | wheel_code:"", |
| | | model:"", |
| | | axes_type:"", |
| | | repair_item:"", |
| | | wheels_mttype:"", |
| | | dqtz_state:"", |
| | | venderno:"", |
| | | wheels_Location:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "车轮æ¡ç ", "field": "wheel_code", type: "text" }, |
| | | { "title": "车å", "field": "model", type: "text" }, |
| | | { "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": "locate", type: "text" }, |
| | | |
| | | { "title": "æ°/æ§", "field": "repair_item", type: "select", dataKey: "NewOld", data: [] }, |
| | | { "title": "卿屿§", "field": "dqtz_state", type: "text" }, |
| | | { "title": "ç级", "field": "venderno", type: "text" }, |
| | | ], |
| | | [ |
| | | { "title": "åºä½å·", "field": "wheels_Location", type: "text" }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | //{ field: 'wheels_ID', title: '主é®ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'wheel_code', title: '车轮ç ', type: 'string', width: 150, align: 'left' }, |
| | | { field: 'locate', title: 'åºä½å·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'wheels_CurrentStatue', title: 'ç¶æ', type: 'int', width: 110, align: 'left', bind: { key: "CurrentStatue", data: [] } }, |
| | | //{ 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' }, |