|
|
@@ -1364,6 +1364,7 @@ export default {
|
|
|
HseTraining: 0,
|
|
|
AuditIndex: 0
|
|
|
},
|
|
|
+ supplierTypeCode: '',
|
|
|
changedForm: {
|
|
|
SupplierName: false,
|
|
|
SpecTypeCode: false,
|
|
|
@@ -2149,6 +2150,7 @@ export default {
|
|
|
api.getEntityAndCert(this.certId, this.$axios).then(res => {
|
|
|
// this.formData = res.data
|
|
|
this.formDataCert.WorkerTotal = res.data.WorkerTotal
|
|
|
+ this.supplierTypeCode = res.data.SupplierTypeCode
|
|
|
this.formDataCert.ContractNum = res.data.ContractNum
|
|
|
this.formDataCert.UniversityNum = res.data.UniversityNum
|
|
|
this.formDataCert.TechnicalNum = res.data.TechnicalNum
|
|
|
@@ -2174,12 +2176,12 @@ export default {
|
|
|
// }
|
|
|
this.GetItemsDatas()
|
|
|
this.GetChangeEntity(res.data.Id)
|
|
|
- this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.$refs['performanceList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.$refs['patentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.$refs['winningList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.$refs['businessList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- // this.$refs['subfileList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['equipmentList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
+ this.$refs['performanceList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
+ this.$refs['patentList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
+ this.$refs['winningList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
+ this.$refs['businessList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
+ // this.$refs['subfileList'].getvalue(this.formData.Id, this.supplierTypeCode, this.certId)
|
|
|
if (this.certId && this.WorkflowId) {
|
|
|
this.$refs['WfHistory'].getHistoryTask() /* 刷新工作流 */
|
|
|
}
|