Browse Source

结算单

test_user 2 years ago
parent
commit
f312a904a8
1 changed files with 13 additions and 13 deletions
  1. 13 13
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 13 - 13
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -132,22 +132,22 @@
132 132
 
133 133
             <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"
134 134
                         @click="openZF(2)"
135
-                        type="primary">自费就诊明细上传成功(4203)
135
+                        type="primary">自费上传确认(4203)
136 136
             </el-button>
137 137
 
138
-            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"
139
-                        @click="openZF(3)"
140
-                        type="primary">自费就医明细费用查询(4207)
141
-            </el-button>
138
+<!--            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"-->
139
+<!--                        @click="openZF(3)"-->
140
+<!--                        type="primary">自费就医明细费用查询(4207)-->
141
+<!--            </el-button>-->
142 142
 
143
-            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"
144
-                        @click="openZF(4)"
145
-                        type="primary">自费就医就诊信息查询(4208)
146
-            </el-button>
147
-            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"
148
-                        @click="openZF(4)"
149
-                        type="primary">自费就医诊断查询(4209)
150
-            </el-button>
143
+<!--            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"-->
144
+<!--                        @click="openZF(4)"-->
145
+<!--                        type="primary">自费就医就诊信息查询(4208)-->
146
+<!--            </el-button>-->
147
+<!--            <el-button  size="small" v-if="org_id == 10138  || org_id == 10278"-->
148
+<!--                        @click="openZF(4)"-->
149
+<!--                        type="primary">自费就医诊断查询(4209)-->
150
+<!--            </el-button>-->
151 151
 
152 152
 
153 153