| | |
| | | locationType: "", |
| | | locationStatus: "", |
| | | enableStatus: "", |
| | | remark: "" |
| | | remark: "", |
| | | warehouseCode:"", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { |
| | | field: "warehouseId", |
| | | // { |
| | | // field: "warehouseId", |
| | | // title: "åºæ¿ç¼å·", |
| | | // type: "select", |
| | | // required: true, |
| | | // span: 12, |
| | | // dataKey: "warehouseNuber", |
| | | // data: [] |
| | | // }, |
| | | { |
| | | field: "warehouseCode", |
| | | title: "åºæ¿ç¼å·", |
| | | type: "select", |
| | | required: true, |
| | | span: 12, |
| | | data: [], |
| | | bind: { key: "warehouses", data: [] } |
| | | dataKey: "warehouseNuber", |
| | | data: [] |
| | | }, |
| | | |
| | | { |
| | | field: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | |
| | | type: "int", |
| | | span: 8 |
| | | }, |
| | | { |
| | | field: "layer", |
| | | title: "è´§ä½å±", |
| | | type: "int", |
| | | span: 8 |
| | | } |
| | | |
| | | ], |
| | | [ |
| | | { |
| | |
| | | type: "int", |
| | | span: 12 |
| | | }, |
| | | { |
| | | field: "locationType", |
| | | title: "è´§ä½ç±»å", |
| | | type: "select", |
| | | span: 12, |
| | | data: [], |
| | | bind: { key: "locationTypeEnum", data: [] } |
| | | // { |
| | | // field: "locationType", |
| | | // title: "è´§ä½ç±»å", |
| | | // type: "select", |
| | | // span: 12, |
| | | // data: [], |
| | | // dataKey: "locationTypeEnum", |
| | | // } |
| | | { |
| | | field: "layer", |
| | | title: "è´§ä½å±", |
| | | type: "int", |
| | | span: 8 |
| | | } |
| | | ], |
| | | [ |
| | |
| | | type: "select", |
| | | span: 12, |
| | | data: [], |
| | | bind: { key: "locationStatusEnum", data: [] } |
| | | dataKey: "locationStatusEnum", |
| | | }, |
| | | { |
| | | field: "enableStatus", |
| | | title: "ç¦ç¨ç¶æ", |
| | | type: "select", |
| | | span: 12, |
| | | dataKey:"EnableStatusEnum", |
| | | data: [], |
| | | bind: { key: "status", data: [] } |
| | | } |
| | | ], |
| | | [ |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | span: 24 |
| | | } |
| | | ] |
| | | // [ |
| | | // { |
| | | // field: "remark", |
| | | // title: "夿³¨", |
| | | // type: "string", |
| | | // span: 24 |
| | | // } |
| | | // ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | warehouseId: "", |
| | | // warehouseId: "", |
| | | locationCode: "", |
| | | locationName: "", |
| | | roadwayNo: "", |
| | |
| | | row: "", |
| | | column: "", |
| | | layer: "", |
| | | warehouseCode: "" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { title: "åºæ¿ç¼å·", field: "warehouseId", type: "select", data: [], bind: { key: "warehouses", data: [] } }, |
| | | // { title: "åºæ¿ç¼å·", field: "warehouseId", type: "select", dataKey: "warehouseNuber", data: [] } , |
| | | { title: "åºæ¿ç¼å·", field: "warehousecode", type: "select", dataKey: "warehouseNuber", data: [] } , |
| | | { title: "è´§ä½ç¼å·", field: "locationCode", type: "like" }, |
| | | { title: "è´§ä½åç§°", field: "locationName", type: "like" }, |
| | | ], |
| | | [ |
| | | { title: "å··éç¼å·", field: "roadwayNo", type: "like" }, |
| | | { title: "è´§ä½ç±»å", field: "locationType", type: "select", data: [], bind: { key: "locationTypeEnum", data: [] } }, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus", type: "select", data: [], bind: { key: "locationStatusEnum", data: [] } }, |
| | | // { title: "è´§ä½ç±»å", field: "locationType", type: "select", dataKey: "locationTypeEnum", data: [] }, |
| | | { title: "è´§ä½ç¶æ", field: "locationStatus", type: "select", dataKey: "locationStatusEnum",data: []}, |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus", type: "select", data: [], dataKey:"status" }, |
| | | ], |
| | | [ |
| | | { title: "ç¦ç¨ç¶æ", field: "enableStatus", type: "select", data: [], bind: { key: "status", data: [] } }, |
| | | |
| | | { title: "è¡", field: "row", type: "int" }, |
| | | { title: "å", field: "column", type: "int" }, |
| | | { title: "å±", field: "layer", type: "int" } |
| | |
| | | require: true, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "warehouseId", |
| | | // title: "åºæ¿ç¼å·", |
| | | // type: "select", |
| | | // width: 120, |
| | | // align: "left", |
| | | // data: [], |
| | | // bind: { key: "warehouses", data: [] } |
| | | // }, |
| | | { |
| | | field: "warehouseId", |
| | | field: "warehouseCode", |
| | | title: "åºæ¿ç¼å·", |
| | | type: "select", |
| | | width: 120, |
| | | align: "left", |
| | | data: [], |
| | | bind: { key: "warehouses", data: [] } |
| | | bind: { key: "warehouseNuber", data: [] } |
| | | }, |
| | | { |
| | | field: "locationCode", |
| | |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "locationType", |
| | | title: "è´§ä½ç±»å", |
| | | type: "select", |
| | | width: 120, |
| | | align: "left", |
| | | data: [], |
| | | bind: { key: "locationTypeEnum", data: [] } |
| | | }, |
| | | // { |
| | | // field: "locationType", |
| | | // title: "è´§ä½ç±»å", |
| | | // type: "select", |
| | | // width: 120, |
| | | // align: "left", |
| | | // data: [], |
| | | // bind: { key: "locationTypeEnum", data: [] } |
| | | // }, |
| | | { |
| | | field: "locationStatus", |
| | | title: "è´§ä½ç¶æ", |
| | |
| | | data: [], |
| | | bind: { key: "status", data: [] }, |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "remark", |
| | | // title: "夿³¨", |
| | | // type: "string", |
| | | // width: 150, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |