Explorar el Código

已入库列表数据详情--所代理制造商名称列表加载

baichengfei hace 5 años
padre
commit
6dac90e9e7

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

@@ -1201,8 +1201,8 @@ export default {
       }
       }
     },
     },
 
 
-    initMaunfactureList (certid) {
-      this.certId = certid
+    initMaunfactureList (certId) {
+      this.certId = certId
       this.$refs['manufacturerList'].getvalue(
       this.$refs['manufacturerList'].getvalue(
         this.certId
         this.certId
       )
       )

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/goodsedit.vue

@@ -797,6 +797,7 @@
             this.formDataApplyTime.SupplierCertId = parseInt(res.data.CertId)
             this.formDataApplyTime.SupplierCertId = parseInt(res.data.CertId)
             this.formDataApplyTime.SupplierTypeCode = res.data.SupplierTypeCode
             this.formDataApplyTime.SupplierTypeCode = res.data.SupplierTypeCode
             this.$refs['GoodsInfo'].CityAry = []
             this.$refs['GoodsInfo'].CityAry = []
+            this.$refs['GoodsInfo'].initMaunfactureList(res.data.CertId)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.Province)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.Province)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.City)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.City)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.Street)
             this.$refs['GoodsInfo'].CityAry.push(this.formData.Street)