-
zhangwei
2025-03-06 8c047f7da19d7e59136a322e1a851d4b6b0eab97
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>
@@ -70,8 +70,8 @@
            <tem-steps></tem-steps>
         </view> -->
         <view class="tabbtns">
            <up-button color='#fece01' class="text-69" text="工资申报" :loading='isLoading' loadingText="申报中"
               v-if="dakaList.isShenPiName!=='已结算'" @click="saveDakaDetail"></up-button>
            <up-button color='#fece01' text="工资申报" :loading='isLoading' loadingText="申报中"
               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() {