-
zhangwei
2024-12-31 d0fd00436448dd7b82031f840e22d9e6aecb6053
src/pages/checkin/index.vue
@@ -4,15 +4,15 @@
         <up-sticky>
            <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10">
               <up-search placeholder="请点击选择打卡日期" @click='clickIcon' :show-action="false"
                  @clear='PostMyDakaListPage' disabled v-model="wordDate" search-icon="calendar"
                  @search='PostMyDakaListPage'></up-search>
                  @clear='init' disabled v-model="wordDate" search-icon="calendar"
                  @search='init'></up-search>
               <!-- <up-input shape="round" class="u-search__content__input"></up-input> -->
               <!-- <up-search placeholder="请输入公司名称" :show-action="false" v-model="Suppliername" @clear='PostMyDakaListPage'
                  @search='PostMyDakaListPage'></up-search> -->
            </view>
            <view class="coreshop-ff content c-p-10">
               <up-search placeholder="请输入公司名称" v-model="Suppliername" @clear='PostMyDakaListPage'
                  @custom='PostMyDakaListPage' @search='PostMyDakaListPage'></up-search>
               <up-search placeholder="请输入公司名称" v-model="Suppliername" @clear='init'
                  @custom='init' @search='init'></up-search>
               <!-- <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='PostMyDakaListPage' disabled
                  v-model="wordDate" search-icon="calendar" @search='PostMyDakaListPage'
                  @custom='PostMyDakaListPage'></up-search> -->
@@ -39,7 +39,14 @@
                           </text> -->
                           <!-- <up-tag class='c-m-r-10' :text="item.isShenPiName" shape="circle" type="success" plain
                              plainFill size='mini'></up-tag> -->
                           <up-text type="success" :text="item.isShenPiName" size='14'></up-text>
                           <view class="chuany-width10" v-if="item.isShenPi==0">
                              <!-- v-if="item.isShenPiName!=='已结算'" -->
                              <up-button class="button-layout__item"
                                 :text="item.workerType==0?'结束今日工作':'计件申报'" size="mini"
                                 :loading='item.isLoading' :loadingText="item.workerType==0?'结束中':'申报中'"
                                 @click.stop='saveDakaDetail(item)' type="warning"></up-button>
                           </view>
                           <up-text v-else type="success" :text="item.isShenPiName" size='14'></up-text>
                           <!-- <up-tag text="已确认" shape="circle" type="success" plain plainFill size='mini'></up-tag> -->
                        </view>
                     </view>
@@ -75,13 +82,13 @@
                           </text>
                        </view>
                        <view class="chuany-width48 c-p-t-8">
                           <view class="chuany-width10" v-if="item.isShenPi==0">
                           <!-- <view class="chuany-width10" v-if="item.isShenPi==0"> -->
                              <!-- v-if="item.isShenPiName!=='已结算'" -->
                              <up-button class="button-layout__item"
                           <!-- <up-button class="button-layout__item"
                                 :text="item.workerType==0?'结束今日工作':'计件申报'" size="mini"
                                 :loading='item.isLoading' :loadingText="item.workerType==0?'结束中':'申报中'"
                                 @click.stop='saveDakaDetail(item)' type="warning"></up-button>
                           </view>
                                 @click.stop='saveDakaDetail(item)' type="warning"></up-button> -->
                           <!-- </view> -->
                        </view>
                     </view>
                  </view>