lvhao 19 часов назад
Родитель
Сommit
7a5ef7aec7
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      template/erp/fullorder_edit.html
  2. 1 1
      template/erp/js/fullorder-addedit.js

+ 1 - 1
template/erp/fullorder_edit.html

@@ -1290,6 +1290,6 @@ $("#is_jiaji_id").on('change',function(){
 });
 
 </script>
-<script src="{$theme}js/fullorder-addedit.js?v=202607110948"></script>
+<script src="{$theme}js/fullorder-addedit.js?v=20260711094813"></script>
 <script type="text/javascript" src="{$theme}js/time.js"></script>
 {Template footer}

+ 1 - 1
template/erp/js/fullorder-addedit.js

@@ -1008,7 +1008,7 @@ $("#currency").change(function(){
 	ul = ul+"://a"+sjsz+".wepolicy.cn";
 	//预先判断库存仓
 		var kcpd = $.ajax({
-        url: "/warehouse/kcpd/",
+        url: ul+"/warehouse/kcpd/",
         data: "data="+c+"&shop="+$("input[name='shop']").val()+"&warehouse="+$("select[name=warehouse]").find("option:selected").val()+"&whlabel="+$("input[name='whlabel']").val()+"&number="+$("input[name='number']").val(),
         type: "POST",
         dataType: "json",