|
|
|
|
@ -136,7 +136,94 @@
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template v-if="contract.is_contract===1" v-slot:other_tender_name>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>其他投标单位名称
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content ">
|
|
|
|
|
<el-input v-model="form.other_tender_name" placeholder="请填写其他投标单位名称"
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1 && contract.is_end===1" v-slot:project_end_time>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>项目完成(竣工)时间
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-date-picker v-model="form.project_end_time" style="width: 300px;" value-format="yyyy-MM-dd HH:mm:ss" type="datetime" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1 && contract.is_end===1" v-slot:is_acceptance>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>是否验收
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-select v-model="form.is_acceptance" placeholder="请选择">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in [{id:0,value:'否'},{id:1,value:'是'}]"
|
|
|
|
|
:key="item.id"
|
|
|
|
|
:label="item.value"
|
|
|
|
|
:value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1" v-slot:quotation_situation>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>事前询价情况
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.quotation_situation" type="textarea" placeholder="第三方造价咨询单位出具的报告或标底/供应商提供的报价"
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1" v-slot:audit_situation>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>事后审计情况
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.audit_situation" type="textarea" placeholder="外部财政局或审计局审计/内部自行委托的第三方审计/未审计。"
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1 && contract.is_end===1" v-slot:change_visa_amount>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>变更签证(增加内容的补充合同)金额
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content ">
|
|
|
|
|
<el-input-number v-model="form.change_visa_amount" :controls="false" placeholder="请填写变更签证(增加内容的补充合同)金额"
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="contract.is_contract===1" v-slot:payment_content>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>合同内的支付条款
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.payment_content" type="textarea" placeholder="合同内的支付条款"
|
|
|
|
|
style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-if="contract.contract_type !== 160" v-slot:extraFormBottom>
|
|
|
|
|
<div class="base-info add-plan" style="margin-top: 20px;margin-bottom: 20px">
|
|
|
|
|
<div class="base-info-title">付款计划</div>
|
|
|
|
|
@ -345,7 +432,14 @@
|
|
|
|
|
date: '',
|
|
|
|
|
is_assurance: false,
|
|
|
|
|
assurance_money: '',
|
|
|
|
|
assurance_expire: ''
|
|
|
|
|
assurance_expire: '',
|
|
|
|
|
other_tender_name:'',
|
|
|
|
|
project_end_time:'',
|
|
|
|
|
is_acceptance:'',
|
|
|
|
|
quotation_situation:'',
|
|
|
|
|
audit_situation:'',
|
|
|
|
|
change_visa_amount:'',
|
|
|
|
|
payment_content:''
|
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
number: [{
|
|
|
|
|
@ -502,7 +596,14 @@
|
|
|
|
|
date: this.form.date,
|
|
|
|
|
is_assurance: this.form.is_assurance,
|
|
|
|
|
assurance_money: this.form.assurance_money,
|
|
|
|
|
assurance_expire: this.form.assurance_expire
|
|
|
|
|
assurance_expire: this.form.assurance_expire,
|
|
|
|
|
other_tender_name:this.form.other_tender_name,
|
|
|
|
|
project_end_time:this.form.project_end_time,
|
|
|
|
|
is_acceptance:this.form.is_acceptance,
|
|
|
|
|
quotation_situation:this.form.quotation_situation,
|
|
|
|
|
audit_situation:this.form.audit_situation,
|
|
|
|
|
change_visa_amount:this.form.change_visa_amount,
|
|
|
|
|
payment_content:this.form.payment_content
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.isShow = false
|
|
|
|
|
Message({
|
|
|
|
|
|