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