|
@ -487,7 +487,6 @@ |
|
|
refuseReason: this.reasonText |
|
|
refuseReason: this.reasonText |
|
|
} |
|
|
} |
|
|
productDismantleJobClose(params).then(res => { |
|
|
productDismantleJobClose(params).then(res => { |
|
|
console.log('拒收', res) |
|
|
|
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|
navigateBack(1) |
|
|
navigateBack(1) |
|
|
} else { |
|
|
} else { |
|
@ -581,7 +580,6 @@ |
|
|
item.masterId).join( |
|
|
item.masterId).join( |
|
|
',') |
|
|
',') |
|
|
} |
|
|
} |
|
|
console.log(dataParams) |
|
|
|
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
uni.redirectTo({ |
|
|
uni.redirectTo({ |
|
|
url: '/pages/pointPutawayJob/index?number='+that.jobContent.number+'&data=' + |
|
|
url: '/pages/pointPutawayJob/index?number='+that.jobContent.number+'&data=' + |
|
@ -697,7 +695,6 @@ |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
console.log(JSON.stringify(this.detailSource)) |
|
|
|
|
|
calcHandleQty(this.detailSource); |
|
|
calcHandleQty(this.detailSource); |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { |
|
|
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { |
|
|