代码更新 4/12 wzq

master
wzqgit 4 years ago
parent 6520e149e6
commit 31869cb33b

@ -1,8 +1,8 @@
jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
jdbc.url=jdbc\:sqlserver\://120.27.212.36:1433;databaseName=emr_recode_test
jdbc.url=jdbc\:sqlserver\://127.0.0.1:1433;databaseName=emr_recode_test
#jdbc.url=jdbc\:sqlserver\://10.6.1.127:1433;databaseName=DB_PrivilegeManagement_GYFY
jdbc.username=sa
jdbc.password=docus@702
jdbc.password=123456
#hibernate config
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.show_sql=true
@ -13,38 +13,45 @@ hibernate.current_session_context_class=thread
hibernate.jdbc.batch_size=50
hibernate.enable_lazy_load_no_trans=true
#图片地址
pictureUrl=C:\\Users\\Administrator\\Desktop\\test\\uploadImage
##注意自动生成pdf地址不能和本地上传pdf地址相同
#本地自动生成PDF地址
autoPdfUrl=C:/Users/Administrator/Desktop/test/autoPdf
pictureUrl=D:\\test\\uploadImage
#本地自动生成PDF地址D:\tesst\autoPdf
autoPdfUrl=D:/test/autoPdf
#本地上传PDF地址
pdfUrl=C:\\Users\\Administrator\\Desktop\\test\\localPdf
pdfUrl=D:\\test\\loadPdf
#PDF文件不存在或损坏列表地址
pdfErrorUrl=C:\\Users\\Administrator\\Desktop\\test\\error\\
pdfErrorUrl=D:\\test\\error\\
#超期天数
expired=7
#死亡超期天数
deathExpired=7
#powerUrl=http://127.0.0.1:8080/power/font/getMenusByUserIdAndSysFlag
#POWER_URLHEAD=http://127.0.0.1:8080/power
#POWER_JSP=http://127.0.0.1:8080/power
#recallReason=医院需要这份文档
#HomepageDictionary=http://127.0.0.1:8080/WholeCheckInterface/services/HomepageDictionary?wsdl
#HomepageMethod=CheckData
#powerGetUserList=http://127.0.0.1:8080/power/font/getUserList?userName=admin
powerUrl=http://127.0.0.1:9999/power/font/getMenusByUserIdAndSysFlag
POWER_URLHEAD=http://127.0.0.1:9999/power
POWER_JSP=http://127.0.0.1:9999/power
powerUrl=http://127.0.0.1:8080/power/font/getMenusByUserIdAndSysFlag
#powerUrl=http://127.0.0.1:8081/power/font/getMenusByUserIdAndSysFlag
POWER_URLHEAD=http://127.0.0.1:8080/power
#POWER_URLHEAD=http://127.0.0.1:8081/power
POWER_JSP=http://127.0.0.1:8080/power
#POWER_JSP=http://127.0.0.1:8081/power
recallReason=医院需要这份文档
HomepageDictionary=http://127.0.0.1:9999/WholeCheckInterface/services/HomepageDictionary?wsdl
#HomepageDictionary=http://120.27.212.36:9999/WholeCheckInterface/services/HomepageDictionary?wsdl
#HomepageDictionary=http://10.6.1.127:9999/WholeCheckInterface/services/HomepageDictionary?wsdl
HomepageDictionary=http://127.0.0.1:8080/WholeCheckInterface/services/HomepageDictionary?wsdl
#HomepageDictionary=http://127.0.0.1:8081/WholeCheckInterface/services/HomepageDictionary?wsdl
HomepageMethod=CheckData
powerGetUserList=http://127.0.0.1:9999/power/font/getUserList?userName=admin
powerGetUserList=http://127.0.0.1:8080/power/font/getUserList?userName=admin
#powerGetUserList=http://127.0.0.1:8081/power/font/getUserList?userName=admin
allAddortIds = 00000000
#pdf\u6C34\u5370
pdfWater = \u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u533b\u9662
#菜单接口http://120.27.212.36:8888/power/font/getMenusByUserIdAndSysFlag
#powerUrl=http://120.27.212.36:8888/power/font/getMenusByUserIdAndSysFlag
#POWER_URLHEAD=http://120.27.212.36:8888/power
#power权限系统的服务器地址头如http://192.168.1.3:8081/power

@ -1216,11 +1216,10 @@
<textarea id="nures2Text" rows="5" style="width:95%;"></textarea>
</div>
<div class="row divCss2">
归档病历是否已全部无纸化无扫描件
<input type="checkbox" name="isScanedChk2" class="isScanedChk3"
onclick="checkedThis(this,this);">是
<input type="checkbox" name="isScanedChk2" class="isScanedChk4"
onclick="checkedThis(this,this);">否
<%--归档病历是否已全部无纸化无扫描件--%>
是否有纸质病历送病案室
<input type="checkbox" name="isScanedChk2" class="isScanedChk3" onclick="checkedThis(this,this);">有
<input type="checkbox" name="isScanedChk2" class="isScanedChk4" onclick="checkedThis(this,this);">无
<label style="color: red">(必填)</label>
</div>
</div>

Loading…
Cancel
Save