修改预超期通知,提交报表的最后一层增加完整性一列

master
zengwh 4 years ago
parent 272b412b5d
commit 660b0b26f1

@ -1,10 +1,10 @@
#power\u6743\u9650\u7CFB\u7EDFIP\u548C\u7AEF\u53E3
POWER_IP = localhost
POWER_PORT = 8081
#POWER_IP = 200.100.104.40
#POWER_IP = localhost
#POWER_PORT = 8081
POWER_IP = 200.100.104.40
POWER_PORT = 8081
#power\u6743\u9650\u7CFB\u7EDF\u7684\u670D\u52A1\u5668\u5730\u5740\u5934
POWER_URLHEAD = http://${POWER_IP}:${POWER_PORT}/power
@ -54,7 +54,7 @@ allAddortIds = 00000000
nurseAssortIds = 'C70E8C427A3648B79BE80798C08F4D12','85DAE73A87D047D28C222E878C78C670'
#\u7528\u4E8E\u8D85\u671F\u901A\u77E5\uFF0C\u53EA\u901A\u77E5\u8BE5\u65E5\u671F\u4EE5\u540E\u7684\u51FA\u9662\u8D85\u671F\u7684\u8BB0\u5F55
overDateSet = 2020-10-26
overDateSet = 2021-05-01
#\u5404\u5BA1\u6838\u89D2\u8272\u7528\u6237id 1\uFF1A\u533B\u751F\uFF1B2\uFF1A\u62A4\u58EB\uFF1B3\uFF1A\u75C5\u6848\u5BA4\u4EBA\u5458\uFF1B5\uFF1A\u533B\u751F\u8D28\u63A7\u5458\uFF1B6\uFF1A\u79D1\u4E3B\u4EFB\uFF1B7\uFF1A\u62A4\u58EB\u957F\uFF1B8\uFF1A\u62A4\u58EB\u8D28\u63A7\u5458

@ -497,6 +497,7 @@
archive_master.DOCTOR_IN_CHARGE,
archive_master.visit_id,
archive_master.discharge_date_time,
archive_master.LockInfo,
<!--非提醒功能查过期天数-->
<if test="surplus == null">
v_overtime_record.overtime_days,
@ -510,6 +511,7 @@
</if>
inner join (select DOCTOR_IN_CHARGE,COUNT(DOCTOR_IN_CHARGE) overTimeCounts from archive_master
<where>
<include refid="selectByInfo"></include>
<include refid="selectByDate"></include>
</where>
group by DOCTOR_IN_CHARGE) archive_masterTemp

@ -144,6 +144,6 @@
<script src="${path}/static/js/statistics/getDeptCommom.js?time=2020-08-18"></script>
<script src="${path}/static/js/statistics/statisticsCommom.js?t=2020-07-24"></script>
<script src="${path}/static/js/record/deptOverTimeInfo.js?time=2020-11-16"></script>
<script src="${path}/static/js/record/expandRowCommom.js?time=2020-11-16"></script>
<script src="${path}/static/js/record/expandRowCommom.js?time=2021-05-17"></script>
</body>
</html>

@ -165,6 +165,6 @@
<script src="${path}/static/js/statistics/getDeptCommom.js?time=2020-08-18"></script>
<script src="${path}/static/js/statistics/statisticsCommom.js?t=2020-07-24"></script>
<script src="${path}/static/js/record/submitRecord.js?time=2020-11-16"></script>
<script src="${path}/static/js/record/expandRowCommom.js?time=2020-11-16"></script>
<script src="${path}/static/js/record/expandRowCommom.js?time=2021-05-17"></script>
</body>
</html>

@ -241,6 +241,10 @@ function initTable2(rows,tableId) {
title: '状态',
field: 'status'
},
{
title: '完整性',
field: 'lockInfo'
},
{
title:'操作',
align: 'center',

Loading…
Cancel
Save