| | |
| | | </view> |
| | | <view class="center-content__two center-margin"> |
| | | <view> |
| | | <text>发起人:{{ item.actBusiness.createByName }}</text> |
| | | <text>发起人:{{ item.actBusiness.createByName || '' }}</text> |
| | | </view> |
| | | <view> |
| | | <text>审批操作:{{ item.deleteReason }}</text> |
| | |
| | | </view> |
| | | <view class="center-content__three center-margin"> |
| | | <view class=""> |
| | | <text>审批意见:{{ item.comment == 'undefined' ? '' : item.comment || '' }}</text> |
| | | <text>审批意见:{{ item.comment == 'undefined' ? '未填写' : item.comment || '未填写' }}</text> |
| | | </view> |
| | | <view class=""> |
| | | <text> |
| | |
| | | <view class="bottom-container"> |
| | | <!-- 已办按钮 --> |
| | | <view class="bottom-content__item"> |
| | | <view @click="theFormDataClick(item.tableId)" v-if="item.procDefId == 'WAY_BILL:4:87504'"> |
| | | <view @click="theFormDataClick(item.tableId)" v-if="item.processName == '发运通知单'"> |
| | | <image src="@/static/home/biaodan.png" mode=""></image> |
| | | <view>申请详情</view> |
| | | </view> |
| | |
| | | </template> |
| | | </combination-card> |
| | | </u-checkbox-group> |
| | | </view> |
| | | |
| | | <view class="empty-placeH"> |
| | | |
| | | </view> |
| | | <!-- 底部全选 --> |
| | | <view class="bottomTabbar"> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | ::v-deep.my-have-todo { |
| | | width: 100%; |
| | | height: 100%; |
| | | // 搜索区域 |
| | | .searchContainer { |
| | | width: 94%; |
| | |
| | | right: vww(20) !important; |
| | | } |
| | | } |
| | | |
| | | // 底部站位 |
| | | .empty-placeH{ |
| | | height:vww(5); |
| | | } |
| | | |
| | | // 底部 |
| | | .bottomTabbar { |