浏览代码

新增生产计划转生产订单批次号必填环境判断

695593266@qq.com 8 月之前
父节点
当前提交
6ee4d53df4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/saleOrder/salesToProductionNewTwo.vue

+ 1 - 1
src/views/saleOrder/salesToProductionNewTwo.vue

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