| | |
| | | <view class="list-item bgc-ff mb-20" v-for="item in siteList" :key="item.id" @click="pushPage(item.id)"> |
| | | <view class="item-title flex a-i-c j-c-s-b mb-20"> |
| | | <text class="f-32 fw">{{item.placeName}}</text> |
| | | |
| | | <!-- <u-tag text="待审批" type="warning" plain plainFill></u-tag> --> |
| | | <u-tag class="u_tag" size="mini" :text="findObjValue(item.confirmFlag, tabList).name" |
| | | :type="findObjValue(item.confirmFlag, tabList).type" plain plainFill></u-tag> |
| | |
| | | status: 3, |
| | | type: 'error' |
| | | }, |
| | | { |
| | | name: "待处理", |
| | | status: 4, |
| | | type: 'warning' |
| | | }, |
| | | ], |
| | | tabIndex: 0, |
| | | tabStatus: "", |
| | |
| | | submitInfo() { |
| | | let data = { |
| | | id: this.info.id, |
| | | confirmFlag: 1, |
| | | confirmNotion: this.confirmNotion |
| | | |
| | | } |
| | | if (this.roleTypeName == "xyzt") { |
| | | daa.confirmFlag = 1; |
| | | if (!this.form.isProblem) { |
| | | this.$showTips("请选择是否隐患") |
| | | return; |
| | |
| | | this.$showTips("请选择是否处理") |
| | | return; |
| | | } |
| | | } else { |
| | | if (!this.confirmNotion) { |
| | | this.$showTips("请输入处理意见") |
| | | return; |
| | | } |
| | | data.confirmFlag = 2; |
| | | data.confirmNotion = this.confirmNotion |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | auditTroubleReport(data).then(res => { |
| | | if (res.code == 200) { |
| | |
| | | <text class="f-32 fw">{{i.type ==1?"安全隐患排查":"矛盾纠纷排查"}}</text> |
| | | <!-- <text class="f-32 fw" v-if="i.eventType == 3">二手车交易</text>id |
| | | <text class="f-32 fw" v-if="i.eventType == 2">二手手机维修</text> --> |
| | | <u-tag v-if="i.confirmFlag == 4" text="待完成" type="warning" plain plainFill></u-tag> |
| | | <u-tag v-if="i.confirmFlag == 4" text="待处理" type="warning" plain plainFill></u-tag> |
| | | <u-tag v-if="i.confirmFlag == 1" text="待审批" type="warning" plain plainFill></u-tag> |
| | | <u-tag v-if="i.confirmFlag == 2" text="审核通过" type="success" plain plainFill></u-tag> |
| | | <u-tag v-if="i.confirmFlag == 3" text="审核拒绝" type="error" plain plainFill></u-tag> |