| | |
| | | pointCode: "", |
| | | pointStatus: "", |
| | | enableStatus: "", |
| | | pointType: "", |
| | | row: "", |
| | | column: "", |
| | | depth: "", |
| | | |
| | | // depth: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | {title: "ç¼åç¹ç¼å·",required: true,field: "pointCode",type: "string",}, |
| | | {title: "åºå主é®",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,}, |
| | | {title: "ç¼åç¹ç¶æ",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | {title: "æ¯å¦ç¦ç¨",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | ],[ |
| | | { title: "è¡", field: "row", type: "string" }, |
| | | { title: "å", field: "column", type: "string" }, |
| | | { title: "深度", field: "depth", type: "string" }, |
| | | { title: "ç¼åç¹ç±»å", field: "pointType", type: "string"}, |
| | | { |
| | | title: "ç¼åç¹ç¼å·", |
| | | required: true, |
| | | field: "pointCode", |
| | | type: "string", |
| | | }, |
| | | // {title: "åºå主é®",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,}, |
| | | { |
| | | title: "ç¼åç¹ç¶æ", |
| | | field: "pointStatus", |
| | | type: "select", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "æ¯å¦ç¦ç¨", |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | 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: "string",}, |
| | | {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | {title: "ç¼åç¹ç¶æ",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],}, |
| | | {title: "æ¯å¦ç¦ç¨",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, |
| | | ],[ |
| | | { title: "è¡", field: "row", type: "string" }, |
| | | { title: "å", field: "column", type: "string" }, |
| | | { title: "深度", field: "depth", type: "string" }, |
| | | { title: "ç¼åç¹ç±»å", field: "pointType", type: "string"}, |
| | | { title: "ç¼åç¹ç¼å·", field: "pointCode", type: "like" }, |
| | | { title: "ç©æç±»å", field: "materialtype", type: "like" }, |
| | | // { |
| | | // title: "ç©æç±»å", |
| | | // field: "materialtype", |
| | | // type: "select", |
| | | // dataKey: "materielInfo", |
| | | // data: [], |
| | | // }, |
| | | // {title: "åºå主é®",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, |
| | | { |
| | | title: "ç¼åç¹ç¶æ", |
| | | field: "pointStatus", |
| | | type: "select", |
| | | dataKey: "locationStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "æ¯å¦ç¦ç¨", |
| | | field: "enableStatus", |
| | | type: "select", |
| | | dataKey: "enableStatusEnum", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "深度", |
| | | field: "depth", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | { |
| | | title: "ç¼åæ¶åºå", |
| | | field: "pointName", |
| | | type: "string", |
| | | data: [], |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | require: true, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "areaId", |
| | | title: "åºå主é®", |
| | | type: "int", |
| | | width: 120, |
| | | align: "left", |
| | | bind:{ key: "areainfo", data: [] }, |
| | | }, |
| | | // { |
| | | // field: "areaId", |
| | | // title: "åºå主é®", |
| | | // type: "int", |
| | | // width: 120, |
| | | // align: "left", |
| | | // bind:{ key: "areainfo", data: [] }, |
| | | // }, |
| | | { |
| | | field: "pointCode", |
| | | title: "ç¼åç¹ç¼å·", |
| | |
| | | bind: { key: "locationStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "materialtype", |
| | | title: "ç©æç±»å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | // bind: { key: "locationStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "pointName", |
| | | title: "ç¼åæ¶åºå", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | // bind: { key: "locationStatusEnum", data: [] }, |
| | | }, |
| | | |
| | | { |
| | | field: "enableStatus", |
| | | title: "æ¯å¦ç¦ç¨", |
| | | type: "decimal", |
| | |
| | | align: "left", |
| | | bind: { key: "enableStatusEnum", data: [] }, |
| | | }, |
| | | { |
| | | field: "row", |
| | | title: "è¡", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "column", |
| | | title: "å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | |
| | | { |
| | | field: "depth", |
| | | title: "深度", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "pointType", |
| | | title: "ç¼åç¹ç±»å", |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "Remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | }, |