update:更新医保代码映射
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
<select id="insutype" class="layui-input formWidth">
|
<select id="insutype" class="layui-input formWidth">
|
||||||
<option value="">全部</option>
|
<option value="">全部</option>
|
||||||
<option value="310">职工基本医疗保险</option>
|
<option value="310">职工基本医疗保险</option>
|
||||||
|
<option value="340">新农合</option>
|
||||||
<option value="390">城乡居民基本医疗保险</option>
|
<option value="390">城乡居民基本医疗保险</option>
|
||||||
<option value="510">公务员医疗补助</option>
|
<option value="510">公务员医疗补助</option>
|
||||||
<option value="99410">工商保险</option>
|
<option value="99410">工商保险</option>
|
||||||
@@ -216,6 +217,7 @@
|
|||||||
{field: 'trade_date', title: '对账日期', align: 'center', width: 120},
|
{field: 'trade_date', title: '对账日期', align: 'center', width: 120},
|
||||||
{field: 'insutype', title: '险种类型', align: 'center', width: 100, templet: function(d){
|
{field: 'insutype', title: '险种类型', align: 'center', width: 100, templet: function(d){
|
||||||
if(d.insutype === '310') return '职工医保';
|
if(d.insutype === '310') return '职工医保';
|
||||||
|
if(d.insutype === '340') return '新农合';
|
||||||
if(d.insutype === '390') return '居民医保';
|
if(d.insutype === '390') return '居民医保';
|
||||||
if(d.insutype === '510') return '公务员补助';
|
if(d.insutype === '510') return '公务员补助';
|
||||||
if(d.insutype === '99410') return '工商保险';
|
if(d.insutype === '99410') return '工商保险';
|
||||||
@@ -409,6 +411,7 @@
|
|||||||
|
|
||||||
let insutypeText = data.insutype;
|
let insutypeText = data.insutype;
|
||||||
if(data.insutype === '310') insutypeText = '310-职工基本医疗保险';
|
if(data.insutype === '310') insutypeText = '310-职工基本医疗保险';
|
||||||
|
if(data.insutype === '340') insutypeText = '340-新农合';
|
||||||
if(data.insutype === '390') insutypeText = '390-城乡居民基本医疗保险';
|
if(data.insutype === '390') insutypeText = '390-城乡居民基本医疗保险';
|
||||||
if(data.insutype === '510') insutypeText = '510-公务员医疗补助';
|
if(data.insutype === '510') insutypeText = '510-公务员医疗补助';
|
||||||
if(data.insutype === '99410') insutypeText = '99410-工商保险';
|
if(data.insutype === '99410') insutypeText = '99410-工商保险';
|
||||||
|
|||||||
Reference in New Issue
Block a user