lvhao 2 天之前
父节点
当前提交
f3e2acc62c
共有 2 个文件被更改,包括 3 次插入2 次删除
  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 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>
 {Template footer}

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

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