|
|
|
|
383
|
v-bind:childResponse="childResponse"
|
383
|
v-bind:childResponse="childResponse"
|
384
|
v-if="org_template_info.template_id == 73"
|
384
|
v-if="org_template_info.template_id == 73"
|
385
|
></DialysisPrintOrderSeventythree>
|
385
|
></DialysisPrintOrderSeventythree>
|
|
|
386
|
+
|
|
|
387
|
+ <DialysisPrintOrderseventyfive
|
|
|
388
|
+ ref="childOne"
|
|
|
389
|
+ style="margin-top: 60px"
|
|
|
390
|
+ v-bind:childResponse="childResponse"
|
|
|
391
|
+ v-if="org_template_info.template_id == 75"
|
|
|
392
|
+ ></DialysisPrintOrderseventyfive>
|
|
|
393
|
+
|
|
|
394
|
+ <DialysisPrintOrderSeventysix
|
|
|
395
|
+ ref="childOne"
|
|
|
396
|
+ style="margin-top: 60px"
|
|
|
397
|
+ v-bind:childResponse="childResponse"
|
|
|
398
|
+ v-if="org_template_info.template_id == 76"
|
|
|
399
|
+ ></DialysisPrintOrderSeventysix>
|
|
|
400
|
+
|
386
|
</div>
|
401
|
</div>
|
387
|
|
402
|
|
388
|
<!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
|
403
|
<!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
|
|
|
|
|
449
|
import DialysisPrintOrderseventyone from './template/DialysisPrintOrderseventyone'
|
464
|
import DialysisPrintOrderseventyone from './template/DialysisPrintOrderseventyone'
|
450
|
import DialysisPrintOrderseventytwo from './template/DialysisPrintOrderseventytwo'
|
465
|
import DialysisPrintOrderseventytwo from './template/DialysisPrintOrderseventytwo'
|
451
|
import DialysisPrintOrderSeventythree from './template/DialysisPrintOrderSeventythree'
|
466
|
import DialysisPrintOrderSeventythree from './template/DialysisPrintOrderSeventythree'
|
|
|
467
|
+import DialysisPrintOrderseventyfive from './template/DialysisPrintOrderseventyfive'
|
|
|
468
|
+import DialysisPrintOrderSeventysix from './template/DialysisPrintOrderSeventysix'
|
452
|
export default {
|
469
|
export default {
|
453
|
name: "PrintIndex",
|
470
|
name: "PrintIndex",
|
454
|
components: {
|
471
|
components: {
|
|
|
|
|
506
|
DialysisPrintOrderSeventy,
|
523
|
DialysisPrintOrderSeventy,
|
507
|
DialysisPrintOrderseventyone,
|
524
|
DialysisPrintOrderseventyone,
|
508
|
DialysisPrintOrderseventytwo,
|
525
|
DialysisPrintOrderseventytwo,
|
509
|
- DialysisPrintOrderSeventythree
|
|
|
|
|
526
|
+ DialysisPrintOrderSeventythree,
|
|
|
527
|
+ DialysisPrintOrderseventyfive,
|
|
|
528
|
+ DialysisPrintOrderSeventysix
|
510
|
},
|
529
|
},
|
511
|
data() {
|
530
|
data() {
|
512
|
return {
|
531
|
return {
|