1
huanghongfeng
2025-11-05 f49fa4b5027cfdc27b429985d023e8002abcca2e
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -27,14 +27,12 @@
        sortName: "id",
      });
      const editFormFields = ref({
        deviceCode: "",
        deviceName: "",
        deviceType: "",
        deviceStatus: "",
        deviceIp: "",
        devicePort: "",
        devicePlcType: "",
        deviceRemark: "",
        palletCode: "",
        materialType: "",
        locationCode: "",
        stockStatus: "",
        materialweight: "",
        remark: "",
      });
      const editFormOptions = ref([
        [
@@ -70,9 +68,13 @@
        ],
      ]);
      const searchFormFields = ref({
        deviceCode: "",
        deviceType: "",
        deviceStatus: "",
        palletCode: "",
        materialType: "",
        locationCode: "",
        stockStatus: "",
        wlstatus: "",
        createDate: "",
        mgeneratetime: "",
      });
      const searchFormOptions = ref([
        [
@@ -87,7 +89,7 @@
          dataKey: "InventoryMaterialType",
          data: [],
        },
          { title: "璐т綅缂栧彿", field: "locationCode",type: "like", },
          { title: "璐т綅缂栧彿", field: "locationCode",type: "string", },
          
        ],
        [
@@ -105,13 +107,9 @@
          dataKey: "InventoryMaterialStatus",
          data: [],
        },
        { title: "搴撳瓨缂栧彿",
            field: "id",
            type: "like",
        },
        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
        ],
        [
        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
        { title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" },
        ]
      ]);