出库修改
This commit is contained in:
@@ -169,11 +169,11 @@ export default {
|
|||||||
},
|
},
|
||||||
returnStore () {
|
returnStore () {
|
||||||
this.disabled2 = true
|
this.disabled2 = true
|
||||||
if (this.val1 && this.val2) {
|
if (!(this.val1 && this.val2)) {
|
||||||
this._backstore()
|
|
||||||
} else {
|
|
||||||
this.disabled2 = false
|
this.disabled2 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._backstore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,11 +169,11 @@ export default {
|
|||||||
},
|
},
|
||||||
returnStore () {
|
returnStore () {
|
||||||
this.disabled2 = true
|
this.disabled2 = true
|
||||||
if (this.val1 && this.val2) {
|
if (!(this.val1 && this.val2)) {
|
||||||
this._backstore()
|
|
||||||
} else {
|
|
||||||
this.disabled2 = false
|
this.disabled2 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._backstore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -188,16 +188,20 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
outSure () {
|
outSure () {
|
||||||
if (this.val3 && this.val4) {
|
this.disabled1 = true
|
||||||
this.disabled1 = true
|
if (!(this.val3 && this.val4)) {
|
||||||
this._pfoutConfirmoutstore()
|
this.disabled1 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._pfoutConfirmoutstore()
|
||||||
},
|
},
|
||||||
returnStore () {
|
returnStore () {
|
||||||
if (this.val1 && this.val2) {
|
this.disabled2 = true
|
||||||
this.disabled2 = true
|
if (!(this.val1 && this.val2)) {
|
||||||
this._pfoutBackstore()
|
this.disabled2 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._pfoutBackstore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,11 +169,11 @@ export default {
|
|||||||
},
|
},
|
||||||
returnStore () {
|
returnStore () {
|
||||||
this.disabled2 = true
|
this.disabled2 = true
|
||||||
if (this.val1 && this.val2) {
|
if (!(this.val1 && this.val2)) {
|
||||||
this._backstore()
|
|
||||||
} else {
|
|
||||||
this.disabled2 = false
|
this.disabled2 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._backstore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,11 +169,11 @@ export default {
|
|||||||
},
|
},
|
||||||
returnStore () {
|
returnStore () {
|
||||||
this.disabled2 = true
|
this.disabled2 = true
|
||||||
if (this.val1 && this.val2) {
|
if (!(this.val1 && this.val2)) {
|
||||||
this._backstore()
|
|
||||||
} else {
|
|
||||||
this.disabled2 = false
|
this.disabled2 = false
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
this._backstore()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user