wanshenmean
3 天以前 5e851678cc02257bbbd179446de36082430ca5bc
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",