[update] 修改bug81361
This commit is contained in:
@@ -53,12 +53,10 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="projectTypeOne">
|
||||
<a-select v-model="formInline.projectTypeOne"
|
||||
disabled
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enterpriseInitChangePlan.typeOfRevision')">
|
||||
<a-select-option :value="ApplicationCategory.INITIATION.value">{{ $t('workCenter.enterpriseInitChangePlan.standardProjectEstablishment') }}</a-select-option>
|
||||
<a-select-option :value="ApplicationCategory.CHANGE.value">{{ $t('workCenter.enterpriseInitChangePlan.change') }}</a-select-option>
|
||||
</a-select>
|
||||
<j-dict-select-tag dict-code="esp_project_type" v-model="formInline.projectTypeOne"
|
||||
disabled
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enterpriseInitChangePlan.typeOfRevision')">
|
||||
</j-dict-select-tag>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 企标编号2 -->
|
||||
@@ -104,12 +102,10 @@
|
||||
</span>
|
||||
</div>
|
||||
<a-form-model-item class="item-model" prop="projectTypeTwo">
|
||||
<a-select v-model="formInline.projectTypeTwo"
|
||||
disabled
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enterpriseInitChangePlan.typeOfRevision')">
|
||||
<a-select-option :value="ApplicationCategory.INITIATION.value">{{ $t('workCenter.enterpriseInitChangePlan.standardProjectEstablishment') }}</a-select-option>
|
||||
<a-select-option :value="ApplicationCategory.CHANGE.value">{{ $t('workCenter.enterpriseInitChangePlan.change') }}</a-select-option>
|
||||
</a-select>
|
||||
<j-dict-select-tag dict-code="esp_project_type" v-model="formInline.projectTypeTwo"
|
||||
disabled
|
||||
:placeholder="$t('pleaseSelect')+$t('workCenter.enterpriseInitChangePlan.typeOfRevision')">
|
||||
</j-dict-select-tag>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 新企标编号 -->
|
||||
@@ -446,7 +442,7 @@ import EnterprisePlanSelection from '@/components/selection/EnterprisePlanSelect
|
||||
import UserSelection from '@/components/selection/UserSelection'
|
||||
import UploadFile from '@/components/UploadFile'
|
||||
import { getTreeList } from '@/api/enterpriseStandardLibraryApi'
|
||||
import { ApplicationCategory } from '@/enums/commonEnums'
|
||||
import { ProjectType } from '@/enums/commonEnums'
|
||||
import { getFormDictTreeList } from '@/api/api'
|
||||
import TreeSelection from '@/components/selection/TreeSelection'
|
||||
import { getEnStandardNo } from '@/api/workCenter'
|
||||
@@ -496,7 +492,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
ApplicationCategory,
|
||||
ProjectType,
|
||||
standardSystemOptions: [], // 标准体系下拉数据
|
||||
partNameOptions: [], // 零部件名称下拉框数据
|
||||
formInline: {},
|
||||
|
||||
Reference in New Issue
Block a user