|
@ -61,14 +61,17 @@ |
|
|
</view> |
|
|
</view> |
|
|
</u-form-item> |
|
|
</u-form-item> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="btns"> |
|
|
|
|
|
<button class="sure" @click="handleSubmit" :loading='loading' :disabled='loading'>提交处理</button> |
|
|
|
|
|
</view> |
|
|
</u-form> |
|
|
</u-form> |
|
|
<view class="footer"> |
|
|
<!-- <view class="footer"> |
|
|
<view class="btns"> |
|
|
<view class="btns"> |
|
|
<button class="sure" @click="handleSubmit" :loading='loading' :disabled='loading'>提交处理</button> |
|
|
<button class="sure" @click="handleSubmit" :loading='loading' :disabled='loading'>提交处理</button> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom);"></view> |
|
|
<view style="height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom);"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom);"></view> |
|
|
<view style="height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom);"></view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view> |
|
|
<view> |
|
|
<u-select v-model="showProduct" :list="productList" @confirm="selectProduct"></u-select> |
|
|
<u-select v-model="showProduct" :list="productList" @confirm="selectProduct"></u-select> |
|
|