فهرست منبع

Merge branch 'dev' of zhanghaoyu/patient-co-management into dev

zhanghaoyu 7 سال پیش
والد
کامیت
61fed53060

+ 7 - 7
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/desizenMan/service_project_management.jsp

@ -164,7 +164,7 @@
                    <div class="file flex flex-sp-b flex-cz-c">
                        <span>导入文件:</span>
                        <input type="text" class="fileName" disabled>
                        <input id="uploadfile" type="file" value="选择" onchange="auploadFile(event)">
                        <input class="uploadfile" type="file" value="选择" onchange="auploadFile(event)">
                        <button>选择</button>
                    </div>
                    <a href="">模板下载</a>
@ -484,7 +484,7 @@
                    });
					console.log(t);
                    var grade = '',price = '',itemType='',hospitalGrade='';
					$('.item-title').text(t.itemName);
					$('.item-title').text(t.hospitalServiceItem.serviceItemName);
                    t.hospitalServiceItem.specialistServiceItemDO.itemType == 0 ? itemType = '康健服务':itemType = '健康管理';
					$('.item-type').text(itemType);
					$('.item-content').text(t.hospitalServiceItem.specialistServiceItemDO.content);
@ -508,14 +508,14 @@
                    console.log('医院等级'+grade,'价格'+price);
					$('.item-grade').text(hospitalGrade);
					$('.item-dengji').text(grade);
					$('.item-biaozhun').text(price);
					$('.item-jiage').text(t.hospitalServiceItem.expense);
					$('.item-jiage').text(price);
					$('.item-shiji').text(t.hospitalServiceItem.expense);
					$('.item-danwei').text(t.hospitalServiceItem.specialistServiceItemDO.unit);
					$('.item-jiashou').text(t.hospitalServiceItem.specialistServiceItemDO.addItem);
					console.log(t.hospitalServiceItem.specialistServiceItemDO.imediate)
					if(t.hospitalServiceItem.specialistServiceItemDO.imediate == 1){
					console.log(t.hospitalServiceItem.imediate)
					if(t.hospitalServiceItem.imediate == 1){
						$('.immediately').attr('checked','checked');
					}else if(t.hospitalServiceItem.specialistServiceItemDO.imediate == 0){
					}else if(t.hospitalServiceItem.imediate == 0){
                        $('.immediately').attr('checked',false);
					}
	            },