优化审核步骤
This commit is contained in:
parent
84022ffe21
commit
ab988ecc69
|
|
@ -542,12 +542,12 @@ export default {
|
|||
async refuseAuditLeaseByCompany(type) {
|
||||
const params = JSON.parse(JSON.stringify(this.queryParams))
|
||||
if (params.taskStatus == 31) {
|
||||
params.taskStatus = 99
|
||||
params.examineStatusId = 99
|
||||
params.taskStatus = 98
|
||||
params.examineStatusId = 98
|
||||
}
|
||||
if (params.taskStatus == 32) {
|
||||
params.taskStatus = 100
|
||||
params.examineStatusId = 100
|
||||
params.taskStatus = 99
|
||||
params.examineStatusId = 99
|
||||
}
|
||||
params.updateTime = params.updateTimes
|
||||
params.createTime = params.createTimes
|
||||
|
|
@ -620,7 +620,7 @@ export default {
|
|||
this.flowPath[2].icon = 'el-icon-check'
|
||||
}
|
||||
// console.log(this.flowPath)
|
||||
if (this.queryParams.examineStatusId == 99) {
|
||||
if (this.queryParams.examineStatusId == 98) {
|
||||
this.flowPath[0].color = 'red'
|
||||
this.flowPath[0].icon = 'el-icon-close'
|
||||
this.flowPath[1].color = ''
|
||||
|
|
@ -629,7 +629,7 @@ export default {
|
|||
this.flowPath[2].color = ''
|
||||
this.flowPath[2].icon = ''
|
||||
}
|
||||
if (this.queryParams.examineStatusId == 100) {
|
||||
if (this.queryParams.examineStatusId == 99) {
|
||||
this.flowPath[1].color = 'red'
|
||||
this.flowPath[1].icon = 'el-icon-close'
|
||||
this.flowPath[2].color = ''
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@ module.exports = {
|
|||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||
// target: `https://z.csgmall.com.cn`,
|
||||
|
||||
// target: `http://10.40.92.52:28080`, //超
|
||||
target: `http://10.40.92.60:28080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
// target: `http://10.40.92.74:8080`,//旭/
|
||||
target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://10.40.92.253:28080`, //福
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue