1
liuying
2024-04-25 6e3b6044ba218ba2c7cf4ad9d80821d8f78f1ff0
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabForm.vue
@@ -154,7 +154,7 @@
    addControlRule
  },
  created() {
    this.materialTypeDataList()
    const materialTypeOption = this.$options
    this.materialTypeData2 = materialTypeOption.filters['dictData']('abc_class_type')
  },
@@ -191,20 +191,13 @@
      }).catch(() => {
      })
      // 库存单位
      // 库存单位 采购单位
      WmsUnitPage().then((d) => {
        this.selectTypeData1 = d.data.rows || []
      }).catch(() => {
      })
      // 采购单位
      WmsUnitPage().then((d) => {
        this.selectTypeData2 = d.data.rows || []
      }).catch(() => {
      })
    },
    callbacktab(e) {
@@ -228,6 +221,7 @@
    handleOk() { },
    // 初始化方法
    add(record, type) {
      this.materialTypeDataList()
      this.visible = true
      if (record) {//编辑
        if (type == '详情') {