瀏覽代碼

提交代码

陈少旭 1 年之前
父節點
當前提交
775ab1f629

+ 7 - 0
src/xt_pages/outpatientCharges/chargeDetailManagement.vue 查看文件

@@ -985,12 +985,16 @@ export default {
985 985
               obj['statistical_classification'] = ''
986 986
               obj['medical_code'] = project_month_prescriptions.project[a].project.medical_code
987 987
               obj['project_name'] = project_month_prescriptions.project[a].project.project_name
988
+              obj['project'] = project_month_prescriptions.project[a].project
989
+
988 990
               obj['type'] = 2
989 991
 
990 992
             } else if (project_month_prescriptions.project[a].type == 3) {
991 993
               obj['statistical_classification'] = ''
992 994
               obj['medical_code'] = project_month_prescriptions.project[a].good_info.medical_insurance_number
993 995
               obj['project_name'] = project_month_prescriptions.project[a].good_info.good_name
996
+              obj['good_info'] = project_month_prescriptions.project[a].good_info
997
+
994 998
               obj['type'] = 3
995 999
 
996 1000
             }
@@ -1308,6 +1312,8 @@ export default {
1308 1312
                 obj['statistical_classification'] = prescription.project[b].team.project_team
1309 1313
                 obj['medical_code'] = prescription.project[b].project.medical_code
1310 1314
                 obj['project_name'] = prescription.project[b].project.project_name
1315
+                obj['project'] = prescription.project[b].project
1316
+
1311 1317
                 obj['spec'] = ''
1312 1318
                 obj['name_id'] = 0
1313 1319
 
@@ -1317,6 +1323,7 @@ export default {
1317 1323
                 obj['project_name'] = prescription.project[b].good_info.good_name
1318 1324
                 obj['spec'] = prescription.project[b].good_info.specification_name
1319 1325
                 obj['name_id'] = prescription.project[b].good_info.manufacturer
1326
+                obj['good_info'] = prescription.project[b].good_info
1320 1327
 
1321 1328
               }
1322 1329
 

+ 7 - 1
src/xt_pages/outpatientCharges/componenttwo/chargeMonthPrescriptionTable.vue 查看文件

@@ -58,7 +58,12 @@
58 58
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
59 59
       <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
60 60
       <el-table-column align="center" prop="project_name" label="名称">
61
-        <template slot-scope="scope">{{ scope.row.project_name }}</template>
61
+<!--        <template slot-scope="scope">{{ scope.row.project_name }}</template>-->
62
+        <template slot-scope="scope">
63
+          <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
64
+          <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
65
+          <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
66
+        </template>
62 67
       </el-table-column>
63 68
       <el-table-column align="center" prop="statistical_classification" width="100" label="组">
64 69
         <template slot-scope="scope">{{getGroup(scope.row.statistical_classification)}}</template>
@@ -127,6 +132,7 @@
127 132
     },
128 133
     data() {
129 134
       return {
135
+        org_id:this.$store.getters.xt_user.org_id,
130 136
         drugways: [],
131 137
         efs: []
132 138
       }

+ 6 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue 查看文件

@@ -143,7 +143,11 @@
143 143
                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
144 144
             <el-table-column align="center" type="index" width="40" label="序号" fixed></el-table-column>
145 145
             <el-table-column align="center" prop="project_name" label="名称" fixed>
146
-                <template slot-scope="scope"><span :title="scope.row.project_name">{{ scope.row.project_name }}</span>
146
+                <template slot-scope="scope">
147
+                  <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
148
+                  <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
149
+                  <span v-if="org_id == 1026&&scope.row.type==2">{{ scope.row.project_name }}</span>
150
+
147 151
                 </template>
148 152
             </el-table-column>
149 153
             <el-table-column align="center" prop="statistical_classification" width="100" label="组">
@@ -266,6 +270,7 @@
266 270
 
267 271
     data() {
268 272
       return {
273
+        org_id:this.$store.getters.xt_user.org_id,
269 274
         advices: [],
270 275
         tableData: [],
271 276
         newoptions: [{