From 3ce2719a6c2d2197cffd791934c76eda1ff0653b Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Mon, 21 Jun 2021 17:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8C=85=E5=90=8D=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/examination/distribution/show.html | 98 ++++++++++++------- 1 file changed, 63 insertions(+), 35 deletions(-) diff --git a/src/main/resources/static/route/examination/distribution/show.html b/src/main/resources/static/route/examination/distribution/show.html index d07f771..3a3b9eb 100644 --- a/src/main/resources/static/route/examination/distribution/show.html +++ b/src/main/resources/static/route/examination/distribution/show.html @@ -24,26 +24,41 @@
- 考试计划申请 + 考试安排
-
-
- - - - - - + + + + + +
@@ -100,6 +92,40 @@
+
+
@@ -187,6 +213,7 @@ type:'get', dataType:'json', success: function (data) { + var institutionAddress = data.institutionAddress; for (var i = 0; i < data.length; i++) { $.ajax({ url: 'api/organization/list?organizationType=' + data[i].institutionId, @@ -209,6 +236,7 @@ } }); } + var inData = {address: institutionAddress , stationArray: stationArray} laytpl(document.getElementById('distributionFieldsBoxTemplate').innerHTML).render(stationArray, function (html) { console.log(stationArray); document.getElementById('distributionFieldsBox').innerHTML = html;