| | |
| | | </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> |
| | |
| | | <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> |
| | |
| | | if (this.dakaList.orderBiddingDetailCheck.length % 2 !== 0) { |
| | | this.dakaList.orderBiddingDetailCheck.push({}) |
| | | } |
| | | console.log(res, '打卡'); |
| | | }) |
| | | }, |
| | | saveDakaDetail() { |