|
@@ -704,7 +704,8 @@ export default {
|
|
|
SupplierTypeName: '技术服务类',
|
|
SupplierTypeName: '技术服务类',
|
|
|
Step: 0,
|
|
Step: 0,
|
|
|
HseTraining: '0',
|
|
HseTraining: '0',
|
|
|
- AuditIndex: 0
|
|
|
|
|
|
|
+ AuditIndex: 0,
|
|
|
|
|
+ AccessCardNo: ''
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
formDataCert: {
|
|
formDataCert: {
|
|
@@ -999,6 +1000,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
SetFormData (fdata) {
|
|
SetFormData (fdata) {
|
|
|
|
|
+ console.log(fdata)
|
|
|
this.isCanUpdateSupplier(fdata.Id)
|
|
this.isCanUpdateSupplier(fdata.Id)
|
|
|
this.formData.Id = fdata.Id
|
|
this.formData.Id = fdata.Id
|
|
|
this.formData.SupplierName = fdata.SupplierName
|
|
this.formData.SupplierName = fdata.SupplierName
|
|
@@ -1080,6 +1082,7 @@ export default {
|
|
|
this.formData.ProductQualityCert = fdata.ProductQualityCert
|
|
this.formData.ProductQualityCert = fdata.ProductQualityCert
|
|
|
this.formData.MaunLicense = fdata.MaunLicense
|
|
this.formData.MaunLicense = fdata.MaunLicense
|
|
|
this.formData.PACNumber = fdata.PACNumber
|
|
this.formData.PACNumber = fdata.PACNumber
|
|
|
|
|
+ this.formData.AccessCardNo = fdata.JFAccessCardNo
|
|
|
|
|
|
|
|
this.$refs['TechInfo'].CityAry = []
|
|
this.$refs['TechInfo'].CityAry = []
|
|
|
this.$refs['TechInfo'].CityAry.push(this.formData.Province)
|
|
this.$refs['TechInfo'].CityAry.push(this.formData.Province)
|