Browse Source

袋装拆袋

master
qiezi 10 months ago
parent
commit
a6a9ae9ca4
  1. 3
      src/views/modules/production/bagLabelsTCP.vue

3
src/views/modules/production/bagLabelsTCP.vue

@ -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("请先输入数量和重量")

Loading…
Cancel
Save