| | |
| | | <text>所属流程:{{ item.processName }}</text>
|
| | | </view>
|
| | | <view class="">
|
| | | <text>审批环节:{{ item.currTaskName }}</text>
|
| | | <text>审批环节:{{ item.currTaskName || '' }}</text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="center-content__two center-margin">
|
| | |
| | | <image src="@/static/home/jindu.png" mode=""></image>
|
| | | <view>查看进度</view>
|
| | | </view>
|
| | | <view @click="theFormDataClick(item.tableId)" v-if="item.status == 1 || item.status == 2">
|
| | | <view @click="theFormDataClick(item.tableId)" v-if="(item.status == 1 || item.status == 2) && (item.procDefId == 'WAY_BILL:4:87504')">
|
| | | <image src="@/static/home/biaodan.png" mode=""></image>
|
| | | <view>表单数据</view>
|
| | | </view>
|
| | |
| | | <image src="@/static/home/history.png" mode=""></image>
|
| | | <view>重新申请</view>
|
| | | </view>
|
| | | <view @click="editMyApplication(item)" v-if="item.status == 3">
|
| | | <view @click="editMyApplication(item)" v-if="item.status == 3 && item.procDefId == 'WAY_BILL:4:87504'">
|
| | | <image src="@/static/home/history.png" mode=""></image>
|
| | | <view>编辑</view>
|
| | | </view>
|
| | |
| | | <view class="center-container">
|
| | | <view class="center-content__one center-margin">
|
| | | <view class="">
|
| | | <text>任务名称:{{ item.name }}</text>
|
| | | <text>任务名称:{{ item.name || '' }}</text>
|
| | | </view>
|
| | | <view class="">
|
| | | <text>所属流程:{{ item.processName }}</text>
|
| | | <text>所属流程:{{ item.processName || '' }}</text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="center-content__two center-margin">
|
| | |
| | | <text>任务名称:{{ item.name }}</text>
|
| | | </view>
|
| | | <view>
|
| | | <text>所属流程:{{ item.processName }}</text>
|
| | | <text>所属流程:{{ item.processName || '' }}</text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="center-content__two center-margin">
|
| | |
| | | </view>
|
| | | <view class="center-content__three center-margin">
|
| | | <view class="">
|
| | | <text>审批意见:{{ item.comment }}</text>
|
| | | <text>审批意见:{{ item.comment || '' }}</text>
|
| | | </view>
|
| | | <view class="">
|
| | | <text>
|
| | |
| | | <view class="bottom-container">
|
| | | <!-- 已办按钮 -->
|
| | | <view class="bottom-content__item">
|
| | | <view @click="theFormDataClick(item.tableId)">
|
| | | <view @click="theFormDataClick(item.tableId)" v-if="item.procDefId == 'WAY_BILL:4:87504'">
|
| | | <image src="@/static/home/biaodan.png" mode=""></image>
|
| | | <view>表单数据</view>
|
| | | </view>
|