|
@@ -246,9 +246,6 @@
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
<choose-auditor ref="chooseAuditor" @close="setAuditer" @hideChooseAuditer="chooseAuditorVisible=false"
|
|
<choose-auditor ref="chooseAuditor" @close="setAuditer" @hideChooseAuditer="chooseAuditorVisible=false"
|
|
|
:visible="chooseAuditorVisible"></choose-auditor>
|
|
:visible="chooseAuditorVisible"></choose-auditor>
|
|
|
- <el-dialog title="审批历史" :visible.sync="audithistoryshow" width="1200px">
|
|
|
|
|
- <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
|
|
|
|
|
- </el-dialog>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -271,7 +268,6 @@
|
|
|
import BasisInfo from '@/components/oilsupplier/basisinfo'
|
|
import BasisInfo from '@/components/oilsupplier/basisinfo'
|
|
|
import AuditbusList from '@/components/oilsupplier/auditbuslist'
|
|
import AuditbusList from '@/components/oilsupplier/auditbuslist'
|
|
|
import ChooseAuditor from '@/components/oilsupplier/chooseauditor'
|
|
import ChooseAuditor from '@/components/oilsupplier/chooseauditor'
|
|
|
- import WfBackHistory from '@/components/workflow/wfbackhistory.vue'
|
|
|
|
|
import SubfileList from '@/components/oilsupplier/subfilelist'
|
|
import SubfileList from '@/components/oilsupplier/subfilelist'
|
|
|
|
|
|
|
|
|
|
|
|
@@ -283,7 +279,6 @@
|
|
|
},
|
|
},
|
|
|
components: {
|
|
components: {
|
|
|
SupplierFileTable,
|
|
SupplierFileTable,
|
|
|
- WfHistory,
|
|
|
|
|
SupplierCertEdit,
|
|
SupplierCertEdit,
|
|
|
SubfileList, // 选择企业资质
|
|
SubfileList, // 选择企业资质
|
|
|
EquipmentList, //企业主要装备情况
|
|
EquipmentList, //企业主要装备情况
|
|
@@ -316,11 +311,6 @@
|
|
|
label: 'name',
|
|
label: 'name',
|
|
|
children: 'children'
|
|
children: 'children'
|
|
|
},
|
|
},
|
|
|
- backhistroy: {
|
|
|
|
|
- certId: '',
|
|
|
|
|
- classId: '01',
|
|
|
|
|
- workflowId: ''
|
|
|
|
|
- },
|
|
|
|
|
auditform: {
|
|
auditform: {
|
|
|
FirstAuditName: "",
|
|
FirstAuditName: "",
|
|
|
SecondAudit: "",
|
|
SecondAudit: "",
|
|
@@ -480,8 +470,6 @@
|
|
|
this.getDictOptions()
|
|
this.getDictOptions()
|
|
|
this.formData.Id = this.serviceId
|
|
this.formData.Id = this.serviceId
|
|
|
this.initDatas()
|
|
this.initDatas()
|
|
|
- this.backhistroy.certId = this.annualId
|
|
|
|
|
- this.backhistroy.workflowId = this.WorkflowId
|
|
|
|
|
if (this.Status <=1 ) {
|
|
if (this.Status <=1 ) {
|
|
|
this.savebtn = false
|
|
this.savebtn = false
|
|
|
this.canUpdateSupplier = true
|
|
this.canUpdateSupplier = true
|
|
@@ -644,9 +632,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)
|
|
|
- if (this.certId && this.WorkflowId) {
|
|
|
|
|
- this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|
|
@@ -866,6 +851,7 @@
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
|
//保存成功后,初始化数据,变成修改
|
|
//保存成功后,初始化数据,变成修改
|
|
|
this.entityForm.Id = res.data.item;
|
|
this.entityForm.Id = res.data.item;
|
|
|
|
|
+ this.getstatus(this.annualId)
|
|
|
//this.initDatas();
|
|
//this.initDatas();
|
|
|
this.addshow = false
|
|
this.addshow = false
|
|
|
this.$message({
|
|
this.$message({
|