1
dengjunjie
2025-09-29 d9c99e0480b4910cdb134778dd5c314b35ec4cf2
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue
@@ -33,6 +33,7 @@
      materielDes: "",
      isMixBatch: "",
      isMixMateriel: "",
      validity: "",
    });
    const editFormOptions = ref([
      [
@@ -54,22 +55,28 @@
          field: "materielName",
          type: "string",
        },
      ],
      [
        // {
        //   title: "允许混批",
        //   field: "isMixBatch",
        //   type: "string",
        // },
        // {
        //   title: "允许混料",
        //   field: "isMixMateriel",
        //   type: "string",
        // },
        {
          title: "有效期",
          required: true,
          field: "validity",
          type: "string",
        },
        {
          title: "计量单位",
          required: true,
          field: "unit",
          type: "string",
        },
      ],
      [
        {
          title: "允许混批",
          field: "isMixBatch",
          type: "string",
        },
        {
          title: "允许混料",
          field: "isMixMateriel",
          type: "string",
        },
        {
@@ -102,13 +109,13 @@
        require: true,
        align: "left",
      },
      {
        field: "areaId",
        title: "区域主键",
        type: "string",
        width: 90,
        align: "left",
      },
      // {
      //   field: "areaId",
      //   title: "区域主键",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      // },
      {
        field: "materielCode",
        title: "物料编号",
@@ -130,27 +137,27 @@
        width: 90,
        align: "left",
      },
      {
        field: "cotainerType",
        title: "容器类型",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "packspes",
        title: "包装规格",
        type: "int",
        width: 120,
        align: "left",
      },
      {
        field: "attribute",
        title: "物料属性",
        type: "string",
        width: 200,
        align: "left",
      },
      // {
      //   field: "cotainerType",
      //   title: "容器类型",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      // },
      // {
      //   field: "packspes",
      //   title: "包装规格",
      //   type: "int",
      //   width: 120,
      //   align: "left",
      // },
      // {
      //   field: "attribute",
      //   title: "物料属性",
      //   type: "string",
      //   width: 200,
      //   align: "left",
      // },
      {
        field: "unit",
        title: "计量单位",
@@ -165,13 +172,13 @@
        width: 120,
        align: "left",
      },
      {
        field: "safetyStock",
        title: "安全库存",
        type: "string",
        width: 120,
        align: "left",
      },
      // {
      //   field: "safetyStock",
      //   title: "安全库存",
      //   type: "string",
      //   width: 120,
      //   align: "left",
      // },
      {
        field: "creater",
        title: "创建人",