lvhao 2 日 前
コミット
46f1208545
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

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

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

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