Browse Source

提交代码

陈少旭 10 months ago
parent
commit
d82ba7d3ce

+ 13 - 7
src/xt_pages/outpatientCharges/summary.vue View File

@@ -145,11 +145,11 @@
145 145
           <!--          </el-button-->
146 146
           <!--          >-->
147 147
 
148
-<!--          <el-button size="small" type="primary" @click="export_detail_three">报表下载12</el-button>-->
148
+          <el-button size="small" type="primary" @click="export_detail_three">报表下载12</el-button>
149 149
           <el-button size="small" type="primary" @click="accounts_click()">门诊结账</el-button>
150 150
           <!-- <el-button size="small" type="primary" @click="export_detail_four">报表下载3</el-button>-->
151 151
           <!-- <el-button size="small" type="primary" @click="export_detail_five">报表下载3</el-button>-->
152
-          <!--           <el-button size="small" type="primary" @click="export_detail_six">诊疗下载</el-button>-->
152
+<!--                     <el-button size="small" type="primary" @click="export_detail_six">诊疗下载</el-button>-->
153 153
           <!-- <el-button size="small" type="primary" @click="export_detail_tenone">报表下载10</el-button>-->
154 154
           <!--  <el-button size="small" type="primary" @click="export_detail_seven">报表下载4</el-button>-->
155 155
 
@@ -926,6 +926,12 @@ export default {
926 926
         case 21:
927 927
           return '普通住院'
928 928
           break
929
+        case 140104:
930
+          return '城乡门诊特殊病(140104)'
931
+          break
932
+        case 992102:
933
+          return '单病种(992102)'
934
+          break
929 935
       }
930 936
     },
931 937
     cancelUploadTwo(row) {
@@ -2022,7 +2028,7 @@ export default {
2022 2028
           var tarList = []
2023 2029
           for (let i = 0; i < list.length; i++) {
2024 2030
             let obj = {
2025
-              '周期': '2023年第四季度',
2031
+              '周期': '2024年第一季度',
2026 2032
               '类别': '门诊',
2027 2033
               '医保目录编码': list[i].code,
2028 2034
               '医保目录名称': list[i].name,
@@ -3462,7 +3468,7 @@ export default {
3462 3468
               实收金额: order.medfee_sumamt,
3463 3469
               医保统筹金额: order.hifp_pay,
3464 3470
               大额基金金额: order.hifob_pay,
3465
-              大病基金金额: hifmi_pay,
3471
+              大病基金金额: order.hifmi_pay,
3466 3472
               补充保险基金金额: order.hifes_pay,
3467 3473
               医疗救助基金金额: order.maf_pay,
3468 3474
               公务员基金: order.cvlserv_pay,
@@ -3680,7 +3686,7 @@ export default {
3680 3686
         let total = 0
3681 3687
 
3682 3688
         for (let a = 0; a < project_month_prescriptions.project.length; a++) {
3683
-          if (project_ids[i].price == project_month_prescriptions.project[a].project.price && project_ids[i].id == project_month_prescriptions.project[a].project.project_id) {
3689
+          if (project_ids[i].price == project_month_prescriptions.project[a].pric && project_ids[i].id == project_month_prescriptions.project[a].project.project_id) {
3684 3690
 
3685 3691
             if (project_month_prescriptions.project[a].project.type == 2) {
3686 3692
               obj['name'] = project_month_prescriptions.project[a].project.project.project_name
@@ -3869,8 +3875,8 @@ export default {
3869 3875
       //   console.log('6666666',tableData);
3870 3876
       //   let arr = []
3871 3877
       //   for (let i = 0; i < tableData.length; i++) {
3872
-          
3873
-      //     if (tableData[i].patient.name.indexOf(this.keywords) != -1 || 
3878
+
3879
+      //     if (tableData[i].patient.name.indexOf(this.keywords) != -1 ||
3874 3880
       //       tableData[i].patient.first_letter.indexOf(this.keywords) != -1) {
3875 3881
       //       arr = arr.concat(tableData[i])
3876 3882
       //     }

+ 2 - 1
src/xt_pages/outpatientTool/components/settle.vue View File

@@ -94,7 +94,8 @@
94 94
                   <div v-if="scope.row.med_type == '14'">门诊特殊病</div>
95 95
                   <div v-if="scope.row.med_type == '11'">普通门诊</div>
96 96
                   <div v-if="scope.row.med_type == '1112'">普通门诊</div>
97
-
97
+                  <div v-if="scope.row.med_type == '140104'">城乡门诊特殊病(140104)</div>
98
+                  <div v-if="scope.row.med_type == '992102'">单病种(992102)</div>
98 99
               </template>
99 100
           </el-table-column>
100 101
           <el-table-column align="center" prop="medfee_sumamt" label="医疗费总额">