فهرست منبع

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

liujt 2 روز پیش
والد
کامیت
702c546b4c
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      src/views/saleManage/saleOrder/invoice/components/addInvoiceDialog.vue

+ 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) => {