项目增加招商引资字段、去除项目产业政策符合情况tab
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | <el-col :span="6"> |
| | | <el-form-item label="招商引资项目" label-width="100px" prop="attractInvestment" |
| | | style="width: 100%; min-width: 260px"> |
| | | <el-select |
| | | v-model="projectForm.attractInvestment" |
| | | clearable |
| | | placeholder="请选择" |
| | | style="width: 100%" |
| | | > |
| | | <el-option v-for="item in dict.type.attract_investment" :key="item.value" :label="item.label" |
| | | :value="item.value"/> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | |
| | | <!-- style="width: 100%">--> |
| | | <!-- <treeselect v-model="form.parentId" :options="deptOptions" :normalizer="normalizer" placeholder="选择上级部门" />--> |
| | | |
| | | <treeselect v-model="projectForm.projectOwnerUnit" :options="selectOptions" :normalizer="normalizer" placeholder="选择上级部门" /> |
| | | <treeselect v-model="projectForm.projectOwnerUnit" :options="selectOptions" :normalizer="normalizer" placeholder="选择单位" /> |
| | | <!-- <RemoteSelect v-if="selectOptions.length" :hasMore="hasMore" :loading="loading" :page="page" @loadMore="handleLoadMore" />--> |
| | | <!-- </el-select>--> |
| | | </el-form-item> |
| | |
| | | export default { |
| | | name: 'BasicInfo', |
| | | dicts: ['sys_funding_type', 'sys_investment_type', 'sys_project_type', 'sys_project_status', 'sys_competent_department' |
| | | , 'sys_administrative_divisions', 'sys_centralized_management', 'sys_approval_type', 'sys_key_categories', 'sys_annual_plan', 'construction_nature'], |
| | | , 'sys_administrative_divisions', 'sys_centralized_management', 'sys_approval_type', 'sys_key_categories', 'sys_annual_plan' |
| | | , 'construction_nature', 'attract_investment'], |
| | | components: { |
| | | Treeselect, |
| | | Map, |
| | |
| | | projectForm: { |
| | | id: '', |
| | | projectName: '', |
| | | attractInvestment: '', |
| | | projectCode: '', |
| | | projectType: '', |
| | | projectSubType: '', |
| | |
| | | <template v-if="item.slotName === 'projectType'"> |
| | | <dict-tag :options="dict.type.sys_project_type" :value="scope.row.projectType"/> |
| | | </template> |
| | | <!-- <!– projectSubType插槽 –>--> |
| | | <!-- <template v-if="item.slotName === 'projectSubType'">--> |
| | | <!-- {{ getProjectSubType(scope.row.projectType, scope.row.projectSubType) }}--> |
| | | <!-- </template>--> |
| | | <!-- projectSubType插槽 --> |
| | | <template v-if="item.slotName === 'attractInvestment'"> |
| | | <dict-tag :options="dict.type.sys_project_type" :value="scope.row.attractInvestment"/> |
| | | </template> |
| | | <!-- constructionNature插槽 --> |
| | | <template v-if="item.slotName === 'constructionNature'"> |
| | | <dict-tag :options="dict.type.construction_nature" :value="scope.row.constructionNature"/> |
| | |
| | | export default { |
| | | dicts: ['sys_administrative_divisions', 'sys_investment_type', 'sys_project_phases', |
| | | 'sys_funding_type', 'sys_association_status', 'sys_project_status', 'sys_project_code', |
| | | 'sys_project_tags', 'sys_key_categories', 'sys_project_type','sys_used_status', 'construction_nature'], |
| | | 'sys_project_tags', 'sys_key_categories', 'sys_project_type','sys_used_status', 'construction_nature', 'attract_investment'], |
| | | name: "ProjectInfo", |
| | | components: { |
| | | FileDialog |
| | |
| | | {id: 'projectSubType', label: '项目子类型', visible: true}, |
| | | {id: 'projectPhase', label: '项目阶段', visible: true}, |
| | | {id: 'constructionNature', label: '建设性质', slotName: 'constructionNature', visible: true}, |
| | | {id: 'attractInvestment', label: '招商引资项目', slotName: 'attractInvestment', visible: true}, |
| | | {id: 'totalInvestment', label: '总投资额', visible: true}, |
| | | {id: 'yearInvestAmount', label: '本年计划投资', visible: true}, |
| | | {id: 'planStartTime', label: '项目年份', slotName: 'planStartTime', visible: true}, |
| | |
| | | {id: 'projectSubType', label: '项目子类型', visible: true}, |
| | | {id: 'projectPhase', label: '项目阶段', visible: true}, |
| | | {id: 'constructionNature', label: '建设性质', slotName: 'constructionNature', visible: true}, |
| | | {id: 'attractInvestment', label: '招商引资项目', slotName: 'attractInvestment', visible: true}, |
| | | {id: 'totalInvestment', label: '总投资额', visible: true}, |
| | | {id: 'yearInvestAmount', label: '本年计划投资', visible: true}, |
| | | {id: 'planStartTime', label: '项目年份', slotName: 'planStartTime', visible: true}, |
| | |
| | | value: "项目(法人)单位登记信息", |
| | | componentName: LegalPerson, |
| | | }, |
| | | { |
| | | label: "投资项目产业政策符合情况", |
| | | value: "投资项目产业政策符合情况", |
| | | componentName: PolicyInfo, |
| | | }, |
| | | // { |
| | | // label: "投资项目产业政策符合情况", |
| | | // value: "投资项目产业政策符合情况", |
| | | // componentName: PolicyInfo, |
| | | // }, |
| | | // { |
| | | // label: "相关文书", |
| | | // value: "相关文书", |