浏览代码

tijiaoshuju

lvhao 5 月之前
父节点
当前提交
35b40b5f73
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      template/erp/shop_add.html
  2. 1 1
      template/erp/shop_edit.html

+ 1 - 1
template/erp/shop_add.html

@@ -215,7 +215,7 @@ $(document).ready(function() {
 	 });
 	  $("select[name='type']").change(function(){
     var val = $(this).find("option:selected").val();
-	if(val == 269 || val == 2297)
+	if(val == 269 || val == 2297 || val == 1513)
 	{
 		$(".shopprogram").show();
 	}

+ 1 - 1
template/erp/shop_edit.html

@@ -219,7 +219,7 @@ $(document).ready(function() {
 	 });
 	 $("select[name='type']").change(function(){
     var val = $(this).find("option:selected").val();
-	if(val == 269 || val == 2297)
+	if(val == 269 || val == 2297 || val == 1513)
 	{
 		$(".shopprogram").show();
 	}