feat: There is no way the, BUG #52104
This commit is contained in:
@@ -1835,6 +1835,7 @@
|
|||||||
let mes = JSON.parse(res.mes)
|
let mes = JSON.parse(res.mes)
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
|
this.getEvaluation()
|
||||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||||
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
||||||
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
||||||
|
|||||||
@@ -1806,6 +1806,7 @@
|
|||||||
let mes = JSON.parse(res.mes)
|
let mes = JSON.parse(res.mes)
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
|
this.getEvaluation()
|
||||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||||
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
||||||
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
||||||
|
|||||||
@@ -1512,6 +1512,11 @@
|
|||||||
let mes = JSON.parse(res.mes)
|
let mes = JSON.parse(res.mes)
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
|
if(this.form.fsRejectStatus === 1){
|
||||||
|
this.evaluationHisListByOne()
|
||||||
|
}else {
|
||||||
|
this.getEvaluation()
|
||||||
|
}
|
||||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||||
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
||||||
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
||||||
|
|||||||
@@ -1537,6 +1537,11 @@
|
|||||||
let mes = JSON.parse(res.mes)
|
let mes = JSON.parse(res.mes)
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
|
if(this.form.fsRejectStatus === 1){
|
||||||
|
this.evaluationHisListByOne()
|
||||||
|
}else {
|
||||||
|
this.getEvaluation()
|
||||||
|
}
|
||||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||||
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
this.form['NYLXCLASS'] = this.filterObj(this.form['NYLXCLASS'])
|
||||||
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
this.form['SYCPXCLASS'] = this.filterObj(this.form['SYCPXCLASS'])
|
||||||
|
|||||||
@@ -746,7 +746,7 @@
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
taskInfo:'企标编写汇总',
|
taskInfo:'重新企标编写汇总',
|
||||||
dataLoading: true,
|
dataLoading: true,
|
||||||
loading: false,
|
loading: false,
|
||||||
disabledState: false,
|
disabledState: false,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<!-- 标准入库流程-->
|
<!-- 标准入库流程-->
|
||||||
<ProcessHeader toggle>
|
<ProcessHeader toggle>
|
||||||
<template slot="proName">企标制修订-技术标准</template>
|
<template slot="proName">企标制修订-技术标准</template>
|
||||||
<template slot="proNode">重新术委员会评审、评审意见修改</template>
|
<template slot="proNode">重新技术委员会评审、评审意见修改</template>
|
||||||
</ProcessHeader>
|
</ProcessHeader>
|
||||||
<div class="headerTabs">
|
<div class="headerTabs">
|
||||||
<div class="headerTabsItem" :class="active === '1' ? 'active' : ''" @click="handleTabs('1')">评审评分</div>
|
<div class="headerTabsItem" :class="active === '1' ? 'active' : ''" @click="handleTabs('1')">评审评分</div>
|
||||||
@@ -978,7 +978,7 @@
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
taskInfo:'技术委员会评审、评审意见修改',
|
taskInfo:'重新技术委员会评审、评审意见修改',
|
||||||
loading: false,
|
loading: false,
|
||||||
dataLoading: true,
|
dataLoading: true,
|
||||||
disabledState: false,
|
disabledState: false,
|
||||||
|
|||||||
@@ -439,22 +439,20 @@ export default {
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary12',
|
name: 'bussLibrary12',
|
||||||
query: {
|
query: {
|
||||||
taskIds: row.taskIds,
|
type: 'buss1',
|
||||||
prcId: row.prcId,
|
processName: mes.taskInfo,
|
||||||
prcNum: row.prcNum,
|
bpnId: id,
|
||||||
prcName: row.prcName,
|
verifySarStandard: true,
|
||||||
prcType: row.prcType
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (mes.taskInfo === '发布'){
|
}else if (mes.taskInfo === '发布'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary13',
|
name: 'bussLibrary13',
|
||||||
query: {
|
query: {
|
||||||
taskIds: row.taskIds,
|
type: 'buss1',
|
||||||
prcId: row.prcId,
|
processName: mes.taskInfo,
|
||||||
prcNum: row.prcNum,
|
bpnId: id,
|
||||||
prcName: row.prcName,
|
verifySarStandard: true,
|
||||||
prcType: row.prcType
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user