| | |
| | | <u-icon name="arrow-right" color="#111111" size="16"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row"> |
| | | <view class="list-item-row-label">用工数量<b>*</b></view> |
| | | <view class="list-item-row-val"> |
| | | <input type="number" v-model="form.priceNum2" @blur="getPrice" placeholder="请输入" /> |
| | | <text>人</text> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row" v-if="viewStatus"> |
| | | <view class="list-item-row-label">需求补充</view> |
| | | <view class="list-item-row-val"> |
| | |
| | | <text v-if="form.carType === 0">天</text> |
| | | <text v-if="form.carType === 1">小时</text> |
| | | <text v-if="form.carType === 2">斤</text> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row"> |
| | | <view class="list-item-row-label">用工数量<b>*</b></view> |
| | | <view class="list-item-row-val"> |
| | | <input type="number" v-model="form.priceNum2" @blur="getPrice" placeholder="请输入" /> |
| | | <text>人</text> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row"> |
| | |
| | | this.$u.api.getTotal({ |
| | | price: Number(this.form.price) * 100, |
| | | priceNum1: this.form.priceNum1, |
| | | priceNum2: this.form.priceNum2, |
| | | priceNum2: this.form.priceNum2, |
| | | type: this.form.type, |
| | | carType:this.form.carType , |
| | | workType: this.form.workType |
| | | }).then(res => { |
| | | if (res.code === 200) { |