Pārlūkot izejas kodu

bug修改

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing 6 gadi atpakaļ
vecāks
revīzija
3b11c379f8

+ 6 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -479,8 +479,9 @@
           LinkHouseNo: '',
           LinkZipCode: '',
           QualitySystemCert: '',
-          // ProductQualityCert: '',
-          // MaunLicense: '',
+          ProductQualityCert: '',
+          MaunLicense: '',
+          PACNumber:'',
           QualifCert: '',
           QualifCertLevel: '',
           SafetyLicense: '',
@@ -900,6 +901,9 @@
         this.formData.Remark = fdata.Remark
         this.formData.TjinNotify = fdata.TjinNotify
         this.formData.Status = fdata.Status
+        this.formData.ProductQualityCert = fdata.ProductQualityCert
+        this.formData.MaunLicense = fdata.MaunLicense
+        this.formData.PACNumber = fdata.PACNumber
 
         this.$refs['BasisInfo'].CityAry = []
         this.$refs['BasisInfo'].CityAry.push(this.formData.Province)

+ 3 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/goodsedit.vue

@@ -851,6 +851,9 @@
         this.formData.Remark = fdata.Remark
         this.formData.TjinNotify = fdata.TjinNotify
         this.formData.Status = fdata.Status
+        this.formData.ProductQualityCert = fdata.ProductQualityCert
+        this.formData.MaunLicense = fdata.MaunLicense
+        this.formData.PACNumber = fdata.PACNumber
 
         this.$refs["GoodsInfo"].CityAry = [];
         this.$refs["GoodsInfo"].CityAry.push(this.formData.Province);

+ 6 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -474,8 +474,9 @@
           LinkHouseNo: '',
           LinkZipCode: '',
           QualitySystemCert: '',
-          // ProductQualityCert: '',
-          // MaunLicense: '',
+          ProductQualityCert: '',
+          MaunLicense: '',
+          PACNumber: "",
           QualifCert: '',
           QualifCertLevel: '',
           SafetyLicense: '',
@@ -893,6 +894,9 @@
         this.formData.Remark = fdata.Remark
         this.formData.TjinNotify = fdata.TjinNotify
         this.formData.Status = fdata.Status
+        this.formData.ProductQualityCert = fdata.ProductQualityCert
+        this.formData.MaunLicense = fdata.MaunLicense
+        this.formData.PACNumber = fdata.PACNumber
 
 
         this.$refs["TechInfo"].CityAry = []