From 006cb27e9687fb54e087f2a94b269f5b2e74c11f Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Wed, 15 Sep 2021 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E8=AE=AD=E5=A4=8D=E8=AE=AD=E6=8D=A2?= =?UTF-8?q?=E8=AF=81=20=20=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/classplan/audit-user-register1.html | 7 +-- .../route/classplan/audit-user-register2.html | 25 +++++++--- .../route/classplan/save-user-register2.html | 10 +++- .../route/classplan/show-user-register1.html | 18 +------- .../route/classplan/show-user-register2.html | 8 +++- .../classplan/update-user-register1.html | 32 +------------ .../classplan/update-user-register2.html | 46 +++++-------------- 7 files changed, 53 insertions(+), 93 deletions(-) diff --git a/src/main/resources/static/route/classplan/audit-user-register1.html b/src/main/resources/static/route/classplan/audit-user-register1.html index 4fcabba..958cddf 100644 --- a/src/main/resources/static/route/classplan/audit-user-register1.html +++ b/src/main/resources/static/route/classplan/audit-user-register1.html @@ -133,7 +133,7 @@
- +
@@ -328,13 +328,13 @@ if(data['applyFenLei'] == '1'){ $('.fuxun-upload').hide(); } - if(data['applyFenLei'] == '2'){ + if(data['applyFenLei'] == '2' || data['applyFenLei'] == '3'){ $('.fuxun-upload').show(); } form.val('dataForm', dataFormData); form.render(null, 'dataForm'); initApplyCardTypeSelect(dataFormData['applyCardType']); - initApplyCultureLevelSelect(dataFormData['applyCultureLevel']); + //initApplyCultureLevelSelect(dataFormData['applyCultureLevel']); initApplyUserCardPhotoUploadFile(); initApplyTakeCardPhotoUploadFile(); workerCatalog = dataFormData['applyWorkTypeId']; @@ -342,6 +342,7 @@ initIdCardFrontPhotoUploadFile(); initIdCardBackPhotoUploadFile(); initEducationPhotoUploadFile(); + $('input[name="applyFenLei"]:checked').siblings('input').attr("disabled","true"); }, function(code, data) { top.dialog.msg(data.msg); }, function() { diff --git a/src/main/resources/static/route/classplan/audit-user-register2.html b/src/main/resources/static/route/classplan/audit-user-register2.html index 96d2637..c14b7d5 100644 --- a/src/main/resources/static/route/classplan/audit-user-register2.html +++ b/src/main/resources/static/route/classplan/audit-user-register2.html @@ -129,7 +129,7 @@
- -