浏览代码

新分支

28169 1年前
父节点
当前提交
44868b354b

+ 1 - 1
src/api/role/admin.js 查看文件

282
     method:"Post",
282
     method:"Post",
283
     data:data,
283
     data:data,
284
   })
284
   })
285
-}
285
+}

+ 14 - 2
src/xt_pages/outpatientCharges/summary.vue 查看文件

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

+ 3 - 2
src/xt_pages/role/admin.vue 查看文件

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

+ 13 - 8
src/xt_pages/user/Sitemap.vue 查看文件

2
   <div>
2
   <div>
3
     <div class='content_top' style="width: 100%;margin-bottom: 20px;border-bottom:1px solid #DCDFE6;padding-bottom:10px">
3
     <div class='content_top' style="width: 100%;margin-bottom: 20px;border-bottom:1px solid #DCDFE6;padding-bottom:10px">
4
       <div style="font-size: 20px;">血管通路位点标记</div>
4
       <div style="font-size: 20px;">血管通路位点标记</div>
5
-      <div>
5
+      <!-- <div>
6
         <el-button type="primary">操作说明</el-button>
6
         <el-button type="primary">操作说明</el-button>
7
-      </div>
7
+      </div> -->
8
     </div>
8
     </div>
9
 
9
 
10
     <div style="width:80%;margin:auto;">
10
     <div style="width:80%;margin:auto;">
11
       <div style="margin-bottom:30px;width: 100%; position: relative;">
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
         <el-button type="primary" style="margin-right:20px;" @click="add" v-show="!append">添加/修改位点标记</el-button>
13
         <el-button type="primary" style="margin-right:20px;" @click="add" v-show="!append">添加/修改位点标记</el-button>
14
         <el-button type="primary" @click="printtup">打印</el-button>
14
         <el-button type="primary" @click="printtup">打印</el-button>
15
         <div style="display: inline-block;position: absolute;right: 10px;">
15
         <div style="display: inline-block;position: absolute;right: 10px;">
405
       this.append = false
405
       this.append = false
406
       this.centerDialogVisible = false
406
       this.centerDialogVisible = false
407
     },
407
     },
408
-    // open(){
409
-    //   this.imgDialogVisible = true
410
-    // },
408
+    open(){
409
+      this.imgDialogVisible = true
410
+    },
411
    
411
    
412
     a_item(e,val){
412
     a_item(e,val){
413
       console.log('asdfasdf222',this.Aarr);
413
       console.log('asdfasdf222',this.Aarr);
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
        var params = {
1033
        var params = {
1030
          id:this.id,
1034
          id:this.id,
1031
          is_append:is_append,
1035
          is_append:is_append,
1067
          left_v:0,
1071
          left_v:0,
1068
          aarr:this.Aarr,
1072
          aarr:this.Aarr,
1069
          varr:this.Varr,
1073
          varr:this.Varr,
1074
+         img_url:img_url,
1070
        }
1075
        }
1071
        console.log("paramswowwo",params)
1076
        console.log("paramswowwo",params)
1072
 
1077
 
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 查看文件

600
      // 替换
600
      // 替换
601
      coverSch(){
601
      coverSch(){
602
       this.tipDialogVisible=false
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
       let params={
609
       let params={
610
         id_one:this.cur_drag_info.id,
610
         id_one:this.cur_drag_info.id,
611
         id_two:this.currentData.currentData_id
611
         id_two:this.currentData.currentData_id
619
           this.$message.success("替换成功");
619
           this.$message.success("替换成功");
620
           this.tipDialogVisible = false
620
           this.tipDialogVisible = false
621
           this.tipDialogVisibleTwo = false
621
           this.tipDialogVisibleTwo = false
622
-          this.getSchedulesOne();
622
+          this.getlist();
623
         }
623
         }
624
       });
624
       });
625
     },
625
     },