Browse Source

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

csx 4 years ago
parent
commit
f86a93289d
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 6 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

211
       </div>
211
       </div>
212
     </div>
212
     </div>
213
     <additionalCharges ref='additionalCharges' @click="addCharges" :addtions_charge="addtions_charge"></additionalCharges>
213
     <additionalCharges ref='additionalCharges' @click="addCharges" :addtions_charge="addtions_charge"></additionalCharges>
214
+
215
+   <register-dialog></register-dialog>
216
+
214
   </div>
217
   </div>
215
 </template>
218
 </template>
216
 
219
 
224
   import additionalCharges from './components/additionalCharges'
227
   import additionalCharges from './components/additionalCharges'
225
   import { getPatientInformation, getPatientList } from '@/api/project/project'
228
   import { getPatientInformation, getPatientList } from '@/api/project/project'
226
   import { getPatientInfo, getSchedulePatientList, register, upload,Refund } from '@/api/his/his'
229
   import { getPatientInfo, getSchedulePatientList, register, upload,Refund } from '@/api/his/his'
230
+  import RegisterDialog from "./components/registerDialog";
227
 
231
 
228
   const moment = require('moment')
232
   const moment = require('moment')
229
   export default {
233
   export default {
230
     components: {
234
     components: {
235
+      RegisterDialog,
231
       BreadCrumb,
236
       BreadCrumb,
232
       noCharge,
237
       noCharge,
233
       charged,
238
       charged,
473
         }
478
         }
474
       },
479
       },
475
       open(index) {
480
       open(index) {
476
-        console.log('index', index)
481
+
477
         if (index == 1) {
482
         if (index == 1) {
478
 
483
 
479
         } else if (index == 2) {
484
         } else if (index == 2) {