Forráskód Böngészése

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

huangwenjie 7 éve
szülő
commit
8e124442dd

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

@ -645,7 +645,7 @@
                    shadeClose: true,
                    shade: 0.8,
                    area: ['1020px', '700px'],
                    content: '/admin/specialist/hospitalServiceItem/initial1' //iframe的url
                    content: ctx + '/admin/specialist/hospitalServiceItem/initial1' //iframe的url
				})
			})
//			获取检查费(项目机构)

+ 23 - 0
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/specialty/index.jsp

@ -925,6 +925,29 @@
            var formData = new FormData()
			formData.append('file', file)
            console.log(formData)
            $.ajax({
                url: ctx + "/admin/specialist/serviceItem/updateServiceItem",
                method: "post",
                dataType: "json",
                async: true,
                data: {
                    formData:formData,
                    contentType: false,
                    cache: false,
                    processData: false
                },
                success:function (res) {
                    console.log(res)
                    if (res.status == 200){
                        layer.alert('操作成功!', {
                            icon: 1,
                        },function () {
                            layer.closeAll();
                            init();
                        })
                    }
                }
            })
        }
    </script>
</body>