|
@@ -732,11 +732,16 @@
|
|
|
this.formData.OilCertificateNo = fdata.OilCertificateNo;
|
|
this.formData.OilCertificateNo = fdata.OilCertificateNo;
|
|
|
this.formData.Grade = fdata.Grade;
|
|
this.formData.Grade = fdata.Grade;
|
|
|
this.formData.MgrUnit = fdata.MgrUnit;
|
|
this.formData.MgrUnit = fdata.MgrUnit;
|
|
|
|
|
+ this.formData.InStyle = fdata.InStyle
|
|
|
this.formData.OperType = fdata.OperType;
|
|
this.formData.OperType = fdata.OperType;
|
|
|
this.formData.Country = fdata.Country;
|
|
this.formData.Country = fdata.Country;
|
|
|
this.formData.MaunAgent = fdata.MaunAgent;
|
|
this.formData.MaunAgent = fdata.MaunAgent;
|
|
|
this.formData.ConstructTeam = fdata.ConstructTeam;
|
|
this.formData.ConstructTeam = fdata.ConstructTeam;
|
|
|
- this.formData.CommercialNo = fdata.CommercialNo;
|
|
|
|
|
|
|
+ this.formData.CredentialFlag = fdata.CredentialFlag
|
|
|
|
|
+ this.formData.CommercialNo = fdata.CommercialNo
|
|
|
|
|
+ if (this.formData.CredentialFlag != "") {
|
|
|
|
|
+ this.$refs["GoodsInfo"].showorhid(this.formData.CredentialFlag)
|
|
|
|
|
+ }
|
|
|
this.formData.OrganCode = fdata.OrganCode;
|
|
this.formData.OrganCode = fdata.OrganCode;
|
|
|
this.formData.CountryTaxNo = fdata.CountryTaxNo;
|
|
this.formData.CountryTaxNo = fdata.CountryTaxNo;
|
|
|
this.formData.LocalTaxNo = fdata.LocalTaxNo;
|
|
this.formData.LocalTaxNo = fdata.LocalTaxNo;
|
|
@@ -772,6 +777,11 @@
|
|
|
this.formData.CompanyUrl = fdata.CompanyUrl;
|
|
this.formData.CompanyUrl = fdata.CompanyUrl;
|
|
|
this.formData.HseTraining = fdata.HseTraining;
|
|
this.formData.HseTraining = fdata.HseTraining;
|
|
|
this.formData.SpecTypeCode = fdata.SpecTypeCode;
|
|
this.formData.SpecTypeCode = fdata.SpecTypeCode;
|
|
|
|
|
+ this.formData.QualitySystemCert = fdata.QualitySystemCert
|
|
|
|
|
+ this.formData.SafetyLicense = fdata.SafetyLicense
|
|
|
|
|
+ this.formData.SpecIndustryCert = fdata.SpecIndustryCert
|
|
|
|
|
+ this.formData.BusinessScope = fdata.BusinessScope
|
|
|
|
|
+ this.formData.Remark = fdata.Remark
|
|
|
|
|
|
|
|
this.$refs["GoodsInfo"].CityAry = [];
|
|
this.$refs["GoodsInfo"].CityAry = [];
|
|
|
this.$refs["GoodsInfo"].CityAry.push(this.formData.Province);
|
|
this.$refs["GoodsInfo"].CityAry.push(this.formData.Province);
|