wanshenmean
2 天以前 c5c3e4e538a11f2a6391e6b2613375b1f92eb20a
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() {
@@ -126,9 +126,10 @@
        field: "depth",
        title: "货位深度",
        type: "string",
        width: 180,
        align: "left",
        hidden: true,
        width: 100,
        align: "center",
        bind: { key: "locationDepth", data: [] },
        // hidden: true,
      },
      {
        field: "locationType",