|
@@ -143,7 +143,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="废旧物资评估(万元)" prop="waystEvaluation"
|
|
|
+ <el-form-item label="废旧物资评估值(万元)" prop="waystEvaluation"
|
|
|
:rules="[
|
|
|
]">
|
|
|
<el-input-number
|
|
@@ -161,7 +161,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="固定资产评估(万元)" prop="fixedAssetsEvaluation"
|
|
|
+ <el-form-item label="固定资产评估值(万元)" prop="fixedAssetsEvaluation"
|
|
|
:rules="[
|
|
|
]">
|
|
|
<el-input-number
|
|
@@ -179,7 +179,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="净资产评估" prop="netAssetsEvaluation"
|
|
|
+ <el-form-item label="净资产评估值(万元)" prop="netAssetsEvaluation"
|
|
|
:rules="[
|
|
|
]">
|
|
|
<el-input-number
|
|
@@ -266,7 +266,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="24">
|
|
|
+ <el-col :span="12">
|
|
|
<el-form-item label="是否开票" prop="isInvoice"
|
|
|
:rules="[
|
|
|
{required: true, message:'是否开票不能为空', trigger:'blur'}
|
|
@@ -276,9 +276,6 @@
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" style="margin-bottom: 30px">
|
|
|
- <UpLoadComponent ref="uploadComponentDetail"></UpLoadComponent>
|
|
|
- </el-col>
|
|
|
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="开票日期" prop="invoiceDate"
|
|
@@ -470,6 +467,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>-->
|
|
|
</el-row>
|
|
|
+ <!--附件信息 - 开票文件-->
|
|
|
+ <UpLoadComponent ref="uploadComponentDetail"></UpLoadComponent>
|
|
|
<!--附件信息 - 评估报告-->
|
|
|
<UpLoadComponent ref="uploadComponentReport"></UpLoadComponent>
|
|
|
<!--附件信息 - 评估说明-->
|
|
@@ -570,7 +569,7 @@
|
|
|
get () {
|
|
|
this.$refs.uploadComponentReport.setDividerName('评估报告及评估明细表')
|
|
|
this.$refs.uploadComponentExplain.setDividerName('评估说明')
|
|
|
- this.$refs.uploadComponentDetail.setDividerName('图片上传')
|
|
|
+ this.$refs.uploadComponentDetail.setDividerName('开票文件')
|
|
|
this.$refs.uploadComponentPapers.setDividerName('评估操作计算底稿')
|
|
|
this.$refs.uploadComponentOther.setDividerName('其他')
|
|
|
return this.businessId
|
|
@@ -742,7 +741,7 @@
|
|
|
}
|
|
|
this.$refs.uploadComponentReport.newUpload(method, this.inputForm.reportFileList, 'program', null, '评估报告及评估明细表')
|
|
|
this.$refs.uploadComponentExplain.newUpload(method, this.inputForm.explainFileList, 'program', null, '评估说明')
|
|
|
- this.$refs.uploadComponentDetail.newUpload(method, this.inputForm.detailFileList, 'program', null, '图片上传')
|
|
|
+ this.$refs.uploadComponentDetail.newUpload(method, this.inputForm.detailFileList, 'program', null, '开票文件')
|
|
|
this.$refs.uploadComponentPapers.newUpload(method, this.inputForm.papersFileList, 'program', null, '评估操作计算底稿')
|
|
|
this.$refs.uploadComponentOther.newUpload(method, this.inputForm.otherFileList, 'program', null, '其他')
|
|
|
this.loading = false
|