Browse Source

新分支

28169 10 months ago
parent
commit
8e975cdf0c

+ 19 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue View File

169
           <div style="flex: 1;">
169
           <div style="flex: 1;">
170
             透析机
170
             透析机
171
            <span class="under-line" style="display: inline-block;width: 50%">
171
            <span class="under-line" style="display: inline-block;width: 50%">
172
-            {{ dialysisOrder &&dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0
172
+            {{
173
+              predialysis.machine_type ? predialysis.machine_type : ""
174
+           }}
175
+            <!-- {{ dialysisOrder &&dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0
173
                ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number
176
                ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number
174
-            }}
177
+            }} -->
175
            </span>
178
            </span>
176
           </div>
179
           </div>
177
           <div style="flex: 1;">
180
           <div style="flex: 1;">
191
           <div style="flex: 1;display: flex">
194
           <div style="flex: 1;display: flex">
192
             透析液:
195
             透析液:
193
             <div style="">
196
             <div style="">
194
-              <check-box text="碳酸" :checked="prescription_dialyzate1"></check-box>&nbsp;
195
-              <check-box text="醋酸" :checked="prescription_dialyzate2"></check-box>
197
+              碳酸
198
+              <!-- <check-box text="碳酸" :checked="prescription_dialyzate1"></check-box>&nbsp;
199
+              <check-box text="醋酸" :checked="prescription_dialyzate2"></check-box> -->
196
               <!-- <check-box :checked="patientInfo_gender_2"></check-box>&nbsp; -->
200
               <!-- <check-box :checked="patientInfo_gender_2"></check-box>&nbsp; -->
197
             </div>
201
             </div>
198
               <!-- <div class="under_line" style="width: 100px; text-align: center;display: inline-block;" v-if="prescription.dialyzate.indexOf('碳酸')>-1">
202
               <!-- <div class="under_line" style="width: 100px; text-align: center;display: inline-block;" v-if="prescription.dialyzate.indexOf('碳酸')>-1">
244
           <tr>
248
           <tr>
245
             <td style="width: 60px;text-align: center;" rowspan="2" >时间</td>
249
             <td style="width: 60px;text-align: center;" rowspan="2" >时间</td>
246
             <td colspan="6" style="text-align: center;">透析参数</td>
250
             <td colspan="6" style="text-align: center;">透析参数</td>
247
-            <td colspan="4" style="text-align: center;">生命体征</td>
251
+            <td colspan="5" style="text-align: center;">生命体征</td>
248
             <td colspan="2" style="text-align: center;">治疗中病情变化</td>
252
             <td colspan="2" style="text-align: center;">治疗中病情变化</td>
249
           </tr>
253
           </tr>
250
           <tr>
254
           <tr>
268
               <p style="height: 20px; line-height: 20px">脱水量</p>
272
               <p style="height: 20px; line-height: 20px">脱水量</p>
269
               <p style="height: 20px; line-height: 20px">ml</p>
273
               <p style="height: 20px; line-height: 20px">ml</p>
270
             </th>
274
             </th>
271
-            <th style="width: 120px; font-weight: normal">
275
+            <th style="width: 130px; font-weight: normal">
272
               <p style="height: 20px; line-height: 30px">透析液温度</p>
276
               <p style="height: 20px; line-height: 30px">透析液温度</p>
273
               <p style="height: 20px; line-height: 20px">℃</p>
277
               <p style="height: 20px; line-height: 20px">℃</p>
274
             </th>
278
             </th>
276
               <p style="height: 20px; line-height: 20px">HR</p>
280
               <p style="height: 20px; line-height: 20px">HR</p>
277
               <p style="height: 20px; line-height: 20px">bpm</p>
281
               <p style="height: 20px; line-height: 20px">bpm</p>
278
             </th>
282
             </th>
283
+            <th style="width: 60px; font-weight: normal">
284
+              <p style="height: 20px; line-height: 30px">T</p>
285
+              <p style="height: 20px; line-height: 20px">℃</p>
286
+            </th>
279
             <th style="width: 60px; font-weight: normal">
287
             <th style="width: 60px; font-weight: normal">
280
               <p style="height: 20px; line-height: 20px">R</p>
288
               <p style="height: 20px; line-height: 20px">R</p>
281
               <p style="height: 20px; line-height: 20px">bpm</p>
289
               <p style="height: 20px; line-height: 20px">bpm</p>
360
               </span>
368
               </span>
361
             </td>
369
             </td>
362
             <!-- R -->
370
             <!-- R -->
371
+            <td>
372
+              <span v-if="getTime(monitor.operate_time) != ''">
373
+                {{ monitor.temperature ? monitor.temperature : "/" }}
374
+              </span>
375
+            </td>
363
             <td>
376
             <td>
364
               <span v-if="getTime(monitor.operate_time) != ''">
377
               <span v-if="getTime(monitor.operate_time) != ''">
365
                 {{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}
378
                 {{ monitor.breathing_rate ? monitor.breathing_rate : "/" }}

+ 18 - 21
src/xt_pages/medicalScheduling/index.vue View File

42
             </div>
42
             </div>
43
             <div class="schedulingTable" style="display:flex;justify-content: space-between;">
43
             <div class="schedulingTable" style="display:flex;justify-content: space-between;">
44
                 <div style="width: 70%">
44
                 <div style="width: 70%">
45
-                    <el-table :data="tableData" border
46
-                    :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)', color: '#606266'}"
45
+                    <el-table :data="tableData" border 
46
+                    :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)', color: '#606266'}" 
47
                     :row-style="{ color: '#303133' }"  @cell-click="clickThis" :cell-style="tableCellStyle"
47
                     :row-style="{ color: '#303133' }"  @cell-click="clickThis" :cell-style="tableCellStyle"
48
                     @cell-mouse-enter="hoverMouse" @cell-mouse-leave="leavemouse">
48
                     @cell-mouse-enter="hoverMouse" @cell-mouse-leave="leavemouse">
49
                     <!-- @cell-mouse-enter="hoverMouse" @cell-mouse-leave="leavemouse" -->
49
                     <!-- @cell-mouse-enter="hoverMouse" @cell-mouse-leave="leavemouse" -->
56
                             <template slot-scope="scope">
56
                             <template slot-scope="scope">
57
                                 <div v-if="name==scope.row.user_name&&column_lie =='周一' ? true:false">
57
                                 <div v-if="name==scope.row.user_name&&column_lie =='周一' ? true:false">
58
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true" >
58
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true" >
59
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
60
-                                      circle @click.stop=""
59
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
60
+                                      circle @click.stop="toClick(scope.row,scope.$index)"   
61
                                     ></el-button>
61
                                     ></el-button>
62
                                   </div>
62
                                   </div>
63
-                                <div class="del_table_btn" v-show="scope.row.user_name=='合计'? false : true">
64
-                                  <el-button type="danger" size="mini" icon="el-icon-close" circle @click.stop="toClick(scope.row,scope.$index)"></el-button>
65
                                 </div>
63
                                 </div>
66
                                 <div @click="hangdleClick(scope.row,scope.$index,0)">
64
                                 <div @click="hangdleClick(scope.row,scope.$index,0)">
67
                                     <el-dropdown trigger="click" @command="changeSchedule" >
65
                                     <el-dropdown trigger="click" @command="changeSchedule" >
82
                              <template slot-scope="scope">
80
                              <template slot-scope="scope">
83
                               <div v-if="name==scope.row.user_name&&column_lie =='周二' ? true:false">
81
                               <div v-if="name==scope.row.user_name&&column_lie =='周二' ? true:false">
84
                                 <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
82
                                 <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
85
-                                  <el-button type="danger" size="mini" icon="el-icon-close"
86
-                                    circle @click.stop=""
83
+                                  <el-button type="danger" size="mini" icon="el-icon-close" 
84
+                                    circle @click.stop=""   
87
                                   ></el-button>
85
                                   ></el-button>
88
                                 </div>
86
                                 </div>
89
                               </div>
87
                               </div>
90
-
88
+                                
91
                                 <div @click="hangdleClick(scope.row,scope.$index,1)">
89
                                 <div @click="hangdleClick(scope.row,scope.$index,1)">
92
                                     <el-dropdown trigger="click" @command="changeSchedule">
90
                                     <el-dropdown trigger="click" @command="changeSchedule">
93
                                         <span class="el-dropdown-link" v-if='getClassAttributes(scope.row.user_name,2) == 2' style="color:red">
91
                                         <span class="el-dropdown-link" v-if='getClassAttributes(scope.row.user_name,2) == 2' style="color:red">
107
                              <template slot-scope="scope">
105
                              <template slot-scope="scope">
108
                                 <div v-if="name==scope.row.user_name&&column_lie =='周三' ? true:false">
106
                                 <div v-if="name==scope.row.user_name&&column_lie =='周三' ? true:false">
109
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
107
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
110
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
111
-                                      circle @click.stop=""
108
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
109
+                                      circle @click.stop=""   
112
                                     ></el-button>
110
                                     ></el-button>
113
                                   </div>
111
                                   </div>
114
                                 </div>
112
                                 </div>
131
                              <template slot-scope="scope">
129
                              <template slot-scope="scope">
132
                                 <div v-if="name==scope.row.user_name&&column_lie =='周四' ? true:false">
130
                                 <div v-if="name==scope.row.user_name&&column_lie =='周四' ? true:false">
133
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
131
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
134
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
135
-                                      circle @click.stop=""
132
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
133
+                                      circle @click.stop=""   
136
                                     ></el-button>
134
                                     ></el-button>
137
                                   </div>
135
                                   </div>
138
                                 </div>
136
                                 </div>
155
                              <template slot-scope="scope">
153
                              <template slot-scope="scope">
156
                                 <div v-if="name==scope.row.user_name&&column_lie =='周五' ? true:false">
154
                                 <div v-if="name==scope.row.user_name&&column_lie =='周五' ? true:false">
157
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
155
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
158
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
159
-                                      circle @click.stop=""
156
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
157
+                                      circle @click.stop=""   
160
                                     ></el-button>
158
                                     ></el-button>
161
                                   </div>
159
                                   </div>
162
                                 </div>
160
                                 </div>
179
                              <template slot-scope="scope">
177
                              <template slot-scope="scope">
180
                                 <div v-if="name==scope.row.user_name&&column_lie =='周六' ? true:false">
178
                                 <div v-if="name==scope.row.user_name&&column_lie =='周六' ? true:false">
181
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
179
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
182
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
183
-                                      circle @click.stop=""
180
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
181
+                                      circle @click.stop=""   
184
                                     ></el-button>
182
                                     ></el-button>
185
                                   </div>
183
                                   </div>
186
                                 </div>
184
                                 </div>
203
                              <template slot-scope="scope">
201
                              <template slot-scope="scope">
204
                                 <div v-if="name==scope.row.user_name&&column_lie =='周日' ? true:false">
202
                                 <div v-if="name==scope.row.user_name&&column_lie =='周日' ? true:false">
205
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
203
                                   <div class="del_table_btns" v-show="scope.row.user_name=='合计'? false : true">
206
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
207
-                                      circle @click.stop=""
204
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
205
+                                      circle @click.stop=""   
208
                                     ></el-button>
206
                                     ></el-button>
209
                                   </div>
207
                                   </div>
210
                                 </div>
208
                                 </div>
398
     </div>
396
     </div>
399
 </template>
397
 </template>
400
 
398
 
401
-
402
 <script>
399
 <script>
403
 const moment = require('moment')
400
 const moment = require('moment')
404
 import BreadCrumb from '@/xt_pages/components/bread-crumb'
401
 import BreadCrumb from '@/xt_pages/components/bread-crumb'
2075
                 }
2072
                 }
2076
             })
2073
             })
2077
          })
2074
          })
2078
-       }
2075
+       },
2079
 
2076
 
2080
 
2077
 
2081
        hoverMouse(row,column, cell, event){
2078
        hoverMouse(row,column, cell, event){

+ 2 - 2
src/xt_pages/stock/stockNewQuery.vue View File

10
               <GoodNewQuery></GoodNewQuery>
10
               <GoodNewQuery></GoodNewQuery>
11
             </el-tab-pane>
11
             </el-tab-pane>
12
           
12
           
13
-            <el-tab-pane label="进销存查询" name="second">
13
+            <!-- <el-tab-pane label="进销存查询" name="second">
14
                <PurchaseStockQuery ref="mychild"></PurchaseStockQuery>
14
                <PurchaseStockQuery ref="mychild"></PurchaseStockQuery>
15
-            </el-tab-pane>
15
+            </el-tab-pane> -->
16
 
16
 
17
              <el-tab-pane label="进销存查询" name="five">
17
              <el-tab-pane label="进销存查询" name="five">
18
                <PurchaseNewStockQuery ref="mychildfive"></PurchaseNewStockQuery>
18
                <PurchaseNewStockQuery ref="mychildfive"></PurchaseNewStockQuery>