Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 year ago
parent
commit
3d41030a4f

+ 12 - 0
src/router/modules/dialysis.js View File

928
         noCache: true
928
         noCache: true
929
       }
929
       }
930
     },
930
     },
931
+    {
932
+      path: '/dialysis/print/batch/seventy',
933
+      component: () =>
934
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_seventy'),
935
+      hidden: true,
936
+      is_menu: false,
937
+      name: 'batch_print_order_seventy',
938
+      meta: {
939
+        title: '批量打印',
940
+        noCache: true
941
+      }
942
+    },
931
     {
943
     {
932
       path: '/dialysis/flow',
944
       path: '/dialysis/flow',
933
       component: () => import('@/xt_pages/dialysis/dialysisFlow'),
945
       component: () => import('@/xt_pages/dialysis/dialysisFlow'),

+ 12 - 12
src/xt_pages/data/components/drugs.vue View File

1461
         console.log("params222222222",params)
1461
         console.log("params222222222",params)
1462
 
1462
 
1463
 
1463
 
1464
-        // postDrugInformation(params).then(response=>{
1465
-        //    if(response.data.state == 1){
1466
-        //      var msg =  response.data.data.msg;
1467
-        //      this.getList();
1468
-        //      this.getAllManufacturer();
1469
-        //      this.GetAllConfig();
1470
-        //      this.$message.success("导入成功!")
1471
-        //
1472
-        //    }else{
1473
-        //      this.$message.error("导入失败,请下载日志查看")
1474
-        //    }
1475
-        // })
1464
+        postDrugInformation(params).then(response=>{
1465
+           if(response.data.state == 1){
1466
+             var msg =  response.data.data.msg;
1467
+             this.getList();
1468
+             this.getAllManufacturer();
1469
+             this.GetAllConfig();
1470
+             this.$message.success("导入成功!")
1471
+        
1472
+           }else{
1473
+             this.$message.error("导入失败,请下载日志查看")
1474
+           }
1475
+        })
1476
       },
1476
       },
1477
       generateTxt: function(log) {
1477
       generateTxt: function(log) {
1478
         var content = '';
1478
         var content = '';

+ 5 - 5
src/xt_pages/device/objectTableDisinfectTwo.vue View File

1094
                                 <td>楼层</td>
1094
                                 <td>楼层</td>
1095
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1095
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1096
                                 <td>负责人</td>
1096
                                 <td>负责人</td>
1097
-                                <td width="40">检查合格<br/></td>
1097
+                                <td width="40">消毒液浓度合格<br/></td>
1098
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1098
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1099
                                 <td>负责人</td>
1099
                                 <td>负责人</td>
1100
-                                <td width="40">检查合格<br/></td>
1100
+                                <td width="40">消毒液浓度合格<br/></td>
1101
                                 <td>医疗垃圾桶<br/>1000mg/l含<br/>氯制剂</td>
1101
                                 <td>医疗垃圾桶<br/>1000mg/l含<br/>氯制剂</td>
1102
                                 <td>负责人</td>
1102
                                 <td>负责人</td>
1103
-                                <td width="40">检查合格<br/></td>
1103
+                                <td width="40">消毒液浓度合格<br/></td>
1104
                                 <td>体温计<br/>75%酒精浸泡</td>
1104
                                 <td>体温计<br/>75%酒精浸泡</td>
1105
                                 <td>负责人</td>
1105
                                 <td>负责人</td>
1106
-                                <td width="40">检查合格<br/></td>
1106
+                                <td width="40">消毒液浓度合格<br/></td>
1107
                                 <td>体温枪<br/>75%酒精擦拭</td>
1107
                                 <td>体温枪<br/>75%酒精擦拭</td>
1108
                                 <td>负责人</td>
1108
                                 <td>负责人</td>
1109
-                                <td width="40">检查合格<br/></td>
1109
+                                <td width="40">消毒液浓度合格<br/></td>
1110
                                
1110
                                
1111
                             </tr>
1111
                             </tr>
1112
 
1112
 

File diff suppressed because it is too large
+ 3177 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventy.vue


+ 11 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue View File

428
           type="primary"
428
           type="primary"
429
           >批量打印</el-button>
429
           >批量打印</el-button>
430
       </template>
430
       </template>
431
+      <template v-if="this.template_id == 70">
432
+        <el-button
433
+          size="small"
434
+          icon="el-icon-printer"
435
+          :disabled="selecting_schs.length == 0"
436
+          @click="batchPrintAction"
437
+          type="primary"
438
+          >批量打印</el-button>
439
+      </template>
431
     </div>
440
     </div>
432
     <div class="app-container">
441
     <div class="app-container">
433
       <!-- <div class="filter-container">
442
       <!-- <div class="filter-container">
2180
       }
2189
       }
2181
       else if (this.template_id == 68) {
2190
       else if (this.template_id == 68) {
2182
         this.$router.push({ path: "/dialysis/print/batch/sixtyeight" });
2191
         this.$router.push({ path: "/dialysis/print/batch/sixtyeight" });
2192
+      }else if (this.template_id == 70) {
2193
+        this.$router.push({ path: "/dialysis/print/batch/seventy" });
2183
       }
2194
       }
2184
     },
2195
     },
2185
     batchPrintActionOne: function() {
2196
     batchPrintActionOne: function() {

+ 1 - 1
src/xt_pages/dialysis/details/NavIgation.vue View File

193
       :prescription="prescription"
193
       :prescription="prescription"
194
       :predialysis_evaluation="predialysis_evaluation"
194
       :predialysis_evaluation="predialysis_evaluation"
195
       :dialysis_order="dialysis_order"
195
       :dialysis_order="dialysis_order"
196
-    
196
+      :schedual="temp_schedual"
197
     ></assessment-after-dislysis>
197
     ></assessment-after-dislysis>
198
   </div>
198
   </div>
199
 </template>
199
 </template>

+ 22 - 4
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

746
         return { id: 0 }
746
         return { id: 0 }
747
       }
747
       }
748
     },
748
     },
749
+    schedual: {
750
+        type: Object
751
+    },
749
   },
752
   },
750
   data() {
753
   data() {
751
     return {
754
     return {
1095
     submitForm(formName) {
1098
     submitForm(formName) {
1096
       this.$refs[formName].validate((valid)=>{
1099
       this.$refs[formName].validate((valid)=>{
1097
         if(valid){
1100
         if(valid){
1098
-
1101
+          var dateOne = this.schedual.schedule_date
1102
+          var schedule_date = uParseTime(dateOne, '{y}-{m}-{d}')      
1103
+          var date = this.$route.query && this.$route.query.date 
1104
+          this.record_date = date ? uParseTime(date, '{y}-{m}-{d}') :schedule_date
1105
+          console.log("日期我哦我",this.record_date)
1099
           this.loading = true
1106
           this.loading = true
1100
           const ParamsQuery = {}
1107
           const ParamsQuery = {}
1101
 
1108
 
1509
              this.infoDialogVisible = false
1516
              this.infoDialogVisible = false
1510
            }
1517
            }
1511
         })
1518
         })
1512
-      }
1519
+      },
1520
+      getTime(val) {
1521
+         if(val < 0){
1522
+           return ""
1523
+         }
1524
+         if(val == ""){
1525
+          return ""
1526
+         }else {
1527
+          return uParseTime(val, '{y}-{m}-{d}')
1528
+         }
1529
+      },
1513
   },
1530
   },
1514
   created() {
1531
   created() {
1515
     // console.log("this.form", this.form.consciousness);
1532
     // console.log("this.form", this.form.consciousness);
1537
     this.template_id = this.$store.getters.xt_user.template_info.template_id
1554
     this.template_id = this.$store.getters.xt_user.template_info.template_id
1538
     this.channels = this.$store.getters.channels
1555
     this.channels = this.$store.getters.channels
1539
 
1556
 
1540
-    var date = this.$route.query && this.$route.query.date
1541
-    this.record_date = date ? uParseTime(date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
1557
+   
1558
+    // this.record_date = date ? uParseTime(date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
1559
+   
1542
     if(this.$store.getters.xt_user.template_info.org_id == 0 ||  this.$store.getters.xt_user.template_info.org_id==9829 ||  this.$store.getters.xt_user.template_info.org_id==10469){
1560
     if(this.$store.getters.xt_user.template_info.org_id == 0 ||  this.$store.getters.xt_user.template_info.org_id==9829 ||  this.$store.getters.xt_user.template_info.org_id==10469){
1543
       this.form.pulse_frequency = 80
1561
       this.form.pulse_frequency = 80
1544
     }
1562
     }

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

936
             width="140"
936
             width="140"
937
             v-if="
937
             v-if="
938
               isShow('KT/V') &&
938
               isShow('KT/V') &&
939
-              (org_id == 9987 || org_id == 10215 || org_id == 9800 || org_id == 9598)
939
+              (org_id == 9987 || org_id == 10215 || org_id == 9800 || org_id == 9598 || org_id ==10517)
940
             "
940
             "
941
           >
941
           >
942
             <template slot-scope="scope">
942
             <template slot-scope="scope">

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

100
           <th v-if="isShow('脱水')" width="92px">{{monitor.dehydration ? monitor.dehydration : ""}}</th>
100
           <th v-if="isShow('脱水')" width="92px">{{monitor.dehydration ? monitor.dehydration : ""}}</th>
101
           <th v-if="isShow('滤前压')" width="92px">{{monitor.filter_pressure ? monitor.filter_pressure : ""}}</th>
101
           <th v-if="isShow('滤前压')" width="92px">{{monitor.filter_pressure ? monitor.filter_pressure : ""}}</th>
102
           
102
           
103
-          <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800 || org_id ==  9598)">{{ monitor.ktv?monitor.ktv:""}}</td>
103
+          <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800 || org_id ==  9598 || org_id ==10517)">{{ monitor.ktv?monitor.ktv:""}}</td>
104
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}
104
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}
105
             <span v-if="(index == monitores.length-1) && (org_id == 0 || org_id == 10340)">累计血容量:{{monitor.accumulated_blood_volume }}L</span>
105
             <span v-if="(index == monitores.length-1) && (org_id == 0 || org_id == 10340)">累计血容量:{{monitor.accumulated_blood_volume }}L</span>
106
           </td>
106
           </td>

+ 28 - 0
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

857
         >
857
         >
858
         </div>
858
         </div>
859
       </template>
859
       </template>
860
+      <template v-if="org_template_info.template_id == 70">
861
+        <div>
862
+          <el-button
863
+          :loading="loading"
864
+          size="small"
865
+          icon="el-icon-printer"
866
+          @click="printThisPage"
867
+          type="primary"
868
+          >打印</el-button
869
+        >
870
+        </div>
871
+      </template>
860
     </div>
872
     </div>
861
     <div class="app-container" style="min-height: 0">
873
     <div class="app-container" style="min-height: 0">
862
       <!--<div class="order-print-btn"-->
874
       <!--<div class="order-print-btn"-->
1328
             v-if="org_template_info.template_id == 69"
1340
             v-if="org_template_info.template_id == 69"
1329
           >
1341
           >
1330
           </DialysisPrintOrderSixtynine>
1342
           </DialysisPrintOrderSixtynine>
1343
+          <DialysisPrintOrderSeventy
1344
+            v-bind:childResponse="childResponse"
1345
+            v-if="org_template_info.template_id == 70"
1346
+          >
1347
+
1348
+          </DialysisPrintOrderSeventy>
1331
 
1349
 
1332
           <DialysisPrintOrderZero
1350
           <DialysisPrintOrderZero
1333
             v-bind:childResponse="childResponse"
1351
             v-bind:childResponse="childResponse"
1421
 import DialysisPrintOrdersixtySeven from './template/DialysisPrintOrdersixtySeven'
1439
 import DialysisPrintOrdersixtySeven from './template/DialysisPrintOrdersixtySeven'
1422
 import DialysisPrintOrderSixtyeight from './template/DialysisPrintOrderSixtyeight'
1440
 import DialysisPrintOrderSixtyeight from './template/DialysisPrintOrderSixtyeight'
1423
 import DialysisPrintOrderSixtynine from './template/DialysisPrintOrderSixtynine'
1441
 import DialysisPrintOrderSixtynine from './template/DialysisPrintOrderSixtynine'
1442
+import DialysisPrintOrderSeventy from './template/DialysisPrintOrderSeventy'
1424
 import DialysisPrintOrderZero from './template/DialysisPrintOrderZero'
1443
 import DialysisPrintOrderZero from './template/DialysisPrintOrderZero'
1425
 export default {
1444
 export default {
1426
   name: "dialysisPrintOrder",
1445
   name: "dialysisPrintOrder",
1494
     DialysisPrintOrderSixtysix,
1513
     DialysisPrintOrderSixtysix,
1495
     DialysisPrintOrderSixtyeight,
1514
     DialysisPrintOrderSixtyeight,
1496
     DialysisPrintOrderSixtynine,
1515
     DialysisPrintOrderSixtynine,
1516
+    DialysisPrintOrderSeventy,
1497
     DialysisPrintOrderZero,
1517
     DialysisPrintOrderZero,
1498
     LabelBox,
1518
     LabelBox,
1499
     BreadCrumb,
1519
     BreadCrumb,
2086
           scanStyles: false,
2106
           scanStyles: false,
2087
         });
2107
         });
2088
         console.log('77777',this.org_template_info.template_id);
2108
         console.log('77777',this.org_template_info.template_id);
2109
+      }else if (this.org_template_info.template_id == 70 ) {
2110
+        printJS({
2111
+          printable: "dialysis-print-box-1",
2112
+          type: "html",
2113
+          style: style2,
2114
+          scanStyles: false,
2115
+        });
2116
+        console.log('77777',this.org_template_info.template_id);
2089
       }
2117
       }
2090
       else if (
2118
       else if (
2091
         this.org_template_info.template_id == 53
2119
         this.org_template_info.template_id == 53

File diff suppressed because it is too large
+ 4151 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSeventy.vue


+ 5 - 5
src/xt_pages/outpatientCharges/invoicePrint.vue View File

10
         type="primary"
10
         type="primary"
11
       >打印</el-button>
11
       >打印</el-button>
12
     </template>
12
     </template>
13
-    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 && org_id != 0"><!--&& org_id != 10188 && org_id != 0-->
13
+    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 "><!--&& org_id != 10188 && org_id != 0-->
14
         <div class='dialysisPage'>
14
         <div class='dialysisPage'>
15
-          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 && org_id != 0 " >
15
+          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
16
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
16
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
17
             <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams"></printThree>
17
             <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams"></printThree>
18
-            <printfifteen v-if="org_id == 10510 " :paramsObj="invoiceParams"></printfifteen>
18
+            <printfifteen v-if="org_id == 10510 || org_id==0 " :paramsObj="invoiceParams"></printfifteen>
19
           </div>
19
           </div>
20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
46
       </div>
46
       </div>
47
     </div>
47
     </div>
48
 
48
 
49
-     <div class="app-container" v-if="org_id == 10567 || org_id == 0">
49
+    <div class="app-container" v-if="org_id == 10567 ">
50
       <div class='dialysisPage'>
50
       <div class='dialysisPage'>
51
         <printfourteen :paramsObj="invoiceParams"></printfourteen>
51
         <printfourteen :paramsObj="invoiceParams"></printfourteen>
52
       </div>
52
       </div>
53
     </div>
53
     </div>
54
 
54
 
55
-    <div class="app-container" style="padding-top:20px;" v-if="org_id == 10188">
55
+    <div class="app-container" style="padding-top:20px;" v-if="org_id == 10188  ">
56
       <div class='dialysisPage'>
56
       <div class='dialysisPage'>
57
         <printthirteen  :paramsObj="invoiceParams"></printthirteen>
57
         <printthirteen  :paramsObj="invoiceParams"></printthirteen>
58
       </div>
58
       </div>

+ 2 - 2
src/xt_pages/outpatientCharges/invoiceTemplate/printfifteen.vue View File

5
             <!-- <div>{{ list.id_card_no }}</div> -->
5
             <!-- <div>{{ list.id_card_no }}</div> -->
6
         </div>
6
         </div>
7
         <div style="display:flex;justify-content: space-between;">
7
         <div style="display:flex;justify-content: space-between;">
8
-            <div  style="position: absolute;top:80px;left:250px;">{{ list.department_name }}</div>
8
+            <div  style="position: absolute;top:80px;left:300px;">{{ list.department_name }}</div>
9
             <div></div>
9
             <div></div>
10
             <div>
10
             <div>
11
-                <span style="position: absolute;top:60px;left:120px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
11
+                <span style="position: absolute;top:50px;left:120px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
12
             </div>
12
             </div>
13
         </div>
13
         </div>
14
         <div style="display:flex;justify-content: space-between;">
14
         <div style="display:flex;justify-content: space-between;">

+ 48 - 50
src/xt_pages/outpatientCharges/invoiceTemplate/printfourteen.vue View File

1
 <template>
1
 <template>
2
   <div id='invoice-print' style="position: relative;">
2
   <div id='invoice-print' style="position: relative;">
3
     <div>
3
     <div>
4
-      <div style="display: inline-block; position: absolute;top: 30px;left: 30px;">{{list.order.mdtrt_id}}</div>
5
-
6
-
4
+      <div style="display: inline-block; position: absolute;top: 20px;left: 50px;">{{list.order.mdtrt_id}}</div>
7
     </div>
5
     </div>
8
     <div>
6
     <div>
9
-      <div style="display: inline-block; position: absolute;top: 60px;left: 30px;">血液透析中心</div>
10
-      <div style="display: inline-block; position: absolute;top: 60px;left: 260px;">{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</div>
11
-      <div style="display: inline-block; position: absolute;top: 60px;left: 330px;">{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</div>
12
-      <div style="display: inline-block; position: absolute;top: 60px;left: 400px;">{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</div>
7
+      <div style="display: inline-block; position: absolute;top: 40px;left: 50px;">血液透析中心</div>
8
+      <div style="display: inline-block; position: absolute;top: 40px;left: 460px;">{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</div>
9
+      <div style="display: inline-block; position: absolute;top: 40px;left: 520px;">{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</div>
10
+      <div style="display: inline-block; position: absolute;top: 40px;left: 560px;">{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</div>
13
     </div>
11
     </div>
14
     <div>
12
     <div>
15
-      <div style="position: absolute;top: 90px;left: 60px;">{{ paramsObj.name }}</div>
13
+      <div style="position: absolute;top: 60px;left: 60px;">{{ paramsObj.name }}</div>
16
       <div style="display:flex;justify-content: space-between;">
14
       <div style="display:flex;justify-content: space-between;">
17
-          <div  style="position: absolute;top:90px;left:270px;">√</div>
15
+          <div  style="position: absolute;top:60px;left:200px;">√</div>
18
           <div  style="position: absolute;top:90px;left:220px;"></div>
16
           <div  style="position: absolute;top:90px;left:220px;"></div>
19
           <div  style="position: absolute;top:90px;left:250px;"></div>
17
           <div  style="position: absolute;top:90px;left:250px;"></div>
20
       </div>
18
       </div>
21
     </div>
19
     </div>
22
 
20
 
23
     <div style="display:flex;justify-content: space-between;">
21
     <div style="display:flex;justify-content: space-between;">
24
-      <div  style="position: absolute;top:120px;left:60px;" v-if="list.gender == 1">√</div>
25
-      <div  style="position: absolute;top:120px;left:80px;" v-else-if="list.gender == 2">√</div>
26
-      <div  style="position: absolute;top:120px;left:200px;">{{list.order.fund_pay_sumamt}}</div>
27
-      <div  style="position: absolute;top:120px;left:300px;">{{list.psn_cash_money}}</div>
28
-      <div  style="position: absolute;top:120px;left:400px;">{{"医保-门慢"}}</div>
22
+      <div  style="position: absolute;top:85px;left:60px;" v-if="list.gender == 1">√</div>
23
+      <div  style="position: absolute;top:85px;left:80px;" v-else-if="list.gender == 2">√</div>
24
+      <div  style="position: absolute;top:85px;left:220px;">{{list.order.fund_pay_sumamt}}</div>
25
+      <div  style="position: absolute;top:85px;left:380px;">{{list.psn_cash_money}}</div>
26
+      <div  style="position: absolute;top:85px;left:530px;">{{"医保-门慢"}}</div>
29
     </div>
27
     </div>
30
     <div style="display:flex;justify-content: space-between;">
28
     <div style="display:flex;justify-content: space-between;">
31
       <div v-if="list.westernMedicineCostTotal != ''">
29
       <div v-if="list.westernMedicineCostTotal != ''">
32
-        <div  style="position: absolute;top:150px;left:0px;">西药费</div>
33
-        <div  style="position: absolute;top:150px;left:60px;">{{ list.westernMedicineCostTotal ? list.westernMedicineCostTotal.toFixed(2) : '' }}</div>
30
+        <div  style="position: absolute;top:140px;left:0px;">西药费</div>
31
+        <div  style="position: absolute;top:140px;left:60px;">{{ list.westernMedicineCostTotal ? list.westernMedicineCostTotal.toFixed(2) : '' }}</div>
34
       </div>
32
       </div>
35
       <div v-if="list.laboratoryCostTotal != ''">
33
       <div v-if="list.laboratoryCostTotal != ''">
36
-        <div  style="position: absolute;top:150px;left:120px;">化验费</div>
37
-        <div  style="position: absolute;top:150px;left:180px;">{{ list.laboratoryCostTotal ? list.laboratoryCostTotal.toFixed(2) : '' }}</div>
34
+        <div  style="position: absolute;top:140px;left:140px;">化验费</div>
35
+        <div  style="position: absolute;top:140px;left:210px;">{{ list.laboratoryCostTotal ? list.laboratoryCostTotal.toFixed(2) : '' }}</div>
38
       </div>
36
       </div>
39
       <div v-if="list.treatCostTotal != ''">
37
       <div v-if="list.treatCostTotal != ''">
40
-        <div  style="position: absolute;top:150px;left:240px;">治疗费</div>
41
-        <div  style="position: absolute;top:150px;left:300px;">{{ list.treatCostTotal ? list.treatCostTotal.toFixed(2) : '' }}</div>
38
+        <div  style="position: absolute;top:140px;left:300px;">治疗费</div>
39
+        <div  style="position: absolute;top:140px;left:360px;">{{ list.treatCostTotal ? list.treatCostTotal.toFixed(2) : '' }}</div>
42
       </div>
40
       </div>
43
       <div v-if="list.materialCostTotal != ''">
41
       <div v-if="list.materialCostTotal != ''">
44
-        <div  style="position: absolute;top:150px;left:360px;">材料费</div>
45
-        <div  style="position: absolute;top:150px;left:420px;">{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : '' }}</div>
42
+        <div  style="position: absolute;top:140px;left:470px;">材料费</div>
43
+        <div  style="position: absolute;top:140px;left:540px;">{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : '' }}</div>
46
       </div>
44
       </div>
47
     </div>
45
     </div>
48
     <div style="display:flex;justify-content: space-between;">
46
     <div style="display:flex;justify-content: space-between;">
49
       <div v-if="list.chineseTraditionalMedicineCostTotal !=' '">
47
       <div v-if="list.chineseTraditionalMedicineCostTotal !=' '">
50
-        <div  style="position: absolute;top:180px;left:0px;">中成药</div>
51
-        <div  style="position: absolute;top:180px;left:60px;">{{ list.chineseTraditionalMedicineCostTotal ? list.chineseTraditionalMedicineCostTotal.toFixed(2) : '' }}</div>
48
+        <div  style="position: absolute;top:160px;left:0px;">中成药</div>
49
+        <div  style="position: absolute;top:160px;left:60px;">{{ list.chineseTraditionalMedicineCostTotal ? list.chineseTraditionalMedicineCostTotal.toFixed(2) : '' }}</div>
52
       </div>
50
       </div>
53
       <div v-if="list.zhenChaCostTotal !=''">
51
       <div v-if="list.zhenChaCostTotal !=''">
54
-        <div  style="position: absolute;top:180px;left:120px;">诊疗费</div>
55
-        <div  style="position: absolute;top:180px;left:180px;">{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : '' }}</div>
52
+        <div  style="position: absolute;top:160px;left:140px;">诊疗费</div>
53
+        <div  style="position: absolute;top:160px;left:210px;">{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : '' }}</div>
56
       </div>
54
       </div>
57
       <div>
55
       <div>
58
-        <div  style="position: absolute;top:180px;left:240px;"></div>
59
-        <div  style="position: absolute;top:180px;left:300px;"></div>
56
+        <div  style="position: absolute;top:160px;left:300px;"></div>
57
+        <div  style="position: absolute;top:160px;left:360px;"></div>
60
       </div>
58
       </div>
61
       <div v-if="list.otherCostTotal !=''">
59
       <div v-if="list.otherCostTotal !=''">
62
-        <div  style="position: absolute;top:180px;left:360px;"> 其他</div>
63
-        <div  style="position: absolute;top:180px;left:420px;">{{ list.otherCostTotal ? list.otherCostTotal.toFixed(2) : '' }}</div>
60
+        <div  style="position: absolute;top:160px;left:470px;"> 其他</div>
61
+        <div  style="position: absolute;top:160px;left:540px;">{{ list.otherCostTotal ? list.otherCostTotal.toFixed(2) : '' }}</div>
64
       </div>
62
       </div>
65
     </div>
63
     </div>
66
     <div style="display:flex;justify-content: space-between;">
64
     <div style="display:flex;justify-content: space-between;">
67
       <div>
65
       <div>
68
-        <div  style="position: absolute;top:210px;left:0px;"></div>
69
-        <div  style="position: absolute;top:210px;left:60px;"></div>
66
+        <div  style="position: absolute;top:180px;left:0px;"></div>
67
+        <div  style="position: absolute;top:180px;left:60px;"></div>
70
       </div>
68
       </div>
71
       <div v-if="list.checkCostTotal !=''">
69
       <div v-if="list.checkCostTotal !=''">
72
-        <div  style="position: absolute;top:210px;left:120px;">检查费</div>
73
-        <div  style="position: absolute;top:210px;left:180px;">{{ list.checkCostTotal ? list.checkCostTotal.toFixed(2) : '' }}</div>
70
+        <div  style="position: absolute;top:180px;left:140px;">检查费</div>
71
+        <div  style="position: absolute;top:180px;left:210px;">{{ list.checkCostTotal ? list.checkCostTotal.toFixed(2) : '' }}</div>
74
       </div>
72
       </div>
75
       <div >
73
       <div >
76
-        <div  style="position: absolute;top:210px;left:240px;"></div>
77
-        <div  style="position: absolute;top:210px;left:300px;"></div>
74
+        <div  style="position: absolute;top:180px;left:300px;"></div>
75
+        <div  style="position: absolute;top:180px;left:360px;"></div>
78
       </div>
76
       </div>
79
       <div v-if="list.hiliCostTotal !=''">
77
       <div v-if="list.hiliCostTotal !=''">
80
-        <div  style="position: absolute;top:210px;left:360px;">护理费</div>
81
-        <div  style="position: absolute;top:210px;left:420px;">{{list.hiliCostTotal ? list.hiliCostTotal.toFixed(2) : ''}}</div>
78
+        <div  style="position: absolute;top:180px;left:470px;">护理费</div>
79
+        <div  style="position: absolute;top:180px;left:540px;">{{list.hiliCostTotal ? list.hiliCostTotal.toFixed(2) : ''}}</div>
82
       </div>
80
       </div>
83
     </div>
81
     </div>
84
     <div style="display:flex;justify-content: space-between;">
82
     <div style="display:flex;justify-content: space-between;">
89
     </div>
87
     </div>
90
     <div>
88
     <div>
91
       <span>
89
       <span>
92
-        <span  style="position: absolute;top:290px;left:100px">
90
+        <span  style="position: absolute;top:240px;left:140px">
93
           <span v-if="zhongwen.indexOf('万') > -1 && zhongwen.indexOf('拾') > -1 && zhongwen.indexOf('拾') == 1">
91
           <span v-if="zhongwen.indexOf('万') > -1 && zhongwen.indexOf('拾') > -1 && zhongwen.indexOf('拾') == 1">
94
                     {{ zhongwen.substring(0,1) }}
92
                     {{ zhongwen.substring(0,1) }}
95
                 </span>
93
                 </span>
96
                 <span v-else>零</span>
94
                 <span v-else>零</span>
97
         </span>
95
         </span>
98
-        <span  style="position: absolute;top:290px;left:140px">
96
+        <span  style="position: absolute;top:240px;left:180px">
99
             <span v-if="zhongwen.indexOf('万') > -1">
97
             <span v-if="zhongwen.indexOf('万') > -1">
100
                     {{ zhongwen.substring(zhongwen.indexOf('万') - 1,zhongwen.indexOf('万')) }}
98
                     {{ zhongwen.substring(zhongwen.indexOf('万') - 1,zhongwen.indexOf('万')) }}
101
                 </span>
99
                 </span>
102
                 <span v-else>零</span>
100
                 <span v-else>零</span>
103
         </span>
101
         </span>
104
-        <span  style="position: absolute;top:290px;left:190px">
102
+        <span  style="position: absolute;top:240px;left:215px">
105
             <span v-if="zhongwen.indexOf('仟') > -1">
103
             <span v-if="zhongwen.indexOf('仟') > -1">
106
                     {{ zhongwen.substring(zhongwen.indexOf('仟') - 1,zhongwen.indexOf('仟')) }}
104
                     {{ zhongwen.substring(zhongwen.indexOf('仟') - 1,zhongwen.indexOf('仟')) }}
107
                 </span>
105
                 </span>
108
                 <span v-else>零</span>
106
                 <span v-else>零</span>
109
         </span>
107
         </span>
110
-        <span  style="position: absolute;top:290px;left:260px">
108
+        <span  style="position: absolute;top:240px;left:255px">
111
             <span v-if="zhongwen.indexOf('佰') > -1">
109
             <span v-if="zhongwen.indexOf('佰') > -1">
112
                     {{ zhongwen.substring(zhongwen.indexOf('佰') - 1,zhongwen.indexOf('佰')) }}
110
                     {{ zhongwen.substring(zhongwen.indexOf('佰') - 1,zhongwen.indexOf('佰')) }}
113
                 </span>
111
                 </span>
114
                 <span v-else>零</span>
112
                 <span v-else>零</span>
115
         </span>
113
         </span>
116
-        <span style="position: absolute;top:290px;left:310px">
114
+        <span style="position: absolute;top:240px;left:295px">
117
             <span v-if="zhongwen.indexOf('拾') > -1">
115
             <span v-if="zhongwen.indexOf('拾') > -1">
118
                     {{zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) == '佰' ||  !zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾'))? '壹' : zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) }}
116
                     {{zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) == '佰' ||  !zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾'))? '壹' : zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) }}
119
                 </span>
117
                 </span>
120
                 <span v-else>零</span>
118
                 <span v-else>零</span>
121
         </span>
119
         </span>
122
-        <span  style="position: absolute;top:290px;left:380px">
120
+        <span  style="position: absolute;top:240px;left:335px">
123
            <span v-if="zhongwen.indexOf('元') > -1 && zhongwen.substring(this.zhongwen.indexOf('元') - 1).substring(0,1)!= '拾'">
121
            <span v-if="zhongwen.indexOf('元') > -1 && zhongwen.substring(this.zhongwen.indexOf('元') - 1).substring(0,1)!= '拾'">
124
                     {{ zhongwen.substring(zhongwen.indexOf('元') - 1,zhongwen.indexOf('元')) }}
122
                     {{ zhongwen.substring(zhongwen.indexOf('元') - 1,zhongwen.indexOf('元')) }}
125
                 </span>
123
                 </span>
126
                 <span v-else>零</span>
124
                 <span v-else>零</span>
127
         </span>
125
         </span>
128
-        <span  style="position: absolute;top:290px;left:450px">
126
+        <span  style="position: absolute;top:240px;left:375px">
129
              <span v-if="zhongwen.indexOf('角') > -1">
127
              <span v-if="zhongwen.indexOf('角') > -1">
130
                     {{ zhongwen.substring(zhongwen.indexOf('角') - 1,zhongwen.indexOf('角')) }}
128
                     {{ zhongwen.substring(zhongwen.indexOf('角') - 1,zhongwen.indexOf('角')) }}
131
                 </span>
129
                 </span>
132
                 <span v-else>零</span>
130
                 <span v-else>零</span>
133
         </span>
131
         </span>
134
-        <span  style="position: absolute;top:290px;left:510px">
132
+        <span  style="position: absolute;top:240px;left:415px">
135
              <span v-if="zhongwen.indexOf('分') > -1">
133
              <span v-if="zhongwen.indexOf('分') > -1">
136
                     {{ zhongwen.substring(zhongwen.indexOf('分') - 1,zhongwen.indexOf('分')) }}
134
                     {{ zhongwen.substring(zhongwen.indexOf('分') - 1,zhongwen.indexOf('分')) }}
137
                 </span>
135
                 </span>
138
                 <span v-else>零</span>
136
                 <span v-else>零</span>
139
         </span>
137
         </span>
140
       </span>
138
       </span>
141
-      <span style="position: absolute;top:290px;left:600px">{{ totalPrice.toFixed(2) }}</span>
139
+      <span style="position: absolute;top:240px;left:490px">{{ totalPrice.toFixed(2) }}</span>
142
     </div>
140
     </div>
143
 
141
 
144
     <div style="display:flex;justify-content: space-between;">
142
     <div style="display:flex;justify-content: space-between;">
145
-      <div style="position: absolute;top:390px;left:100px;">{{ org_name}}</div>
146
-      <div style="position: absolute;top:390px;left:240px;"></div>
147
-      <div style="position: absolute;top:390px;left:460px;">{{list.admin_user_name}}</div>
143
+      <div style="position: absolute;top:320px;left:60px;">{{ org_name}}</div>
144
+      <div style="position: absolute;top:320px;left:240px;"></div>
145
+      <div style="position: absolute;top:320px;left:380px;">{{list.admin_user_name}}</div>
148
     </div>
146
     </div>
149
   </div>
147
   </div>
150
 </template>
148
 </template>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

140
                   </div>
140
                   </div>
141
                   <!-- v-if="arr.length>0 && arr[0][0].groupno==it.groupno" 'border-right':arr.length>0 && arr[0][0].groupno==it.groupno ? '1px solid black' :'none',-->
141
                   <!-- v-if="arr.length>0 && arr[0][0].groupno==it.groupno" 'border-right':arr.length>0 && arr[0][0].groupno==it.groupno ? '1px solid black' :'none',-->
142
                 </div>
142
                 </div>
143
-                <div style="display: inline-block;position: absolute;left:80%;margin-left: 10px;" >
143
+                <div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 10px;" >
144
                   ×&nbsp;{{ it.prescribing_number}}
144
                   ×&nbsp;{{ it.prescribing_number}}
145
                 </div>
145
                 </div>
146
                 <template v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
146
                 <template v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
147
-                  <div style="display: inline-block;position: absolute;left:80%;bottom:20px;margin-left: 10px;" >
147
+                  <div style="display: inline-block;position: absolute;left:80%;bottom:15px;margin-left: 10px;" >
148
                     ×&nbsp;{{ item.arr[0][0].prescribing_number}}
148
                     ×&nbsp;{{ item.arr[0][0].prescribing_number}}
149
                   </div>
149
                   </div>
150
                 </template>
150
                 </template>

+ 2 - 2
src/xt_pages/role/admin.vue View File

209
           @click="toCheckPDFInformation">PDF验证</el-button> -->
209
           @click="toCheckPDFInformation">PDF验证</el-button> -->
210
 
210
 
211
 
211
 
212
-          <el-button
212
+          <!-- <el-button
213
           type="primary"
213
           type="primary"
214
           size="small"
214
           size="small"
215
           icon="el-icon-circle-plus-outline"
215
           icon="el-icon-circle-plus-outline"
216
           style="float:left"
216
           style="float:left"
217
-          @click="toAutoDrug">自动生成</el-button>
217
+          @click="toAutoDrug">自动生成</el-button> -->
218
 
218
 
219
 
219
 
220
      </div>
220
      </div>

+ 17 - 3
src/xt_pages/user/components/PatientDetail.vue View File

292
               </el-form-item>
292
               </el-form-item>
293
              </el-col>
293
              </el-col>
294
 
294
 
295
+             <el-col :span="24">
296
+              <el-form-item label="主管护士 : " prop="record_number">
297
+                <el-select v-model="form.nurse" style="width:200px"   disabled>
298
+                <el-option
299
+                  v-for="(item,index) in adminUserOptions"
300
+                  :key="index"
301
+                  :label="item.name"
302
+                  :value="item.id"
303
+               
304
+                />
305
+              </el-select>
306
+              </el-form-item>
307
+             </el-col>
308
+
295
               <el-col :span="6">
309
               <el-col :span="6">
296
               <el-form-item
310
               <el-form-item
297
                 label="本院前透析频率 : "
311
                 label="本院前透析频率 : "
1756
             // if (patietInfo.attending_doctor_id > 0) {
1770
             // if (patietInfo.attending_doctor_id > 0) {
1757
             //   this.form.doctor = patietInfo.attending_doctor_id;
1771
             //   this.form.doctor = patietInfo.attending_doctor_id;
1758
             // }
1772
             // }
1759
-            // if (patietInfo.head_nurse_id > 0) {
1760
-            //   this.form.nurse = patietInfo.head_nurse_id;
1761
-            // }
1773
+            if (patietInfo.head_nurse_id > 0) {
1774
+              this.form.nurse = patietInfo.head_nurse_id;
1775
+            }
1762
             // if (patietInfo.registrars_id > 0) {
1776
             // if (patietInfo.registrars_id > 0) {
1763
             //   this.form.registrars = patietInfo.registrars_id;
1777
             //   this.form.registrars = patietInfo.registrars_id;
1764
             // }
1778
             // }

+ 21 - 4
src/xt_pages/user/components/PatientForm.vue View File

343
               </el-form-item>
343
               </el-form-item>
344
              </el-col>
344
              </el-col>
345
 
345
 
346
+             <el-col :span="24">
347
+              <el-form-item label="主管护士 : " prop="record_number">
348
+                <el-select v-model="form.nurse" style="width:200px">
349
+                <el-option
350
+                  v-for="(item,index) in adminUserOptions"
351
+                  :key="index"
352
+                  :label="item.name"
353
+                  :value="item.id"
354
+                />
355
+              </el-select>
356
+              </el-form-item>
357
+             </el-col>
358
+
346
             <el-col :span="6" :style="isEdit ? 'width:360px' : ''">
359
             <el-col :span="6" :style="isEdit ? 'width:360px' : ''">
347
               <el-form-item
360
               <el-form-item
348
                 label="本院前透析频率 : "
361
                 label="本院前透析频率 : "
1027
           </el-col>
1040
           </el-col>
1028
 
1041
 
1029
          <el-col :span="6">
1042
          <el-col :span="6">
1030
-          <el-form-item label="医生 : ">
1043
+          <el-form-item label="主治医生 : ">
1031
             <el-select v-model="form.doctor">
1044
             <el-select v-model="form.doctor">
1032
                 <el-option
1045
                 <el-option
1033
                   v-for="(item,index) in adminUserOptions"
1046
                   v-for="(item,index) in adminUserOptions"
1157
   troble_shoot:2,
1170
   troble_shoot:2,
1158
   zb_patient_id:"",
1171
   zb_patient_id:"",
1159
   doctor:"",
1172
   doctor:"",
1173
+  nurse:"",
1160
   patient_source:0,
1174
   patient_source:0,
1161
   patient_start_time:"",
1175
   patient_start_time:"",
1162
   patient_end_time:"",
1176
   patient_end_time:"",
1593
         if (response.data.state === 1) {
1607
         if (response.data.state === 1) {
1594
           this.form.doctor = this.$store.getters.xt_user.user.id
1608
           this.form.doctor = this.$store.getters.xt_user.user.id
1595
           this.adminUserOptions = response.data.data.users;
1609
           this.adminUserOptions = response.data.data.users;
1610
+          
1596
 
1611
 
1597
         }
1612
         }
1598
       });
1613
       });
1663
             this.form.user_sys_before_count = this.form.user_sys_before_count.toString();
1678
             this.form.user_sys_before_count = this.form.user_sys_before_count.toString();
1664
             this.form.troble_shoot = parseInt(this.form.troble_shoot)
1679
             this.form.troble_shoot = parseInt(this.form.troble_shoot)
1665
             this.form.doctor = parseInt(this.form.doctor)
1680
             this.form.doctor = parseInt(this.form.doctor)
1681
+            this.form.nurse = parseInt(this.form.nurse)
1666
             if(this.form.patient_source >0){
1682
             if(this.form.patient_source >0){
1667
               this.form.patient_source = parseInt(this.form.patient_source)
1683
               this.form.patient_source = parseInt(this.form.patient_source)
1668
             }else{
1684
             }else{
1714
             this.form.age = parseInt(this.form.age);
1730
             this.form.age = parseInt(this.form.age);
1715
             this.form.troble_shoot = parseInt(this.form.troble_shoot)
1731
             this.form.troble_shoot = parseInt(this.form.troble_shoot)
1716
             this.form.doctor = parseInt(this.form.doctor)
1732
             this.form.doctor = parseInt(this.form.doctor)
1733
+            this.form.nurse = parseInt(this.form.nurse)
1717
             if(this.form.patient_source >0){
1734
             if(this.form.patient_source >0){
1718
               this.form.patient_source = parseInt(this.form.patient_source)
1735
               this.form.patient_source = parseInt(this.form.patient_source)
1719
             }else{
1736
             }else{
2043
             // if (patietInfo.attending_doctor_id > 0) {
2060
             // if (patietInfo.attending_doctor_id > 0) {
2044
             //   this.form.doctor = patietInfo.attending_doctor_id;
2061
             //   this.form.doctor = patietInfo.attending_doctor_id;
2045
             // }
2062
             // }
2046
-            // if (patietInfo.head_nurse_id > 0) {
2047
-            //   this.form.nurse = patietInfo.head_nurse_id;
2048
-            // }
2063
+            if (patietInfo.head_nurse_id > 0) {
2064
+              this.form.nurse = patietInfo.head_nurse_id;
2065
+            }
2049
             // if (patietInfo.registrars_id > 0) {
2066
             // if (patietInfo.registrars_id > 0) {
2050
             //   this.form.registrars = patietInfo.registrars_id;
2067
             //   this.form.registrars = patietInfo.registrars_id;
2051
             // }
2068
             // }

+ 5 - 1
src/xt_pages/user/dialysisRecord.vue View File

686
     },
686
     },
687
     rowclick(val){
687
     rowclick(val){
688
       // console.log('kkkkkkk',val.dialysis_date);
688
       // console.log('kkkkkkk',val.dialysis_date);
689
+      // this.$router.push({
690
+      //   path: "/dialysis/details/indexs",
691
+      //   query: { patient_id: val.patient_id, date: val.dialysis_date }
692
+      // });
689
       this.$router.push({
693
       this.$router.push({
690
-        path: "/dialysis/details/indexs",
694
+        path: "/dialysis/details",
691
         query: { patient_id: val.patient_id, date: val.dialysis_date }
695
         query: { patient_id: val.patient_id, date: val.dialysis_date }
692
       });
696
       });
693
       // console.log('kkkkkkk',event);
697
       // console.log('kkkkkkk',event);

+ 39 - 1
src/xt_pages/user/patients.vue View File

268
           </ul>
268
           </ul>
269
         </div>
269
         </div>
270
       </div> -->
270
       </div> -->
271
+      <div  class="cell clearfix">
272
+        <label class="title"><span class="name">主管护士</span> : </label>
273
+        <el-select v-model="form.nurse" style="width:200px"  @change="changeNuseSearch">
274
+            <el-option
275
+              placeholder="主管护士"
276
+              v-for="(item,index) in adminUserOptions"
277
+              :key="index"
278
+              :label="item.name"
279
+              :value="item.id"
280
+             
281
+            
282
+            />
283
+        </el-select>
284
+      </div>
271
       <div class="cell clearfix">
285
       <div class="cell clearfix">
272
         <label class="title"><span class="name">其它查询</span> : </label>
286
         <label class="title"><span class="name">其它查询</span> : </label>
273
         <el-select
287
         <el-select
335
           >
349
           >
336
           </el-option>
350
           </el-option>
337
         </el-select>
351
         </el-select>
352
+      
353
+  
338
         <el-button type="primary" size="small" style="float:right" @click="toExport">导出</el-button>
354
         <el-button type="primary" size="small" style="float:right" @click="toExport">导出</el-button>
339
       </div>
355
       </div>
356
+      <div  class="cell clearfix">
357
+
358
+      </div>
340
 
359
 
341
       <el-table
360
       <el-table
342
         ref="multipleTable"
361
         ref="multipleTable"
720
 </template>
739
 </template>
721
 
740
 
722
 <script>
741
 <script>
742
+  import { fetchAllAdminUsers } from "@/api/doctor";
723
   import { code, EditLapseto, fetchList, getMaxDialysisNo, OpenView, postExportPatients,GetRemind,getPatientAllagic } from '@/api/patient'
743
   import { code, EditLapseto, fetchList, getMaxDialysisNo, OpenView, postExportPatients,GetRemind,getPatientAllagic } from '@/api/patient'
724
   import { generateLog } from '@/api/config'
744
   import { generateLog } from '@/api/config'
725
   import QRCode from 'qrcodejs2'
745
   import QRCode from 'qrcodejs2'
869
           isscheduling: '',
889
           isscheduling: '',
870
           isprescription: '',
890
           isprescription: '',
871
           patientSoureType:'',
891
           patientSoureType:'',
892
+          nurse:0,
872
         },
893
         },
873
         multipleSelection: [],
894
         multipleSelection: [],
874
         bindWechatDialog: false,
895
         bindWechatDialog: false,
899
           patient_address:"",
920
           patient_address:"",
900
           patient_start_time:"",
921
           patient_start_time:"",
901
           patient_end_time:"",
922
           patient_end_time:"",
902
-        }
923
+          nurse:"0"
924
+        },
925
+        adminUserOptions:[]
903
       }
926
       }
904
     },
927
     },
905
     created() {
928
     created() {
918
       }
941
       }
919
       //获取
942
       //获取
920
       this.GetRemindPatientList()
943
       this.GetRemindPatientList()
944
+      this.fetchAllAdminUsers();
921
     },
945
     },
922
 
946
 
923
     methods: {
947
     methods: {
948
+      fetchAllAdminUsers() {
949
+        fetchAllAdminUsers().then((response) => {
950
+          if (response.data.state === 1) {
951
+            var obj ={id:0,name:"全部"}
952
+            this.adminUserOptions.push(obj)
953
+            for(let i=0;i<response.data.data.users.length;i++){
954
+              this.adminUserOptions.push(response.data.data.users[i])
955
+            }
956
+          }
957
+        });
958
+      },
924
       putOnRecord:function(type,row){
959
       putOnRecord:function(type,row){
925
         if(type == 1){
960
         if(type == 1){
926
 
961
 
1531
       changeOtherSearch() {
1566
       changeOtherSearch() {
1532
         this.getList()
1567
         this.getList()
1533
       },
1568
       },
1569
+      changeNuseSearch(){
1570
+        this.getList()
1571
+      },
1534
       getList() {
1572
       getList() {
1535
          console.log("query23323223wo",this.listQuery)
1573
          console.log("query23323223wo",this.listQuery)
1536
         fetchList(this.listQuery).then(response => {
1574
         fetchList(this.listQuery).then(response => {