Browse Source

新分支

28169 1 year ago
parent
commit
44868b354b

+ 1 - 1
src/api/role/admin.js View File

@@ -282,4 +282,4 @@ export function UploadPrintOrder(data){
282 282
     method:"Post",
283 283
     data:data,
284 284
   })
285
-}
285
+}

+ 14 - 2
src/xt_pages/outpatientCharges/summary.vue View File

@@ -124,10 +124,10 @@
124 124
           <!--          </el-button-->
125 125
           <!--          >-->
126 126
 
127
-           <el-button size="small" type="primary" @click="export_detail_three">报表下载12</el-button>
127
+<!--           <el-button size="small" type="primary" @click="export_detail_three">报表下载12</el-button>-->
128 128
           <!-- <el-button size="small" type="primary" @click="export_detail_four">报表下载3</el-button>-->
129 129
           <!-- <el-button size="small" type="primary" @click="export_detail_five">报表下载3</el-button>-->
130
-           <el-button size="small" type="primary" @click="export_detail_six">报表下载9</el-button>
130
+<!--           <el-button size="small" type="primary" @click="export_detail_six">报表下载9</el-button>-->
131 131
           <!-- <el-button size="small" type="primary" @click="export_detail_tenone">报表下载10</el-button>-->
132 132
           <!--  <el-button size="small" type="primary" @click="export_detail_seven">报表下载4</el-button>-->
133 133
 
@@ -2677,6 +2677,7 @@ export default {
2677 2677
               治疗费:0,
2678 2678
               材料费:0,
2679 2679
               中成药费:0,
2680
+              护理费:0,
2680 2681
               备注: "就诊日期:" + this.getTimes(order.settle_accounts_date) + " 医保报销: "+order.fund_pay_sumamt + " 现金:"+order.psn_cash_pay,
2681 2682
             }
2682 2683
             let xiyaoPrice = 0
@@ -2685,6 +2686,8 @@ export default {
2685 2686
             let zhiLiaoPrice = 0
2686 2687
             let cailiaoPrice = 0
2687 2688
             let zhongchengyaoPrice = 0
2689
+            let huliPrice = 0
2690
+
2688 2691
 
2689 2692
               for (let b = 0; b < order.info.length; b++) {
2690 2693
                 if(order.info[b].med_chrgitm_type ==  '09'){
@@ -2705,6 +2708,10 @@ export default {
2705 2708
                 if(order.info[b].med_chrgitm_type ==  '11'){
2706 2709
                   zhongchengyaoPrice = zhongchengyaoPrice + order.info[b].det_item_fee_sumamt
2707 2710
                 }
2711
+
2712
+                if(order.info[b].med_chrgitm_type ==  '07'){
2713
+                  huliPrice = huliPrice + order.info[b].det_item_fee_sumamt
2714
+                }
2708 2715
               }
2709 2716
             obj.西药费 = xiyaoPrice
2710 2717
             obj.化验费 = huaYanPrice
@@ -2712,6 +2719,8 @@ export default {
2712 2719
             obj.治疗费 = zhiLiaoPrice
2713 2720
             obj.材料费 = cailiaoPrice
2714 2721
             obj.中成药费 = zhongchengyaoPrice
2722
+            obj.护理费 = huliPrice
2723
+
2715 2724
 
2716 2725
 
2717 2726
             list.push(obj)
@@ -2727,6 +2736,8 @@ export default {
2727 2736
               "治疗费",
2728 2737
               "材料费",
2729 2738
               "中成药费",
2739
+              "护理费",
2740
+
2730 2741
               "备注",
2731 2742
             ];
2732 2743
             const filterVal = [
@@ -2738,6 +2749,7 @@ export default {
2738 2749
               "治疗费",
2739 2750
               "材料费",
2740 2751
               "中成药费",
2752
+              "护理费",
2741 2753
               "备注",
2742 2754
             ];
2743 2755
             const data = this.formatJson(filterVal, list);

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

@@ -177,7 +177,7 @@
177 177
           style="float:left"
178 178
           @click="toEnd">结束签署</el-button> -->
179 179
            
180
-         
180
+       
181 181
           
182 182
      </div>
183 183
     
@@ -1013,7 +1013,8 @@ export default {
1013 1013
           this.$message.success("保存成功")
1014 1014
         }
1015 1015
       })
1016
-    }
1016
+    },
1017
+   
1017 1018
   },
1018 1019
   watch: {
1019 1020
     should_update_admins(should_change) {

+ 13 - 8
src/xt_pages/user/Sitemap.vue View File

@@ -2,14 +2,14 @@
2 2
   <div>
3 3
     <div class='content_top' style="width: 100%;margin-bottom: 20px;border-bottom:1px solid #DCDFE6;padding-bottom:10px">
4 4
       <div style="font-size: 20px;">血管通路位点标记</div>
5
-      <div>
5
+      <!-- <div>
6 6
         <el-button type="primary">操作说明</el-button>
7
-      </div>
7
+      </div> -->
8 8
     </div>
9 9
 
10 10
     <div style="width:80%;margin:auto;">
11 11
       <div style="margin-bottom:30px;width: 100%; position: relative;">
12
-        <!-- <el-button type="primary" style="margin-right:20px;" @click="open">更换图片</el-button> -->
12
+        <el-button type="primary" style="margin-right:20px;" @click="open">更换图片</el-button>
13 13
         <el-button type="primary" style="margin-right:20px;" @click="add" v-show="!append">添加/修改位点标记</el-button>
14 14
         <el-button type="primary" @click="printtup">打印</el-button>
15 15
         <div style="display: inline-block;position: absolute;right: 10px;">
@@ -405,9 +405,9 @@ export default{
405 405
       this.append = false
406 406
       this.centerDialogVisible = false
407 407
     },
408
-    // open(){
409
-    //   this.imgDialogVisible = true
410
-    // },
408
+    open(){
409
+      this.imgDialogVisible = true
410
+    },
411 411
    
412 412
     a_item(e,val){
413 413
       console.log('asdfasdf222',this.Aarr);
@@ -1025,7 +1025,11 @@ export default{
1025 1025
         }
1026 1026
       }
1027 1027
    
1028
-
1028
+      
1029
+       var img_url = ""
1030
+       if(this.fileList!=null && this.fileList.length>0){
1031
+          img_url = this.fileList[0].img_url
1032
+       }
1029 1033
        var params = {
1030 1034
          id:this.id,
1031 1035
          is_append:is_append,
@@ -1067,6 +1071,7 @@ export default{
1067 1071
          left_v:0,
1068 1072
          aarr:this.Aarr,
1069 1073
          varr:this.Varr,
1074
+         img_url:img_url,
1070 1075
        }
1071 1076
        console.log("paramswowwo",params)
1072 1077
 
@@ -1215,7 +1220,7 @@ export default{
1215 1220
               }
1216 1221
              }
1217 1222
           
1218
-             
1223
+             this.fileList[0].img_url =  sitemap.img_url
1219 1224
             }
1220 1225
 
1221 1226
          }

+ 7 - 7
src/xt_pages/workforce/Patientshift.vue View File

@@ -600,12 +600,12 @@ export default {
600 600
      // 替换
601 601
      coverSch(){
602 602
       this.tipDialogVisible=false
603
-      this.currentData={
604
-        currentData_id:this.cur_drag_info.id,
605
-        currentData_name:this.cur_drag_info.name,
606
-        currentData_quhao:this.cur_drag_info.quhao,
607
-        currentData_chaung:this.cur_drag_info.chaung,
608
-      }
603
+      // this.currentData={
604
+      //   currentData_id:this.cur_drag_info.id,
605
+      //   currentData_name:this.cur_drag_info.name,
606
+      //   currentData_quhao:this.cur_drag_info.quhao,
607
+      //   currentData_chaung:this.cur_drag_info.chaung,
608
+      // }
609 609
       let params={
610 610
         id_one:this.cur_drag_info.id,
611 611
         id_two:this.currentData.currentData_id
@@ -619,7 +619,7 @@ export default {
619 619
           this.$message.success("替换成功");
620 620
           this.tipDialogVisible = false
621 621
           this.tipDialogVisibleTwo = false
622
-          this.getSchedulesOne();
622
+          this.getlist();
623 623
         }
624 624
       });
625 625
     },