|
@@ -203,7 +203,7 @@
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</span> -->
|
|
</span> -->
|
|
|
</div>
|
|
</div>
|
|
|
- <wf-multi-history ref="WfHistory" :entryinfo="entrydetail"></wf-multi-history>
|
|
|
|
|
|
|
+ <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
@@ -266,6 +266,7 @@
|
|
|
import apiCert from '@/api/oilsupplier/suppliercert'
|
|
import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
import SupplierFileTable from '@/pages/oilsupplier/supplierfile/table.vue'
|
|
import SupplierFileTable from '@/pages/oilsupplier/supplierfile/table.vue'
|
|
|
import SupplierCertEdit from '@/components/oilsupplier/suppliercertedit.vue'
|
|
import SupplierCertEdit from '@/components/oilsupplier/suppliercertedit.vue'
|
|
|
|
|
+ import WfHistory from '@/components/workflow/wfmultihistory.vue'
|
|
|
|
|
|
|
|
import EquipmentList from '@/components/oilsupplier/equipmentlist'
|
|
import EquipmentList from '@/components/oilsupplier/equipmentlist'
|
|
|
import PerformanceList from '@/components/oilsupplier/performancelist'
|
|
import PerformanceList from '@/components/oilsupplier/performancelist'
|
|
@@ -287,7 +288,7 @@
|
|
|
},
|
|
},
|
|
|
components: {
|
|
components: {
|
|
|
SupplierFileTable,
|
|
SupplierFileTable,
|
|
|
- WfMultiHistory,
|
|
|
|
|
|
|
+ WfHistory,
|
|
|
SupplierCertEdit,
|
|
SupplierCertEdit,
|
|
|
SubfileList, // 选择企业资质
|
|
SubfileList, // 选择企业资质
|
|
|
EquipmentList, //企业主要设备
|
|
EquipmentList, //企业主要设备
|
|
@@ -498,6 +499,8 @@
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.formannData = res.data;
|
|
this.formannData = res.data;
|
|
|
this.Status = this.formannData.Status
|
|
this.Status = this.formannData.Status
|
|
|
|
|
+ this.entrydetail.business = this.formannData.BusinessKey
|
|
|
|
|
+ this.entrydetail.instance = this.formannData.WorkflowId
|
|
|
})
|
|
})
|
|
|
.catch(err => {
|
|
.catch(err => {
|
|
|
console.error(err);
|
|
console.error(err);
|
|
@@ -645,9 +648,6 @@
|
|
|
this.$refs['winningList'].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['businessList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['subfileList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
this.$refs['subfileList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.entrydetail.business = this.annualId
|
|
|
|
|
- this.entrydetail.instance = this.WorkflowId
|
|
|
|
|
- this.backhistroy.classId = this.formData.SupplierTypeCode
|
|
|
|
|
if (this.certId && this.WorkflowId) {
|
|
if (this.certId && this.WorkflowId) {
|
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
|
}
|
|
}
|