|
@@ -234,13 +234,12 @@
|
234
|
234
|
|
235
|
235
|
<el-row>
|
236
|
236
|
<el-col :span="12">
|
237
|
|
- <el-form-item :label="advice_content_name" required prop="advice_name">
|
|
237
|
+ <el-form-item label="医嘱内容 :" required prop="advice_name">
|
238
|
238
|
<el-input v-model="templateForm.advice_name"></el-input>
|
239
|
239
|
</el-form-item>
|
240
|
240
|
</el-col>
|
241
|
241
|
<el-col :span="12">
|
242
|
|
-
|
243
|
|
- <el-form-item label="规格" prop="advice_desc">
|
|
242
|
+ <el-form-item label="规格 :" required prop="advice_desc">
|
244
|
243
|
<el-input v-model="templateForm.advice_desc"></el-input>
|
245
|
244
|
</el-form-item>
|
246
|
245
|
|
|
@@ -270,10 +269,10 @@
|
270
|
269
|
</el-col>
|
271
|
270
|
<el-col :span="12">
|
272
|
271
|
<el-form-item label="单次用量 :" prop="single_dose">
|
273
|
|
- <el-col :span="8">
|
|
272
|
+ <el-col :span="9">
|
274
|
273
|
<el-input v-model="templateForm.single_dose"></el-input>
|
275
|
274
|
</el-col>
|
276
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
275
|
+ <el-col class="line" :span="1"> </el-col>
|
277
|
276
|
<el-col :span="14">
|
278
|
277
|
<el-select
|
279
|
278
|
v-model="templateForm.single_dose_unit"
|
|
@@ -294,10 +293,10 @@
|
294
|
293
|
</el-col>
|
295
|
294
|
<el-col :span="12">
|
296
|
295
|
<el-form-item label="开药数量 :" prop="prescribing_number">
|
297
|
|
- <el-col :span="8">
|
|
296
|
+ <el-col :span="9">
|
298
|
297
|
<el-input v-model="templateForm.prescribing_number"></el-input>
|
299
|
298
|
</el-col>
|
300
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
299
|
+ <el-col class="line" :span="1"> </el-col>
|
301
|
300
|
<el-col :span="14">
|
302
|
301
|
<el-select
|
303
|
302
|
v-model="templateForm.prescribing_number_unit"
|
|
@@ -324,7 +323,7 @@
|
324
|
323
|
clearable
|
325
|
324
|
allow-create
|
326
|
325
|
placeholder="请选择(输入可搜索)"
|
327
|
|
- style="width:90%"
|
|
326
|
+ style="width:100%"
|
328
|
327
|
>
|
329
|
328
|
<el-option
|
330
|
329
|
v-for="item in drugways"
|
|
@@ -335,9 +334,6 @@
|
335
|
334
|
</el-select>
|
336
|
335
|
</el-form-item>
|
337
|
336
|
</el-col>
|
338
|
|
- </el-row>
|
339
|
|
- <el-row>
|
340
|
|
-
|
341
|
337
|
<el-col :span="12" v-if="!isAddChild">
|
342
|
338
|
<el-form-item label="执行频率 :" prop="execution_frequency">
|
343
|
339
|
<el-select
|
|
@@ -346,7 +342,7 @@
|
346
|
342
|
allow-create
|
347
|
343
|
filterable
|
348
|
344
|
placeholder="请选择(输入可搜索)"
|
349
|
|
- style="width:90%"
|
|
345
|
+ style="width:100%"
|
350
|
346
|
>
|
351
|
347
|
<el-option
|
352
|
348
|
v-for="item in executionFrequencyOptions"
|
|
@@ -386,7 +382,7 @@
|
386
|
382
|
<el-col :span="8">
|
387
|
383
|
<el-input v-model="templateFormEdit.drug_spec"></el-input>
|
388
|
384
|
</el-col>
|
389
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
385
|
+ <el-col class="line" :span="1"> </el-col>
|
390
|
386
|
<el-col :span="14">
|
391
|
387
|
<el-select
|
392
|
388
|
v-model="templateFormEdit.drug_spec_unit"
|
|
@@ -407,10 +403,10 @@
|
407
|
403
|
</el-col>
|
408
|
404
|
<el-col :span="12">
|
409
|
405
|
<el-form-item label="单次用量 :" prop="single_dose">
|
410
|
|
- <el-col :span="8">
|
|
406
|
+ <el-col :span="9">
|
411
|
407
|
<el-input v-model="templateFormEdit.single_dose"></el-input>
|
412
|
408
|
</el-col>
|
413
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
409
|
+ <el-col class="line" :span="1"> </el-col>
|
414
|
410
|
<el-col :span="14">
|
415
|
411
|
<el-select
|
416
|
412
|
v-model="templateFormEdit.single_dose_unit"
|
|
@@ -431,10 +427,10 @@
|
431
|
427
|
</el-col>
|
432
|
428
|
<el-col :span="12">
|
433
|
429
|
<el-form-item label="开药数量 :" prop="prescribing_number">
|
434
|
|
- <el-col :span="8">
|
|
430
|
+ <el-col :span="9">
|
435
|
431
|
<el-input v-model="templateFormEdit.prescribing_number"></el-input>
|
436
|
432
|
</el-col>
|
437
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
433
|
+ <el-col class="line" :span="1"> </el-col>
|
438
|
434
|
<el-col :span="14">
|
439
|
435
|
<el-select
|
440
|
436
|
v-model="templateFormEdit.prescribing_number_unit"
|
|
@@ -472,9 +468,7 @@
|
472
|
468
|
</el-select>
|
473
|
469
|
</el-form-item>
|
474
|
470
|
</el-col>
|
475
|
|
- </el-row>
|
476
|
|
- <el-row>
|
477
|
|
-
|
|
471
|
+
|
478
|
472
|
<el-col :span="12" v-if="templateFormEdit.parent_id == 0">
|
479
|
473
|
<el-form-item label="执行频率 :" prop="execution_frequency">
|
480
|
474
|
<el-select
|
|
@@ -569,20 +563,21 @@
|
569
|
563
|
:model="templateForm"
|
570
|
564
|
label-width="90px"
|
571
|
565
|
>
|
572
|
|
- <el-form-item label="医嘱内容 :" required prop="advice_name">
|
573
|
|
- <el-input v-model="templateForm.advice_name" style="width:50%"></el-input>
|
574
|
|
- </el-form-item>
|
575
|
|
-
|
576
|
566
|
<el-row>
|
|
567
|
+ <el-col :span="12">
|
|
568
|
+ <el-form-item label="医嘱内容 :" required prop="advice_name">
|
|
569
|
+ <el-input v-model="templateForm.advice_name" ></el-input>
|
|
570
|
+ </el-form-item>
|
|
571
|
+ </el-col>
|
577
|
572
|
<el-col :span="12">
|
578
|
573
|
<el-form-item label="规格 :" required prop="advice_desc">
|
579
|
574
|
<el-input v-model="templateForm.advice_desc"></el-input>
|
580
|
575
|
</el-form-item>
|
581
|
576
|
<!-- <el-form-item label="药品规格 :" prop="drug_spec">
|
582
|
|
- <el-col :span="8">
|
|
577
|
+ <el-col :span="9">
|
583
|
578
|
<el-input v-model="templateForm.drug_spec"></el-input>
|
584
|
579
|
</el-col>
|
585
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
580
|
+ <el-col class="line" :span="1"> </el-col>
|
586
|
581
|
<el-col :span="14">
|
587
|
582
|
<el-select
|
588
|
583
|
v-model="templateForm.drug_spec_unit"
|
|
@@ -603,10 +598,10 @@
|
603
|
598
|
</el-col>
|
604
|
599
|
<el-col :span="12">
|
605
|
600
|
<el-form-item label="单次用量 :" prop="single_dose">
|
606
|
|
- <el-col :span="8">
|
|
601
|
+ <el-col :span="9">
|
607
|
602
|
<el-input v-model="templateForm.single_dose"></el-input>
|
608
|
603
|
</el-col>
|
609
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
604
|
+ <el-col class="line" :span="1"> </el-col>
|
610
|
605
|
<el-col :span="14">
|
611
|
606
|
<el-select
|
612
|
607
|
v-model="templateForm.single_dose_unit"
|
|
@@ -627,10 +622,10 @@
|
627
|
622
|
</el-col>
|
628
|
623
|
<el-col :span="12">
|
629
|
624
|
<el-form-item label="开药数量 :" prop="prescribing_number">
|
630
|
|
- <el-col :span="8">
|
|
625
|
+ <el-col :span="9">
|
631
|
626
|
<el-input v-model="templateForm.prescribing_number"></el-input>
|
632
|
627
|
</el-col>
|
633
|
|
- <el-col class="line" :span="2"> </el-col>
|
|
628
|
+ <el-col class="line" :span="1"> </el-col>
|
634
|
629
|
<el-col :span="14">
|
635
|
630
|
<el-select
|
636
|
631
|
v-model="templateForm.prescribing_number_unit"
|
|
@@ -657,7 +652,7 @@
|
657
|
652
|
clearable
|
658
|
653
|
allow-create
|
659
|
654
|
placeholder="请选择(输入可搜索)"
|
660
|
|
- style="width:90%"
|
|
655
|
+ style="width:100%"
|
661
|
656
|
>
|
662
|
657
|
<el-option
|
663
|
658
|
v-for="item in drugways"
|
|
@@ -668,9 +663,6 @@
|
668
|
663
|
</el-select>
|
669
|
664
|
</el-form-item>
|
670
|
665
|
</el-col>
|
671
|
|
- </el-row>
|
672
|
|
- <el-row>
|
673
|
|
-
|
674
|
666
|
<el-col :span="12">
|
675
|
667
|
<el-form-item label="执行频率 :" prop="execution_frequency">
|
676
|
668
|
<el-select
|
|
@@ -679,7 +671,7 @@
|
679
|
671
|
allow-create
|
680
|
672
|
filterable
|
681
|
673
|
placeholder="请选择(输入可搜索)"
|
682
|
|
- style="width:90%"
|
|
674
|
+ style="width:100%"
|
683
|
675
|
>
|
684
|
676
|
<el-option
|
685
|
677
|
v-for="item in executionFrequencyOptions"
|