forked from kidgrow-microservices-platform

zxh
2020-09-07 f39c714468aee20bbb8c5bb6e64658467d84c569
修改 诊断记录
1 files modified
5 ■■■■■ changed files
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/diagnosisRecord.html 5 ●●●●● patch | view | raw | blame | history
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/diagnosisRecord.html
@@ -80,8 +80,8 @@
                }},
                { field: 'childPhone', width: "10%", title: '联系电话' },
                {
                    field: 'isDelete', sort: true, align: 'center', width: 100, templet: function (d) {
                        if (d.proType === 0)
                    field: 'isDeleted', sort: true, align: 'center', width: 100, templet: function (d) {
                        if (!d.isDeleted)
                            return "正常"
                        else
                            return "已删除"
@@ -109,6 +109,7 @@
        });
        // 搜索按钮点击事件
        $('#diagnostic-btn-search').click(function () {
            debugger
            var diagnosticHospitalId = $('#hospitalId').val();
            if (!strUtil.isEmpty(diagnosticHospitalId)) {
                var childName = $('#childName').val();