|
@ -13,6 +13,9 @@
|
|
<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../../../css/cross.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
|
|
[v-cloak] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
.flex-box{
|
|
.flex-box{
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
@ -90,7 +93,7 @@
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div id="app" v-block>
|
|
|
|
|
|
<div id="app" v-cloak>
|
|
<div class="m20 mb0" style="line-height: 1;">
|
|
<div class="m20 mb0" style="line-height: 1;">
|
|
<div class="flex-box mb20">
|
|
<div class="flex-box mb20">
|
|
<div class="flex-box-item">筛查类型:<span v-text="userInfo.template_title"></span></div>
|
|
<div class="flex-box-item">筛查类型:<span v-text="userInfo.template_title"></span></div>
|
|
@ -183,7 +186,7 @@
|
|
<script src="../../../js/util.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="../../../js/util.js" type="text/javascript" charset="utf-8"></script>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
var httpData=GetRequest();
|
|
var httpData=GetRequest();
|
|
var wlyyAgentForDoc=JSON.parse(window.localStorage.getItem('wlyyAgentForDoc'));
|
|
|
|
|
|
var wlyyAgent=JSON.parse(window.localStorage.getItem('wlyyAgent'));
|
|
new Vue({
|
|
new Vue({
|
|
el: "#app",
|
|
el: "#app",
|
|
data: {
|
|
data: {
|
|
@ -193,7 +196,7 @@
|
|
tizhongRecord:[],
|
|
tizhongRecord:[],
|
|
specialDoctorName:'',
|
|
specialDoctorName:'',
|
|
noTiZhong:true,
|
|
noTiZhong:true,
|
|
doctorInfo:{code:wlyyAgentForDoc.uid},
|
|
|
|
|
|
doctorInfo:{code:wlyyAgent.uid},
|
|
resultCode:httpData['resultCode'],
|
|
resultCode:httpData['resultCode'],
|
|
isView: httpData['isView']|| false,
|
|
isView: httpData['isView']|| false,
|
|
dealAction:[]
|
|
dealAction:[]
|