浏览代码

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1年前
父节点
当前提交
71e1aed27f

+ 19 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue 查看文件

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 查看文件

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>
63
                                 </div>
64
-                                <div class="del_table_btn" v-show="scope.row.user_name=='合计'? false : true">
65
-                                  <el-button type="danger" size="mini" icon="el-icon-close" circle @click.stop="toClick(scope.row,scope.$index)"></el-button>
66
-                                </div>
67
                                 <div @click="hangdleClick(scope.row,scope.$index,0)">
64
                                 <div @click="hangdleClick(scope.row,scope.$index,0)">
68
                                     <el-dropdown trigger="click" @command="changeSchedule" >
65
                                     <el-dropdown trigger="click" @command="changeSchedule" >
69
                                         <span class="el-dropdown-link" v-if='getClassAttributes(scope.row.user_name,1) == 2' style="color:red">
66
                                         <span class="el-dropdown-link" v-if='getClassAttributes(scope.row.user_name,1) == 2' style="color:red">
83
                              <template slot-scope="scope">
80
                              <template slot-scope="scope">
84
                               <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">
85
                                 <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">
86
-                                  <el-button type="danger" size="mini" icon="el-icon-close"
87
-                                    circle @click.stop=""
83
+                                  <el-button type="danger" size="mini" icon="el-icon-close" 
84
+                                    circle @click.stop=""   
88
                                   ></el-button>
85
                                   ></el-button>
89
                                 </div>
86
                                 </div>
90
                               </div>
87
                               </div>
91
-
88
+                                
92
                                 <div @click="hangdleClick(scope.row,scope.$index,1)">
89
                                 <div @click="hangdleClick(scope.row,scope.$index,1)">
93
                                     <el-dropdown trigger="click" @command="changeSchedule">
90
                                     <el-dropdown trigger="click" @command="changeSchedule">
94
                                         <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">
108
                              <template slot-scope="scope">
105
                              <template slot-scope="scope">
109
                                 <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">
110
                                   <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">
111
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
112
-                                      circle @click.stop=""
108
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
109
+                                      circle @click.stop=""   
113
                                     ></el-button>
110
                                     ></el-button>
114
                                   </div>
111
                                   </div>
115
                                 </div>
112
                                 </div>
132
                              <template slot-scope="scope">
129
                              <template slot-scope="scope">
133
                                 <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">
134
                                   <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">
135
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
136
-                                      circle @click.stop=""
132
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
133
+                                      circle @click.stop=""   
137
                                     ></el-button>
134
                                     ></el-button>
138
                                   </div>
135
                                   </div>
139
                                 </div>
136
                                 </div>
156
                              <template slot-scope="scope">
153
                              <template slot-scope="scope">
157
                                 <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">
158
                                   <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">
159
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
160
-                                      circle @click.stop=""
156
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
157
+                                      circle @click.stop=""   
161
                                     ></el-button>
158
                                     ></el-button>
162
                                   </div>
159
                                   </div>
163
                                 </div>
160
                                 </div>
180
                              <template slot-scope="scope">
177
                              <template slot-scope="scope">
181
                                 <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">
182
                                   <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">
183
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
184
-                                      circle @click.stop=""
180
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
181
+                                      circle @click.stop=""   
185
                                     ></el-button>
182
                                     ></el-button>
186
                                   </div>
183
                                   </div>
187
                                 </div>
184
                                 </div>
204
                              <template slot-scope="scope">
201
                              <template slot-scope="scope">
205
                                 <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">
206
                                   <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">
207
-                                    <el-button type="danger" size="mini" icon="el-icon-close"
208
-                                      circle @click.stop=""
204
+                                    <el-button type="danger" size="mini" icon="el-icon-close" 
205
+                                      circle @click.stop=""   
209
                                     ></el-button>
206
                                     ></el-button>
210
                                   </div>
207
                                   </div>
211
                                 </div>
208
                                 </div>
399
     </div>
396
     </div>
400
 </template>
397
 </template>
401
 
398
 
402
-
403
 <script>
399
 <script>
404
 const moment = require('moment')
400
 const moment = require('moment')
405
 import BreadCrumb from '@/xt_pages/components/bread-crumb'
401
 import BreadCrumb from '@/xt_pages/components/bread-crumb'
2078
          })
2074
          })
2079
        },
2075
        },
2080
 
2076
 
2077
+
2081
        hoverMouse(row,column, cell, event){
2078
        hoverMouse(row,column, cell, event){
2082
         this.name=row.user_name
2079
         this.name=row.user_name
2083
         this.column_lie= column.label.split('\n')[0]
2080
         this.column_lie= column.label.split('\n')[0]

+ 2 - 2
src/xt_pages/stock/stockNewQuery.vue 查看文件

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>