Procházet zdrojové kódy

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

csx před 4 roky
rodič
revize
f723551084

+ 60 - 60
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -83,9 +83,9 @@
83 83
           >结算单
84 84
           </el-button>
85 85
 
86
-          <!--<el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919" size="small" @click="open(10)" type="primary"-->
87
-          <!--&gt;退号-->
88
-          <!--</el-button>-->
86
+          <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919" size="small" @click="open(10)" type="primary"
87
+          >退号
88
+          </el-button>
89 89
 
90 90
           <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
91 91
                      size="small" @click="open(11)" type="primary"
@@ -97,10 +97,10 @@
97 97
           <!--&gt;查编码-->
98 98
           <!--</el-button>-->
99 99
 
100
-          <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
101
-                     size="small" @click="open(13)" type="primary"
102
-          >查待遇
103
-          </el-button>
100
+          <!--<el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"-->
101
+                     <!--size="small" @click="open(13)" type="primary"-->
102
+          <!--&gt;查待遇-->
103
+          <!--</el-button>-->
104 104
 
105 105
 
106 106
         </div>
@@ -179,61 +179,61 @@
179 179
                 </div>
180 180
               </div>
181 181
             </el-tab-pane>
182
-            <!--<el-tab-pane label="月结" name="second">-->
183
-            <!--<div style="display:flex;height:100%;">-->
184
-            <!--<div class="centerLeft">-->
185
-            <!--<div class="tabsBox">-->
186
-            <!--&lt;!&ndash;<el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button>&ndash;&gt;-->
187
-            <!--<el-tabs class="preTabs" v-model="editableTabsValue" type="card" closable>-->
188
-
189
-            <!--<el-tab-pane-->
190
-            <!--v-for="(item, index) in month_prescriptions"-->
191
-            <!--:key="index"-->
192
-            <!--:label="item.name"-->
193
-            <!--:name="item.name"-->
194
-            <!--&gt;-->
195
-            <!--</el-tab-pane>-->
196
-
197
-            <!--<div class="RP">-->
198
-            <!--Rp-->
199
-            <!--<el-date-picker-->
200
-            <!--v-model="other_start_time"-->
201
-            <!--prefix-icon="el-icon-date"-->
202
-            <!--@change="changeTime"-->
203
-            <!--:editable="false"-->
204
-            <!--style="width: 150px;"-->
205
-            <!--type="date"-->
206
-            <!--:picker-options="pickerOptions"-->
207
-            <!--placeholder="选择开始时间"-->
208
-            <!--align="right"-->
209
-            <!--format="yyyy-MM-dd"-->
210
-            <!--value-format="yyyy-MM-dd"-->
211
-            <!--&gt;</el-date-picker>-->
212
-            <!--<span class>-</span>-->
213
-            <!--<el-date-picker-->
214
-            <!--v-model="other_end_time"-->
215
-            <!--prefix-icon="el-icon-date"-->
216
-            <!--@change="changeEndTime"-->
217
-            <!--:editable="false"-->
218
-            <!--style="width: 150px;"-->
219
-            <!--type="date"-->
220
-            <!--placeholder="选择结束时间"-->
221
-            <!--align="right"-->
222
-            <!--format="yyyy-MM-dd"-->
223
-            <!--value-format="yyyy-MM-dd"-->
224
-            <!--&gt;</el-date-picker>-->
225
-            <!--</div>-->
226
-            <!--&lt;!&ndash;<prescription-table :preTableData='preTableData'></prescription-table>&ndash;&gt;-->
227
-            <!--</el-tabs>-->
182
+            <el-tab-pane label="月结" name="second">
183
+            <div style="display:flex;height:100%;">
184
+            <div class="centerLeft">
185
+            <div class="tabsBox">
186
+            <!--<el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button>-->
187
+            <el-tabs class="preTabs" v-model="editableTabsValue" type="card" closable>
188
+
189
+            <el-tab-pane
190
+            v-for="(item, index) in month_prescriptions"
191
+            :key="index"
192
+            :label="item.name"
193
+            :name="item.name"
194
+            >
195
+            </el-tab-pane>
228 196
 
197
+            <div class="RP">
198
+            Rp
199
+            <el-date-picker
200
+            v-model="other_start_time"
201
+            prefix-icon="el-icon-date"
202
+            @change="changeTime"
203
+            :editable="false"
204
+            style="width: 150px;"
205
+            type="date"
206
+            :picker-options="pickerOptions"
207
+            placeholder="选择开始时间"
208
+            align="right"
209
+            format="yyyy-MM-dd"
210
+            value-format="yyyy-MM-dd"
211
+            ></el-date-picker>
212
+            <span class>-</span>
213
+            <el-date-picker
214
+            v-model="other_end_time"
215
+            prefix-icon="el-icon-date"
216
+            @change="changeEndTime"
217
+            :editable="false"
218
+            style="width: 150px;"
219
+            type="date"
220
+            placeholder="选择结束时间"
221
+            align="right"
222
+            format="yyyy-MM-dd"
223
+            value-format="yyyy-MM-dd"
224
+            ></el-date-picker>
225
+            </div>
226
+            <!--<prescription-table :preTableData='preTableData'></prescription-table>-->
227
+            </el-tabs>
228
+
229
+            </div>
230
+            <!--<div class="costBox">-->
231
+            <!--<span>当前处方总费用:<span style="color:red;">{{ total }}元</span></span>-->
232
+            <!--<span>{{ state }}</span>-->
229 233
             <!--</div>-->
230
-            <!--&lt;!&ndash;<div class="costBox">&ndash;&gt;-->
231
-            <!--&lt;!&ndash;<span>当前处方总费用:<span style="color:red;">{{ total }}元</span></span>&ndash;&gt;-->
232
-            <!--&lt;!&ndash;<span>{{ state }}</span>&ndash;&gt;-->
233
-            <!--&lt;!&ndash;</div>&ndash;&gt;-->
234
-            <!--</div>-->
235
-            <!--</div>-->
236
-            <!--</el-tab-pane>-->
234
+            </div>
235
+            </div>
236
+            </el-tab-pane>
237 237
           </el-tabs>
238 238
 
239 239