动火列表状态

pull/5/head
fangjiakai 2024-01-24 17:50:25 +08:00
parent 81dcd9329a
commit c447d37a4e
1 changed files with 7 additions and 5 deletions

View File

@ -62,7 +62,8 @@
<text>
审核状态
<template v-if="item.STEP_ID==0"></template>
<template v-else-if="item.STATUS==1">{{ item.NEXT_STEP_NAME }}</template>
<template v-else-if="item.STATUS==-2">气体检测打回</template>
<template v-else-if="item.STEP_ID!=-1">{{ item.NEXT_STEP_NAME }}</template>
<template v-else>{{ item.NEXT_STEP_NAME }}</template>
</text>
<text v-if="item.STEP_ID<1"><button class="cu-btn bg-red margin-tb-sm sm" @click="$noMultipleClicks(handleDelete,item.HOTWORK_ID)"></button></text>
@ -111,9 +112,9 @@
totalPage:0,//--
KEYWORDS : '',
noClick:true,
stepList:[],
stepList:[],
sindex:-1,
STEP_ID:'',
STEP_ID:'',
}
},
onReady() {
@ -292,8 +293,9 @@
},
data: {
CREATOR:_this.flow === '提交申请'?loginUser.USER_ID : '',
GASCHECK:_this.flow === '气体检测'?loginUser.USER_ID : '',
STEP_NAME: (_this.flow === '提交申请' || _this.flow === '气体检测')?'' : _this.flow,
GASCHECK:_this.flow === '气体检测'?loginUser.USER_ID : '',
STEP_NAME: (_this.flow === '提交申请' || _this.flow === '气体检测')?'' : _this.flow,
STEP_ID: _this.STEP_ID,
KEYWORDS : _this.KEYWORDS, //
CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID,