dis
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
async _handheldRack () {
|
||||
this.disabled = true
|
||||
if (!this.val1 || !this.val2) {
|
||||
this.disabled1 = false
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
async _handheldStorehouse () {
|
||||
this.disabled = true
|
||||
if (!this.val1 || this.index1 === '') {
|
||||
this.disabled1 = false
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
async _handheldTranshipment () {
|
||||
this.disabled = true
|
||||
if (!this.val1 || !this.val2) {
|
||||
this.disabled1 = false
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user