[update] 修改bug81026
This commit is contained in:
@@ -217,12 +217,13 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="treatmentCount">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.treatmentCount"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.treatmentCount')" />
|
||||
<a-input-number v-model="formInline.treatmentCount"
|
||||
:min="0"
|
||||
:max="9999"
|
||||
precision="0"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.treatmentCount')"
|
||||
/>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 生效日期 -->
|
||||
|
||||
Reference in New Issue
Block a user