1
liuying
2024-04-24 92ed3377c3e3ba181fb7f63eafbe22aa6c7fe0b9
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabForm.vue
@@ -178,7 +178,7 @@
    add(record) {
      this.visible = true
      this.$nextTick(() => {
        this.getSelects()
        // this.getSelects()
      })
      // const materialTypeOption = this.$options
      // this.materialTypeData = materialTypeOption.filters['dictData']('material_type')
@@ -230,6 +230,10 @@
          let SubstituteGoodList = []
          if (this.$refs.addFormWmsSubstituteGoodRef && this.$refs.addFormWmsSubstituteGoodRef.list.length > 0) {
            SubstituteGoodList = this.$refs.addFormWmsSubstituteGoodRef.list
            SubstituteGoodList.forEach(item => {
              item.materialName = this.form.getFieldValue('materialName')
              item.materialCode = this.form.getFieldValue('materialCode')
            })
          }
          console.log(6666666666666 + '替代品')
@@ -237,6 +241,7 @@
          let BaseCustomerList = [];
          if (this.$refs.addFormBaseCustomer && this.$refs.addFormBaseCustomer.list.length > 0) {
            BaseCustomerList = this.$refs.addFormBaseCustomer.list
          }
          console.log(6666666666666 + '客户档案集合')