Browse Source

提交数据

lvhao 1 day ago
parent
commit
0cb8bb7bc8
2 changed files with 3 additions and 4 deletions
  1. 1 1
      template/erp/fullorder_edit.html
  2. 2 3
      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=20250916"></script>
+<script src="{$theme}js/fullorder-addedit.js?v=2025101650"></script>
 <script type="text/javascript" src="{$theme}js/time.js"></script>
 {Template footer}

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

@@ -1906,7 +1906,6 @@ $(".ly_mcth").on('click',function(){
 	// 	})
 	// 	return false;
 	// }
- 
 	let obj = getTrabltr();
 	layx.load('loadId','数据提交中,请稍后');
 	$.post("/ck/mcth",{
@@ -2035,8 +2034,8 @@ function doLymcth(fpdata,shipmarks){
 	$(".datatext ").html(table_tr);
 	$("textarea[name='shipremarks']").text(shipmarks);
 
-	$("select[name=warehouse]").val(5).change() 
-	//checkKcyz()
+	$("select[name=warehouse]").val(5)
+	checkKcyz()
 	custom();
 }