Browse Source

fix: 同产品同时发货

liujt 1 week ago
parent
commit
e5753966eb

+ 6 - 6
src/views/saleManage/saleOrder/invoice/components/addInvoiceDialog.vue

@@ -1047,12 +1047,12 @@
             });
           });
 
-          if (is) {
-            this.$message.error(
-              '同产品、工序、外部批次号、系统内部批次号和颜色不能完全一致!'
-            );
-            return;
-          }
+          // if (is) {
+          //   this.$message.error(
+          //     '同产品、工序、外部批次号、系统内部批次号和颜色不能完全一致!'
+          //   );
+          //   return;
+          // }
 
           if (this.isUpdate) {
             UpdateSendInformation(commitData)