|
@@ -482,7 +482,8 @@
|
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批流程</span>
|
|
<span>审批流程</span>
|
|
|
<span style="float: right;">
|
|
<span style="float: right;">
|
|
|
- <el-button type="primary" size="mini" :disabled="formDataCert.Status > 0" @click="AuditEntity">提交审批</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" size="mini" :disabled="formDataCert.Status > 0" @click="AuditEntity">提交审批
|
|
|
|
|
+ </el-button>
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
<wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
|
|
<wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
|
|
@@ -528,7 +529,7 @@
|
|
|
},
|
|
},
|
|
|
name: 'oilsupplierEdit',
|
|
name: 'oilsupplierEdit',
|
|
|
|
|
|
|
|
- data () {
|
|
|
|
|
|
|
+ data() {
|
|
|
return {
|
|
return {
|
|
|
equipmentList: [], //企业主要装备情况
|
|
equipmentList: [], //企业主要装备情况
|
|
|
performanceList: [], //近三年主要工程业绩
|
|
performanceList: [], //近三年主要工程业绩
|
|
@@ -635,7 +636,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- created () {
|
|
|
|
|
|
|
+ created() {
|
|
|
this.serviceId = this.$route.params.opera
|
|
this.serviceId = this.$route.params.opera
|
|
|
this.certId = this.$route.query.certid
|
|
this.certId = this.$route.query.certid
|
|
|
this.getDictOptions()
|
|
this.getDictOptions()
|
|
@@ -660,7 +661,7 @@
|
|
|
this.$refs["winningList"].showDialog()
|
|
this.$refs["winningList"].showDialog()
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- initDatas () {
|
|
|
|
|
|
|
+ initDatas() {
|
|
|
if (this.formData.Id) {
|
|
if (this.formData.Id) {
|
|
|
api.getEntityAndCert(this.certId, this.$axios).then(res => {
|
|
api.getEntityAndCert(this.certId, this.$axios).then(res => {
|
|
|
this.formData = res.data
|
|
this.formData = res.data
|
|
@@ -689,7 +690,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- getDictOptions () {
|
|
|
|
|
|
|
+ getDictOptions() {
|
|
|
/*api.getDictList(this.$axios).then(res => {}).catch(err => {
|
|
/*api.getDictList(this.$axios).then(res => {}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|
|
|
})*/
|
|
})*/
|
|
@@ -804,7 +805,7 @@
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- AuditEntity () {
|
|
|
|
|
|
|
+ AuditEntity() {
|
|
|
apiCert.auditEntity(this.certId, this.$axios).then(res => {
|
|
apiCert.auditEntity(this.certId, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
|
//保存成功后,初始化数据,变成修改
|
|
//保存成功后,初始化数据,变成修改
|