明树Git Lab

Commit 7a5a6319 authored by zhanghan's avatar zhanghan

1\

parent 4594e1ef
...@@ -75,7 +75,7 @@ let tableColumns = ref([ ...@@ -75,7 +75,7 @@ let tableColumns = ref([
}, },
{ {
prop: "hpjbgLen", prop: "hpjbgLen",
label: "后评价报告", label: "投资后评价报告",
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<el-collapse-item title="项目信息" name="项目信息"> <el-collapse-item title="项目信息" name="项目信息">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12"> <el-col :span="12">
<el-form-item label-width="0" required> <el-form-item label="项目信息" required>
<el-select <el-select
v-model="formData.projectId" v-model="formData.projectId"
placeholder="请选择项目信息" placeholder="请选择项目信息"
......
...@@ -68,11 +68,7 @@ let tableColumns = ref([ ...@@ -68,11 +68,7 @@ let tableColumns = ref([
label: "项目名称", label: "项目名称",
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{
prop: "projectForeignName",
label: "项目外文名称",
showOverflowTooltip: true,
},
{ {
prop: "sbdw", prop: "sbdw",
label: "申报单位", label: "申报单位",
...@@ -84,7 +80,7 @@ let tableColumns = ref([ ...@@ -84,7 +80,7 @@ let tableColumns = ref([
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{ {
prop: "xmgsmc", prop: "xmgsqc",
label: "项目公司名称", label: "项目公司名称",
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
...@@ -166,7 +162,7 @@ const deleteStatement = (item) => { ...@@ -166,7 +162,7 @@ const deleteStatement = (item) => {
}) })
.then(() => { .then(() => {
proxy.$post({ proxy.$post({
url: "/api/project/deleteTzjh", url: "/api/project/deleteXmtc",
data: { data: {
id: item.id, id: item.id,
}, },
......
...@@ -263,6 +263,7 @@ ...@@ -263,6 +263,7 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item label=" "> <el-form-item label=" ">
<DynamicTable <DynamicTable
:showDeleteButton="false"
:showAddButton="false" :showAddButton="false"
:columns="transferColumns" :columns="transferColumns"
:disabled="isPreview" :disabled="isPreview"
...@@ -272,7 +273,12 @@ ...@@ -272,7 +273,12 @@
</el-col> </el-col>
</el-row> </el-row>
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="资金构成" name="资金构成"
>资金构成资金构成资金构成资金构成
</el-collapse-item>
<el-collapse-item title="财务评价指标" name="财务评价指标"
>财务评价指标</el-collapse-item
>
<!-- 项目中止内容 --> <!-- 项目中止内容 -->
<el-collapse-item <el-collapse-item
v-if="formData.djlx == 1" v-if="formData.djlx == 1"
...@@ -599,7 +605,6 @@ const transferColumns = ref([ ...@@ -599,7 +605,6 @@ const transferColumns = ref([
{ {
prop: "njfcgbl", prop: "njfcgbl",
label: "审批时", label: "审批时",
disabled: true,
type: "input", type: "input",
headerGroup: "投资总额(万元)", headerGroup: "投资总额(万元)",
placeholder: "请输入审批时金额", placeholder: "请输入审批时金额",
...@@ -614,7 +619,6 @@ const transferColumns = ref([ ...@@ -614,7 +619,6 @@ const transferColumns = ref([
{ {
prop: "njfcgblqk_nt", prop: "njfcgblqk_nt",
label: "审批时", label: "审批时",
disabled: true,
type: "input", type: "input",
headerGroup: "我方资本金出资(万元)", headerGroup: "我方资本金出资(万元)",
placeholder: "请填写审批时", placeholder: "请填写审批时",
...@@ -628,8 +632,7 @@ const transferColumns = ref([ ...@@ -628,8 +632,7 @@ const transferColumns = ref([
}, },
{ {
prop: "jjcgbl", prop: "jjcgbl",
label: "预计", label: "审批时",
disabled: true,
type: "input", type: "input",
headerGroup: "项目全投资内部收益率(税前)%", headerGroup: "项目全投资内部收益率(税前)%",
placeholder: "请填写预计", placeholder: "请填写预计",
...@@ -644,8 +647,7 @@ const transferColumns = ref([ ...@@ -644,8 +647,7 @@ const transferColumns = ref([
}, },
{ {
prop: "jjcgbl2", prop: "jjcgbl2",
label: "预计", label: "审批时",
disabled: true,
type: "input", type: "input",
headerGroup: "项目全投资内部收益率(税后)%", headerGroup: "项目全投资内部收益率(税后)%",
placeholder: "请填写预计", placeholder: "请填写预计",
...@@ -674,6 +676,8 @@ const activeCollapse = ref([ ...@@ -674,6 +676,8 @@ const activeCollapse = ref([
"项目终止内容", "项目终止内容",
"项目退出内容", "项目退出内容",
"项目投资效益", "项目投资效益",
"资金构成",
"财务评价指标",
]); ]);
const loading = ref(false); const loading = ref(false);
const isPreview = ref(!!route.query.isPreview); const isPreview = ref(!!route.query.isPreview);
...@@ -682,6 +686,7 @@ const rcCgqyglId = ref(route.query.id || ""); ...@@ -682,6 +686,7 @@ const rcCgqyglId = ref(route.query.id || "");
// ========== 表单数据(仅保留核心使用的字段) ========== // ========== 表单数据(仅保留核心使用的字段) ==========
const formData = reactive({ const formData = reactive({
xmtzxy: [{}],
// 动态表格数据 // 动态表格数据
projectGdxxs: [ projectGdxxs: [
{ {
...@@ -782,7 +787,6 @@ const getJsqtzjcDetail = () => { ...@@ -782,7 +787,6 @@ const getJsqtzjcDetail = () => {
}, },
error: () => { error: () => {
loading.value = false; loading.value = false;
ElMessage.error("获取投资计划详情失败");
}, },
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment