|
@@ -6,7 +6,23 @@
|
|
|
@edit="change"
|
|
@edit="change"
|
|
|
@save="save"
|
|
@save="save"
|
|
|
>
|
|
>
|
|
|
|
|
+ <div
|
|
|
|
|
+ class="full-width text-right main-color pointer"
|
|
|
|
|
+ style="margin-top: -10px"
|
|
|
|
|
+ @click="openFundsList"
|
|
|
|
|
+ >
|
|
|
|
|
+ 更多到位资金>>
|
|
|
|
|
+ </div>
|
|
|
<el-form class="mt-20" :disabled="disabled">
|
|
<el-form class="mt-20" :disabled="disabled">
|
|
|
|
|
+ <div class="flex">
|
|
|
|
|
+ <button style="margin-left: 10px">到位资金</button>
|
|
|
|
|
+ <button style="margin-left: 10px">筹措资金</button>
|
|
|
|
|
+ <div style="margin-left: 20px">
|
|
|
|
|
+ * 点击对应按钮,查看到位资金、筹措资金详情
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="body_title">政策投资: 500万元</div>
|
|
|
<div class="flex flex-justify-center">
|
|
<div class="flex flex-justify-center">
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
@@ -20,12 +36,8 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
- <span class="title">地方预算内投资:</span>
|
|
|
|
|
- <el-input
|
|
|
|
|
- class="input"
|
|
|
|
|
- placeholder="地方预算内投资"
|
|
|
|
|
- v-model="form.region_invest"
|
|
|
|
|
- ></el-input>
|
|
|
|
|
|
|
+ <span class="title">银行贷款:</span>
|
|
|
|
|
+ <el-input class="input" placeholder="银行贷款"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
@@ -73,64 +85,26 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="body_title">地方预算内投资: 500万元</div>
|
|
|
<div class="flex flex-justify-center">
|
|
<div class="flex flex-justify-center">
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
- <span class="title">是否民间投资项目:</span>
|
|
|
|
|
- <div class="input">
|
|
|
|
|
- <el-select
|
|
|
|
|
- v-model="form.social_investment"
|
|
|
|
|
- placeholder="是否民间投资项目"
|
|
|
|
|
- class="full-width"
|
|
|
|
|
- >
|
|
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in yesOrNo"
|
|
|
|
|
- :key="item.label"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
- </el-select>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <span class="title">省级预算内投资:</span>
|
|
|
|
|
+ <el-input class="input" placeholder="省级预算内投资"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
- <span class="title">是否产业项目:</span>
|
|
|
|
|
- <div class="input">
|
|
|
|
|
- <el-select
|
|
|
|
|
- v-model="form.industrial_investment"
|
|
|
|
|
- placeholder="是否产业项目"
|
|
|
|
|
- class="full-width"
|
|
|
|
|
- >
|
|
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in yesOrNo"
|
|
|
|
|
- :key="item.label"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
- </el-select>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <span class="title">市级预算内投资:</span>
|
|
|
|
|
+ <el-input class="input" placeholder="市级预算内投资"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex flex-justify-center">
|
|
<div class="flex flex-justify-center">
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
|
<div class="flex flex-center full-width item">
|
|
<div class="flex flex-center full-width item">
|
|
|
- <span class="title">是否获得资金支持:</span>
|
|
|
|
|
- <div class="input">
|
|
|
|
|
- <el-select
|
|
|
|
|
- v-model="form.is_funded_project"
|
|
|
|
|
- placeholder="是否获得资金支持"
|
|
|
|
|
- class="full-width"
|
|
|
|
|
- >
|
|
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in yesOrNo"
|
|
|
|
|
- :key="item.label"
|
|
|
|
|
- :label="item.label"
|
|
|
|
|
- :value="item.value"
|
|
|
|
|
- />
|
|
|
|
|
- </el-select>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <span class="title">县级预算内投资:</span>
|
|
|
|
|
+ <el-input class="input" placeholder="县级预算内投资"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item class="full-width flex-child-average">
|
|
<el-form-item class="full-width flex-child-average">
|
|
@@ -166,23 +140,12 @@ export default {
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- yesOrNo: [
|
|
|
|
|
- {
|
|
|
|
|
- label: '否',
|
|
|
|
|
- value: 0
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '是',
|
|
|
|
|
- value: 1
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
disabled: true,
|
|
disabled: true,
|
|
|
form: {}
|
|
form: {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
save() {
|
|
save() {
|
|
|
- console.log('save')
|
|
|
|
|
this.$api.project.proUpdate(this.form).then(res => {
|
|
this.$api.project.proUpdate(this.form).then(res => {
|
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
|
this.$message.success(res.msg)
|
|
this.$message.success(res.msg)
|
|
@@ -193,6 +156,13 @@ export default {
|
|
|
},
|
|
},
|
|
|
change(res) {
|
|
change(res) {
|
|
|
this.disabled = res
|
|
this.disabled = res
|
|
|
|
|
+ },
|
|
|
|
|
+ openFundsList() {
|
|
|
|
|
+ const data = this.$router.resolve({
|
|
|
|
|
+ path: '/funds/detail',
|
|
|
|
|
+ query: { id: this.form.id }
|
|
|
|
|
+ })
|
|
|
|
|
+ window.open(data.href, '_blank')
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -205,6 +175,14 @@ export default {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.body_title {
|
|
|
|
|
+ margin-left: 5%;
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.title-textarea {
|
|
.title-textarea {
|
|
|
width: 85px;
|
|
width: 85px;
|
|
|
text-align: left;
|
|
text-align: left;
|