[update] 企标新增标准号placeholder修改

This commit is contained in:
lideqin
2024-04-26 18:08:24 +08:00
parent 1e15d4d13c
commit 499c14e030
2 changed files with 8 additions and 1 deletions
@@ -19,6 +19,7 @@
:disabledFieldList="disabledFieldList"
:selectStandardCanUpdateTypeField="['reference_standard']"
:hiddenFieldList="hiddenFieldList"
:special-placeholder="specialPlaceholder"
:get-form-func="getFormFunc"
:get-document-info-func="getDocumentInfoFunc"
:exclude-standard-fields="['substitute_standard_number', 'reference_standard']"
@@ -138,6 +139,10 @@ export default {
],
dataSource: [],
type: '', // 是新增还是编辑
// 特殊的placeholder
specialPlaceholder: {
standard_number_temp: `${this.$t('enterpriseStandardLibrary.standard.inputExample')}7258${this.$t('enterpriseStandardLibrary.standard.nullAutoCreate')}`
},
url: {
add: '/laws/standard/enterprise/commonAdd',
edit: '/laws/standard/enterprise/commonEdit'