zhanghonglin
5 天以前 96a94a59c08f55712ba04eb413e7f61739f11f66
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/wmsPart/stockInfo.vue
@@ -25,31 +25,28 @@
      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: ""
    });
    const searchFormOptions = ref([
      [
        { title: "托盘编号", field: "palletCode" },
        { title: "货位编号", field: "locationCode" }
      ]
    ]);
    const columns = ref([
      {