|
@@ -110,7 +110,7 @@
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
- this.initData()
|
|
|
|
|
|
|
+ //this.initData()
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
|
...mapGetters({
|
|
...mapGetters({
|
|
@@ -124,6 +124,7 @@
|
|
|
PerformanceForm: {
|
|
PerformanceForm: {
|
|
|
Id: '',
|
|
Id: '',
|
|
|
SupplierCertId: '',
|
|
SupplierCertId: '',
|
|
|
|
|
+ SupplierTypeCode: '',
|
|
|
ProjectName: '',
|
|
ProjectName: '',
|
|
|
BearContent: '',
|
|
BearContent: '',
|
|
|
OwnerUnit: '',
|
|
OwnerUnit: '',
|
|
@@ -139,6 +140,11 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ getvalue(serviceId, SupplierTypeCode, certId) {
|
|
|
|
|
+ // this.SupplierId = serviceId
|
|
|
|
|
+ this.SupplierTypeCode = SupplierTypeCode
|
|
|
|
|
+ this.SupplierCertId = certId
|
|
|
|
|
+ },
|
|
|
initData() {
|
|
initData() {
|
|
|
let _this = this
|
|
let _this = this
|
|
|
const params = {
|
|
const params = {
|
|
@@ -246,6 +252,7 @@
|
|
|
this.Title = '新增近三年主要工程业绩'
|
|
this.Title = '新增近三年主要工程业绩'
|
|
|
this.PerformanceForm.Id = 0
|
|
this.PerformanceForm.Id = 0
|
|
|
this.PerformanceForm.SupplierCertId = this.SupplierCertId
|
|
this.PerformanceForm.SupplierCertId = this.SupplierCertId
|
|
|
|
|
+ this.PerformanceForm.SupplierTypeCode = this.SupplierTypeCode
|
|
|
this.PerformanceForm.ProjectName = ''
|
|
this.PerformanceForm.ProjectName = ''
|
|
|
this.PerformanceForm.BearContent = ''
|
|
this.PerformanceForm.BearContent = ''
|
|
|
this.PerformanceForm.OwnerUnit = ''
|
|
this.PerformanceForm.OwnerUnit = ''
|
|
@@ -259,6 +266,7 @@
|
|
|
this.Title = '编辑近三年主要工程业绩'
|
|
this.Title = '编辑近三年主要工程业绩'
|
|
|
this.PerformanceForm.Id = val.Id
|
|
this.PerformanceForm.Id = val.Id
|
|
|
this.PerformanceForm.SupplierCertId = val.SupplierCertId
|
|
this.PerformanceForm.SupplierCertId = val.SupplierCertId
|
|
|
|
|
+ this.PerformanceForm.SupplierTypeCode = val.SupplierTypeCode
|
|
|
this.PerformanceForm.ProjectName = val.ProjectName
|
|
this.PerformanceForm.ProjectName = val.ProjectName
|
|
|
this.PerformanceForm.BearContent = val.BearContent
|
|
this.PerformanceForm.BearContent = val.BearContent
|
|
|
this.PerformanceForm.OwnerUnit = val.OwnerUnit
|
|
this.PerformanceForm.OwnerUnit = val.OwnerUnit
|