From e3f6581c48b1dfb65c55e8a1a6ce1761a7dc26b4 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 16 一月 2025 15:29:43 +0800 Subject: [PATCH] 费用报销 --- src/pages/detail/detail.vue | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) diff --git a/src/pages/detail/detail.vue b/src/pages/detail/detail.vue index f2c4588..fbe1e84 100644 --- a/src/pages/detail/detail.vue +++ b/src/pages/detail/detail.vue @@ -26,11 +26,17 @@ </view> --> <view class="redcla c-p-l-18 c-p-r-18"> <text class="chuany-font40"> - {{orderObj.workPrice}} + {{orderObj.workPrice}}<template v-if="orderObj.workPriceMax">~{{orderObj.workPriceMax}}</template> </text> <text class='chuany-font20'> {{orderObj.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}} </text> + <!-- <text class="chuany-font40"> + {{orderObj.workPrice}} + </text> + <text class='chuany-font20'> + {{orderObj.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}} + </text> --> </view> </view> @@ -54,8 +60,14 @@ <view class="chuany-width26"> <text class="colorgray ">浠诲姟鏃堕棿</text> </view> - <view class="chuany-flex chuany-flex-direction"> + <!-- <view class="chuany-flex chuany-flex-direction"> <text>{{orderObj.startTimeName}} 鑷� {{orderObj.endTimeName}}</text> + </view> --> + <view class="chuany-flex chuany-flex-direction" v-if="orderObj.zixinganpai"> + {{orderObj.zixinganpaiName}} + </view> + <view class="" v-else> + {{orderObj.startTimeName}} 鑷� {{orderObj.endTimeName}} </view> </view> <!-- <view class="chuany-flex c-p-l-18"> @@ -98,7 +110,26 @@ {{orderObj.demand}} </view> </view> - <view class="tabbtns"> + <!-- <view class="coreshop-bg-white c-m-t-20 c-p-20"> + <view class="c-p-b-20 colorgray"> + 宸ヤ环璇︽儏 + </view> + <view class="c-p-b-20"> + 褰撳墠宸ヤ环锛歿{orderObj.workPriceDangqian}} {{orderObj.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}} + </view> + <view class="c-p-b-20"> + 鍘嗗彶宸ヤ环锛� + <view class="chuany-flex chuany-justify-between" v-for="item in orderObj.orderBiddingWorkPrices"> + <view class=""> + {{$util.formatDate(item.effectTime)}} + </view> + <view class=""> + {{item.workPrice}} {{orderObj.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}} + </view> + </view> + </view> + </view> --> + <view class="tabbtns" v-if="!orderObj.isSelectedName"> <up-button color='#fece01' :loading='isLoading' loadingText="鎶ュ悕涓�" class="text-69" text="鎶ュ悕" @click="enroll"></up-button> </view> -- Gitblit v1.9.1