zhanghonglin
6 天以前 10775e2b00cee12fb4b405e18a507c629990051a
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/wmsPart/stockInfo.vue
@@ -25,25 +25,26 @@
      url: "/StockInfo/",
      sortName: "id"
    });
    const editFormFields = ref({
      deviceCode: "",
      deviceName: "",
      deviceType: "",
      deviceStatus: "",
      deviceIp: "",
      devicePort: "",
      devicePlcType: "",
      deviceRemark: ""
    });
    const editFormFields = ref({});
    const editFormOptions = ref([
      [
        { field: "palletCode", title: "托盘编号", type: "string" },
        { field: "locationCode", title: "货位编号", type: "string" }
        {
          title: "物料信息",
          field: "remark",
          type: "select",
          dataKey: "mateType",
        },
        {
          title: "库存状态",
          field: "stockStatus",
          type: "select",
          dataKey: "stock",
        }
      ]
    ]);
    const searchFormFields = ref({
      palletCode: "",
      locationCode: ""
      remark: "",
      stockStatus: ""
    });
    const searchFormOptions = ref([
      [