| | |
| | | <view class="full-page"> |
| | | <up-sticky> |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请点击选择日期" @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar" |
| | | <up-search placeholder="请点击选择日期" @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar" |
| | | @custom='PostMyDakaListPage'></up-search> |
| | | </view> |
| | | <up-subsection :list="list" activeColor="#f9ae3d" @change="sectionChange"></up-subsection> |
| | |
| | | <text> |
| | | 数量: |
| | | </text> |
| | | <up-input v-if="item.isShenPiName!=='已结算'" style="padding: 0;" size='mini' |
| | | <up-input v-if="item.isShenPiName!=='已结算'" type="digit" style="padding: 0;" size='mini' |
| | | border="surround" |
| | | @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workCount*item.workPrice)}' |
| | | v-model="item.workCount"></up-input> |
| | |
| | | this.isJieSuan = '' |
| | | this.loadStatus = 'loadmore' |
| | | this.PostMyDakaListPage(); |
| | | uni.stopPullDownRefresh(); |
| | | }, |
| | | methods: { |
| | | sectionChange(val) { |