| | |
| | | pointCode: "", |
| | | pointStatus: "", |
| | | enableStatus: "", |
| | | pointType: "", |
| | | row: "", |
| | | column: "", |
| | | depth: "", |
| | | |
| | | // depth: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç©æç±»å", |
| | | field: "materialtype", |
| | | type: "select", |
| | | dataKey: "materielInfo", |
| | | data: [], |
| | | }, |
| | | { title: "ç©æç±»å", field: "materialtype", type: "string" }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "materialtype", |
| | | // type: "select", |
| | | // dataKey: "materielInfo", |
| | | // data: [], |
| | | // }, |
| | | { |
| | | title: "深度", |
| | | field: "depth", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç¼åæ¶åºå", |
| | | field: "pointName", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | |
| | | pointCode: "", |
| | | pointStatus: "", |
| | | enableStatus: "", |
| | | pointType: "", |
| | | row: "", |
| | | column: "", |
| | | // pointType: "", |
| | | // row: "", |
| | | // column: "", |
| | | depth: "", |
| | | pointName:"", |
| | | Materialtype: "", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "ç¼åç¹ç¼å·", field: "pointCode", type: "like" }, |
| | | { title: "ç©æç±»å", field: "materialtype", type: "like" }, |
| | | { |
| | | title: "ç©æç±»å", |
| | | field: "materialtype", |
| | | type: "select", |
| | | dataKey: "materielInfo", |
| | | data: [], |
| | | }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "materialtype", |
| | | // type: "select", |
| | | // dataKey: "materielInfo", |
| | | // data: [], |
| | | // }, |
| | | // {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | { |
| | | title: "ç¼åç¹ç¶æ", |
| | |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "深度", |
| | | field: "depth", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç¼åæ¶åºå", |
| | | field: "pointName", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | ], |
| | |
| | | align: "left", |
| | | // bind: { key: "locationStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | { |
| | | field: "pointName", |
| | | title: "ç¼åæ¶åºå", |
| | | type: "string", |
| | |
| | | align: "left", |
| | | // bind: { key: "locationStatusEnum", data: [] }, |
| | | }, |
| | | |
| | | |
| | | { |
| | | field: "enableStatus", |
| | | title: "æ¯å¦ç¦ç¨", |
| | |
| | | bind: { key: "enableStatusEnum", data: [] }, |
| | | }, |
| | | |
| | | // { |
| | | // field: "pointType", |
| | | // title: "ç¼åç¹ç±»å", |
| | | // type: "string", |
| | | // width: 90, |
| | | // align: "left", |
| | | //}, |
| | | { |
| | | field: "depth", |
| | | title: "深度", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |