1
wankeda
2026-03-12 ababb6ad4189ec943009c0245db6f43396bb36ab
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -27,14 +27,13 @@
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
        deviceName: "",
        deviceType: "",
        deviceStatus: "",
        deviceIp: "",
        devicePort: "",
        devicePlcType: "",
        deviceRemark: "",
        palletCode: "",
        materialType: "",
        locationCode: "",
        stockStatus: "",
        materialweight: "",
        wlstatus: "",
        remark: "",
      });
      const editFormOptions = ref([
        [
@@ -65,7 +64,7 @@
          data: []
        },
        {
          title: "备注", field: "Remark"
          title: "备注", field: "remark"
        }
        ],
      ]);