产线叫料
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
},
|
},
|
||||||
async _sendPointTask () {
|
async _sendPointTask () {
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (!val1 || !val2) {
|
if (!this.val1 || !this.val2) {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
try {
|
try {
|
||||||
let res = await getRegionByPoint(e)
|
let res = await getRegionByPoint(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.val1 = res.code
|
this.val1 = res.region_code
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.val1 = ''
|
this.val1 = ''
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
},
|
},
|
||||||
async _vehicleOutConfirm () {
|
async _vehicleOutConfirm () {
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (!val1 || !val2) {
|
if (!this.val1 || !this.val2) {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user