|
@ -60,7 +60,7 @@
|
|
<label style="transform: translateY(50%); color: #999999;font-weight: normal;">就诊事件:</label>
|
|
<label style="transform: translateY(50%); color: #999999;font-weight: normal;">就诊事件:</label>
|
|
<div class="input-group-btn" style="width: 80%; transform: translateY(50%);top: -5px;">
|
|
<div class="input-group-btn" style="width: 80%; transform: translateY(50%);top: -5px;">
|
|
<button style="width:223px;padding: 0; text-overflow: ellipsis; overflow: hidden;" v-bind:disabled="edit" type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<button style="width:223px;padding: 0; text-overflow: ellipsis; overflow: hidden;" v-bind:disabled="edit" type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
{{diagnosisInfo[indexOrder].orgName}}
|
|
|
|
|
|
{{diagnosisInfo[indexOrder] && diagnosisInfo[indexOrder].orgName}}
|
|
<span class="caret" style="position: absolute; top: 50%; right: 20px; margin-top: -2px;"></span>
|
|
<span class="caret" style="position: absolute; top: 50%; right: 20px; margin-top: -2px;"></span>
|
|
</button>
|
|
</button>
|
|
<ul class="dropdown-menu" style="min-width: 206px;" >
|
|
<ul class="dropdown-menu" style="min-width: 206px;" >
|
|
@ -310,7 +310,7 @@
|
|
searchKey: null,
|
|
searchKey: null,
|
|
havePlan: false,
|
|
havePlan: false,
|
|
frequencyList: [],
|
|
frequencyList: [],
|
|
diagnosisInfo:"",
|
|
|
|
|
|
diagnosisInfo:[],
|
|
indexOrder:0,
|
|
indexOrder:0,
|
|
profileRes:[],
|
|
profileRes:[],
|
|
nodata:false,
|
|
nodata:false,
|
|
@ -797,6 +797,7 @@
|
|
this.pati = pati
|
|
this.pati = pati
|
|
this.getPatientInfo()
|
|
this.getPatientInfo()
|
|
this.findTemplateList()
|
|
this.findTemplateList()
|
|
|
|
// this.diagnosisQuery()
|
|
},
|
|
},
|
|
// 添加模板
|
|
// 添加模板
|
|
addMuban: function(oId) {
|
|
addMuban: function(oId) {
|