|
|
@ -265,7 +265,8 @@ export default { |
|
|
let params = { |
|
|
let params = { |
|
|
previousSeqNo: this.soScheduleRouting.previousSeqNo, |
|
|
previousSeqNo: this.soScheduleRouting.previousSeqNo, |
|
|
site: this.soScheduleRouting.site, |
|
|
site: this.soScheduleRouting.site, |
|
|
orderNo: this.soScheduleRouting.orderNo |
|
|
|
|
|
|
|
|
orderNo: this.soScheduleRouting.orderNo, |
|
|
|
|
|
seqNo:this.searchData.seqNo |
|
|
} |
|
|
} |
|
|
if (!this.number || !this.weight){ |
|
|
if (!this.number || !this.weight){ |
|
|
this.$message.warning("请先输入数量和重量") |
|
|
this.$message.warning("请先输入数量和重量") |
|
|
|