Bläddra i källkod

12月6 检验检查

yq1 4 månader sedan
förälder
incheckning
4baadb504c
1 ändrade filer med 45 tillägg och 6 borttagningar
  1. 45 6
      src/xt_pages/user/courseOfDisease_new.vue

+ 45 - 6
src/xt_pages/user/courseOfDisease_new.vue Visa fil

@@ -5,7 +5,6 @@
5 5
       </div> -->
6 6
   <div class="patient-container">
7 7
     <PatientSidebar :id="patient_id" defaultActive="3-5"></PatientSidebar>
8
-
9 8
     <div v-loading="loading">
10 9
       <div class="patient-app-container advice-container app-container" style="">
11 10
         <div style="display: flex;">
@@ -85,6 +84,46 @@
85 84
               <span style="display: inline-block;border-left: 5px solid #3891f1f5;padding-left: 5px;margin-bottom: 5px;">
86 85
                 病程内容
87 86
               </span>
87
+              <div style="display:flex;">
88
+                <div>
89
+                  取值时间:
90
+                  <el-select v-model="quzhi_date" @change="datachange" placeholder="请选择" style="width: 120px;">
91
+                    <el-option
92
+                      v-for="item in quzhi_options"
93
+                      :key="item.value"
94
+                      :label="item.label"
95
+                      :value="item.value">
96
+                    </el-option>
97
+                  </el-select>
98
+                </div>
99
+                <div style="margin:0 10px">
100
+                  <el-date-picker
101
+                  @change="changStartDate"
102
+                    v-model="start_date"
103
+                    type="date"
104
+                    value-format="yyyy-MM-dd"
105
+                    placeholder="选择日期"
106
+                    style="width: 150px;">
107
+                  </el-date-picker>
108
+                  <span>-</span>
109
+                  <el-date-picker
110
+                  @change="changEndDate"
111
+                    v-model="end_date"
112
+                    type="date"
113
+                    value-format="yyyy-MM-dd"
114
+                    placeholder="选择日期"
115
+                    style="width: 150px;">
116
+                  </el-date-picker>
117
+                </div>
118
+                <!-- <div>
119
+                  <el-button type="primary" size="small" @click="autotext_click">
120
+                    生成
121
+                  </el-button>
122
+                  <el-button type="primary" size="small" @click="auto_dialog=false">
123
+                    取消
124
+                  </el-button>
125
+                </div> -->
126
+              </div>
88 127
               <div style="margin: 10px 0;">
89 128
                 <el-button type="primary" size="small" @click="template_click">
90 129
                   {{ add_index ==0 ? '设置模板' : '模板库' }}
@@ -166,8 +205,8 @@
166 205
         top="0"
167 206
         >
168 207
         <div>
169
-          <div style="display:flex;position: absolute;top: 20px;left: 20%;">
170
-            <div>
208
+          <!-- <div style="display:flex;"> -->
209
+            <!-- <div>
171 210
               取值时间:
172 211
               <el-select v-model="quzhi_date" @change="datachange" placeholder="请选择" style="width: 120px;">
173 212
                 <el-option
@@ -196,8 +235,8 @@
196 235
                 placeholder="选择日期"
197 236
                 style="width: 150px;">
198 237
               </el-date-picker>
199
-            </div>
200
-            <div>
238
+            </div> -->
239
+            <div style="text-align: right;margin-bottom: 10px;">
201 240
               <el-button type="primary" size="small" @click="autotext_click">
202 241
                 生成
203 242
               </el-button>
@@ -205,7 +244,7 @@
205 244
                 取消
206 245
               </el-button>
207 246
             </div>
208
-          </div>
247
+          <!-- </div> -->
209 248
           <div v-show="AuToShow">
210 249
             <text_content @new_content="newcontent" :patient="patient" :prescriptionList="prescriptionList" :berforList="berforList" 
211 250
             :monitorList="monitorList" :dryweightList="dryweightList" :inpectionList="inpectionList" :dialysisOrderList="dialysisOrderList"