From 93a986bc80abdef75923054b9df9adb6e1ccff52 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 08 十月 2024 16:44:08 +0800
Subject: [PATCH] -
---
src/pages/checkin/workdetail.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/pages/checkin/workdetail.vue b/src/pages/checkin/workdetail.vue
index ce90da7..9f1c5f9 100644
--- a/src/pages/checkin/workdetail.vue
+++ b/src/pages/checkin/workdetail.vue
@@ -3,7 +3,7 @@
<view class="coreshop-ff">
<view class="c-p-20">
<view class="chuany-flex chuany-justify-between chuany-flex-wrap">
- <text class="chuany-font34">
+ <text class="chuany-font32">
{{dakaList.orderName}}
</text>
<text class="">
@@ -11,7 +11,7 @@
</text>
</view>
</view>
- <view class="c-p-20">
+ <view class="c-p-l-20 c-p-r-20">
<view class="">
<text class="">
鎵撳崱璁板綍锛�
@@ -52,7 +52,7 @@
</template>
</up-cell>
<up-cell title="鏁伴噺" :border='false' v-if="dakaList.workerType==1">
- <template #right-icon v-if="dakaList.isShenPiName!=='宸茬粨绠�'">
+ <template #right-icon v-if="dakaList.isShenPi==0">
<up-input v-model="dakaList.workCount" type="digit"
@blur='(val) => {dakaList.todaySalary=$util.roundToTwo(dakaList.workCount*dakaList.workPrice)}'
border="none" placeholder="璇峰~鍐欐暟閲�"></up-input>
@@ -71,7 +71,7 @@
</view> -->
<view class="tabbtns">
<up-button color='#fece01' class="text-69" text="宸ヨ祫鐢虫姤" :loading='isLoading' loadingText="鐢虫姤涓�"
- v-if="dakaList.isShenPiName!=='宸茬粨绠�'" @click="saveDakaDetail"></up-button>
+ v-if="dakaList.isShenPi==0" @click="saveDakaDetail"></up-button>
</view>
</view>
</view>
@@ -118,7 +118,6 @@
if (this.dakaList.orderBiddingDetailCheck.length % 2 !== 0) {
this.dakaList.orderBiddingDetailCheck.push({})
}
- console.log(res, '鎵撳崱');
})
},
saveDakaDetail() {
--
Gitblit v1.9.1