Browse Source

Merge branch '20220812' of http://git.shengws.com/csx/Vue_New into 20220812

28169 1 year ago
parent
commit
8e9aef0c00

+ 3 - 3
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -42,7 +42,7 @@
42 42
       <!--      <print-other :info="info" v-if="org_id == 9919"></print-other>-->
43 43
       <!--      <printOne :info=" info" v-if="org_id == 10215 && this.paramsObj.balance_accounts_type == 2"></printOne>-->
44 44
       <printFive
45
-          v-if="org_id == 0  || org_id == 10191"
45
+          v-if="org_id == 0"
46 46
           :info="info"
47 47
           :paramsObj="paramsObj"
48 48
           :balanceAccounts="balanceAccounts"
@@ -271,8 +271,8 @@ export default {
271 271
             scanStyles: false,
272 272
           });
273 273
         } else if (
274
-            this.$store.getters.xt_user.org_id == 0 ||
275
-            this.$store.getters.xt_user.org_id == 10191
274
+            this.$store.getters.xt_user.org_id == 0
275
+
276 276
         ) {
277 277
           const style =
278 278
               "@media print {.statementTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 14px;border-color: #000;} .statementTable thead{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;} .statementTable tbody{text-align:left;} .statementTable tbody .view_tr{text-align:center;border: 1px solid;} tbody .dashed_tr{border: 1px dashed;text-align:center} .list_table{width: 100%;margin-bottom: 100px;} tbody tr td div{height:25px;}}";

+ 38 - 0
src/xt_pages/outpatientCharges/summary.vue View File

@@ -1817,11 +1817,45 @@ export default {
1817 1817
               }
1818 1818
             }
1819 1819
 
1820
+            let insuplc_admdvs_name = ""
1821
+            if (order.his_patient.insuplc_admdvs == "440703"){
1822
+              insuplc_admdvs_name = "蓬江区"
1823
+
1824
+
1825
+            } else if (order.his_patient.insuplc_admdvs == "440704"){
1826
+
1827
+              insuplc_admdvs_name = "江海区"
1828
+
1829
+
1830
+            } else if (order.his_patient.insuplc_admdvs == "440705"){
1831
+
1832
+              insuplc_admdvs_name = "新会区"
1833
+
1834
+
1835
+            }else if (order.his_patient.insuplc_admdvs == "440781"){
1836
+
1837
+              insuplc_admdvs_name = "台山市"
1838
+
1839
+            }else if (order.his_patient.insuplc_admdvs == "440783"){
1840
+              insuplc_admdvs_name = "开平市"
1841
+
1842
+            }else if (order.his_patient.insuplc_admdvs == "440784"){
1843
+              insuplc_admdvs_name = "鹤山市"
1844
+
1845
+            }else if (order.his_patient.insuplc_admdvs == "440785"){
1846
+              insuplc_admdvs_name = "恩平市"
1847
+
1848
+            }else if (order.his_patient.insuplc_admdvs == "440799"){
1849
+              insuplc_admdvs_name = "市直"
1850
+            }
1851
+
1820 1852
             let obj = {
1821 1853
               就诊号: order.mdtrt_id,
1822 1854
               患者姓名: name,
1823 1855
               开处时间: time,
1824 1856
               险种类型: insutypeName,
1857
+              参保所属医保区划: order.his_patient.insuplc_admdvs,
1858
+              属地名称: insuplc_admdvs_name,
1825 1859
               应收金额: order.medfee_sumamt,
1826 1860
               实收金额: order.medfee_sumamt,
1827 1861
               医保统筹金额: order.hifp_pay,
@@ -1855,6 +1889,8 @@ export default {
1855 1889
               "患者姓名",
1856 1890
               "开处时间",
1857 1891
               "险种类型",
1892
+              "参保所属医保区划",
1893
+             "属地名称",
1858 1894
               "应收金额",
1859 1895
               "实收金额",
1860 1896
               "医保统筹金额",
@@ -1884,6 +1920,8 @@ export default {
1884 1920
               "患者姓名",
1885 1921
               "开处时间",
1886 1922
               "险种类型",
1923
+              "参保所属医保区划",
1924
+              "属地名称",
1887 1925
               "应收金额",
1888 1926
               "实收金额",
1889 1927
               "医保统筹金额",