From cfc134f3f7d5734700f0246fdfc7a74a1b1c8b81 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 十月 2021 15:06:26 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
index b098fd2..c5b99fe 100644
--- a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
@@ -261,11 +261,11 @@
                                         </div>
 
                                         <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">
-                                            鏄惁绛旀
+                                            鏄惁绛旀&nbsp;&nbsp;&nbsp;
                                         </label>
 
 
-                                        <div class="col-sm-1 col-md-1" grouptype="Vdata" style="width:5%;">
+                                        <div class="text-left col-sm-1 col-md-1" grouptype="Vdata" style="width:5%;">
                                             @if ("A" == expertTestTopicanwserDTOs[i].Shifouzhengqu)
                                         {
                                             <input type="checkbox" checked="checked" name="ShifouzhengquName" value="A" onclick="checkShifouzhengqu(this)" />
@@ -741,7 +741,17 @@
                         var Zhishitype = $("#Zhishitype").val();
                         var Area = $("#Area").val();
 
-                        window.location = "/ExpertTestTopic/Edit?Topictype=" + Topictype + "&Zhishitype=" + Zhishitype + "&Area=" + Area + ""
+                        var falvs = document.getElementsByName("Falv");
+
+                        var Falv = "";
+                       
+                        for (var i = 0; i < falvs.length; i++) {
+                          
+                            Falv += falvs[i].value + ",";
+                        }
+
+
+                        window.location = "/ExpertTestTopic/Edit?Topictype=" + Topictype + "&Zhishitype=" + Zhishitype + "&Area=" + Area + "&Falv=" + Falv + ""
                         if ($.isNumber(imgLoad)) {
                             parent.layer.close(imgLoad);
                         }
@@ -877,7 +887,17 @@
                             var Zhishitype = $("#Zhishitype").val();
                             var Area = $("#Area").val();
 
-                            window.location = "/ExpertTestTopic/Edit?Topictype=" + Topictype + "&Zhishitype=" + Zhishitype + "&Area=" + Area +""
+                            var falvs = document.getElementsByName("Falv");
+
+                            var Falv = "";
+                            
+                            for (var i = 0; i < falvs.length; i++) {
+                                
+                                Falv += falvs[i].value + ",";
+                            }
+
+
+                            window.location = "/ExpertTestTopic/Edit?Topictype=" + Topictype + "&Zhishitype=" + Zhishitype + "&Area=" + Area + "&Falv=" + Falv + ""
 
                             //try {
                             //    _pageAutoClose();//鑷姩鍏抽棴椤甸潰鏂规硶

--
Gitblit v1.9.1