明树Git Lab

Commit 7a5a6319 authored by zhanghan's avatar zhanghan

1\

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