| | |
| | | }, |
| | | { |
| | | field: 'hospitalArea', |
| | | width: 250, |
| | | width: 200, |
| | | title: '所在地区', |
| | | templet: function (d) { |
| | | return ((d.hospitalProvince == null) ? "" : d.hospitalProvince) + |
| | |
| | | width: 80, |
| | | templet: '#hospital-tpl-state', |
| | | title: '状态', |
| | | align: 'center', |
| | | fixed: 'right' |
| | | }, |
| | | { |
| | | field: 'hospitalId', |
| | | width: 250, |
| | | width: 225, |
| | | align: 'center', |
| | | toolbar: '#businessRecords-table-bar', |
| | | title: '操作', |
| | |
| | | //充值 |
| | | 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(); |
| | | } |
| | |
| | | title: (strUtil.isEmpty(data)) ? '添加医院/科室' : '编辑医院/科室', |
| | | path: 'pages/opration/hospital_form_base.html', |
| | | area: '900px', |
| | | offset: '0px', |
| | | finish: function () { |
| | | $('#hospita-btn-search').click(); |
| | | } |