| | |
| | | <!-- 我的申请卡片区域 --> |
| | | <!-- <u-checkbox-group v-model="checkBoxValue" placement="column" @change="checkboxChange" style="margin-bottom:150px"> --> |
| | | <combination-card v-for="(item, index) in shenqingData" index="index"> |
| | | <template v-slot:top> |
| | | <template v-slot:top> |
| | | <!-- <u-checkbox size="35" :key="item.id" :name="item.id"></u-checkbox> --> |
| | | <view> |
| | | <text>{{ item.title }}</text> |
| | |
| | | <text>所属流程:{{ item.processName }}</text> |
| | | </view> |
| | | <view class=""> |
| | | <text>审批环节:{{ item.currTaskName }}</text> |
| | | <text>审批环节:{{ item.currTaskName == null ? '' : 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> |
| | |
| | | </view> |
| | | |
| | | <!--返回顶部--> |
| | | <u-back-top :scroll-top="scrollTop"></u-back-top> |
| | | <view class="back-top-container"> |
| | | <u-back-top :scroll-top="scrollTop" style="position:fixed;bottom:100px;right:100px;"></u-back-top> |
| | | </view> |
| | | |
| | | <view class="" style="height:50px;"> |
| | | |
| | |
| | | // this.myApplication.pageNumber++; // 每触底一次 page +1 |
| | | if (this.myApplication.title || this.myApplication.status || this.myApplication.result || this.myApplication.startTime || this.myApplication.endTime) { |
| | | if(this.myApplication.pageNumber == 1){ |
| | | this.shenqingData = response.data.records |
| | | this.shenqingData = response.data.records; |
| | | }else{ |
| | | this.shenqingData = this.shenqingData.concat(response.data.records); |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | // 返回顶部 |
| | | .back-top-container{ |
| | | .u-transition{ |
| | | position:fixed; |
| | | bottom:vww(80)!important; |
| | | right:vww(20)!important; |
| | | } |
| | | } |
| | | |
| | | |
| | | // 底部 |
| | | .bottomTabbar { |
| | | position: fixed; |