forked from kidgrow-microservices-platform

zhaoxiaohao
2020-09-22 9668e28daa836b97a5ae6440ee5b472306287732
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
@@ -102,7 +102,7 @@
                    },
                    {
                        field: 'hospitalArea',
                        width: 250,
                        width: 200,
                        title: '所在地区',
                        templet: function (d) {
                            return ((d.hospitalProvince == null) ? "" : d.hospitalProvince) +
@@ -156,11 +156,12 @@
                        width: 80,
                        templet: '#hospital-tpl-state',
                        title: '状态',
                        align: 'center',
                        fixed: 'right'
                    },
                    {
                        field: 'hospitalId',
                        width: 250,
                        width: 225,
                        align: 'center',
                        toolbar: '#businessRecords-table-bar',
                        title: '操作',
@@ -204,10 +205,10 @@
                //充值
                admin.putTempData("t_hospital", data);
                admin.popupCenter({
                    title: '医院充值',
                    title: '医院科室充值',
                    path: 'pages/opration/recharge.html',
                    area: '1200px',
                    offset: '10px',
                    offset: '0px',
                    finish: function () {
                        $('#hospita-btn-search').click();
                    }
@@ -250,6 +251,7 @@
                title: (strUtil.isEmpty(data)) ? '添加医院/科室' : '编辑医院/科室',
                path: 'pages/opration/hospital_form_base.html',
                area: '900px',
                    offset: '0px',
                finish: function () {
                    $('#hospita-btn-search').click();
                }