diff --git a/src/views/modules/production/bagLabelsTCP.vue b/src/views/modules/production/bagLabelsTCP.vue index c79e31a..460fcf8 100644 --- a/src/views/modules/production/bagLabelsTCP.vue +++ b/src/views/modules/production/bagLabelsTCP.vue @@ -265,7 +265,8 @@ export default { let params = { previousSeqNo: this.soScheduleRouting.previousSeqNo, site: this.soScheduleRouting.site, - orderNo: this.soScheduleRouting.orderNo + orderNo: this.soScheduleRouting.orderNo, + seqNo:this.searchData.seqNo } if (!this.number || !this.weight){ this.$message.warning("请先输入数量和重量")