|
|
@@ -1555,18 +1555,18 @@
|
|
|
// this.formData = res.data
|
|
|
// this.copyformdata = _.cloneDeep(res.data[0])
|
|
|
// this.formData = res.data[1]
|
|
|
- this.formDataCert.WorkerTotal = this.formData.WorkerTotal
|
|
|
- this.formDataCert.ContractNum = this.formData.ContractNum
|
|
|
- this.formDataCert.UniversityNum = this.formData.UniversityNum
|
|
|
- this.formDataCert.TechnicalNum = this.formData.TechnicalNum
|
|
|
- this.formDataCert.AboveProfNum = this.formData.AboveProfNum
|
|
|
- this.formDataCert.MiddleProfNum = this.formData.MiddleProfNum
|
|
|
- this.formDataCert.NationalRegNum = this.formData.NationalRegNum
|
|
|
- this.formDataCert.NationalCertTotal = this.formData.NationalCertTotal
|
|
|
- this.formDataCert.DesignerTotal = this.formData.DesignerTotal
|
|
|
- this.formDataCert.SkillerTotal = this.formData.SkillerTotal
|
|
|
- this.formDataCert.Status = this.formData.Status
|
|
|
- this.formDataCert.WorkflowId = this.formData.WorkflowId
|
|
|
+ this.formDataCert.WorkerTotal = res.data.WorkerTotal
|
|
|
+ this.formDataCert.ContractNum = res.data.ContractNum
|
|
|
+ this.formDataCert.UniversityNum = res.data.UniversityNum
|
|
|
+ this.formDataCert.TechnicalNum = res.data.TechnicalNum
|
|
|
+ this.formDataCert.AboveProfNum = res.data.AboveProfNum
|
|
|
+ this.formDataCert.MiddleProfNum = res.data.MiddleProfNum
|
|
|
+ this.formDataCert.NationalRegNum = res.data.NationalRegNum
|
|
|
+ this.formDataCert.NationalCertTotal = res.data.NationalCertTotal
|
|
|
+ this.formDataCert.DesignerTotal = res.data.DesignerTotal
|
|
|
+ this.formDataCert.SkillerTotal = res.data.SkillerTotal
|
|
|
+ this.formDataCert.Status = res.data.Status
|
|
|
+ this.formDataCert.WorkflowId = res.data.WorkflowId
|
|
|
// this.$refs['GoodsInfo'].CityAry = []
|
|
|
// this.$refs['GoodsInfo'].CityAry.push(this.formData.Province)
|
|
|
// this.$refs['GoodsInfo'].CityAry.push(this.formData.City)
|
|
|
@@ -1576,12 +1576,12 @@
|
|
|
// this.$refs['GoodsInfo'].LinkCityAry.push(this.formData.LinkCity)
|
|
|
// this.$refs['GoodsInfo'].LinkCityAry.push(this.formData.LinkStreet)
|
|
|
// this.$refs['GoodsInfo'].UnitRelationAry = []
|
|
|
- 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)
|
|
|
+ this.$refs['equipmentList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['performanceList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['patentList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['winningList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['businessList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
+ this.$refs['subfileList'].getvalue(res.data.Id, this.SupplierTypeCode, this.certId)
|
|
|
if (this.certId && this.WorkflowId) {
|
|
|
this.$refs['WfHistory'].getHistoryTask() /* 刷新工作流 */
|
|
|
}
|
|
|
@@ -1597,10 +1597,8 @@
|
|
|
InfomainId: this.annualId
|
|
|
}
|
|
|
annualapi.GetChangeEntity(Id, params, this.$axios).then(res => {
|
|
|
- console.log(res, '=====')
|
|
|
this.copyformdata = _.cloneDeep(res.data[0])
|
|
|
this.formData = res.data[1]
|
|
|
- console.log(this.copyformdata, 'this.copyformdata')
|
|
|
this.CityAry = []
|
|
|
this.CityAry.push(this.formData.Province)
|
|
|
this.CityAry.push(this.formData.City)
|
|
|
@@ -1867,7 +1865,7 @@
|
|
|
MInfoId: this.annualId,
|
|
|
InfochangeForm: this.infochangeItemList
|
|
|
}
|
|
|
- console.log('----', AllInfochangeItemList)
|
|
|
+
|
|
|
annualapi.addInfoChangeItemCh(AllInfochangeItemList, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|