Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
e0426e013c

+ 8 - 1
src/App.vue View File

39
     },
39
     },
40
 
40
 
41
   },
41
   },
42
-
42
+  watch:{
43
+  $route(to,from){
44
+    console.log("pppppppppp",to.path);
45
+    if(to.path.indexOf('/patients/patient')== -1){
46
+      window.sessionStorage.removeItem('patientKey')
47
+    }
48
+  }
49
+},
43
 };
50
 };
44
 </script>
51
 </script>
45
 
52
 

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

372
             v-if="isShow('肝素用量余量')"
372
             v-if="isShow('肝素用量余量')"
373
           >
373
           >
374
           </el-table-column>
374
           </el-table-column>
375
+
376
+           <el-table-column
377
+            prop="heparin"
378
+            align="center"
379
+            label="KT/V"
380
+            width="140"
381
+            v-if="isShow('KT/V') && org_id == 9987"
382
+          >
383
+           <template slot-scope="scope">
384
+              {{ scope.row.ktv ? scope.row.ktv : ""  }}
385
+            </template>
386
+          </el-table-column>
387
+
375
           <el-table-column
388
           <el-table-column
376
             prop="symptom"
389
             prop="symptom"
377
             align="center"
390
             align="center"
380
             v-if="isShow('病情变化')"
393
             v-if="isShow('病情变化')"
381
           >
394
           >
382
           </el-table-column>
395
           </el-table-column>
396
+          
383
           <el-table-column
397
           <el-table-column
384
             prop="dispose"
398
             prop="dispose"
385
             align="center"
399
             align="center"

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

30
           <th v-if="isShow('置换液流量') && template_id == 27" width="92px">置换液流量(ml/min)</th>
30
           <th v-if="isShow('置换液流量') && template_id == 27" width="92px">置换液流量(ml/min)</th>
31
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
31
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
32
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
32
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
33
+          <th v-if="isShow('KT/V') && org_id == 9987" width="92px">KT/V</th>
33
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
34
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
34
           <th v-if="isShow('处理')" width="92px">处理</th>
35
           <th v-if="isShow('处理')" width="92px">处理</th>
35
           <th v-if="isShow('结果')" width="92px">结果</th>
36
           <th v-if="isShow('结果')" width="92px">结果</th>
53
           <td v-if="isShow('电导度')"> {{ monitor.conductivity ? monitor.conductivity : "" }} </td>
54
           <td v-if="isShow('电导度')"> {{ monitor.conductivity ? monitor.conductivity : "" }} </td>
54
           <th v-if="isShow('置换液流量')"> {{ monitor.displacement_flow_quantity  ? monitor.displacement_flow_quantity : "" }} </th>
55
           <th v-if="isShow('置换液流量')"> {{ monitor.displacement_flow_quantity  ? monitor.displacement_flow_quantity : "" }} </th>
55
           <th v-if="isShow('透析液流量')"> {{ monitor.dialysate_flow  ? monitor.dialysate_flow : "" }} </th>
56
           <th v-if="isShow('透析液流量')"> {{ monitor.dialysate_flow  ? monitor.dialysate_flow : "" }} </th>
56
-          <th v-if="isShow('肝素用量余量')"> {{ monitor.heparin ? monitor.heparin : "" }} </th>
57
+          <th v-if="isShow('肝素用量余量')"> {{ monitor.heparin ? monitor.heparin : "" }} </th> 
58
+          <td v-if="isShow('KT/V') && org_id == 9987">{{ monitor.ktv?monitor.ktv:""}}</td>
57
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
59
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
58
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>
60
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>
59
           <td v-if="isShow('结果')">{{ monitor.result }}</td>
61
           <td v-if="isShow('结果')">{{ monitor.result }}</td>

+ 12 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

514
 
514
 
515
                     <td width="70">医生签名:</td>
515
                     <td width="70">医生签名:</td>
516
                     <td width="100">
516
                     <td width="100">
517
-                      <div class="under-line">
517
+                     
518
+                      <div class="under-line" v-if="org_id == 9987">
519
+                         <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) }} </span>
520
+                         <img class="es-img" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
521
+                      </div>
522
+                       <div class="under-line" v-else>
518
                         <span v-if="advices.length == 0"></span>
523
                         <span v-if="advices.length == 0"></span>
519
                         <span v-else-if="setAdminUserES(advices[0][0].advice_doctor) == ''">{{ getAdminUser(advices[0][0].advice_doctor) }}</span>
524
                         <span v-else-if="setAdminUserES(advices[0][0].advice_doctor) == ''">{{ getAdminUser(advices[0][0].advice_doctor) }}</span>
520
                         <img class="es-img" :src="setAdminUserES(advices[0][0].advice_doctor)" alt="" srcset="" v-else />
525
                         <img class="es-img" :src="setAdminUserES(advices[0][0].advice_doctor)" alt="" srcset="" v-else />
521
-
522
-                        <!-- {{getXuserName(prescription.prescription_doctor)}} -->
523
                       </div>
526
                       </div>
524
                     </td>
527
                     </td>
525
                     <td width="70">上机护士:</td>
528
                     <td width="70">上机护士:</td>
607
             <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
610
             <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
608
           <td>&nbsp;{{monitor.dialysate_temperature}}</td>
611
           <td>&nbsp;{{monitor.dialysate_temperature}}</td>
609
           <td>&nbsp;{{monitor.replacement_rate}}</td> -->
612
           <td>&nbsp;{{monitor.replacement_rate}}</td> -->
613
+            <td v-if="org_id == 9987">
614
+               &nbsp;{{monitor.ktv?monitor.ktv:""}}
615
+            </td>
610
             <td>
616
             <td>
611
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
617
               &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
612
             </td>
618
             </td>
613
-            <td v-if="org_id == 9987">
614
-               &nbsp;{{monitor.ktv}}
615
-            </td>
619
+          
616
           </tr>
620
           </tr>
617
         </tbody>
621
         </tbody>
618
       </table>
622
       </table>
1593
   },
1597
   },
1594
   created() {
1598
   created() {
1595
     var xtuser = this.$store.getters.xt_user
1599
     var xtuser = this.$store.getters.xt_user
1600
+    this.org_id = xtuser.org.id
1596
     this.orgname = xtuser.org.org_name
1601
     this.orgname = xtuser.org.org_name
1597
     // this.orgname = "遂溪方济医院";
1602
     // this.orgname = "遂溪方济医院";
1598
     this.modeOptions = this.$store.getters.treatment_mode
1603
     this.modeOptions = this.$store.getters.treatment_mode
1608
     this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
1613
     this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
1609
     this.intake_arr = getDataConfig('hemodialysis', 'intake')
1614
     this.intake_arr = getDataConfig('hemodialysis', 'intake')
1610
     this.nutrition_arr = getDataConfig('hemodialysis', 'nutrition')
1615
     this.nutrition_arr = getDataConfig('hemodialysis', 'nutrition')
1611
-    this.org_id = this.org_template_info.org_id
1616
+   
1612
     // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
1617
     // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
1613
 
1618
 
1614
     var bloodAccessParOpera = getDataConfig(
1619
     var bloodAccessParOpera = getDataConfig(

+ 3 - 6
src/xt_pages/stock/Dialog/stockInDialog.vue View File

3
              :close-on-press-escape="isClose">
3
              :close-on-press-escape="isClose">
4
 
4
 
5
     <div class="filter-container">
5
     <div class="filter-container">
6
-      <el-input style="width: 150px;" class="filter-item" placeholder="规格名称" v-model="keywords"/>
6
+      <el-input style="width: 150px;" class="filter-item" placeholder="商品类型" v-model="keywords"/>
7
       <el-button class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
7
       <el-button class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
8
     </div>
8
     </div>
9
 
9
 
112
         type: Object
112
         type: Object
113
       }
113
       }
114
     },
114
     },
115
-    created(){
116
-      this.tableData = this.propForm.goodType
117
-      console.log("222233333",this.tableData)
118
-    },
115
+   
119
     methods: {
116
     methods: {
120
       hide: function() {
117
       hide: function() {
121
         this.visibility = false
118
         this.visibility = false
220
      
217
      
221
       search:function() {
218
       search:function() {
222
         if (this.keywords.length <= 0) {
219
         if (this.keywords.length <= 0) {
223
-           console.log("0000000",this.propForm.goodType)
220
+         
224
            this.propForm.goodType = this.propForm.goodType
221
            this.propForm.goodType = this.propForm.goodType
225
         }
222
         }
226
         const searchArr = []
223
         const searchArr = []

+ 17 - 2
src/xt_pages/stock/detail/cancelStockDetail.vue View File

115
           </template>
115
           </template>
116
         </el-table-column>
116
         </el-table-column>
117
 
117
 
118
-        <el-table-column label="商品类型" align="center">
118
+        <el-table-column label="耗材类型" align="center">
119
           <template slot-scope="scope">
119
           <template slot-scope="scope">
120
             {{ typeName(scope.row.good_type_id) }}
120
             {{ typeName(scope.row.good_type_id) }}
121
           </template>
121
           </template>
122
         </el-table-column>
122
         </el-table-column>
123
 
123
 
124
-        <el-table-column label="规格名称" align="center">
124
+         <el-table-column label="耗材名称" align="center">
125
+          <template slot-scope="scope">
126
+            {{ typeNameOne(scope.row.good_id) }}
127
+          </template>
128
+        </el-table-column>
129
+
130
+        <el-table-column label="规格型号" align="center">
125
           <template slot-scope="scope">
131
           <template slot-scope="scope">
126
             {{ specificationName(scope.row.good_id) }}
132
             {{ specificationName(scope.row.good_id) }}
127
           </template>
133
           </template>
268
       }
274
       }
269
       return name;
275
       return name;
270
     },
276
     },
277
+    typeNameOne: function(good_id) {
278
+     let name = "";
279
+      for (let i = 0; i < this.goodInfo.length; i++) {
280
+        if (this.goodInfo[i].id == good_id) {
281
+          name = this.goodInfo[i].good_name;
282
+        }
283
+      }
284
+      return name;
285
+    },
271
     specificationName: function(good_info_id) {
286
     specificationName: function(good_info_id) {
272
       let name = "";
287
       let name = "";
273
       for (let i = 0; i < this.goodInfo.length; i++) {
288
       for (let i = 0; i < this.goodInfo.length; i++) {

+ 10 - 4
src/xt_pages/stock/detail/print.vue View File

23
             <tbody>
23
             <tbody>
24
             <tr>
24
             <tr>
25
               <td style="line-height: 50px" width="50">序号</td>
25
               <td style="line-height: 50px" width="50">序号</td>
26
-              <td style="line-height: 50px" width="250">商品类型</td>
27
-              <td style="line-height: 50px" width="250">规格名称</td>
26
+              <td style="line-height: 50px" width="250">耗材类型</td>
27
+               <td style="line-height: 50px" width="250">耗材名称</td>
28
+              <td style="line-height: 50px" width="250">规格型号</td>
28
               <td style="line-height: 50px" width="80">数量</td>
29
               <td style="line-height: 50px" width="80">数量</td>
29
               <td style="line-height: 50px" width="80" v-if="type == 1 || type == 3">总价</td>
30
               <td style="line-height: 50px" width="80" v-if="type == 1 || type == 3">总价</td>
30
               <td style="line-height: 50px" width="">备 注</td>
31
               <td style="line-height: 50px" width="">备 注</td>
38
               <td style="line-height: 50px">
39
               <td style="line-height: 50px">
39
                 <span v-if="stock.type && stock.type.type_name.length > 0">{{stock.type.type_name}}</span>
40
                 <span v-if="stock.type && stock.type.type_name.length > 0">{{stock.type.type_name}}</span>
40
               </td>
41
               </td>
42
+              <td style="line-height: 50px">
43
+                <span v-if="stock">{{stock.good_name}}</span>
44
+              </td>
41
               <td style="line-height: 50px">
45
               <td style="line-height: 50px">
42
                 <span v-if="stock">{{stock.specification_name}}</span>
46
                 <span v-if="stock">{{stock.specification_name}}</span>
43
               </td>
47
               </td>
48
+
44
               <td style="line-height: 50px">{{calCount(stock)}}</td>
49
               <td style="line-height: 50px">{{calCount(stock)}}</td>
45
               <td style="line-height: 50px" v-if="type == 1 || type == 3">{{calTotal(stock)}}</td>
50
               <td style="line-height: 50px" v-if="type == 1 || type == 3">{{calTotal(stock)}}</td>
46
               <td style="line-height: 50px"></td>
51
               <td style="line-height: 50px"></td>
137
           style: style,
142
           style: style,
138
           scanStyles: false
143
           scanStyles: false
139
         })
144
         })
140
-      }, getDialysisRecord() {
145
+      }, 
146
+      getDialysisRecord() {
141
         this.loading = true
147
         this.loading = true
142
         getPrintStockGood(this.queryParams).then(response => {
148
         getPrintStockGood(this.queryParams).then(response => {
143
           if (response.data.state == 1) {
149
           if (response.data.state == 1) {
168
             for(let i = 0; i <this.stockDatas.length;i++){
174
             for(let i = 0; i <this.stockDatas.length;i++){
169
               obj = this.stockDatas[i]
175
               obj = this.stockDatas[i]
170
             }
176
             }
171
-
177
+            console.log("9999999",this.stockDatas)
172
             // if (this.stockDatas.length < 50) {
178
             // if (this.stockDatas.length < 50) {
173
             //   var nl = 50 - this.stockDatas.length
179
             //   var nl = 50 - this.stockDatas.length
174
             //   for (let index = 0; index < nl; index++) {
180
             //   for (let index = 0; index < nl; index++) {

+ 19 - 2
src/xt_pages/stock/detail/salesReturnDetail.vue View File

115
           </template>
115
           </template>
116
         </el-table-column>
116
         </el-table-column>
117
 
117
 
118
-        <el-table-column label="商品类型" align="center">
118
+        
119
+
120
+        <el-table-column label="耗材类型" align="center">
119
           <template slot-scope="scope">
121
           <template slot-scope="scope">
120
             {{ typeName(scope.row.good_type_id) }}
122
             {{ typeName(scope.row.good_type_id) }}
121
           </template>
123
           </template>
122
         </el-table-column>
124
         </el-table-column>
123
 
125
 
124
-        <el-table-column label="规格名称" align="center">
126
+         <el-table-column label="耗材名称" align="center">
127
+          <template slot-scope="scope">
128
+            {{ typeNameOne(scope.row.good_id) }}
129
+          </template>
130
+        </el-table-column>
131
+
132
+        <el-table-column label="规格型号" align="center">
125
           <template slot-scope="scope">
133
           <template slot-scope="scope">
126
             {{ specificationName(scope.row.good_id) }}
134
             {{ specificationName(scope.row.good_id) }}
127
           </template>
135
           </template>
257
       }
265
       }
258
       return name;
266
       return name;
259
     },
267
     },
268
+    typeNameOne:function(good_id){
269
+      let name = "";
270
+      for (let i = 0; i < this.goodInfo.length; i++) {
271
+        if (this.goodInfo[i].id == good_id) {
272
+          name = this.goodInfo[i].good_name;
273
+        }
274
+      }
275
+      return name
276
+    },
260
     specificationName: function(good_info_id) {
277
     specificationName: function(good_info_id) {
261
       let name = "";
278
       let name = "";
262
       for (let i = 0; i < this.goodInfo.length; i++) {
279
       for (let i = 0; i < this.goodInfo.length; i++) {

+ 18 - 3
src/xt_pages/stock/detail/stockInDetail.vue View File

116
           </template>
116
           </template>
117
         </el-table-column>
117
         </el-table-column>
118
 
118
 
119
-        <el-table-column label="商品类型" align="center">
119
+        <el-table-column label="耗材类型" align="center">
120
           <template slot-scope="scope">
120
           <template slot-scope="scope">
121
             {{ typeName(scope.row.good_type_id) }}
121
             {{ typeName(scope.row.good_type_id) }}
122
           </template>
122
           </template>
123
         </el-table-column>
123
         </el-table-column>
124
 
124
 
125
-        <el-table-column label="规格名称" align="center">
125
+        <el-table-column label="耗材名称" align="center">
126
+          <template slot-scope="scope">
127
+            {{ typeNameOne(scope.row.good_id) }}
128
+          </template>
129
+        </el-table-column>
130
+
131
+        <el-table-column label="规格型号" align="center">
126
           <template slot-scope="scope">
132
           <template slot-scope="scope">
127
             {{ specificationName(scope.row.good_id) }}
133
             {{ specificationName(scope.row.good_id) }}
128
           </template>
134
           </template>
144
             {{ getXuserName(scope.row.Warehousing.creater) }}
150
             {{ getXuserName(scope.row.Warehousing.creater) }}
145
           </template>
151
           </template>
146
         </el-table-column>
152
         </el-table-column>
147
-        <el-table-column label="价" align="center">
153
+        <el-table-column label="进货价" align="center">
148
           <template slot-scope="scope">
154
           <template slot-scope="scope">
149
             {{ scope.row.price }}
155
             {{ scope.row.price }}
150
           </template>
156
           </template>
281
       }
287
       }
282
       return name;
288
       return name;
283
     },
289
     },
290
+    typeNameOne:function(good_id){
291
+      let name = "";
292
+      for (let i = 0; i < this.goodInfo.length; i++) {
293
+        if (this.goodInfo[i].id == good_id) {
294
+          name = this.goodInfo[i].good_name;
295
+        }
296
+      }
297
+      return name;
298
+    },
284
     specificationName: function(good_info_id) {
299
     specificationName: function(good_info_id) {
285
       let name = "";
300
       let name = "";
286
       for (let i = 0; i < this.goodInfo.length; i++) {
301
       for (let i = 0; i < this.goodInfo.length; i++) {

+ 18 - 3
src/xt_pages/stock/detail/stockOutDetail.vue View File

115
           </template>
115
           </template>
116
         </el-table-column>
116
         </el-table-column>
117
 
117
 
118
-        <el-table-column label="商品类型" align="center">
118
+        <el-table-column label="耗材类型" align="center">
119
           <template slot-scope="scope">
119
           <template slot-scope="scope">
120
             {{ typeName(scope.row.good_type_id) }}
120
             {{ typeName(scope.row.good_type_id) }}
121
           </template>
121
           </template>
122
         </el-table-column>
122
         </el-table-column>
123
 
123
 
124
-        <el-table-column label="规格名称" align="center">
124
+         <el-table-column label="耗材名称" align="center">
125
+          <template slot-scope="scope">
126
+            {{ typeNameOne(scope.row.good_id) }}
127
+          </template>
128
+        </el-table-column>
129
+
130
+        <el-table-column label="规格型号" align="center">
125
           <template slot-scope="scope">
131
           <template slot-scope="scope">
126
             {{ specificationName(scope.row.good_id) }}
132
             {{ specificationName(scope.row.good_id) }}
127
           </template>
133
           </template>
143
             {{ getXuserName(scope.row.WarehouseOut.creater) }}
149
             {{ getXuserName(scope.row.WarehouseOut.creater) }}
144
           </template>
150
           </template>
145
         </el-table-column>
151
         </el-table-column>
146
-        <el-table-column label="价" align="center">
152
+        <el-table-column label="出货价" align="center">
147
           <template slot-scope="scope">
153
           <template slot-scope="scope">
148
             {{ scope.row.price }}
154
             {{ scope.row.price }}
149
           </template>
155
           </template>
280
       }
286
       }
281
       return name;
287
       return name;
282
     },
288
     },
289
+    typeNameOne:function(good_id){
290
+       let name = "";
291
+      for (let i = 0; i < this.goodInfo.length; i++) {
292
+        if (this.goodInfo[i].id == good_id) {
293
+          name = this.goodInfo[i].good_name;
294
+        }
295
+      }
296
+      return name;
297
+    },
283
     search: function() {
298
     search: function() {
284
       const Params = {
299
       const Params = {
285
         page: this.page,
300
         page: this.page,

+ 36 - 17
src/xt_pages/stock/drugs/drugsStockDialog/index.vue View File

3
              :close-on-press-escape="isClose">
3
              :close-on-press-escape="isClose">
4
 
4
 
5
     <div class="filter-container">
5
     <div class="filter-container">
6
-      <el-input style="width: 150px;" class="filter-item" placeholder="药品规格名称" v-model="keywords"/>
6
+      <el-input style="width: 150px;" class="filter-item" placeholder="药品名称" v-model="keywords"/>
7
       <el-button class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
7
       <el-button class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
8
     </div>
8
     </div>
9
 
9
 
22
           style="width: 100%">
22
           style="width: 100%">
23
           <el-table-column
23
           <el-table-column
24
             align="center"
24
             align="center"
25
-            label="药品规格">
25
+            label="药品名称">
26
             <template slot-scope="scope">
26
             <template slot-scope="scope">
27
               <span>{{scope.row.drug_name}}</span>
27
               <span>{{scope.row.drug_name}}</span>
28
             </template>
28
             </template>
121
         type: Object
121
         type: Object
122
       }
122
       }
123
     },
123
     },
124
+    created(){
125
+      console.log("药品类型",this.propForm)
126
+    },
124
     methods: {
127
     methods: {
125
       hide: function() {
128
       hide: function() {
126
         this.visibility = false
129
         this.visibility = false
193
             return this.propForm.goodUnit[i].name
196
             return this.propForm.goodUnit[i].name
194
           }
197
           }
195
         }
198
         }
196
-      }, search: function() {
197
-        if (this.keywords.length <= 0) {
199
+      },
200
+      //  search: function() {
201
+      //   if (this.keywords.length <= 0) {
202
+      //     this.$message.error('搜索关键字不能为空')
203
+      //     return
204
+      //   }
205
+      //   const searchArr = []
206
+      //   for (let i = 0; i < this.goodInfoTableData.length; i++) {
207
+      //     if (this.goodInfoTableData[i].drug_spec.indexOf(this.keywords) != -1) {
208
+      //       searchArr.push(this.goodInfoTableData[i])
209
+      //     }
210
+      //   }
211
+      //   this.goodInfoTableData = []
212
+      //   for (let i = 0; i < searchArr.length; i++) {
213
+      //     this.goodInfoTableData.push(searchArr[i])
214
+      //   }
215
+      // }, 
216
+      search:function() {
217
+       if (this.keywords.length <= 0) {
198
           this.$message.error('搜索关键字不能为空')
218
           this.$message.error('搜索关键字不能为空')
199
-          return
200
-        }
201
-        const searchArr = []
202
-        for (let i = 0; i < this.goodInfoTableData.length; i++) {
203
-          if (this.goodInfoTableData[i].drug_spec.indexOf(this.keywords) != -1) {
204
-            searchArr.push(this.goodInfoTableData[i])
205
-          }
206
-        }
207
-        this.goodInfoTableData = []
208
-        for (let i = 0; i < searchArr.length; i++) {
209
-          this.goodInfoTableData.push(searchArr[i])
210
-        }
211
-      }, changeGoodInfoTableData: function(val) {
219
+        } 
220
+        const searchArr = [] 
221
+        for(let i=0;i<this.propForm.goods.length;i++){
222
+           if(this.propForm.goods[i].drug_name.indexOf(this.keywords)!=-1){
223
+              searchArr.push(this.propForm.goods[i])
224
+           }
225
+        } 
226
+        this.propForm.goods = []
227
+        this.propForm.goods.push(...searchArr)
228
+         console.log("2333333",this.propForm.goods)
229
+      },
230
+      changeGoodInfoTableData: function(val) {
212
         console.log(val)
231
         console.log(val)
213
       },
232
       },
214
        changeAllGoodInfoTableData: function(selection) {
233
        changeAllGoodInfoTableData: function(selection) {

+ 26 - 4
src/xt_pages/stock/stockInOrder.vue View File

228
         >
228
         >
229
           <el-table-column min-width="35" align="center">
229
           <el-table-column min-width="35" align="center">
230
             <template slot="header" slot-scope="scope">
230
             <template slot="header" slot-scope="scope">
231
-              <span>商品类型</span>
231
+              <span>耗材类型</span>
232
             </template>
232
             </template>
233
 
233
 
234
             <template slot-scope="scope">
234
             <template slot-scope="scope">
239
           </el-table-column>
239
           </el-table-column>
240
           <el-table-column min-width="35" align="center">
240
           <el-table-column min-width="35" align="center">
241
             <template slot="header" slot-scope="scope">
241
             <template slot="header" slot-scope="scope">
242
-              <span>规格名称</span>
242
+              <span>耗材名称</span>
243
+            </template>
244
+
245
+            <template slot-scope="scope">
246
+              <span v-if="scope.row.good_id != 0">{{
247
+                getTypeNameOne(scope.row.good_id)
248
+              }}</span>
249
+            </template>
250
+          </el-table-column>
251
+          <el-table-column min-width="35" align="center">
252
+            <template slot="header" slot-scope="scope">
253
+              <span>规格型号</span>
243
             </template>
254
             </template>
244
             <template slot-scope="scope">
255
             <template slot-scope="scope">
245
               <span v-if="scope.row.good_id != 0">{{
256
               <span v-if="scope.row.good_id != 0">{{
250
 
261
 
251
           <el-table-column min-width="23" align="center">
262
           <el-table-column min-width="23" align="center">
252
             <template slot="header" slot-scope="scope">
263
             <template slot="header" slot-scope="scope">
253
-              <span>价</span>
264
+              <span>进货价</span>
254
             </template>
265
             </template>
255
             <template slot-scope="scope">
266
             <template slot-scope="scope">
256
               <span>{{ scope.row.price }}</span>
267
               <span>{{ scope.row.price }}</span>
827
       }
838
       }
828
       return name;
839
       return name;
829
     },
840
     },
841
+    getTypeNameOne:function(id){
842
+      console.log("999999",this.goodInfo)
843
+     
844
+      let name = "";
845
+      for (let i = 0; i < this.goodInfo.length; i++) {
846
+        if (this.goodInfo[i].id == id) {
847
+          name = this.goodInfo[i].good_name;
848
+        }
849
+      }
850
+      return name;
851
+    },
830
     GetAllGoodType: function() {
852
     GetAllGoodType: function() {
831
       GetAllGoodType().then(response => {
853
       GetAllGoodType().then(response => {
832
         if (response.data.state == 0) {
854
         if (response.data.state == 0) {
1064
           this.$message.error(response.data.msg);
1086
           this.$message.error(response.data.msg);
1065
           return false;
1087
           return false;
1066
         } else {
1088
         } else {
1067
-         
1089
+          console.log("2223333-------",response.data.data.info)
1068
           for (let i = 0; i < response.data.data.info.length; i++) {
1090
           for (let i = 0; i < response.data.data.info.length; i++) {
1069
             this.WarehouseInfo.warehouseInfoDate.push(response.data.data.info[i]);
1091
             this.WarehouseInfo.warehouseInfoDate.push(response.data.data.info[i]);
1070
             response.data.data.info[i].product_date = this.getTime(
1092
             response.data.data.info[i].product_date = this.getTime(

+ 23 - 3
src/xt_pages/stock/stockInOrderDetail.vue View File

55
         >
55
         >
56
           <el-table-column min-width="35" align="center">
56
           <el-table-column min-width="35" align="center">
57
             <template slot="header" slot-scope="scope">
57
             <template slot="header" slot-scope="scope">
58
-              <span>商品类型</span>
58
+              <span>耗材类型</span>
59
             </template>
59
             </template>
60
 
60
 
61
             <template slot-scope="scope">
61
             <template slot-scope="scope">
64
               }}</span>
64
               }}</span>
65
             </template>
65
             </template>
66
           </el-table-column>
66
           </el-table-column>
67
+          <el-table-column>
68
+             <template slot="header" slot-scope="scope">
69
+              <span>耗材名称</span>
70
+            </template>
71
+
72
+            <template slot-scope="scope">
73
+              <span v-if="scope.row.good_id != 0">{{
74
+                getTypeNameOne(scope.row.good_id)
75
+              }}</span>
76
+            </template>
77
+          </el-table-column>
67
           <el-table-column min-width="35" align="center">
78
           <el-table-column min-width="35" align="center">
68
             <template slot="header" slot-scope="scope">
79
             <template slot="header" slot-scope="scope">
69
-              <span>规格名称</span>
80
+              <span>规格型号</span>
70
             </template>
81
             </template>
71
             <template slot-scope="scope">
82
             <template slot-scope="scope">
72
               <span v-if="scope.row.good_id != 0">{{
83
               <span v-if="scope.row.good_id != 0">{{
77
 
88
 
78
           <el-table-column min-width="23" align="center">
89
           <el-table-column min-width="23" align="center">
79
             <template slot="header" slot-scope="scope">
90
             <template slot="header" slot-scope="scope">
80
-              <span>价</span>
91
+              <span>进货价</span>
81
             </template>
92
             </template>
82
             <template slot-scope="scope">
93
             <template slot-scope="scope">
83
               <span>{{ scope.row.price }}</span>
94
               <span>{{ scope.row.price }}</span>
202
       }
213
       }
203
       return name;
214
       return name;
204
     },
215
     },
216
+    getTypeNameOne:function(id){
217
+      let name = "";
218
+      for (let i = 0; i < this.goodInfo.length; i++) {
219
+        if (this.goodInfo[i].id == id) {
220
+          name = this.goodInfo[i].good_name;
221
+        }
222
+      }
223
+      return name;
224
+    },
205
     GetConfigInfo: function() {
225
     GetConfigInfo: function() {
206
       GetAllConfig().then(response => {
226
       GetAllConfig().then(response => {
207
         if (response.data.state == 0) {
227
         if (response.data.state == 0) {

+ 22 - 3
src/xt_pages/stock/stockOutOrder.vue View File

219
           >
219
           >
220
             <el-table-column min-width="35" align="center">
220
             <el-table-column min-width="35" align="center">
221
               <template slot="header" slot-scope="scope">
221
               <template slot="header" slot-scope="scope">
222
-                <span>商品类型</span>
222
+                <span>耗材类型</span>
223
               </template>
223
               </template>
224
 
224
 
225
               <template slot-scope="scope">
225
               <template slot-scope="scope">
228
             </el-table-column>
228
             </el-table-column>
229
             <el-table-column min-width="35" align="center">
229
             <el-table-column min-width="35" align="center">
230
               <template slot="header" slot-scope="scope">
230
               <template slot="header" slot-scope="scope">
231
-                <span>规格名称</span>
231
+                <span>耗材名称</span>
232
+              </template>
233
+
234
+              <template slot-scope="scope">
235
+                <span v-if="scope.row.good_id != 0">{{getTypeNameOne(scope.row.good_id)}}</span>
236
+              </template>
237
+            </el-table-column>
238
+            <el-table-column min-width="35" align="center">
239
+              <template slot="header" slot-scope="scope">
240
+                <span>规格型号</span>
232
               </template>
241
               </template>
233
               <template slot-scope="scope">
242
               <template slot-scope="scope">
234
                 <span v-if="scope.row.good_id != 0">{{getSpecificationName(scope.row.good_id)}}</span>
243
                 <span v-if="scope.row.good_id != 0">{{getSpecificationName(scope.row.good_id)}}</span>
238
 
247
 
239
             <el-table-column min-width="23" align="center">
248
             <el-table-column min-width="23" align="center">
240
               <template slot="header" slot-scope="scope">
249
               <template slot="header" slot-scope="scope">
241
-                <span>价</span>
250
+                <span>出货价</span>
242
               </template>
251
               </template>
243
               <template slot-scope="scope">
252
               <template slot-scope="scope">
244
                 <span>{{scope.row.price}}</span>
253
                 <span>{{scope.row.price}}</span>
737
         return name
746
         return name
738
       },
747
       },
739
 
748
 
749
+      getTypeNameOne: function(id) {
750
+       let name = ''
751
+        for (let i = 0; i < this.goodInfo.length; i++) {
752
+          if (this.goodInfo[i].id == id) {
753
+            name = this.goodInfo[i].good_name
754
+          }
755
+        }
756
+        return name
757
+      },
758
+
740
      getSpecificationName: function(id) {
759
      getSpecificationName: function(id) {
741
         let name = ''
760
         let name = ''
742
         for (let i = 0; i < this.goodInfo.length; i++) {
761
         for (let i = 0; i < this.goodInfo.length; i++) {

+ 21 - 3
src/xt_pages/stock/stockOutOrderDetail.vue View File

34
         >
34
         >
35
           <el-table-column min-width="35" align="center">
35
           <el-table-column min-width="35" align="center">
36
             <template slot="header" slot-scope="scope">
36
             <template slot="header" slot-scope="scope">
37
-              <span>商品类型</span>
37
+              <span>耗材类型</span>
38
             </template>
38
             </template>
39
 
39
 
40
             <template slot-scope="scope">
40
             <template slot-scope="scope">
41
               <span v-if="scope.row.good_type_id != 0">{{getTypeName(scope.row.good_type_id)}}</span>
41
               <span v-if="scope.row.good_type_id != 0">{{getTypeName(scope.row.good_type_id)}}</span>
42
             </template>
42
             </template>
43
+          </el-table-column>
44
+           <el-table-column min-width="35" align="center">
45
+            <template slot="header" slot-scope="scope">
46
+              <span>耗材名称</span>
47
+            </template>
48
+
49
+            <template slot-scope="scope">
50
+              <span v-if="scope.row.good_id != 0">{{getTypeNameOne(scope.row.good_id)}}</span>
51
+            </template>
43
           </el-table-column>
52
           </el-table-column>
44
           <el-table-column min-width="35" align="center">
53
           <el-table-column min-width="35" align="center">
45
             <template slot="header" slot-scope="scope">
54
             <template slot="header" slot-scope="scope">
46
-              <span>规格名称</span>
55
+              <span>规格型号</span>
47
             </template>
56
             </template>
48
             <template slot-scope="scope">
57
             <template slot-scope="scope">
49
               <span v-if="scope.row.good_id != 0">{{getSpecificationName(scope.row.good_id)}}</span>
58
               <span v-if="scope.row.good_id != 0">{{getSpecificationName(scope.row.good_id)}}</span>
53
 
62
 
54
           <el-table-column min-width="23" align="center">
63
           <el-table-column min-width="23" align="center">
55
             <template slot="header" slot-scope="scope">
64
             <template slot="header" slot-scope="scope">
56
-              <span>价</span>
65
+              <span>出货价</span>
57
             </template>
66
             </template>
58
             <template slot-scope="scope">
67
             <template slot-scope="scope">
59
               <span>{{scope.row.price}}</span>
68
               <span>{{scope.row.price}}</span>
161
           }
170
           }
162
         }
171
         }
163
         return name
172
         return name
173
+      },
174
+       getTypeNameOne: function(id) {
175
+        let name = ''
176
+        for (let i = 0; i < this.goodInfo.length; i++) {
177
+          if (this.goodInfo[i].id == id) {
178
+            name = this.goodInfo[i].good_name
179
+          }
180
+        }
181
+        return name
164
       },
182
       },
165
        GetConfigInfo: function() {
183
        GetConfigInfo: function() {
166
         GetAllConfig().then(response => {
184
         GetAllConfig().then(response => {

+ 1 - 0
src/xt_pages/stock/stockOutOrderEdit.vue View File

83
               </el-form-item>
83
               </el-form-item>
84
             </template>
84
             </template>
85
           </el-table-column>
85
           </el-table-column>
86
+          
86
           <el-table-column min-width="35" align="center">
87
           <el-table-column min-width="35" align="center">
87
             <template slot="header" slot-scope="scope">
88
             <template slot="header" slot-scope="scope">
88
               <span>规格名称<span style="color: red">*</span></span>
89
               <span>规格名称<span style="color: red">*</span></span>

+ 56 - 3
src/xt_pages/user/components/PatientSidebar.vue View File

130
             }
130
             }
131
           ]
131
           ]
132
         }
132
         }
133
-      ]
133
+      ],
134
+      name:""
134
     }
135
     }
135
   },
136
   },
136
   methods: {
137
   methods: {
137
     handleNodeClick(data) {
138
     handleNodeClick(data) {
138
       var name = data.name
139
       var name = data.name
140
+      this.name = data.name
141
+      window.sessionStorage.setItem('patientKey',data.name)
139
       if (name == '1-1') {
142
       if (name == '1-1') {
140
         this.$router.push({ path: '/patients/patient/' + this.id })
143
         this.$router.push({ path: '/patients/patient/' + this.id })
141
       } else if (name == '1-2') {
144
       } else if (name == '1-2') {
172
     },
175
     },
173
     changePatient(value) {
176
     changePatient(value) {
174
       console.log(value)
177
       console.log(value)
178
+
175
       this.$router.push('/patients/patient/' + value)
179
       this.$router.push('/patients/patient/' + value)
176
     },
180
     },
177
     getList() {
181
     getList() {
253
     }
257
     }
254
   },
258
   },
255
   created() {
259
   created() {
256
-    this.treeKey = this.defaultActive
260
+    var patientKey =  window.sessionStorage.getItem('patientKey')
261
+    console.log("patient",patientKey)
262
+    var query = this.$route.path
263
+    if(patientKey){
264
+     this.treeKey = patientKey
265
+     if(query.indexOf('edit') == -1){ 
266
+      if (patientKey == '1-1') {
267
+        this.$router.push({ path: '/patients/patient/' + this.id })
268
+      } else if (patientKey == '1-2') {
269
+        this.$router.push({ path: '/patients/course?id=' + this.id })
270
+      } else if (patientKey == '1-3') {
271
+        this.$router.push({ path: '/patients/inspection?id=' + this.id })
272
+      } else if (patientKey == '1-4') {
273
+        this.$router.push({
274
+          path: '/patients/patient/' + this.id + '/doctorAdvice'
275
+        })
276
+      } else if (patientKey == '1-6') {
277
+        this.$router.push({
278
+          path: '/patients/patient/' + this.id + '/dryWeight'
279
+        })
280
+      } else if (patientKey == '1-5') {
281
+        this.$router.push({ path: '/patients/rescue?id=' + this.id })
282
+      }else if (patientKey == '2-1') {
283
+        this.$router.push({
284
+          path: '/patients/patient/' + this.id + '/dialysisSolution'
285
+        })
286
+      } else if (patientKey == '2-2') {
287
+        this.$router.push({
288
+          path: '/patients/patient/' + this.id + '/dialysisRecord'
289
+        })
290
+      } else if (patientKey == '2-4') {
291
+        this.$router.push({
292
+          path: '/patients/patient/' + this.id + '/scheduling'
293
+        })
294
+      } else if (patientKey == '2-5') {
295
+        this.$router.push({
296
+          path: '/patients/patient/' + this.id + '/proeducation'
297
+        })
298
+      }
299
+     }else{
300
+       this.treeKey = "1-1"
301
+       
302
+     }
303
+    }else{
304
+       this.treeKey = this.defaultActive
305
+       
306
+    }
307
+   
308
+    
257
     this.getList()
309
     this.getList()
258
-  }
310
+  },
311
+ 
259
 }
312
 }
260
 </script>
313
 </script>
261
 
314
 

+ 5 - 4
src/xt_pages/user/inspection.vue View File

104
               min-width="80"
104
               min-width="80"
105
             >
105
             >
106
               <template slot-scope="scope">
106
               <template slot-scope="scope">
107
-                <span>{{ scope.row.value }}</span>
108
-                <span v-if="scope.row.range_type == 1">{{
109
-                  scope.row.value_direction
110
-                }}</span>
107
+                <span v-if="scope.row.value =='阳性'" style="color:red">{{ scope.row.value }}</span>
108
+                <span v-else>{{ scope.row.value }}</span>
109
+                <span v-if="scope.row.range_type == 1">
110
+                  {{scope.row.value_direction}}
111
+                </span>
111
               </template>
112
               </template>
112
             </el-table-column>
113
             </el-table-column>
113
             <el-table-column
114
             <el-table-column

+ 85 - 5
src/xt_pages/user/patients.vue View File

98
 
98
 
99
 
99
 
100
       <div style="display:flex;align-items:center">
100
       <div style="display:flex;align-items:center">
101
+        <el-badge :value=value class="item">
102
+          <el-button size="small" type="primary" @click="toRemind">传染病检查提醒</el-button>
103
+        </el-badge>
101
         <upload-excel :on-success='handleSuccess' :before-upload="beforeUpload" v-if="isShow"></upload-excel>
104
         <upload-excel :on-success='handleSuccess' :before-upload="beforeUpload" v-if="isShow"></upload-excel>
102
         <el-link target="_blank" href="https://kuyi.shengws.com/patient_template.xlsx" :underline="false"
105
         <el-link target="_blank" href="https://kuyi.shengws.com/patient_template.xlsx" :underline="false"
103
                  style="margin-left:15px">
106
                  style="margin-left:15px">
562
         </div>
565
         </div>
563
       </div>
566
       </div>
564
     </div>
567
     </div>
568
+
569
+     <el-dialog title="传染病检查提醒通知" :visible.sync="dialogTableVisible">
570
+        <el-table :data="gridData">
571
+          <el-table-column property="date" align="center" label="姓名" width="150">
572
+            <template slot-scope="scope">{{scope.row.name}}</template>
573
+          </el-table-column>
574
+          <el-table-column property="name"  align="center" label="检查日期" width="200">
575
+             <template slot-scope="scope">
576
+                <span
577
+                  v-if="dateCompare(scope.row.infectious_next_record_time) == 1"
578
+                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
579
+                <span
580
+                  v-if="dateCompare(scope.row.infectious_next_record_time) == 2"
581
+                  style="color: red"
582
+                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
583
+              </template>
584
+          </el-table-column>
585
+          <el-table-column property="address" align="center" label="操作">
586
+             <template slot-scope="scope">
587
+                <el-button size="mini" type="primary" @click="jump(scope.row.id)">查看</el-button>
588
+              </template>
589
+          </el-table-column>
590
+        </el-table>
591
+
592
+         <el-pagination
593
+            @size-change="handleSizeChangeOne"
594
+            @current-change="handleCurrentChangeOne"
595
+            :page-size="5"
596
+            background
597
+            style="margin-top:20px;float: right"
598
+            :total="value"
599
+          ></el-pagination>
600
+    </el-dialog>
601
+
565
   </div>
602
   </div>
566
 </template>
603
 </template>
567
 
604
 
568
 <script>
605
 <script>
569
-  import { code, EditLapseto, fetchList, getMaxDialysisNo, OpenView, postExportPatients } from '@/api/patient'
606
+  import { code, EditLapseto, fetchList, getMaxDialysisNo, OpenView, postExportPatients,GetRemind } from '@/api/patient'
570
   import { generateLog } from '@/api/config'
607
   import { generateLog } from '@/api/config'
571
 
608
 
572
   import QRCode from 'qrcodejs2'
609
   import QRCode from 'qrcodejs2'
708
         startTime: '',
745
         startTime: '',
709
         export_date: [],
746
         export_date: [],
710
         lapeseto:"",
747
         lapeseto:"",
748
+        value:13,
749
+        dialogTableVisible:false,
750
+        gridData:[],
751
+        totalOne: 0,
752
+        page: 1,
753
+        limit: 5
711
       }
754
       }
712
     },
755
     },
713
     created() {
756
     created() {
720
         this.listQuery.keywords = keyword
763
         this.listQuery.keywords = keyword
721
         this.searchKey = keyword
764
         this.searchKey = keyword
722
       }
765
       }
766
+      //获取
767
+      this.GetRemindPatientList()
723
     },
768
     },
724
 
769
 
725
     methods: {
770
     methods: {
771
+      beforeUpload(){},
726
       generateTxt: function(log) {
772
       generateTxt: function(log) {
727
         var content = ''
773
         var content = ''
728
         var errlog = log.err_logs
774
         var errlog = log.err_logs
1375
             'healthcare_no:' +
1421
             'healthcare_no:' +
1376
             healthcareno
1422
             healthcareno
1377
         })
1423
         })
1378
-      }
1379
-      //  components:{
1380
-      //    pagiNation
1381
-      //  }
1424
+      },
1425
+
1426
+      toRemind(){
1427
+        this.dialogTableVisible = true
1428
+      },
1429
+      GetRemindPatientList(){
1430
+          const params = {
1431
+             page: this.page,
1432
+             limit: this.limit
1433
+          }
1434
+        GetRemind(params).then(response=>{
1435
+           if(response.data.state == 1){
1436
+             this.gridData = response.data.data.patients;
1437
+             this.totalOne = response.data.data.total;
1438
+             this.value = response.data.data.total
1439
+           }
1440
+        })
1441
+      },
1442
+
1443
+      jump(id) {
1444
+        this.$router.replace({ path: "/patients/inspection?id=" + id });
1445
+      },
1446
+      dateCompare(date) {
1447
+        var date1 = Date.parse(new Date()) / 1000;
1448
+        if (date > date1) {
1449
+          return 1;
1450
+        } else {
1451
+          return 2;
1452
+        }
1453
+     },
1454
+      handleSizeChangeOne(val) {
1455
+        this.limit = val
1456
+        this.GetRemindPatientList();
1457
+      },
1458
+      handleCurrentChangeOne(val) {
1459
+        this.page = val;
1460
+        this.GetRemindPatientList();
1461
+      },
1382
     }
1462
     }
1383
   }
1463
   }
1384
   Vue.prototype.$QRCode = function() {
1464
   Vue.prototype.$QRCode = function() {