| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/basic/locationInfo.js"; |
| | | import extend from "@/extension/basic/locationInfo.jsx"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | |
| | | field: "locationCode", |
| | | title: "货位编号", |
| | | type: "string", |
| | | width: 200, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "depth", |
| | | title: "货位深度", |
| | | type: "string", |
| | | width: 180, |
| | | align: "left", |
| | | hidden: true, |
| | | width: 100, |
| | | align: "center", |
| | | bind: { key: "locationDepth", data: [] }, |
| | | // hidden: true, |
| | | }, |
| | | { |
| | | field: "locationType", |