|
@@ -103,6 +103,7 @@ export default {
|
|
const _this = this
|
|
const _this = this
|
|
const arr = []
|
|
const arr = []
|
|
const arrInd = []
|
|
const arrInd = []
|
|
|
|
+ this.spinning = true
|
|
this.listData.map((item, index) => {
|
|
this.listData.map((item, index) => {
|
|
if (item.confirmQty) {
|
|
if (item.confirmQty) {
|
|
arr.push({
|
|
arr.push({
|
|
@@ -127,6 +128,7 @@ export default {
|
|
detailList: arr
|
|
detailList: arr
|
|
}
|
|
}
|
|
shelfRecallSave(params).then(res => {
|
|
shelfRecallSave(params).then(res => {
|
|
|
|
+ _this.spinning = false
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$emit('ok')
|
|
_this.$emit('ok')
|
|
_this.isShow = false
|
|
_this.isShow = false
|