|
@ -186,17 +186,17 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="footer"> |
|
|
<view class="footer"> |
|
|
<view class="btns" v-if="data.status == 'PENDING'> |
|
|
<view class="btns" v-if="data.status == 'PENDING'"> |
|
|
<u-button type="primary" @click="orderClick(1)" :loading='loading' :disabled='loading'>接单</u-button> |
|
|
<u-button type="primary" @click="orderClick(1)" :loading='loading' :disabled='loading'>接单</u-button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="btns" v-if="data.status == 'PECEIVED'> |
|
|
<view class="btns" v-if="data.status == 'PECEIVED'"> |
|
|
<u-button shape="shape" type="warning" style="min-width: 120rpx;" :loading='loading1' @click="editForm" |
|
|
<u-button shape="shape" type="warning" style="min-width: 120rpx;" :loading='loading1' @click="editForm" |
|
|
:disabled='loading1'>修改工单</u-button> |
|
|
:disabled='loading1'>修改工单</u-button> |
|
|
<u-button type="primary" @click="orderClickSuccess()" :loading='loading' |
|
|
<u-button type="primary" @click="orderClickSuccess()" :loading='loading' |
|
|
:disabled='loading'>完成</u-button> |
|
|
:disabled='loading'>完成</u-button> |
|
|
</view> |
|
|
</view> |
|
|
<view class="btns" v-if="data.status == 'COMPLETED'> |
|
|
<view class="btns" v-if="data.status == 'COMPLETED'"> |
|
|
<u-button type="primary" @click="orderClick(3)" :loading='loading' :disabled='loading'>验证完结</u-button> |
|
|
<u-button type="primary" @click="orderClick(3)" :loading='loading' :disabled='loading'>验证完结</u-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> |
|
|