|
@@ -377,7 +377,7 @@
|
377
|
377
|
allow-create
|
378
|
378
|
:disabled="isChild"
|
379
|
379
|
placeholder="请选择(输入可搜索)"
|
380
|
|
- style="width:200px"
|
|
380
|
+ style="width:100%"
|
381
|
381
|
@change="changeDrugName"
|
382
|
382
|
>
|
383
|
383
|
<el-option
|
|
@@ -396,12 +396,12 @@
|
396
|
396
|
|
397
|
397
|
</el-row>
|
398
|
398
|
<el-row>
|
399
|
|
- <el-col :span="13">
|
|
399
|
+ <el-col :span="12">
|
400
|
400
|
<!--<el-form-item label="规格 :" prop="advice_desc">-->
|
401
|
401
|
<!--<el-input v-model="nameForm.advice_desc"></el-input>-->
|
402
|
402
|
<!--</el-form-item>-->
|
403
|
403
|
<el-form-item label="药品规格 :" prop="advice_desc">
|
404
|
|
- <el-col :span="10">
|
|
404
|
+ <el-col :span="8">
|
405
|
405
|
<!-- <el-input v-model="nameForm.advice_desc"></el-input> -->
|
406
|
406
|
<el-select
|
407
|
407
|
v-model="nameForm.advice_desc"
|
|
@@ -410,7 +410,6 @@
|
410
|
410
|
allow-create
|
411
|
411
|
:disabled="isChild"
|
412
|
412
|
placeholder="请选择(输入可搜索)"
|
413
|
|
- style="width:150px"
|
414
|
413
|
@change="changeDrugDesc"
|
415
|
414
|
>
|
416
|
415
|
<el-option
|
|
@@ -423,14 +422,13 @@
|
423
|
422
|
|
424
|
423
|
</el-col>
|
425
|
424
|
<el-col class="line" :span="2"> </el-col>
|
426
|
|
- <el-col :span="10">
|
|
425
|
+ <el-col :span="14">
|
427
|
426
|
<el-select
|
428
|
427
|
v-model="nameForm.drug_spec_unit"
|
429
|
428
|
filterable
|
430
|
429
|
clearable
|
431
|
430
|
allow-create
|
432
|
431
|
placeholder="选择"
|
433
|
|
- style="width:120px"
|
434
|
432
|
>
|
435
|
433
|
<el-option
|
436
|
434
|
v-for="item in unitsOption"
|
|
@@ -442,7 +440,7 @@
|
442
|
440
|
</el-col>
|
443
|
441
|
</el-form-item>
|
444
|
442
|
</el-col>
|
445
|
|
- <el-col :span="9">
|
|
443
|
+ <el-col :span="12">
|
446
|
444
|
<el-form-item label="开药数量 :" prop="prescribing_number">
|
447
|
445
|
<el-col :span="8">
|
448
|
446
|
<el-input v-model="nameForm.prescribing_number"></el-input>
|