This commit is contained in:
Lx 2025-09-25 15:49:56 +08:00
parent 857c47b479
commit 168bf7806c
2 changed files with 4 additions and 12 deletions

View File

@ -498,9 +498,6 @@
},
brandList: [],
staffList: []
},
computed: {
},
data() {
return {
@ -1162,7 +1159,7 @@
autoRemark: '确认人: ' + this.userinfo.nickname
}
this.saveConfirmMsg(saveData)
let rescueData = {
id: this.orderData.id,
feeType: this.orderData.feeType,
@ -2211,4 +2208,4 @@
cursor: not-allowed !important;
opacity: 0.6;
}
</style>
</style>

View File

@ -1107,7 +1107,7 @@
<!-- 更换司机的二次确认弹窗 -->
<u-modal :show="confirmDriverUpdateShow" title="确认更换"
:content="`您确认更换 ${selectedDriver ? selectedDriver.realName : ''} 作为救援司机吗?`" :showCancelButton="true"
@confirm="confirmUpdateDriverAssignment" @cancel="confirmDriverUpdateShowFunction"></u-modal>
@confirm="confirmUpdateDriverAssignment" @cancel="confirmDriverUpdateShowFunction">
</u-modal>
<!-- 更换车辆确认弹框 -->
@ -3762,11 +3762,6 @@
getUpdateDriverList() {
this.getsjlist(); //
},
//
selectDriver(driver) {
console.log('选择的司机', driver)
this.selectedDriver = driver;
},
//
closeDriverListPopup() {
@ -5162,4 +5157,4 @@
.no-data {
color: #999;
}
</style>
</style>