Browse Source

修改装配收货任务的提交

hella_vue3
niexiting 5 months ago
parent
commit
95de5ee2b3
  1. 4
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

4
src/pages/productReceipt/job/fgProductReceiptDetail.vue

@ -216,7 +216,7 @@
that.jobToLocationCode = that.subList[0].toLocationCode
that.toLocationTypeList = getDirectoryItemArray(that.jobContent.toLocationTypes)
that.detailSource = getDataSource(that.subList)
} else {
that.showMessage('列表数据为0');
}
@ -347,6 +347,8 @@
this.submitJob();
}
});
} else {
this.submitJob();
}
}
})

Loading…
Cancel
Save