|
@@ -141,6 +141,12 @@
|
141
|
141
|
<span v-if="scope.row.parent_row==0">{{scope.row.execution_frequency}}</span>
|
142
|
142
|
</template>
|
143
|
143
|
</el-table-column>
|
|
144
|
+
|
|
145
|
+ <!--<el-table-column label="医嘱嘱托" min-width="80" property="remark" align="center">-->
|
|
146
|
+ <!--<template slot-scope="scope">-->
|
|
147
|
+ <!--<span v-if="scope.row.parent_row==0">{{scope.row.remark}}</span>-->
|
|
148
|
+ <!--</template>-->
|
|
149
|
+ <!--</el-table-column>-->
|
144
|
150
|
</el-table>
|
145
|
151
|
</el-col>
|
146
|
152
|
</el-row>
|
|
@@ -229,6 +235,7 @@
|
229
|
235
|
<span v-if="scope.row.parent_row==0">{{scope.row.delivery_way}}</span>
|
230
|
236
|
</template>
|
231
|
237
|
</el-table-column>
|
|
238
|
+
|
232
|
239
|
<el-table-column
|
233
|
240
|
label="执行频率"
|
234
|
241
|
min-width="80"
|
|
@@ -239,6 +246,8 @@
|
239
|
246
|
<span v-if="scope.row.parent_row==0">{{scope.row.execution_frequency}}</span>
|
240
|
247
|
</template>
|
241
|
248
|
</el-table-column>
|
|
249
|
+
|
|
250
|
+
|
242
|
251
|
</el-table>
|
243
|
252
|
</el-col>
|
244
|
253
|
</el-row>
|
|
@@ -326,14 +335,14 @@
|
326
|
335
|
</el-row>
|
327
|
336
|
<el-row>
|
328
|
337
|
<el-col :span="12">
|
329
|
|
- <el-form-item label="单次用量 :" prop="single_dose">
|
|
338
|
+ <el-form-item label="开药数量 :" prop="prescribing_number">
|
330
|
339
|
<el-col :span="8">
|
331
|
|
- <el-input v-model="nameForm.single_dose"></el-input>
|
|
340
|
+ <el-input v-model="nameForm.prescribing_number"></el-input>
|
332
|
341
|
</el-col>
|
333
|
342
|
<el-col class="line" :span="2"> </el-col>
|
334
|
343
|
<el-col :span="14">
|
335
|
344
|
<el-select
|
336
|
|
- v-model="nameForm.single_dose_unit"
|
|
345
|
+ v-model="nameForm.prescribing_number_unit"
|
337
|
346
|
filterable
|
338
|
347
|
clearable
|
339
|
348
|
allow-create
|
|
@@ -349,15 +358,16 @@
|
349
|
358
|
</el-col>
|
350
|
359
|
</el-form-item>
|
351
|
360
|
</el-col>
|
|
361
|
+
|
352
|
362
|
<el-col :span="12">
|
353
|
|
- <el-form-item label="开药数量 :" prop="prescribing_number">
|
|
363
|
+ <el-form-item label="单次用量 :" prop="single_dose">
|
354
|
364
|
<el-col :span="8">
|
355
|
|
- <el-input v-model="nameForm.prescribing_number"></el-input>
|
|
365
|
+ <el-input v-model="nameForm.single_dose"></el-input>
|
356
|
366
|
</el-col>
|
357
|
367
|
<el-col class="line" :span="2"> </el-col>
|
358
|
368
|
<el-col :span="14">
|
359
|
369
|
<el-select
|
360
|
|
- v-model="nameForm.prescribing_number_unit"
|
|
370
|
+ v-model="nameForm.single_dose_unit"
|
361
|
371
|
filterable
|
362
|
372
|
clearable
|
363
|
373
|
allow-create
|
|
@@ -416,6 +426,15 @@
|
416
|
426
|
</el-form-item>
|
417
|
427
|
</el-col>
|
418
|
428
|
</el-row>
|
|
429
|
+ <!--<el-row>-->
|
|
430
|
+ <!--<el-col :span="12">-->
|
|
431
|
+ <!--<el-form-item label="医嘱嘱托 :" prop="delivery_way">-->
|
|
432
|
+ <!--<el-input v-model="nameForm.remark"></el-input>-->
|
|
433
|
+ <!--</el-form-item>-->
|
|
434
|
+ <!--</el-col>-->
|
|
435
|
+
|
|
436
|
+ <!--</el-row>-->
|
|
437
|
+
|
419
|
438
|
</el-form>
|
420
|
439
|
<div slot="footer" class="dialog-footer">
|
421
|
440
|
<el-button @click="nameFormVisible = false">取消</el-button>
|
|
@@ -481,6 +500,7 @@ export default {
|
481
|
500
|
prescribing_number_unit: '',
|
482
|
501
|
delivery_way: '',
|
483
|
502
|
execution_frequency: '',
|
|
503
|
+ remark:'',
|
484
|
504
|
isEdit: 0,
|
485
|
505
|
index: 0,
|
486
|
506
|
id: 0,
|
|
@@ -697,6 +717,8 @@ export default {
|
697
|
717
|
_this.groupForm.adviceNames[index].children[j].delivery_way = _this.nameForm.delivery_way
|
698
|
718
|
_this.groupForm.adviceNames[index].children[j].execution_frequency = _this.nameForm.execution_frequency
|
699
|
719
|
|
|
720
|
+ _this.groupForm.adviceNames[index].children[j].remark = _this.nameForm.remark
|
|
721
|
+
|
700
|
722
|
_this.$set(_this.groupForm.adviceNames[index].children, j, _this.groupForm.adviceNames[index].children[j])
|
701
|
723
|
break
|
702
|
724
|
}
|
|
@@ -716,6 +738,7 @@ export default {
|
716
|
738
|
_this.groupForm.adviceNames[index].prescribing_number_unit = _this.nameForm.prescribing_number_unit
|
717
|
739
|
_this.groupForm.adviceNames[index].delivery_way = _this.nameForm.delivery_way
|
718
|
740
|
_this.groupForm.adviceNames[index].execution_frequency = _this.nameForm.execution_frequency
|
|
741
|
+ _this.groupForm.adviceNames[index].remark = _this.nameForm.remark
|
719
|
742
|
|
720
|
743
|
_this.$set(_this.groupForm.adviceNames, index, _this.groupForm.adviceNames[index])
|
721
|
744
|
break
|
|
@@ -771,6 +794,7 @@ export default {
|
771
|
794
|
prescribing_number_unit: '',
|
772
|
795
|
delivery_way: this.groupSelectRow.delivery_way,
|
773
|
796
|
execution_frequency: this.groupSelectRow.execution_frequency,
|
|
797
|
+ remark:'',
|
774
|
798
|
isEdit: 0,
|
775
|
799
|
index: 0,
|
776
|
800
|
children: [],
|
|
@@ -809,7 +833,8 @@ export default {
|
809
|
833
|
index: this.groupSelectRow.index,
|
810
|
834
|
id: this.groupSelectRow.id,
|
811
|
835
|
children: [],
|
812
|
|
- parent_row: this.groupSelectRow.parent_row
|
|
836
|
+ parent_row: this.groupSelectRow.parent_row,
|
|
837
|
+ remark: this.groupSelectRow.remark
|
813
|
838
|
// row_key:this.groupSelectRow.row_key,
|
814
|
839
|
}
|
815
|
840
|
this.nameFormTitle = '修改医嘱内容'
|
|
@@ -828,6 +853,7 @@ export default {
|
828
|
853
|
isEdit: 0,
|
829
|
854
|
index: 0,
|
830
|
855
|
id: 0,
|
|
856
|
+ remark:'',
|
831
|
857
|
children: [],
|
832
|
858
|
parent_row: 0
|
833
|
859
|
}
|