Переглянути джерело

fix:销售发货新增校验重复同产品,工序、批次号、颜色不能完全一致

liujt 2 днів тому
батько
коміт
702c546b4c

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

@@ -1043,6 +1043,11 @@
             });
           });
 
+          if (is) {
+            this.$message.error('同产品,工序、批次号、颜色不能完全一致!');
+            return;
+          }
+
           if (this.isUpdate) {
             UpdateSendInformation(commitData)
               .then((res) => {