| | |
| | | export default defineComponent({ |
| | | setup() { |
| | | const table = ref({ |
| | | key: 'id', |
| | | key: 'ID', |
| | | footer: "Foots", |
| | | cnName: '车轴信æ¯', |
| | | name: 'inbound/Dt_CZInfo_mes', |
| | |
| | | sortName: "id" |
| | | }); |
| | | const editFormFields = ref({ |
| | | "Wheels_code": "", |
| | | "Wheels_ldxh": "", |
| | | "Wheels_mttype": "", |
| | | "gkcc": "", |
| | | wheels_NewOrOld:"" |
| | | "id": "", |
| | | // "CHEXING": "", |
| | | // "MTTYPE": "", |
| | | "CZTM":"", |
| | | "CurrentStatue":'', |
| | | }); |
| | | const editFormOptions = ref([ |
| | | // [ |
| | | // { "title": "车轴æ¡ç ", "field": "CZTM", type: "text" }, |
| | | // { "title": "车å", "field": "CHEXING", type: "text" }, |
| | | // { "title": "卿屿§(M/T)", "field": "MTTYPE", type: "text" }, |
| | | // ], |
| | | [ |
| | | { "title": "车轴æ¡ç ", "field": "CZTM", type: "text" }, |
| | | { "title": "车å", "field": "CHEXING", type: "text" }, |
| | | { "title": "卿屿§(M/T)", "field": "MTTYPE", type: "text" }, |
| | | { "title": "车轴å·", "field": "cztm", type: "string" }, |
| | | ], |
| | | [ |
| | | { "title": "车轴å·", "field": "czh", type: "text" }, |
| | | { "title": "轮对æ¡ç ", "field": "LDTM", "type": "select",dataKey:"NewOld",data:[] }, |
| | | ] |
| | | { "title": "ç¶æ", "field": "currentStatue", "type": "select",dataKey:"InboundState",data:[] }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | CZTM: "" |