update 企标稽查流程完善、流程选择标准调整
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="standardNo">
|
||||
<standard-selection source="3" type="radio"
|
||||
<standard-selection :source="StandardSource.ENTERPRISE.value" type="radio"
|
||||
:disabledSourceSearch="true"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.standardPromotionProcess.esNumber')"
|
||||
@@ -186,6 +186,7 @@ import StandardSelection from '@comp/selection/StandardSelection'
|
||||
import UserSelection from '@comp/selection/UserSelection'
|
||||
import UploadFile from '@comp/UploadFile'
|
||||
import { getLiaisonList } from '@api/workCenter'
|
||||
import { StandardSource } from '@/enums/commonEnums'
|
||||
export default {
|
||||
name: 'BaseInfoForm',
|
||||
components: { UploadFile, UserSelection, StandardSelection },
|
||||
@@ -198,6 +199,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
StandardSource,
|
||||
formInline: {},
|
||||
// 当前数据
|
||||
model: {},
|
||||
|
||||
Reference in New Issue
Block a user