[update] 企标新增标准号placeholder修改
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user