Browse Source

新分支

28169 5 months ago
parent
commit
46bb85c368

+ 8 - 5
src/xt_pages/Pharmacy/DrugDispensing.vue View File

435
          width="40%">
435
          width="40%">
436
        <span>
436
        <span>
437
         <el-input
437
         <el-input
438
-          @input="changeText"
438
+          @keyup.native="changeText"
439
           type="textarea"
439
           type="textarea"
440
           placeholder="请输入内容"
440
           placeholder="请输入内容"
441
           v-model="textarea"
441
           v-model="textarea"
575
          }
575
          }
576
       })
576
       })
577
     },
577
     },
578
-    changeText(){
579
-      var textarea = ""
580
-      textarea += this.textarea + ","
581
-      this.textarea = textarea
578
+    changeText(event){
579
+      // 检查是否为特定的按键,例如回车键,来确认扫码枪输入完成
580
+      if (event.key === 'Enter') {
581
+        var textarea = ""
582
+        textarea += this.textarea + ","
583
+        this.textarea = textarea
584
+      }
582
     },
585
     },
583
     tt() {},
586
     tt() {},
584
     async fun3() {
587
     async fun3() {

+ 11 - 5
src/xt_pages/Pharmacy/PatientDispensing.vue View File

288
          width="40%">
288
          width="40%">
289
        <span>
289
        <span>
290
         <el-input
290
         <el-input
291
-          @input="changeText"
291
+          @keyup.native="changeText"
292
           type="textarea"
292
           type="textarea"
293
           placeholder="请输入内容"
293
           placeholder="请输入内容"
294
           v-model="textarea"
294
           v-model="textarea"
865
          }
865
          }
866
       })
866
       })
867
     },
867
     },
868
-    changeText(){
869
-      var textarea = ""
870
-      textarea += this.textarea + ","
871
-      this.textarea = textarea
868
+    changeText(event){
869
+      // 检查是否为特定的按键,例如回车键,来确认扫码枪输入完成
870
+      if (event.key === 'Enter') {
871
+        var textarea = ""
872
+        textarea += this.textarea + ","
873
+        console.log("textarea-=----------------------",textarea)
874
+        this.textarea = textarea
875
+      }
876
+   
877
+
872
     }
878
     }
873
   },
879
   },
874
 };
880
 };

+ 1 - 6
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue View File

314
               {{ scope.row.advice_spc_five }}
314
               {{ scope.row.advice_spc_five }}
315
            </template>
315
            </template>
316
         </el-table-column>
316
         </el-table-column>
317
-       <el-table-column align="center" label="封管液" v-if="dialysisSett.sealing_fluid_dispose == 1">
318
-           <template slot-scope="scope">
319
-             <span>{{scope.row.xt_assesment_after_dislysis.sealing_fluid_dispose}} </span> 
320
-           </template>
321
-        </el-table-column>
322
-
317
+      
323
         <el-table-column align="center" label="葡萄糖"  v-if="dialysisSett.glucose==1">
318
         <el-table-column align="center" label="葡萄糖"  v-if="dialysisSett.glucose==1">
324
            <template slot-scope="scope">
319
            <template slot-scope="scope">
325
              <span>{{scope.row.dialysis_solution.amylaceum?scope.row.dialysis_solution.amylaceum:""}} </span> 
320
              <span>{{scope.row.dialysis_solution.amylaceum?scope.row.dialysis_solution.amylaceum:""}} </span> 

+ 8 - 14
src/xt_pages/dialysis/details/consumable/dialysisParameterPrint.vue View File

52
                 <td width="100" v-if="dialysisSett.sealing_fluid_dispose == 1">封管液</td>
52
                 <td width="100" v-if="dialysisSett.sealing_fluid_dispose == 1">封管液</td>
53
                 <td width="100"  v-if="dialysisSett.glucose==1">葡萄糖</td>
53
                 <td width="100"  v-if="dialysisSett.glucose==1">葡萄糖</td>
54
                 <td width="100"  v-if="dialysisSett.blood_flow_volume==1">血流量</td>
54
                 <td width="100"  v-if="dialysisSett.blood_flow_volume==1">血流量</td>
55
-                <td  v-if="dialysisSett.sealing_fluid_dispose==1">封管液</td>
56
                 <td v-if="dialysisSett.cuhong_set==1">促红</td>
55
                 <td v-if="dialysisSett.cuhong_set==1">促红</td>
57
                 <td v-if="dialysisSett.zuoka_set == 1">左卡</td>
56
                 <td v-if="dialysisSett.zuoka_set == 1">左卡</td>
58
                 <td v-if="dialysisSett.difenzi_set == 1">低分子</td>
57
                 <td v-if="dialysisSett.difenzi_set == 1">低分子</td>
59
-                <td v-if="dialysisSett.advice_spc_three == 1">肝素钠</td>
58
+                <td v-if="dialysisSett.gansuna_set == 1">肝素钠</td>
60
                 <td v-if="dialysisSett.zhetangtie == 1">蔗糖铁</td>
59
                 <td v-if="dialysisSett.zhetangtie == 1">蔗糖铁</td>
61
                 <td v-if="dialysisSett.niaojimei_set == 1">尿激酶</td>
60
                 <td v-if="dialysisSett.niaojimei_set == 1">尿激酶</td>
62
               </tr>
61
               </tr>
185
                    <span>{{item.dialysis_solution.blood_flow_volume?item.dialysis_solution.blood_flow_volume:""}}</span> 
184
                    <span>{{item.dialysis_solution.blood_flow_volume?item.dialysis_solution.blood_flow_volume:""}}</span> 
186
                 </td>
185
                 </td>
187
                 
186
                 
188
-                <td v-if="dialysisSett.sealing_fluid_dispose ==1">
189
-                  <span v-if="getBloodAccessOption(item.dialysis_solution.blood_access).indexOf('导管')!==-1">1</span>
190
-                  <span v-else></span>
191
-                </td>
192
-                
193
-                
194
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
187
+             
188
+                <td v-if="dialysisSett.cuhong_set==1">
195
                   {{ item.advice_spc }}
189
                   {{ item.advice_spc }}
196
                 </td>
190
                 </td>
197
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
191
+                <td  v-if="dialysisSett.zuoka_set == 1">
198
                   {{ item.advice_spc_one }}
192
                   {{ item.advice_spc_one }}
199
                 </td>
193
                 </td>
200
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
194
+                <td v-if="dialysisSett.difenzi_set == 1">
201
                   {{ item.advice_spc_two }}
195
                   {{ item.advice_spc_two }}
202
                 </td>
196
                 </td>
203
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
197
+                <td v-if="dialysisSett.gansuna_set == 1">
204
                   {{ item.advice_spc_three }}
198
                   {{ item.advice_spc_three }}
205
                 </td>
199
                 </td>
206
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
200
+                <td v-if="dialysisSett.zhetangtie == 1">
207
                   {{ item.advice_spc_four }}
201
                   {{ item.advice_spc_four }}
208
                 </td>
202
                 </td>
209
-                <td v-if="org_id!=10587 && org_id!=10599 && org_id!=10629">
203
+                <td v-if="dialysisSett.niaojimei_set == 1">
210
                   {{ item.advice_spc_five }}
204
                   {{ item.advice_spc_five }}
211
                 </td>
205
                 </td>
212
                </tr>
206
                </tr>

+ 10 - 1
src/xt_pages/stock/detail/stockInDetail.vue View File

181
       <el-pagination
181
       <el-pagination
182
         @size-change="handleSizeChange"
182
         @size-change="handleSizeChange"
183
         @current-change="handleCurrentChange"
183
         @current-change="handleCurrentChange"
184
-        :page-sizes="[10, 50, 100]"
184
+        :page-sizes="[10, 50, 100,500,1000]"
185
         :page-size="10"
185
         :page-size="10"
186
         background
186
         background
187
         style="margin-top:20px;float: right"
187
         style="margin-top:20px;float: right"
342
       return name;
342
       return name;
343
     },
343
     },
344
     search: function() {
344
     search: function() {
345
+      this.getGoodDetailPrintList()
345
       const Params = {
346
       const Params = {
346
         page: this.page,
347
         page: this.page,
347
         limit: this.limit,
348
         limit: this.limit,
490
     },
491
     },
491
     handleSelectionChange: function(val) {
492
     handleSelectionChange: function(val) {
492
       this.multipleSelection = val;
493
       this.multipleSelection = val;
494
+      this.GetCancelStock();
495
+      this.getGoodDetailPrintList()
493
     },
496
     },
494
     handleSizeChange(val) {
497
     handleSizeChange(val) {
495
       this.limit = val;
498
       this.limit = val;
496
       this.GetCancelStock();
499
       this.GetCancelStock();
500
+      this.getGoodDetailPrintList()
497
     },
501
     },
498
     handleCurrentChange(val) {
502
     handleCurrentChange(val) {
499
       this.page = val;
503
       this.page = val;
500
       this.GetCancelStock();
504
       this.GetCancelStock();
505
+      this.getGoodDetailPrintList()
501
     },
506
     },
502
     startTimeChange(val) {
507
     startTimeChange(val) {
503
 
508
 
508
       } else {
513
       } else {
509
 
514
 
510
         this.GetCancelStock();
515
         this.GetCancelStock();
516
+        this.getGoodDetailPrintList()
511
 
517
 
512
       }
518
       }
513
     },
519
     },
519
       } else {
525
       } else {
520
 
526
 
521
         this.GetCancelStock();
527
         this.GetCancelStock();
528
+        this.getGoodDetailPrintList()
522
       }
529
       }
523
     },
530
     },
524
     getAllQuery(){
531
     getAllQuery(){
525
       this.GetCancelStock();
532
       this.GetCancelStock();
533
+      this.getGoodDetailPrintList()
526
     },
534
     },
527
     getTimestamp(time) {
535
     getTimestamp(time) {
528
       // 把时间日期转成时间戳
536
       // 把时间日期转成时间戳
907
       getGoodDetailPrintList(params).then(response=>{
915
       getGoodDetailPrintList(params).then(response=>{
908
         if(response.data.state == 1){
916
         if(response.data.state == 1){
909
           var list = response.data.data.list
917
           var list = response.data.data.list
918
+          this.tableInfo = []
910
           this.tableInfo = list
919
           this.tableInfo = list
911
         }
920
         }
912
       })
921
       })

+ 2 - 2
src/xt_pages/stock/drugs/components/drugInOrder.vue View File

174
       <el-pagination
174
       <el-pagination
175
         @size-change="handleSizeChange"
175
         @size-change="handleSizeChange"
176
         @current-change="handleCurrentChange"
176
         @current-change="handleCurrentChange"
177
-        :page-sizes="[10, 50, 100]"
177
+        :page-sizes="[10, 50, 100,500,1000]"
178
         :page-size="10"
178
         :page-size="10"
179
         background
179
         background
180
         style="margin-top:20px;float: right"
180
         style="margin-top:20px;float: right"
473
      getDrugWarehouseInfoPrint(params).then(response=>{
473
      getDrugWarehouseInfoPrint(params).then(response=>{
474
           if(response.data.state == 1){
474
           if(response.data.state == 1){
475
             var list = response.data.data.list
475
             var list = response.data.data.list
476
-          
476
+            this.tabelePrintList = []
477
             this.tabelePrintList = list
477
             this.tabelePrintList = list
478
             this.manufacturerList = response.data.data.manufacturerList
478
             this.manufacturerList = response.data.data.manufacturerList
479
             this.dealerList = response.data.data.dealerList
479
             this.dealerList = response.data.data.dealerList

+ 12 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue View File

419
       width="40%">
419
       width="40%">
420
       <span>
420
       <span>
421
         <el-input
421
         <el-input
422
+         @keyup.native="changeText"
422
           type="textarea"
423
           type="textarea"
423
           placeholder="请输入内容"
424
           placeholder="请输入内容"
424
           v-model="textarea"
425
           v-model="textarea"
1183
          return ""
1184
          return ""
1184
         }
1185
         }
1185
       }
1186
       }
1186
-    }
1187
+    },
1188
+    changeText(event){
1189
+      // 检查是否为特定的按键,例如回车键,来确认扫码枪输入完成
1190
+      if (event.key === 'Enter') {
1191
+        var textarea = ""
1192
+        textarea += this.textarea + ","
1193
+        this.textarea = textarea
1194
+
1195
+      }
1196
+   },
1187
   },
1197
   },
1198
+ 
1188
   created() {
1199
   created() {
1189
     if (this.$route.path == "/Pharmacy/in/add") {
1200
     if (this.$route.path == "/Pharmacy/in/add") {
1190
       this.crumbs = [
1201
       this.crumbs = [

+ 10 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue View File

405
       width="40%">
405
       width="40%">
406
       <span>
406
       <span>
407
         <el-input
407
         <el-input
408
+         @keyup.native="changeText"
408
           type="textarea"
409
           type="textarea"
409
           placeholder="请输入内容"
410
           placeholder="请输入内容"
410
           v-model="textarea"
411
           v-model="textarea"
532
     };
533
     };
533
   },
534
   },
534
   methods: {
535
   methods: {
536
+    changeText(event){
537
+      // 检查是否为特定的按键,例如回车键,来确认扫码枪输入完成
538
+      if (event.key === 'Enter') {
539
+        var textarea = ""
540
+        textarea += this.textarea + ","
541
+        this.textarea = textarea
542
+
543
+      }
544
+   },
535
     changeDrugCode(row,index){
545
     changeDrugCode(row,index){
536
       this.textarea=""
546
       this.textarea=""
537
       this.textarea = row.drug_code
547
       this.textarea = row.drug_code

+ 7 - 4
src/xt_pages/user/lapsoSummary.vue View File

20
              <span v-if="scope.row.lapse_type == 2">转出</span>
20
              <span v-if="scope.row.lapse_type == 2">转出</span>
21
              <span v-if="scope.row.lapse_type == 3">死亡</span>
21
              <span v-if="scope.row.lapse_type == 3">死亡</span>
22
              <span v-if="scope.row.lapse_type == 4">院内转诊</span>
22
              <span v-if="scope.row.lapse_type == 4">院内转诊</span>
23
+             <span v-if="scope.row.lapse_type == 11">请假</span>
23
           </template>
24
           </template>
24
         </el-table-column>
25
         </el-table-column>
25
        <el-table-column prop="blood_access_part_id" label="转归分类" align="center">
26
        <el-table-column prop="blood_access_part_id" label="转归分类" align="center">
121
                             <el-radio  label="2">转出</el-radio>
122
                             <el-radio  label="2">转出</el-radio>
122
                             <el-radio  label="3">死亡</el-radio>
123
                             <el-radio  label="3">死亡</el-radio>
123
                             <el-radio  label="4">院内转诊</el-radio>
124
                             <el-radio  label="4">院内转诊</el-radio>
125
+                            <el-radio  label="11">请假</el-radio>
124
                       </el-radio-group>
126
                       </el-radio-group>
125
                     </el-form-item>
127
                     </el-form-item>
126
                 </el-col>
128
                 </el-col>
127
-                <el-col :span="24" v-if="lapseto == 2 || lapseto == 3 || lapseto == 4">
129
+                <el-col :span="24" v-if="lapseto == 2 || lapseto == 3 || lapseto == 4 || lapseto ==11">
128
                     <el-form-item label="转归类型:"> 
130
                     <el-form-item label="转归类型:"> 
129
                         <el-radio-group style="padding: 10px;" v-model="lapse_type">
131
                         <el-radio-group style="padding: 10px;" v-model="lapse_type">
130
                             <el-radio  label="1">转入</el-radio>
132
                             <el-radio  label="1">转入</el-radio>
313
                           <el-radio  label="2">转出</el-radio>
315
                           <el-radio  label="2">转出</el-radio>
314
                           <el-radio  label="3">死亡</el-radio>
316
                           <el-radio  label="3">死亡</el-radio>
315
                           <el-radio  label="4">院内转诊</el-radio>
317
                           <el-radio  label="4">院内转诊</el-radio>
318
+                          <el-radio  label="11">请假</el-radio>
316
                     </el-radio-group>
319
                     </el-radio-group>
317
                   </el-form-item>
320
                   </el-form-item>
318
               </el-col>
321
               </el-col>
319
-              <el-col :span="24" v-if="lapseto == 2">
322
+              <el-col :span="24" v-if="lapseto == 2  || lapseto == 3 || lapseto == 4 || lapseto ==11">
320
                   <el-form-item label="转归类型:"> 
323
                   <el-form-item label="转归类型:"> 
321
                       <el-radio-group style="padding: 10px;" v-model="lapse_type">
324
                       <el-radio-group style="padding: 10px;" v-model="lapse_type">
322
                           <el-radio  label="1">转入</el-radio>
325
                           <el-radio  label="1">转入</el-radio>
716
 
719
 
717
       },
720
       },
718
       savePatientLapse(){
721
       savePatientLapse(){
719
-          if(this.lapse_type!=1 && this.lapse_reason == ""){
722
+          if(this.lapse_type!=1 && this.lapse_type!=11 && this.lapse_reason == ""){
720
              this.$message.error("转出或者死亡原因不能为空!")
723
              this.$message.error("转出或者死亡原因不能为空!")
721
              return false
724
              return false
722
           }
725
           }
793
 
796
 
794
       },
797
       },
795
       updatePatientLapse(){
798
       updatePatientLapse(){
796
-        if (this.lapse_type !=1 &&this.lapse_reason == ""){
799
+        if (this.lapse_type !=1 && this.lapse_type !=11 &&this.lapse_reason == ""){
797
              this.$message.error("转出或者死亡原因不能为空!")
800
              this.$message.error("转出或者死亡原因不能为空!")
798
              return false
801
              return false
799
         }
802
         }

+ 7 - 7
src/xt_pages/user/patients.vue View File

842
           { value: 1, label: '转出', source: 0, lapseto: 2 },
842
           { value: 1, label: '转出', source: 0, lapseto: 2 },
843
           { value: 2, label: '留治', source: 0, lapseto: 1 },
843
           { value: 2, label: '留治', source: 0, lapseto: 1 },
844
           { value: 3, label: '死亡', source:0,  lapseto: 3 },
844
           { value: 3, label: '死亡', source:0,  lapseto: 3 },
845
-          { value: 4, label: "转院", source: 0, lapseto: 4 },
846
-          { value: 5, label: "肾移植", source: 0, lapseto: 5 },
847
-          { value: 6, label: "转腹透", source: 0, lapseto: 6 },
848
-          { value: 7, label: "出院", source: 0, lapseto: 7 },
849
-          { value: 8, label: "好转", source: 0, lapseto: 8 },
850
-          { value: 9, label: "放弃治疗", source: 0, lapseto: 9 },
851
-          { value: 10, label: "其他状态", source: 0, lapseto: 10 },
845
+          // { value: 4, label: "转院", source: 0, lapseto: 4 },
846
+          // { value: 5, label: "肾移植", source: 0, lapseto: 5 },
847
+          // { value: 6, label: "转腹透", source: 0, lapseto: 6 },
848
+          // { value: 7, label: "出院", source: 0, lapseto: 7 },
849
+          // { value: 8, label: "好转", source: 0, lapseto: 8 },
850
+          // { value: 9, label: "放弃治疗", source: 0, lapseto: 9 },
851
+          // { value: 10, label: "其他状态", source: 0, lapseto: 10 },
852
           { value: 11, label: "请假", source: 0, lapseto: 11 },
852
           { value: 11, label: "请假", source: 0, lapseto: 11 },
853
         ],
853
         ],
854
         scheduling: [
854
         scheduling: [