|
@@ -40,7 +40,7 @@
|
40
|
40
|
</div>
|
41
|
41
|
<div style="width:100%;display:flex;align-items:center;margin-left:120px;">
|
42
|
42
|
<el-form-item prop="dose" class="noMargin">
|
43
|
|
- <el-input v-model="form.dose" type="number" style="width:100px;margin-right:5px;" placeholder="剂量" :disabled="dosageShow"></el-input>
|
|
43
|
+ <el-input v-model="form.dose" type="number" style="width:100px;margin-right:5px;" placeholder="剂量" ></el-input>
|
44
|
44
|
</el-form-item>
|
45
|
45
|
<el-form-item prop="dose_unit" class="noMargin">
|
46
|
46
|
<el-select v-model="form.dose_unit" style="width:160px;" placeholder="剂量单位" @change="changeDoseUnit">
|
|
@@ -54,7 +54,7 @@
|
54
|
54
|
</el-form-item>
|
55
|
55
|
<span style="margin-bottom:20px;font-size:20px;padding:0 10px;">*</span>
|
56
|
56
|
<el-form-item prop="min_number" class="noMargin">
|
57
|
|
- <el-input v-model="form.min_number" style="width:100px;margin-right:5px;" :disabled="minNumberShow" type="number" placeholder="拆零"> </el-input>
|
|
57
|
+ <el-input v-model="form.min_number" style="width:100px;margin-right:5px;" type="number" placeholder="拆零"> </el-input>
|
58
|
58
|
</el-form-item>
|
59
|
59
|
<el-form-item prop="min_unit" class="noMargin">
|
60
|
60
|
<el-select v-model="form.min_unit" style="width:160px;" placeholder="拆零单位" @change="changeMinUnit">
|