@@ -213,6 +213,9 @@ export default {
});
},
addRow() {
+ if(!this.query.dot){
+ return this.$message.error("请选择批次号!");
+ }
this.data.push({
quantity: 0