[update] 企标更改流程禁用一些修改单的字段,选择标准组件增加清空按钮
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="levelCode">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.levelCode"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.levelCode')" />
|
||||
<j-dict-select-tag class="box-input"
|
||||
dict-code="change_level_code"
|
||||
v-model="formInline.levelCode"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enStandardChange.levelCode')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 有无二维或三维图 -->
|
||||
@@ -82,7 +82,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.has2d3dGraph"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.isHasGraph')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -98,7 +98,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.customerConfirmation"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.customerConfirmation')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -114,7 +114,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.refreshFileNumber"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.refreshFileNumber')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -130,7 +130,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.inventory"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.inventory')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -146,7 +146,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.workInProgress"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.workInProgress')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.spareParts"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.spareParts')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -178,7 +178,7 @@
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.relatedChanges"
|
||||
:maxLength="50"
|
||||
:disabled="disabled"
|
||||
disabled
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enStandardChange.relatedChanges')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user