动火列表状态

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> <text>
审核状态 审核状态
<template v-if="item.STEP_ID==0"></template> <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> <template v-else>{{ item.NEXT_STEP_NAME }}</template>
</text> </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> <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>
@ -294,6 +295,7 @@
CREATOR:_this.flow === '提交申请'?loginUser.USER_ID : '', CREATOR:_this.flow === '提交申请'?loginUser.USER_ID : '',
GASCHECK:_this.flow === '气体检测'?loginUser.USER_ID : '', GASCHECK:_this.flow === '气体检测'?loginUser.USER_ID : '',
STEP_NAME: (_this.flow === '提交申请' || _this.flow === '气体检测')?'' : _this.flow, STEP_NAME: (_this.flow === '提交申请' || _this.flow === '气体检测')?'' : _this.flow,
STEP_ID: _this.STEP_ID,
KEYWORDS : _this.KEYWORDS, // KEYWORDS : _this.KEYWORDS, //
CORPINFO_ID:loginUser.CORPINFO_ID, CORPINFO_ID:loginUser.CORPINFO_ID,
USER_ID:loginUser.USER_ID, USER_ID:loginUser.USER_ID,