| | |
| | | }}, |
| | | { 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 "已删除" |
| | |
| | | }); |
| | | // 搜索按钮点击事件 |
| | | $('#diagnostic-btn-search').click(function () { |
| | | debugger |
| | | var diagnosticHospitalId = $('#hospitalId').val(); |
| | | if (!strUtil.isEmpty(diagnosticHospitalId)) { |
| | | var childName = $('#childName').val(); |