| | |
| | | <view class="list-item-row" @click="show = true"> |
| | | <view class="list-item-row-label">用工时间<b>*</b></view> |
| | | <view class="list-item-row-val"> |
| | | <text>{{form.startDate ? form.startDate + ' 至 ' + form.endDate + ' (' + form.priceNum1 + '天) ' : '请选择'}}</text> |
| | | <text>{{form.startDate ? form.startDate + ' 至 ' + form.endDate + ' (' + workDays + '天) ' : '请选择'}}</text> |
| | | <u-icon name="arrow-right" color="#111111" size="16"></u-icon> |
| | | </view> |
| | | </view> |
| | |
| | | this.form.lgt = option.longitude |
| | | this.form.location = option.address |
| | | this.form.workType = option.workType |
| | | this.form.days = option.days |
| | | this.workDays = option.days |
| | | } |
| | | this.getCateList() |
| | | }, |