| | |
| | | <template> |
| | | <scroll-view class="full-page" scroll-y using-sticky> |
| | | <view class="full-page" scroll-y using-sticky> |
| | | <view class="full-page-content c-p-b-100" v-if="viewList&&viewList.length>0"> |
| | | <view class="listrecord c-p-t-28 c-p-l-28 c-p-r-28" v-for="item in viewList" :key='item.id'> |
| | | <view class="coreshop-ff chuany-bradius20"> |
| | |
| | | v-model="item.todaySalary" v-if="item.isShenPi!==2"></up-input> |
| | | <text v-else>{{item.todaySalary}} 元</text> |
| | | </view> |
| | | <view class="chuany-width48 c-p-t-8"> |
| | | <!-- <view class="chuany-width48 c-p-t-8"> |
| | | <view class="chuany-width10" v-if="item.isShenPi!==2"> |
| | | <up-button class="button-layout__item" :text="item.isShenPi!==2?'核准工资':'修改'" |
| | | size="mini" :loading='item.isLoading' |
| | | :loadingText="item.isShenPi!==2?'核准中':'修改中'" |
| | | @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="tabbtns"> |
| | | 合计:{{heji}} 元 |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |