1
wangxinhui
2025-07-25 c9ad2c97b9a9d9f81999df30ff0380ba4085e3a7
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/palletCodeInfo.vue
@@ -29,20 +29,7 @@
    const editFormFields = ref({});
    const editFormOptions = ref([
      [
        {
          title: "浠撳簱",
          field: "warehouseId",
          type: "select",
          dataKey: "warehouse",
          data: [],
          required: true,
        },
        {
          title: "鏁伴噺",
          field: "count",
          type: "int",
          required: true,
        },
      ],
    ]);
    const searchFormFields = ref({