diff --git a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp index 2223f5f7..4a038f38 100644 --- a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp +++ b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp @@ -1016,7 +1016,7 @@
退回内容: - +
@@ -2914,7 +2914,6 @@ } function getDept() { - //获取科室列表 $.ajax({ url: "${path}/inHosp/getDept", @@ -2922,7 +2921,7 @@ data: {effective: 1, typecode: "dept_code"}, success: function (result) { if (result != null) { - $("#deptName").empty(); + //$("#deptName").empty(); for (var i = 0; i < result.length; i++) { if (deptArr.length != 1 && deptArr[0] != "") { var bol = deptArr.indexOf(result[i].code); @@ -4968,7 +4967,7 @@ toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); + //$("#deptName").val([]); }); //添加pdf记录 diff --git a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp index 0ff05ee6..f4771f5e 100644 --- a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp +++ b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp @@ -243,15 +243,15 @@ } #returnModal .modal-content { - margin-left: 0%; - margin-top: 5%; - width: calc(210%); + margin-left: 20%; + margin-top: 0%; + width: calc(180%); } #firstModal .modal-content { - margin-left: 0%; - margin-top: 5%; - width: calc(210%); + margin-left: 20%; + margin-top: 0%; + width: calc(180%); } #verifyModal .modal-content { @@ -989,31 +989,6 @@
退回内容: - +
@@ -621,11 +621,11 @@
护士备注: - +
医生备注: - +
@@ -920,15 +920,15 @@
初审内容: - +
护士备注: - +
医生备注: - +
@@ -2743,8 +2743,8 @@ } else { toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); - $("#handleName").val([]); + //$("#deptName").val([]); + //$("#handleName").val([]); }); //添加pdf记录 diff --git a/src/main/webapp/WEB-INF/views/medicalOverdueDir/medicalOverdueList.jsp b/src/main/webapp/WEB-INF/views/medicalOverdueDir/medicalOverdueList.jsp index 0d953ce1..982bca70 100644 --- a/src/main/webapp/WEB-INF/views/medicalOverdueDir/medicalOverdueList.jsp +++ b/src/main/webapp/WEB-INF/views/medicalOverdueDir/medicalOverdueList.jsp @@ -165,9 +165,9 @@ } #firstModal .modal-content { - margin-left: 50%; - margin-top: 35%; - width: 100%; + margin-left: 20%; + margin-top: 0%; + width: calc(180%); } #returnModal .modal-content { @@ -819,16 +819,16 @@
初审内容: -
护士备注: - +
医生备注: - +
@@ -2303,8 +2303,8 @@ } else { toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); - $("#deptAdmissionTo").val([]); + //$("#deptName").val([]); + //$("#deptAdmissionTo").val([]); }); //添加pdf记录 diff --git a/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp b/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp index f2b6f4b3..8329bfca 100644 --- a/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp +++ b/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp @@ -651,7 +651,7 @@ } else { toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); + //$("#deptName").val([]); }); //获取table的高度 diff --git a/src/main/webapp/WEB-INF/views/medicalRecordStorageDir/MedicalRecordStorage.jsp b/src/main/webapp/WEB-INF/views/medicalRecordStorageDir/MedicalRecordStorage.jsp index fc29025b..01f422c1 100644 --- a/src/main/webapp/WEB-INF/views/medicalRecordStorageDir/MedicalRecordStorage.jsp +++ b/src/main/webapp/WEB-INF/views/medicalRecordStorageDir/MedicalRecordStorage.jsp @@ -577,7 +577,7 @@ } else { toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); + //$("#deptName").val([]); }); //获取table的高度 diff --git a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp index 0ab01a68..5af9c11e 100644 --- a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp +++ b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp @@ -277,8 +277,9 @@ } #firstModal .modal-content { - width: calc(200%); - margin-left: 5%; + margin-left: 20%; + margin-top: 0%; + width: calc(180%); } #returnModal .modal-content { @@ -810,7 +811,7 @@
退回内容: - +
@@ -822,11 +823,11 @@
护士备注: - +
医生备注: - +
@@ -1160,16 +1161,16 @@
初审内容: -
护士备注: - +
医生备注: - +
@@ -3895,8 +3896,8 @@ } else { toastr.warning("正在查询,请稍等..."); } - $("#deptName").val([]); - $("#deptAdmissionTo").val([]); + // $("#deptName").val([]); + // $("#deptAdmissionTo").val([]); }); //添加pdf记录 diff --git a/src/main/webapp/WEB-INF/views/vCountDir/vCountList.jsp b/src/main/webapp/WEB-INF/views/vCountDir/vCountList.jsp index 0e04ed4f..cd4b8d02 100644 --- a/src/main/webapp/WEB-INF/views/vCountDir/vCountList.jsp +++ b/src/main/webapp/WEB-INF/views/vCountDir/vCountList.jsp @@ -1017,7 +1017,7 @@ } else { toastr.warning("正在查询,请稍等..."); } - $(".selectpicker").selectpicker('deselectAll'); + //$(".selectpicker").selectpicker('deselectAll'); // $('#table').bootstrapTable('destroy'); //$('#table').bootstrapTable('refreshOptions', {limit: 1, offset: 10}); //刷新