lvhao 2 days ago
parent
commit
f3e2acc62c
2 changed files with 3 additions and 2 deletions
  1. 1 1
      template/erp/fullorder_edit.html
  2. 2 1
      template/erp/js/fullorder-addedit.js

+ 1 - 1
template/erp/fullorder_edit.html

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

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

@@ -2033,7 +2033,8 @@ function doLymcth(fpdata,shipmarks){
 	$(".datatext ").html(table_tr);
 	$(".datatext ").html(table_tr);
 	$("textarea[name='shipremarks']").text(shipmarks);
 	$("textarea[name='shipremarks']").text(shipmarks);
 
 
-	checkKcyz()
+	$("select[name=warehouse]").val(5) 
+	//checkKcyz()
 	custom();
 	custom();
 }
 }