lvhao hace 6 meses
padre
commit
6358de3ed5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      template/erp/js/fullorder-addedit.js

+ 2 - 0
template/erp/js/fullorder-addedit.js

@@ -2127,6 +2127,8 @@ function checkKcyz(){
 /**核对产品是否重复 */
 function checkGoodRepeat(check_sku){
 	let unique_arr = [...new Set(check_sku)];
+	console.log(unique_arr);
+	console.log(check_sku);
 	if(unique_arr.length != check_sku.length){
 		alert("商品名称重复,请检查!!!");
 	}