呼叫空框
This commit is contained in:
@@ -256,7 +256,7 @@ export default {
|
||||
async _bcpInCallVehicle () {
|
||||
this.disabled5 = true
|
||||
try {
|
||||
let res = await bcpInCallVehicle()
|
||||
let res = await bcpInCallVehicle('A1-CPQXJ_01_X')
|
||||
if (res.code === 200) {
|
||||
this.toast(res.msg)
|
||||
}
|
||||
|
||||
@@ -173,8 +173,13 @@ export default {
|
||||
// 呼叫空载具
|
||||
async _callVehicle () {
|
||||
this.disabled1 = true
|
||||
if (this.value3 === '') {
|
||||
this.toast('请选择入库点')
|
||||
this.disabled1 = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await callVehicle()
|
||||
let res = await callVehicle(this.value3)
|
||||
this.toast(res.msg)
|
||||
this.disabled1 = false
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user