Browse Source

新分支

28169 1 year ago
parent
commit
7e83a5cfd6

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -928,13 +928,13 @@
928 928
                       style="padding: 2px 0; line-height: 23px; display: flex"
929 929
                     >
930 930
                       <div class="inline_block" style="flex: 1"
931
-                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460 && org_id!=10585">
931
+                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460 && org_id!=10585 && org_id!=10567">
932 932
                         上次透后体重:
933 933
                         <div
934 934
                           class="under_line"
935 935
                           style="width: 100px; text-align: center"
936 936
                         >
937
-                          <span v-if="org_id == 10290 || org_id ==10585">{{
937
+                          <span v-if="org_id == 10290 || org_id ==10585 || org_id ==10567">{{
938 938
                             record.lastafterweight.weight_after
939 939
                           }}</span>
940 940
                           <span v-else>{{

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

@@ -853,7 +853,7 @@
853 853
                       style="padding: 2px 0; line-height: 23px; display: flex"
854 854
                     >
855 855
                       <div class="inline_block" style="flex: 1"
856
-                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460&&org_id!=10551">
856
+                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460&&org_id!=10551 && org_id!=10598">
857 857
                         上次透后体重:
858 858
                         <div
859 859
                           class="under_line"
@@ -870,7 +870,7 @@
870 870
                       </div>
871 871
 
872 872
                       <div class="inline_block" style="flex: 1"
873
-                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460 || org_id ==10551)&& org_id!=10510">
873
+                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460 || org_id ==10551 || org_id == 10598)&& org_id!=10510">
874 874
                         上次透后体重:
875 875
                         <div
876 876
                           class="under_line"

+ 170 - 34
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

@@ -203,15 +203,10 @@
203 203
         >删除医嘱
204 204
         </el-button>
205 205
         <el-button v-else disabled round @click="openDeleteGroupAdvice" :loading="deleLoading">删除医嘱</el-button>
206
-<!--        <el-button @click="lili">调试</el-button>-->
207
-<!--        <el-button @click="lili" >调试</el-button>-->
208 206
 
209
-        <!--<el-button round @click="openNewChild" :loading="deleLoading">新增子药</el-button>-->
210 207
       </div>
211
-      <!-- 医嘱列表 -->
212
-      <!--   @row-click="cellMouseEnter" -->
213
-      <!--&lt;!&ndash;:header-cell-style="{ backgroundColor: 'rgb(64, 158, 255)', color: 'white'}"&ndash;&gt;@current-change="selectRow"-->
214
-      <el-table
208
+     
209
+      <!-- <el-table
215 210
         v-if="his_is_open !=1 && is_advice_open!=1"
216 211
         :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
217 212
         :data="doctor_advices"
@@ -227,8 +222,7 @@
227 222
         highlight-current-row
228 223
 
229 224
       >
230
-      <!-- @selection-change="handleSelectionChange" -->
231
-        <!-- <el-table-column type="selection"  width="55"></el-table-column> -->
225
+    
232 226
        <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
233 227
           <template slot-scope="scope">
234 228
             <span>{{ getXuserName(scope.row.advice_doctor) }}</span>
@@ -284,7 +278,7 @@
284 278
             <span v-else></span>
285 279
           </template>
286 280
         </el-table-column>
287
-        <el-table-column prop="execution_staff" align="center" min-width="30px" label="执行护士"><!--bug642-->
281
+        <el-table-column prop="execution_staff" align="center" min-width="30px" label="执行护士">
288 282
           <template slot-scope="scope">
289 283
             <span>
290 284
               {{getXuserName(scope.row.execution_staff)}}
@@ -305,9 +299,103 @@
305 299
             </span>
306 300
           </template>
307 301
         </el-table-column>
308
-      </el-table>
302
+      </el-table> -->
303
+
304
+
305
+
306
+      <el-table
307
+        v-if="his_is_open !=1 && is_advice_open!=1"
308
+        :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"
309
+        :data="doctor_advices_one"
310
+        border
311
+        style="width: 100%"
312
+        v-show="showAdvicePanel"
313
+        ref="advices_list"
314
+        @row-click="cellMouseEnter"
315
+        :row-class-name="tableRowClassName"
316
+        
317
+        :cell-class-name="adviceNameShow"
318
+        :modal-append-to-body="false"
319
+        highlight-current-row
320
+
321
+      >
322
+    
323
+       <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
324
+          <template slot-scope="scope">
325
+            <span>{{ getXuserName(scope.row.advice_doctor) }}</span>
326
+          </template>
327
+        </el-table-column>
328
+
329
+        <el-table-column prop="start_time" label="开始时间" align="center" min-width="35px">
330
+          <template slot-scope="scope">
331
+            <span>
332
+              {{scope.row.start_time | parseTime('{y}-{m}-{d} {h}:{i}')}}
333
+            </span>
334
+          </template>
335
+        </el-table-column>
336
+        <el-table-column prop="advice_name" min-width="50px" label="医嘱内容" align="center">
337
+          <template slot-scope="scope">
338
+            <el-dropdown trigger="click" v-if="scope.row.parent_id == 0">
339
+              <span class="el-dropdown-link">
340
+                {{ getAdviceContent(scope.row, 1)}}
341
+                <i class="el-icon-arrow-down el-icon--right"></i>
342
+              </span>
343
+              <el-dropdown-menu slot="dropdown">
344
+                <el-dropdown-item v-if=" his_is_open != 1" @click.native="openEdit(scope.$index, scope.row)">修改医嘱</el-dropdown-item>
345
+                <el-dropdown-item v-if=" his_is_open != 1 " @click.native="openDelete(scope.$index, scope.row)">删除医嘱</el-dropdown-item>
346
+                <el-dropdown-item v-if=" his_is_open != 1 " @click.native="openNewChildTwo(scope.$index, scope.row)">新增子药</el-dropdown-item>
347
+              </el-dropdown-menu>
348
+            </el-dropdown>
349
+
350
+            <el-dropdown trigger="click">
351
+              <span class="el-dropdown-link" v-for="(it,index) in scope.row.children" :key="index">
352
+                &emsp;{{ getAdviceContentOne(it, 2)}}
353
+                <i class="el-icon-arrow-down el-icon--right"></i>
354
+              </span>
355
+              <el-dropdown-menu slot="dropdown">
356
+                <el-dropdown-item v-if=" his_is_open != 1" @click.native="openEdit(scope.$index, scope.row)">修改子药</el-dropdown-item>
357
+                <el-dropdown-item v-if=" his_is_open != 1" @click.native="openDelete(scope.$index, scope.row)">删除子药</el-dropdown-item>
358
+              </el-dropdown-menu>
359
+            </el-dropdown>
360
+          </template>
361
+        </el-table-column>
309 362
 
363
+        <el-table-column
364
+          prop="execution_time"
365
+          align="center"
366
+          min-width="30px"
367
+          label="执行时间"
368
+          sortable
369
+        >
370
+          <template slot-scope="scope">
371
+            <span v-if="scope.row.execution_time != 0">
372
+              {{scope.row.execution_time | parseTime('{m}-{d} {h}:{i}')}}
373
+            </span>
374
+            <span v-else></span>
375
+          </template>
376
+        </el-table-column>
377
+        <el-table-column prop="execution_staff" align="center" min-width="30px" label="执行护士"><!--bug642-->
378
+          <template slot-scope="scope">
379
+            <span>
380
+              {{getXuserName(scope.row.execution_staff)}}
381
+            </span>
310 382
 
383
+          </template>
384
+        </el-table-column>
385
+        <el-table-column
386
+          v-if="(template_id != 6 && org_id!=10223 && org_id!=10445)  || org_id == 10460"
387
+          prop="checker"
388
+          min-width="30px"
389
+          align="center"
390
+          label="核对人员"
391
+        >
392
+          <template slot-scope="scope">
393
+            <span>
394
+              {{getXuserName(scope.row.checker)}}
395
+            </span>
396
+          </template>
397
+        </el-table-column>
398
+      </el-table>
311 399
 
312 400
       <el-table
313 401
         v-if="his_is_open  == 1 || is_advice_open == 1"
@@ -330,14 +418,6 @@
330 418
           </template>
331 419
         </el-table-column>
332 420
 
333
-
334
-        <!--===================================-->
335
-<!--        <el-table-column prop="date" label="调试" align="center" min-width="26px">-->
336
-<!--          <template slot-scope="scope">-->
337
-<!--            <span @click="lili(scope.$index,scope.row)">{{ scope.row.parent_id }}</span>-->
338
-<!--          </template>-->
339
-<!--        </el-table-column>-->
340
-
341 421
         <el-table-column prop="start_time" label="开始时间" align="center" min-width="35px">
342 422
           <template slot-scope="scope">
343 423
             <span>
@@ -361,8 +441,9 @@
361 441
 
362 442
             <el-dropdown trigger="click" v-if="scope.row.parent_id > 0">
363 443
               <span class="el-dropdown-link">
364
-                &emsp;{{ getAdviceContent(scope.row, 2)}}
365
-
444
+                <span>
445
+                  &emsp;{{getAdviceContent(scope.row, 2)}}
446
+                </span>
366 447
                 <i class="el-icon-arrow-down el-icon--right"></i>
367 448
               </span>
368 449
               <el-dropdown-menu slot="dropdown">
@@ -786,6 +867,7 @@
786 867
         org_id:0,
787 868
         schedulePatient:{},
788 869
         tempArrOne:[],
870
+        doctor_advices_one:[]
789 871
       }
790 872
     },
791 873
     watch: {
@@ -2078,12 +2160,43 @@
2078 2160
       }
2079 2161
       ,
2080 2162
       show(his_is_open,is_advice_open) {
2081
-        console.log("his_is_open233232323232323322323",his_is_open)
2082
-        console.log("is_advice_open233232323232323322323",is_advice_open)
2163
+         
2164
+      var childMap = {}
2165
+      for (const index in this.doctor_advices) {
2166
+        if (this.doctor_advices[index].parent_id == 0) {
2167
+          continue
2168
+        }
2169
+        if (!(this.doctor_advices[index].parent_id in childMap)) {
2170
+          childMap[this.doctor_advices[index].parent_id] = []
2171
+        }
2172
+        childMap[this.doctor_advices[index].parent_id].push(this.doctor_advices[index])
2173
+      }
2174
+
2175
+      var advices = [];
2176
+        for (const index in this.doctor_advices) {
2177
+          if (this.doctor_advices[index].parent_id > 0) {
2178
+            continue;
2179
+          }
2180
+          var item = this.doctor_advices[index];
2181
+          if (item.id in childMap) {
2182
+            item.children = childMap[item.id];
2183
+          } else {
2184
+            item.children = [];
2185
+          }
2186
+          advices.push(item);
2187
+        }
2188
+
2189
+     
2190
+      console.log("我的世纪东方",advices)
2191
+      this.doctor_advices_one = []
2192
+      this.doctor_advices_one = advices
2193
+
2083 2194
         this.his_is_open = his_is_open
2084 2195
         this.is_advice_open = is_advice_open
2085 2196
         this.isVisibility = true
2086 2197
         this.getPermission()
2198
+
2199
+
2087 2200
       }
2088 2201
       ,
2089 2202
       hide() {
@@ -2239,8 +2352,7 @@
2239 2352
 
2240 2353
         if (row.single_dose) {
2241 2354
           if (this.template_id != 6) {
2242
-            tempSingleDoseDesc =
2243
-              ' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
2355
+            tempSingleDoseDesc =' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
2244 2356
           } else {
2245 2357
             tempSingleDoseDesc = row.single_dose + '' + row.single_dose_unit
2246 2358
           }
@@ -2264,16 +2376,40 @@
2264 2376
           )
2265 2377
         } else {
2266 2378
           // 是子药
2267
-          return (
2268
-            row.advice_name +
2269
-            tempDrugSpecDesc +
2270
-            ' ' +
2271
-            tempPrescribingNumberDesc +
2272
-            tempSingleDoseDesc
2379
+          return (row.advice_name +tempDrugSpecDesc +' ' +tempPrescribingNumberDesc + tempSingleDoseDesc
2273 2380
           )
2274 2381
         }
2275
-      }
2276
-      ,
2382
+      },
2383
+
2384
+      getAdviceContentOne(row, isChild) {
2385
+        // alert("来")
2386
+        console.log("row",row)
2387
+        let tempSingleDoseDesc = ''
2388
+        let tempDrugSpecDesc = ''
2389
+        let tempPrescribingNumberDesc = ''
2390
+
2391
+        if (row.prescribing_number) {
2392
+           tempPrescribingNumberDesc = row.prescribing_number + '' + row.prescribing_number_unit
2393
+        }
2394
+
2395
+        if(this.org_id == 10188 ){
2396
+            tempPrescribingNumberDesc = ""
2397
+        }
2398
+
2399
+        if (row.single_dose) {
2400
+          if (this.template_id != 6) {
2401
+            tempSingleDoseDesc =' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
2402
+          } else {
2403
+            tempSingleDoseDesc = row.single_dose + '' + row.single_dose_unit
2404
+          }
2405
+        }
2406
+
2407
+        if (row.advice_desc) {
2408
+          tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')' + " " + row.remark
2409
+        }
2410
+ 
2411
+        return row.advice_name +tempDrugSpecDesc +' ' +tempPrescribingNumberDesc + tempSingleDoseDesc
2412
+      },
2277 2413
       getPermission() {
2278 2414
         request
2279 2415
           .get('/api/func_per/get', {
@@ -2675,7 +2811,7 @@
2675 2811
 
2676 2812
     },
2677 2813
     created() {
2678
-
2814
+     
2679 2815
       var date = this.$route.query && this.$route.query.date
2680 2816
       this.record_date = uParseTime(date, '{y}-{m}-{d}')
2681 2817
       this.form.advice_date = this.record_date

+ 21 - 16
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -262,7 +262,10 @@
262 262
                 org_id == 10485 ||
263 263
                 org_id == 10375 ||
264 264
                 org_id == 10480 ||
265
-                org_id == 10551) &&
265
+                org_id == 10551 ||
266
+                org_id == 10599 ||
267
+                org_id == 10597 ||
268
+                org_id == 10599) &&
266 269
                 org_id!=10387
267 270
             "
268 271
           >
@@ -333,7 +336,7 @@
333 336
               && org_id!=10432 && org_id!=10445
334 337
               && org_id!=10410 && org_id!=10495 &&
335 338
                org_id!=10485 && org_id!=10395 && org_id!=10375
336
-               && org_id!=10480  && org_id!=10551 )
339
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599)
337 340
               || org_id == 10387
338 341
             "
339 342
           >
@@ -389,7 +392,7 @@
389 392
                 org_id == 10410 ||
390 393
                 org_id == 10495  ||
391 394
                 org_id == 10395
392
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551)
395
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599)
393 396
                 && org_id!=10387
394 397
             "
395 398
           >
@@ -442,7 +445,7 @@
442 445
               org_id!=10432 &&
443 446
               org_id!=10445 &&
444 447
               org_id!=10410 && org_id!=10495
445
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551) ||
448
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599 ) ||
446 449
               org_id == 10387
447 450
             "
448 451
           >
@@ -1564,6 +1567,20 @@
1564 1567
             </el-form-item>
1565 1568
           </el-col>
1566 1569
 
1570
+          
1571
+          <el-col :span="24" v-if="isShow('拒测血压')">
1572
+            <el-form-item label="拒测血压:" :prop="isName('拒测血压')">
1573
+              <el-select v-model="form.is_pressure" placeholder="请选择">
1574
+                <el-option
1575
+                  v-for="item in pressureList"
1576
+                  :key="item.id"
1577
+                  :label="item.name"
1578
+                  :value="item.name">
1579
+                </el-option>
1580
+              </el-select>
1581
+            </el-form-item>
1582
+          </el-col>
1583
+
1567 1584
           <el-col :span="8" v-if="isShow('血压监测部位')">
1568 1585
             <el-form-item label="血压监测部位:" :prop="isName('血压监测部位')"
1569 1586
               :rules="isCheckmust('血压监测部位')">
@@ -1681,18 +1698,6 @@
1681 1698
           </el-col>
1682 1699
 
1683 1700
 
1684
-          <el-col :span="24" v-if="isShow('拒测血压')">
1685
-            <el-form-item label="拒测血压:" :prop="isName('拒测血压')">
1686
-              <el-select v-model="form.is_pressure" placeholder="请选择">
1687
-                <el-option
1688
-                  v-for="item in pressureList"
1689
-                  :key="item.id"
1690
-                  :label="item.name"
1691
-                  :value="item.name">
1692
-                </el-option>
1693
-              </el-select>
1694
-            </el-form-item>
1695
-          </el-col>
1696 1701
 
1697 1702
           <!-- </el-row>
1698 1703
 

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

@@ -15,10 +15,10 @@
15 15
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
16 16
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
17 17
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
18
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
19
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
20
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
21
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
18
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
19
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
20
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
21
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
22 22
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
23 23
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
24 24
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410) && org_id!=10558" width="92px" > 置换率(ml/min) </th>

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -968,10 +968,10 @@
968 968
                         class="under_line"
969 969
                         style="width: 100px; text-align: center"
970 970
                       >
971
-                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495 || org_id == 10460 || org_id==10585">{{
971
+                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495 || org_id == 10460 || org_id==10585 || org_id ==10567 || org_id ==10598">{{
972 972
                           lastafterdialysis.weight_after
973 973
                         }}</span>
974
-                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495 && org_id!=10460 && org_id!=10585">{{
974
+                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495 && org_id!=10460 && org_id!=10585 && org_id!=10567 && org_id!=10598">{{
975 975
                           predialysis.weight_after_last_transparency
976 976
                             ? predialysis.weight_after_last_transparency
977 977
                             : "未称重"

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue View File

@@ -1165,8 +1165,8 @@
1165 1165
                         style="width: 600px; text-align: center"
1166 1166
                       >
1167 1167
                         {{
1168
-                          prescription.remark
1169
-                            ? prescription.remark
1168
+                          predialysis.remark
1169
+                            ? predialysis.remark
1170 1170
                             : "/"
1171 1171
                         }}
1172 1172
                       </div>

+ 2 - 1
src/xt_pages/management/components/UserForm.vue View File

@@ -1151,7 +1151,8 @@ export default {
1151 1151
         { id: 4, name: "东丽机细菌过滤器" },
1152 1152
         {id:5,name:"山外山细菌过滤器"},
1153 1153
         {id:6,name:"尼普洛细菌过滤器"},
1154
-        {id:7,name:"威高细菌过滤器"}
1154
+        {id:7,name:"威高细菌过滤器"},
1155
+        {id:8,name:"宝莱特细菌过滤器"}
1155 1156
       ],
1156 1157
       autograph: [],
1157 1158
       selectCulture: [],

+ 2 - 1
src/xt_pages/management/home.vue View File

@@ -2845,7 +2845,8 @@ export default {
2845 2845
           { id: 4, name: '东丽机细菌过滤器' },
2846 2846
           {id:5,name:"山外山细菌过滤器"},
2847 2847
           {id:6,name:"尼普洛细菌过滤器"},
2848
-          {id:7,name:"威高细菌过滤器"}
2848
+          {id:7,name:"威高细菌过滤器"},
2849
+          {id:8,name:"宝莱特细菌过滤器"}
2849 2850
         ],
2850 2851
         DisinfectionMode: [
2851 2852
           { id: 0, name: '请选择' },

+ 77 - 2
src/xt_pages/stock/drugs/drugStockOutOrder.vue View File

@@ -362,8 +362,10 @@
362 362
                     </span>
363 363
                     </span>
364 364
 
365
-                    <span v-if="org_id==0 || org_id ==10480 | org_id ==10210">
366
-                      {{(item.count * item.price).toFixed(2)}}
365
+                    <span v-if="org_id==0 || org_id ==10480 || org_id==10210">
366
+                      <!-- {{(item.count * item.price).toFixed(2)}} -->
367
+                     <span v-if="is_sys == 1 || is_sys == 5 || is_sys == 12">{{(getOutCountNightTen(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)*item.price).toFixed(2)}}</span>  
368
+                     <span v-if="is_sys==0"> {{(getOutCountNightTenOne(item.batch_number,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)*item.price).toFixed(2)}}</span>
367 369
                     </span>
368 370
                   
369 371
 
@@ -2245,6 +2247,79 @@ export default {
2245 2247
       }
2246 2248
       return max_str + min_str;
2247 2249
     },
2250
+
2251
+    getOutCountNightTen(warehouse_info_id,max_unit,min_unit,min_number,drug_id){
2252
+      var arr = []
2253
+      var total = 0
2254
+      var max_str = ""
2255
+      var min_str = ""
2256
+
2257
+      for(let j=0;j<this.outList.length;j++){
2258
+        if(warehouse_info_id == this.outList[j].warehouse_info_id && drug_id == this.outList[j].drug_id){
2259
+           arr.push(this.outList[j])
2260
+        }
2261
+      }
2262
+      if(arr.length > 0){
2263
+        for(let i=0;i<arr.length;i++){
2264
+           total +=arr[i].count
2265
+        }
2266
+      }
2267
+     
2268
+      if (total < min_number) {
2269
+        min_str = total 
2270
+      }
2271
+      if (total == 0) {
2272
+        min_str = "";
2273
+        max_str = "";
2274
+      }
2275
+      if (total >= min_number) {
2276
+        if (parseInt(total / min_number) != 0) {
2277
+          max_str = parseInt(total / min_number) 
2278
+        }
2279
+        if (total % min_number != 0) {
2280
+          min_str = (total % min_number) 
2281
+        }
2282
+      }
2283
+      return max_str + min_str;
2284
+    },
2285
+
2286
+    getOutCountNightTenOne(batch_number,max_unit,min_unit,min_number,drug_id){
2287
+    
2288
+    var arr = []
2289
+    var total = 0
2290
+    var max_str = ""
2291
+    var min_str = ""
2292
+  
2293
+    for(let j=0;j<this.tabList.length;j++){
2294
+    
2295
+      if(batch_number == this.tabList[j].batch_number && drug_id == this.tabList[j].drug_id){
2296
+         arr.push(this.tabList[j])
2297
+      }
2298
+    }
2299
+    
2300
+    if(arr.length > 0){
2301
+      for(let i=0;i<arr.length;i++){
2302
+         total +=arr[i].count
2303
+      }
2304
+    }
2305
+   
2306
+    if (total < min_number) {
2307
+      min_str = total
2308
+    }
2309
+    if (total == 0) {
2310
+      min_str = "";
2311
+      max_str = "";
2312
+    }
2313
+    if (total >= min_number) {
2314
+      if (parseInt(total / min_number) != 0) {
2315
+        max_str = parseInt(total / min_number)
2316
+      }
2317
+      if (total % min_number != 0) {
2318
+        min_str = (total % min_number)
2319
+      }
2320
+    }
2321
+    return max_str + min_str;
2322
+  },
2248 2323
   },
2249 2324
 };
2250 2325
 </script>