优化审核步骤

This commit is contained in:
BianLzhaoMin 2024-06-19 10:40:39 +08:00
parent 84022ffe21
commit ab988ecc69
2 changed files with 8 additions and 8 deletions

View File

@ -542,12 +542,12 @@ export default {
async refuseAuditLeaseByCompany(type) { async refuseAuditLeaseByCompany(type) {
const params = JSON.parse(JSON.stringify(this.queryParams)) const params = JSON.parse(JSON.stringify(this.queryParams))
if (params.taskStatus == 31) { if (params.taskStatus == 31) {
params.taskStatus = 99 params.taskStatus = 98
params.examineStatusId = 99 params.examineStatusId = 98
} }
if (params.taskStatus == 32) { if (params.taskStatus == 32) {
params.taskStatus = 100 params.taskStatus = 99
params.examineStatusId = 100 params.examineStatusId = 99
} }
params.updateTime = params.updateTimes params.updateTime = params.updateTimes
params.createTime = params.createTimes params.createTime = params.createTimes
@ -620,7 +620,7 @@ export default {
this.flowPath[2].icon = 'el-icon-check' this.flowPath[2].icon = 'el-icon-check'
} }
// console.log(this.flowPath) // console.log(this.flowPath)
if (this.queryParams.examineStatusId == 99) { if (this.queryParams.examineStatusId == 98) {
this.flowPath[0].color = 'red' this.flowPath[0].color = 'red'
this.flowPath[0].icon = 'el-icon-close' this.flowPath[0].icon = 'el-icon-close'
this.flowPath[1].color = '' this.flowPath[1].color = ''
@ -629,7 +629,7 @@ export default {
this.flowPath[2].color = '' this.flowPath[2].color = ''
this.flowPath[2].icon = '' this.flowPath[2].icon = ''
} }
if (this.queryParams.examineStatusId == 100) { if (this.queryParams.examineStatusId == 99) {
this.flowPath[1].color = 'red' this.flowPath[1].color = 'red'
this.flowPath[1].icon = 'el-icon-close' this.flowPath[1].icon = 'el-icon-close'
this.flowPath[2].color = '' this.flowPath[2].color = ''

View File

@ -42,10 +42,10 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`, // 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.81:8080`, //韩/
// target: `http://10.40.92.74: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`, //福 // target: `http://10.40.92.253:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */