wanshenmean
14 小时以前 d14030746fcd0310d3c9b028fe2c0a5b78984eb6
Code/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -14,7 +14,7 @@
  </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() {
@@ -27,7 +27,15 @@
      sortName: "id",
    });
    const editFormFields = ref({
      locationCode: "",
      warehouseId: "",
      roadwayNo: "",
      locationType: "",
      enableStatus: "",
      locationStatus: "",
      row: "",
      column: "",
      layer: "",
    });
    const editFormOptions = ref([
      [
@@ -81,7 +89,7 @@
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 200,
        width: 120,
        align: "left",
      },
      {
@@ -126,9 +134,10 @@
        field: "depth",
        title: "货位深度",
        type: "string",
        width: 180,
        align: "left",
        hidden: true,
        width: 100,
        align: "center",
        bind: { key: "locationDepth", data: [] },
        // hidden: true,
      },
      {
        field: "locationType",