|
@@ -1722,7 +1722,7 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
async publishData(type) {
|
|
async publishData(type) {
|
|
|
- if (!this.form.batchNo) {
|
|
|
|
|
|
|
+ if (!this.form.batchNo && this.clientEnvironmentId == 5) {
|
|
|
this.$message.warning('批次号不能为空');
|
|
this.$message.warning('批次号不能为空');
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|