wangxinhui
2025-01-07 a1ba606567db3b83827a6a9f0d4fae46217a2e7e
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue
@@ -27,7 +27,7 @@
      sortName: "id",
    });
    const editFormFields = ref({
      areaId: "",
      warehouseId: "",
      materielCode: "",
      materielName: "",
      materielDes: "",
@@ -37,9 +37,9 @@
    const editFormOptions = ref([
      [
        {
          title: "区域",
          title: "仓库",
          required: true,
          field: "areaId",
          field: "warehouseId",
          type: "string",
        },
        {
@@ -73,13 +73,11 @@
    const searchFormFields = ref({
      materielCode: "",
      materielName: "",
      areaId: "",
    });
    const searchFormOptions = ref([
      [
        { title: "物料编号", field: "materielCode", type: "like" },
        { title: "物料名称", field: "materielName", type: "like" },
        { title: "设备状态", field: "deviceStatus" },
      ],
    ]);
    const columns = ref([