问题修复
This commit is contained in:
parent
abec60f57e
commit
e60356005b
|
|
@ -114,8 +114,6 @@ const onSwiperChange = (e) => {
|
|||
const getDeviceDetailsData = async () => {
|
||||
const { data: res } = await getDeviceDetailsAPI(props.maId)
|
||||
deviceInfo.value = res
|
||||
|
||||
console.log(deviceInfo.value, 'deviceInfo.value----****----')
|
||||
images.value = res.mainFileList
|
||||
}
|
||||
// 获取预约车数量
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="login-container flex-col-c">
|
||||
<van-form @submit="onSubmitLogin" class="login-form">
|
||||
<view class="login-title"> 欢迎登录! </view>
|
||||
<van-cell-group>
|
||||
<van-cell-group size="large">
|
||||
<van-field
|
||||
v-model="loginForm.username"
|
||||
name="用户名"
|
||||
|
|
|
|||
|
|
@ -753,7 +753,7 @@ const onEditOrderStatus = (item, status) => {
|
|||
tipText = '确认收货'
|
||||
break
|
||||
case 4:
|
||||
editParams.orderStatus = 5
|
||||
editParams.orderStatus = 20
|
||||
tipText = '申请全部退租'
|
||||
break
|
||||
}
|
||||
|
|
@ -780,7 +780,7 @@ const onReturnGoods = (items, goods) => {
|
|||
})
|
||||
.then(async () => {
|
||||
const res = await editOrderStatusAPI({
|
||||
orderStatus: 5,
|
||||
orderStatus: 20,
|
||||
orderId: items.orderId,
|
||||
maIds: [goods.maId],
|
||||
})
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue