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