| | |
| | | <div class="basic-info"> |
| | | <el-form ref="demoFormRef" :disabled="disabled" :model="legalPersonForm" class="dialog_form"> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="项目总投额" label-width="120px" prop="investmentType" style="width: 100%"> |
| | | <el-input v-model="legalPersonForm.totalInvestment" class="item" clearable maxlength="255" |
| | | placeholder="请输入"/> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <!-- <el-col :span="6">--> |
| | | <!-- <el-form-item label="项目总投额" label-width="120px" prop="investmentType" style="width: 100%">--> |
| | | <!-- <el-input v-model="legalPersonForm.totalInvestment" class="item" clearable maxlength="255" style="width: 90%"--> |
| | | <!-- placeholder="请输入"/>--> |
| | | <!-- <span class="money">万元</span>--> |
| | | <!-- </el-form-item>--> |
| | | <!-- </el-col>--> |
| | | <el-col :span="12"> |
| | | <el-form-item label="项目单位" label-width="120px" prop="investmentType" style="width: 100%"> |
| | | <el-input v-model="legalPersonForm.projectUnit" class="item" clearable maxlength="255" placeholder="请输入"/> |
| | | </el-form-item> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | projectForm: {}, |
| | | legalPersonForm: { |
| | | // id: '', |
| | | // totalInvestment: '', |
| | |
| | | this.getProjectUnitRegistrationInfo(); |
| | | } |
| | | |
| | | this.legalPersonForm.projectId = this.projectForm.id; |
| | | }, |
| | | beforeDestroy() { |
| | | if(Object.keys(this.legalPersonForm).length !==0) localStorage.setItem("legalPersonForm", JSON.stringify(this.legalPersonForm)); |
| | |
| | | } |
| | | } |
| | | }, |
| | | }, |
| | | watch: { |
| | | legalPersonForm: { |
| | | deep: true, |
| | | handler(newVal) { |
| | | this.$emit('legalPersonForm', newVal) |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | width: 100%; |
| | | } |
| | | } |
| | | |
| | | .money { |
| | | font-size: 12px; |
| | | margin-left: 2px; |
| | | color: #909399; |
| | | } |
| | | .map-btn { |
| | | width: 32px; |
| | | height: 32px; |