lvhao 16 小時之前
父節點
當前提交
f67aec1ae1
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      template/erp/js/fullorder-addedit.js

+ 6 - 5
template/erp/js/fullorder-addedit.js

@@ -1000,11 +1000,12 @@ $("#currency").change(function(){
     sjsz = Math.floor(Math.random() * (max - min + 1)) + min;
 	var ul = "http";
 	 var protocol = window.location.protocol;
-	 if (protocol === 'https:') {
-               ul = ul+"s://"+"1.wepolicy.cn";
-            } else {
-                 ul = ul+"://a"+sjsz+".wepolicy.cn";;
-            }
+	//  if (protocol === 'https:') {
+	// 		ul = ul+"s://"+"1.wepolicy.cn";
+	// 	} else {
+	// 			ul = ul+"://a"+sjsz+".wepolicy.cn";;
+	// 	}
+	ul = ul+"://a"+sjsz+".wepolicy.cn";
 	//预先判断库存仓
 		var kcpd = $.ajax({
         url: "/warehouse/kcpd/",