|
|
|
@ -5,15 +5,9 @@ |
|
|
|
|
<view class="header_seach"> |
|
|
|
|
<view class="header_seach_seach"> |
|
|
|
|
<view class="seach_input"> |
|
|
|
|
<uni-easyinput |
|
|
|
|
:candidate='candidate' |
|
|
|
|
:ejectOpen='ejectOpen' |
|
|
|
|
@ejectFn='ejectFn' |
|
|
|
|
:letfText='letfText' |
|
|
|
|
confirmType='search' |
|
|
|
|
@confirm='seachFn' |
|
|
|
|
placeholder-style="color:#bbbbbb;font-weight: 100;" |
|
|
|
|
v-model="seachValue" |
|
|
|
|
<uni-easyinput :candidate='candidate' :ejectOpen='ejectOpen' @ejectFn='ejectFn' |
|
|
|
|
:letfText='letfText' confirmType='search' @confirm='seachFn' |
|
|
|
|
placeholder-style="color:#bbbbbb;font-weight: 100;" v-model="seachValue" |
|
|
|
|
:placeholder="letfText=='企业'?'企业名,企业ID':'司机姓名,司机手机号'" @iconClick="onClick"> |
|
|
|
|
</uni-easyinput> |
|
|
|
|
</view> |
|
|
|
@ -87,18 +81,20 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</scroll-view> |
|
|
|
|
<view v-if="listData.length==0" style="width: 100vw; height: 100%; display: flex;align-items: center;justify-content: center;"> |
|
|
|
|
<view v-if="listData.length==0" |
|
|
|
|
style="width: 100vw; height: 100%; display: flex;align-items: center;justify-content: center;"> |
|
|
|
|
<image src="@/static/qx.png" style="width: 536rpx; height: 399rpx;"></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<popup :show="showPopup" @confirmFn='confirmFn' @closeFn='closeFn' :butten='butten' |
|
|
|
|
v-model="iShow.examine"> |
|
|
|
|
<popup :show="showPopup" @confirmFn='confirmFn' @closeFn='closeFn' :butten='butten' v-model="iShow.examine"> |
|
|
|
|
<view slot="coment"> |
|
|
|
|
<view class="examine_popup_body"> |
|
|
|
|
<view class="examine_popup_header"> |
|
|
|
|
<view class="examine_popup_header_top"> |
|
|
|
|
<view class="examine_popup_header_title">分发详情</view> |
|
|
|
|
<view :style="{background:typeBackground(seledata.auditMark),color:typeColor(seledata.auditMark)}" class="listCard_header_Type"> |
|
|
|
|
<view |
|
|
|
|
:style="{background:typeBackground(seledata.auditMark),color:typeColor(seledata.auditMark)}" |
|
|
|
|
class="listCard_header_Type"> |
|
|
|
|
<view :style="{background:typeColor(seledata.auditMark)}" class="garden"></view> |
|
|
|
|
<text>{{seledata.auditMark|typeText}}</text> |
|
|
|
|
</view> |
|
|
|
@ -115,8 +111,10 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="examine_popup_orderType"> |
|
|
|
|
<image style="width: 60rpx;height: 50rpx;" class="form_body_item_img" src="@/static/fy.png"></image> |
|
|
|
|
<view class="examine_popup_orderType_text">{{ Number(seledata.disAmount).toFixed(2)||'--' }}</view> |
|
|
|
|
<image style="width: 60rpx;height: 50rpx;" class="form_body_item_img" src="@/static/fy.png"> |
|
|
|
|
</image> |
|
|
|
|
<view class="examine_popup_orderType_text">{{ Number(seledata.disAmount).toFixed(2)||'--' }} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="information_item"> |
|
|
|
|
<view class="information_item_label">子公司</view> |
|
|
|
@ -126,11 +124,17 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view style="margin-top: 20rpx;" class="information_item_other"> |
|
|
|
|
<view class="information_item_other_value">{{seledata.createUserName||'暂无'}}({{seledata.createUser||'--'}}) <br/> {{seledata.createTime||'--'}}</view> |
|
|
|
|
<view class="information_item_other_value"> |
|
|
|
|
{{seledata.createUserName||'暂无'}}({{seledata.createUser||'--'}}) <br /> |
|
|
|
|
{{seledata.createTime||'--'}} |
|
|
|
|
</view> |
|
|
|
|
<view class="information_item_other_label">申请信息</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="information_item_other"> |
|
|
|
|
<view class="information_item_other_value">{{seledata.auditUserName||'暂无'}}({{seledata.auditUser||'暂无'}}) <br/> {{seledata.auditTime||'--'}}</view> |
|
|
|
|
<view class="information_item_other_value"> |
|
|
|
|
{{seledata.auditUserName||'暂无'}}({{seledata.auditUser||'暂无'}}) <br /> |
|
|
|
|
{{seledata.auditTime||'--'}} |
|
|
|
|
</view> |
|
|
|
|
<view class="information_item_other_label">审核信息</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
@ -482,6 +486,7 @@ |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
@import url("./popup.css"); |
|
|
|
|
|
|
|
|
|
.icoon :active { |
|
|
|
|
color: #007AFF; |
|
|
|
|
} |
|
|
|
@ -747,14 +752,14 @@ |
|
|
|
|
border: 0px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* .header { |
|
|
|
|
background-color: #007AFF; |
|
|
|
|
.header { |
|
|
|
|
/* background-color: #007AFF; */ |
|
|
|
|
color: white; |
|
|
|
|
min-height: 403rpx; |
|
|
|
|
background-image: url('https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油admin小程序/sjbj.png'); |
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
background: url('https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油admin小程序/sjbj.png') 100%/100%; |
|
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
|
position: relative; |
|
|
|
|
} */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.uni-navbar__header-btns-right { |
|
|
|
|
padding-right: 0 !important; |
|
|
|
|