|
|
@@ -1,139 +1,228 @@
|
|
|
<template>
|
|
|
<div class="Basic">
|
|
|
<div class="Basic-right">
|
|
|
- <div class="detailstitle">
|
|
|
+ <!-- <div class="detailstitle">
|
|
|
<img src="../../../../assets/detailedInformationIcon.png">
|
|
|
项目信息
|
|
|
+ </div> -->
|
|
|
+ <div class="PlanningLibrary">
|
|
|
+ <div class="PlanningLibrary-right">
|
|
|
+ <div :class="planLibraryId=='基础信息'?'LeftCheck':''" @click="planLibraryId='基础信息'">
|
|
|
+ 基础信息
|
|
|
+ </div>
|
|
|
+ <div :class="planLibraryId=='计算参数'?'LeftCheck':''" @click="planLibraryId='计算参数'">
|
|
|
+ 计算参数
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="PlanningLibrary-left">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form" v-if="strpdetails.bussiness">
|
|
|
+ <div class="form" v-if="strpdetails.bussiness" v-show="planLibraryId=='基础信息'">
|
|
|
<el-form :model="strpdetails" :disabled='authority==1'>
|
|
|
- <el-form-item label="实施方式" class="msg" label-width="150px" prop="projectCode" style="width: 33%;">
|
|
|
+ <el-form-item label="实施方式" class="msg" label-width="150px" prop="projectCode">
|
|
|
<el-input v-model="strpdetails.bussiness.embodiment" autocomplete="off" disabled>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="项目类型" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
+ <el-form-item label="项目类型" label-width="150px" prop="projectName">
|
|
|
<el-input v-model="strpdetails.bussiness.projectType" autocomplete="off" disabled>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="项目性质" label-width="150px" prop="projectName" style="width: 34%;">
|
|
|
- <el-input v-model="strpdetails.bussiness.projectNature" autocomplete="off" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="项目名称" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
+ <el-form-item label="项目名称" label-width="150px" prop="projectName">
|
|
|
<el-input v-model="strpdetails.bussiness.projectName" autocomplete="off" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="新土地发布前后" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
- <el-input v-model="strpdetails.bussiness.projectName" autocomplete="off" disabled></el-input>
|
|
|
+ <el-form-item label="项目性质" label-width="150px" prop="projectName">
|
|
|
+ <el-input v-model="strpdetails.bussiness.projectNature" autocomplete="off" disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="新土地发布前后" label-width="150px" prop="projectName">
|
|
|
+ <el-input v-model="strpdetails.bussiness.signingType" autocomplete="off" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="所属镇(街道)" label-width="150px" prop="projectName" style="width: 34%;">
|
|
|
+ <el-form-item label="所属镇(街道)" label-width="150px" prop="projectName">
|
|
|
<el-input v-model="strpdetails.bussiness.street" autocomplete="off" disabled>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="征迁面积(万m2)" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
+ <el-form-item label="征迁面积(万m²)" label-width="150px" prop="projectName">
|
|
|
<el-input v-model="strpdetails.bussiness.planAreaJt" autocomplete="off" disabled>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <!-- <el-form-item label="征迁户数(户)" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
+ <el-form-item label="征迁户数(户)" label-width="150px" prop="projectName">
|
|
|
<el-input v-model="strpdetails.bussiness.planHouseholdsTotal" autocomplete="off" disabled>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="补偿方案发布日期" label-width="150px" prop="projectName" style="width: 34%;">
|
|
|
- <el-input autocomplete="off" disabled>
|
|
|
- </el-input>
|
|
|
- </el-form-item> -->
|
|
|
- <el-form-item label="征迁确定日期" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" disabled>
|
|
|
+ <!-- <el-form-item label="补偿方案发布日期" label-width="150px" prop="projectName">
|
|
|
+ <el-input autocomplete="off">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="签约开始日期" label-width="150px" prop="projectName" style="width: 34%;">
|
|
|
+ <el-form-item label="征迁确定日期" label-width="150px" prop="projectName">
|
|
|
+ <el-input autocomplete="off">
|
|
|
+ </el-input>
|
|
|
+ </el-form-item> -->
|
|
|
+ <el-form-item label="签约开始日期" label-width="150px" prop="projectName">
|
|
|
<el-date-picker value-format="yyyy-MM-dd" type="date" placeholder="请选择签约开始日期"
|
|
|
v-model="parameter.signingStartDate" style="width: 100%;" disabled></el-date-picker>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label=" 签约结束日期" label-width="150px" prop="projectName" style="width: 33%;">
|
|
|
+ <el-form-item label=" 签约结束日期" label-width="150px" prop="projectName">
|
|
|
<el-date-picker value-format="yyyy-MM-dd" type="date" placeholder="请选择签约结束日期"
|
|
|
v-model="parameter.signingEndDate" style="width: 100%;" disabled></el-date-picker>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="房屋征收补偿安置方案" label-width="180px" prop="projectName" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.resettlementPlan" disabled></el-input>
|
|
|
+ <el-form-item label="安置方式" label-width="150px" prop="projectName">
|
|
|
+ <el-select v-model="placementModes" placeholder="请选择镇安置方式" disabled multiple clearable
|
|
|
+ @change="preserve(2)" style="width: 100%;">
|
|
|
+ <el-option label="货币" value="货币"></el-option>
|
|
|
+ <el-option label="混合" value="混合"></el-option>
|
|
|
+ <el-option label="迁建" value="迁建"></el-option>
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="安置范围" label-width="150px" prop="projectName" style="width: 34%;">
|
|
|
+ <el-form-item label="安置范围" v-if="placementindex==1||placementindex==3" label-width="150px" prop="projectName">
|
|
|
<div class="button-background" style="width: 100%;">
|
|
|
- <el-button @click="getRange(),Range = true" style="width: 100%;border-radius: 0;">详 情</el-button>
|
|
|
+ <el-button @click="money()" style="width: 100%;border-radius: 0;">详 情</el-button>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label="迁建范围" v-if="placementindex==2||placementindex==3" label-width="150px" prop="projectName">
|
|
|
+ <div class="button-background" style="width: 100%;">
|
|
|
+ <el-button @click="move()" style="width: 100%;border-radius: 0;">详 情</el-button>
|
|
|
+ </div>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item v-if="strpdetails.isCancel" label="退回意见:" label-width="110px" prop="projectName" style="width: 100%" >
|
|
|
+ <el-input type="textarea" v-model="opinion" disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <div class="detailstitle-top">
|
|
|
+ <!-- <div class="detailstitle-top">
|
|
|
<div class="detailstitle-right">
|
|
|
<img src="../../../../assets/detailedInformationIcon.png">
|
|
|
计算参数
|
|
|
</div>
|
|
|
<div class="detailstitle-left">
|
|
|
- <!-- <div>编辑</div> -->
|
|
|
- <!-- <div @click="preservation()">保存</div> -->
|
|
|
+ <div v-if="parameter.wfAnzhiState!='已开启'" @click="recovery()">恢复默认</div>
|
|
|
+ <div v-if="parameter.wfAnzhiState!='已开启'" @click="preservation(1)">保存</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="Out">
|
|
|
+ </div> -->
|
|
|
+ <div class="overf">
|
|
|
+
|
|
|
+ <div class="Out" v-show="planLibraryId=='计算参数'">
|
|
|
<div class="Outside">
|
|
|
<div class="Outside-title">
|
|
|
征迁户编号前缀:
|
|
|
</div>
|
|
|
<div class="form">
|
|
|
<el-form disabled>
|
|
|
- <el-form-item label="征迁户编号前缀" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model='parameter.numberPrefix'></el-input>
|
|
|
+ <el-form-item :label="item.street" class="msg" label-width="160px" prop="projectCode" style="width: 33%;"
|
|
|
+ v-for="(item,index) in householdprefix" :key="index">
|
|
|
+ <el-input autocomplete="off" :disabled="item.limit" v-model='householdprefix[index].numberPrefix' @blur="revisePrefix(item,index)"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="Outside">
|
|
|
<div class="Outside-title">
|
|
|
+ 房票编号前缀:
|
|
|
+ </div>
|
|
|
+ <div class="form">
|
|
|
+ <el-form disabled>
|
|
|
+ <el-form-item label="房票编号前缀" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.roomTicketPrefix"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="Outside" style="padding-top: 0;margin-top: 15px;">
|
|
|
+ <div class="Outside-title" style="line-height: 70px;">
|
|
|
拆迁所在地段:
|
|
|
</div>
|
|
|
<div class="form" >
|
|
|
<el-form disabled>
|
|
|
- <!-- <el-form-item label="一类" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.sectionGradeParamOne"><template slot="append">元/㎡</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="二类" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.sectionGradeParamTwo"><template slot="append">元/㎡</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="三类" class="msg" label-width="160px" prop="projectCode" style="width: 34%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.sectionGradeParamThree"><template slot="append">元/㎡</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="四类" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.sectionGradeParamFour"><template slot="append">元/㎡</template></el-input>
|
|
|
- </el-form-item> -->
|
|
|
- <el-checkbox-group v-model="candidate">
|
|
|
- <el-checkbox label="一类地段" border></el-checkbox>
|
|
|
- <el-checkbox label="二类地段" border></el-checkbox>
|
|
|
- <el-checkbox label="三类地段" border></el-checkbox>
|
|
|
- <el-checkbox label="四类地段" border></el-checkbox>
|
|
|
+ <el-checkbox-group v-model="candidate" @change="preserve(1)">
|
|
|
+ <div class="ccc"><el-checkbox label="一类" border>一类地段</el-checkbox></div>
|
|
|
+ <div class="ccc"><el-checkbox label="二类" border>二类地段</el-checkbox></div>
|
|
|
+ <div class="ccc"><el-checkbox label="三类" border>三类地段</el-checkbox></div>
|
|
|
+ <div class="ccc"><el-checkbox label="四类" border>四类地段</el-checkbox></div>
|
|
|
</el-checkbox-group>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="Outside">
|
|
|
+ <div class="Outside" style="padding-top: 0;">
|
|
|
<div class="Outside-title">
|
|
|
过渡费:
|
|
|
</div>
|
|
|
<div class="form">
|
|
|
- <el-form disabled>
|
|
|
- <el-form-item label="小于60" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.transitionFeeParamOne"><template slot="append">元/月</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="大于60小于等于90" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.transitionFeeParamTwo"><template slot="append">元/月</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="大于90小于等于150" class="msg" label-width="160px" prop="projectCode" style="width: 34%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.transitionFeeParamThree"><template slot="append">元/月</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="大于150小于等于250" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.transitionFeeParamFour"><template slot="append">元/月</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="大于250" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model="parameter.transitionFeeParamFive"><template slot="append">元/月</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
+ <ul class="pax">
|
|
|
+ <li>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"||this.parameter.sectionGradeParamOne.indexOf("一类") == -1' >
|
|
|
+ <el-form-item label="X≤60" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamOne1"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="60<X≤90" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamTwo1"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="90<X≤150" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamThree1"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="150<X≤250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFour1"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="X>250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFive1"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"||this.parameter.sectionGradeParamOne.indexOf("二类") == -1' >
|
|
|
+ <el-form-item label="X≤60" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamOne2"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="60<X≤90" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamTwo2"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="90<X≤150" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamThree2"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="150<X≤250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFour2"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="X>250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFive2"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"||this.parameter.sectionGradeParamOne.indexOf("三类") == -1' >
|
|
|
+ <el-form-item label="X≤60" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamOne3"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="60<X≤90" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamTwo3"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="90<X≤150" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamThree3"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="150<X≤250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFour3"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="X>250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFive3"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"||this.parameter.sectionGradeParamOne.indexOf("四类") == -1' >
|
|
|
+ <el-form-item label="X≤60" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamOne4"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="60<X≤90" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamTwo4"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="90<X≤150" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamThree4"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="150<X≤250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFour4"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="X>250" class="msg" label-width="100px" prop="projectCode" style="width: 100%;">
|
|
|
+ <el-input autocomplete="off" v-model="parameter.transitionFeeParamFive4"><template slot="append">元/月</template></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="Outside">
|
|
|
@@ -191,31 +280,12 @@
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <div class="Outside">
|
|
|
- <div class="Outside-title">
|
|
|
- 拆迁所在地的商品住宅平均价:
|
|
|
- </div>
|
|
|
- <div class="form">
|
|
|
- <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
- <el-form-item label="商品住宅平均价格" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model='parameter.currencyParamOne'><template slot="append">元</template>
|
|
|
- </el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="基本造价" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
- <el-input autocomplete="off" v-model='parameter.currencyParamTwo'><template slot="append">元</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="土地性质调整费用" class="msg" label-width="160px" prop="projectCode" style="width: 34%;">
|
|
|
- <el-input autocomplete="off" v-model='parameter.currencyParamThree'><template slot="append">元</template></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
<div class="Outside">
|
|
|
<div class="Outside-title">
|
|
|
斜面结构补偿参数:
|
|
|
</div>
|
|
|
<div class="form" style='width: calc(50% - 200px);'>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="斜面结构补偿参数" class="msg" label-width="160px" prop="projectCode" style="width: 100%;">
|
|
|
<el-input autocomplete="off" v-model="DatabevelParam"><template slot="append">%</template></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -225,7 +295,7 @@
|
|
|
货币奖励:
|
|
|
</div>
|
|
|
<div class="form" style='width: calc(50% - 200px);'>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="被拆迁房屋合法建筑面积" class="msg" label-width="220px" prop="projectCode" style="width: 100%;">
|
|
|
<el-input autocomplete="off" v-model="parameter.monetaryRewardParam"><template slot="append">元/㎡</template></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -237,7 +307,7 @@
|
|
|
提供迁建安置用地时间:
|
|
|
</div>
|
|
|
<div class="form" style='width: calc(50% - 200px);'>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="提供迁建安置用地时间" class="msg" label-width="160px" prop="projectCode" style="width: 100%;">
|
|
|
<el-date-picker value-format="yyyy-MM-dd" type="date" placeholder="请选择签约结束日期"
|
|
|
v-model="parameter.relocationProvideTime" style="width: 100%;"></el-date-picker>
|
|
|
@@ -248,7 +318,7 @@
|
|
|
基本造价:
|
|
|
</div>
|
|
|
<div class="form" style='width: calc(50% - 200px);'>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="基本造价" class="msg" label-width="160px" prop="projectCode" style="width: 100%;">
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamTwo'><template slot="append">元</template></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -260,7 +330,7 @@
|
|
|
用地面积补差:
|
|
|
</div>
|
|
|
<div class="form">
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="容积率" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
<el-input autocomplete="off" v-model='parameter.landAreaParamOne'></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -275,7 +345,7 @@
|
|
|
拆迁所在地的商品住宅平均价:
|
|
|
</div>
|
|
|
<div class="form">
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="商品住宅平均价格-壹" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamOne'><template slot="append">元</template>
|
|
|
</el-input>
|
|
|
@@ -284,7 +354,7 @@
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamThree'><template slot="append">元</template></el-input>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="商品住宅平均价格-贰" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamOne1'><template slot="append">元</template>
|
|
|
</el-input>
|
|
|
@@ -293,7 +363,7 @@
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamThree1'><template slot="append">元</template></el-input>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <el-form disabled>
|
|
|
+ <el-form :disabled='authority==1||parameter.wfAnzhiState=="已开启"'>
|
|
|
<el-form-item label="商品住宅平均价格-叁" class="msg" label-width="160px" prop="projectCode" style="width: 33%;">
|
|
|
<el-input autocomplete="off" v-model='parameter.currencyParamOne2'><template slot="append">元</template>
|
|
|
</el-input>
|
|
|
@@ -305,12 +375,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="Basic-left">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="tk">
|
|
|
<el-dialog title="安置范围" :visible.sync="Range" width="672px" :modal-append-to-body="false">
|
|
|
<div class="branch">
|
|
|
+
|
|
|
<p>安置范围 :</p>
|
|
|
<div class="recordRange">
|
|
|
<ul>
|
|
|
@@ -318,6 +388,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -330,42 +401,92 @@
|
|
|
components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
+ planLibraryId:'基础信息',
|
|
|
+
|
|
|
Range:false,
|
|
|
adtarange:[],
|
|
|
Rangeindex:'',
|
|
|
- candidate:[],//地段等级候选项
|
|
|
+
|
|
|
opinion:'',//退回意见
|
|
|
DatabevelParam:'',
|
|
|
DatanonResidentialCurrencyParamOne:'',
|
|
|
+
|
|
|
+ candidate:[],//地段等级候选项
|
|
|
+ placementModes:[],//安置方式选项
|
|
|
+ placementindex:0,
|
|
|
+
|
|
|
+ scopeType:'',
|
|
|
+
|
|
|
+ householdprefix:[],//征迁户前缀
|
|
|
//参数
|
|
|
parameter:{
|
|
|
id:'',
|
|
|
+ numberPrefix:'',//征迁户编号前缀
|
|
|
sectionGradeParamOne:'',//地段等级-一类地段
|
|
|
- sectionGradeParamTwo:'',//地段等级-二类地段
|
|
|
- sectionGradeParamThree:'',//地段等级-三类地段
|
|
|
- sectionGradeParamFour:'',//地段等级-四类地段
|
|
|
+ // sectionGradeParamTwo:'',//地段等级-二类地段
|
|
|
+ // sectionGradeParamThree:'',//地段等级-三类地段
|
|
|
+ // sectionGradeParamFour:'',//地段等级-四类地段
|
|
|
bevelParam:0.4,//斜面结构屋计算参数,默认40%=0.4
|
|
|
transitionFeeParamOne:10,//过渡费-面积<=60,默认:10元/月
|
|
|
transitionFeeParamTwo:8,//过渡费-60<面积<=90,默认:8元/月
|
|
|
transitionFeeParamThree:7,//过渡费-90<面积<=150,默认:7元/月
|
|
|
transitionFeeParamFour:6,//过渡费-150<面积<=250,默认:6元/月
|
|
|
transitionFeeParamFive:5,//过渡费-面积>250,默认:5元/月
|
|
|
- transitionDayParamOne:6,//过渡费-过渡补偿时间=默认:6月
|
|
|
- transitionDayParamTwo:24,//过渡费-临时过渡时间=默认:24月
|
|
|
+ transitionDayParamOne:24,//过渡费-临时过渡时间=默认:24月
|
|
|
+ transitionDayParamTwo:6,//过渡费-过渡补偿时间=默认:6月
|
|
|
transitionDayParamThree:12,//过渡费-货币补偿时间=默认:12月(货币或房票)
|
|
|
movingAllowanceParamOne:1200,//搬家补贴-面积<60,默认:1200元/户
|
|
|
movingAllowanceParamTwo:1300,//搬家补贴-60<=面积<90,默认:1300元/户
|
|
|
movingAllowanceParamThree:1400,//搬家补贴-90<=面积,默认:1400元/户
|
|
|
landAreaParamOne:1.3,//用地面积补差-容积率=默认:1.3
|
|
|
landAreaParamTwo:195,//用地面积补差-补偿标准=默认:195元/平方米
|
|
|
- currencyParamOne:'',//货币或房票-商品住宅平均价格
|
|
|
- currencyParamTwo:'',//货币或房票-基本造价
|
|
|
+ currencyParamOne:'',//货币或房票-商品住宅平均价格-1
|
|
|
+ currencyParamTwo:'',//货币或房票-基本造价-1
|
|
|
+ currencyParamOne1:'',//货币或房票-商品住宅平均价格-2
|
|
|
+ currencyParamTwo1:'',//货币或房票-基本造价-2
|
|
|
+ currencyParamOne2:'',//货币或房票-商品住宅平均价格-3
|
|
|
+ currencyParamTwo2:'',//货币或房票-基本造价-3
|
|
|
currencyParamThree:'',//货币或房票-土地性质调整费用
|
|
|
nonResidentialCurrencyParamOne:10,//非住宅货币安置补偿>一次性经济补贴费=商业用房:市场评估价*默认:10%
|
|
|
- nonResidentialCurrencyParamTwo:40,//非住宅货币安置补偿>一次性经济补贴费=工业用房:建筑面积每平米*默认:400元
|
|
|
+ nonResidentialCurrencyParamTwo:400,//非住宅货币安置补偿>一次性经济补贴费=工业用房:建筑面积每平米*默认:400元
|
|
|
monetaryRewardParam:200,// 货币奖励-被拆迁房屋合法建筑面积默认:200每平方
|
|
|
nonResidentialCurrencyParamThree:350,//非住宅货币安置补偿>一次性经济补贴费=办公和其他非住宅房屋:建筑面积每平米*默认:350元
|
|
|
- resettlementPlan:'',//房屋征收补偿安置方案
|
|
|
+ relocationProvideTime:''//提供迁建安置用地时间-迁建协议需要用到
|
|
|
+ },
|
|
|
+ //默认值
|
|
|
+ Default:{
|
|
|
+ id:'',
|
|
|
+ numberPrefix:'',//征迁户编号前缀
|
|
|
+ sectionGradeParamOne:'',//地段等级-一类地段 现在只有一个地段等级
|
|
|
+ // sectionGradeParamTwo:'',//地段等级-二类地段
|
|
|
+ // sectionGradeParamThree:'',//地段等级-三类地段
|
|
|
+ // sectionGradeParamFour:'',//地段等级-四类地段
|
|
|
+ bevelParam:0.4,//斜面结构屋计算参数,默认40%=0.4
|
|
|
+ transitionFeeParamOne:10,//过渡费-面积<=60,默认:10元/月
|
|
|
+ transitionFeeParamTwo:8,//过渡费-60<面积<=90,默认:8元/月
|
|
|
+ transitionFeeParamThree:7,//过渡费-90<面积<=150,默认:7元/月
|
|
|
+ transitionFeeParamFour:6,//过渡费-150<面积<=250,默认:6元/月
|
|
|
+ transitionFeeParamFive:5,//过渡费-面积>250,默认:5元/月
|
|
|
+ transitionDayParamOne:24,//过渡费-临时过渡时间=默认:24月
|
|
|
+ transitionDayParamTwo:6,//过渡费-过渡补偿时间=默认:6月
|
|
|
+ transitionDayParamThree:12,//过渡费-货币补偿时间=默认:12月(货币或房票)
|
|
|
+ movingAllowanceParamOne:1200,//搬家补贴-面积<60,默认:1200元/户
|
|
|
+ movingAllowanceParamTwo:1300,//搬家补贴-60<=面积<90,默认:1300元/户
|
|
|
+ movingAllowanceParamThree:1400,//搬家补贴-90<=面积,默认:1400元/户
|
|
|
+ landAreaParamOne:1.3,//用地面积补差-容积率=默认:1.3
|
|
|
+ landAreaParamTwo:195,//用地面积补差-补偿标准=默认:195元/平方米
|
|
|
+ currencyParamOne:'',//货币或房票-商品住宅平均价格-1
|
|
|
+ currencyParamTwo:'',//货币或房票-基本造价-1
|
|
|
+ currencyParamOne1:'',//货币或房票-商品住宅平均价格-2
|
|
|
+ currencyParamTwo1:'',//货币或房票-基本造价-2
|
|
|
+ currencyParamOne2:'',//货币或房票-商品住宅平均价格-3
|
|
|
+ currencyParamTwo2:'',//货币或房票-基本造价-3
|
|
|
+ currencyParamThree:'',//货币或房票-土地性质调整费用
|
|
|
+ nonResidentialCurrencyParamOne:10,//非住宅货币安置补偿>一次性经济补贴费=商业用房:市场评估价*默认:10%
|
|
|
+ nonResidentialCurrencyParamTwo:400,//非住宅货币安置补偿>一次性经济补贴费=工业用房:建筑面积每平米*默认:400元
|
|
|
+ monetaryRewardParam:200,// 货币奖励-被拆迁房屋合法建筑面积默认:200每平方
|
|
|
+ nonResidentialCurrencyParamThree:350,//非住宅货币安置补偿>一次性经济补贴费=办公和其他非住宅房屋:建筑面积每平米*默认:350元
|
|
|
+ relocationProvideTime:''//提供迁建安置用地时间-迁建协议需要用到
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -378,12 +499,125 @@
|
|
|
this.DatanonResidentialCurrencyParamOne=this.parameter.ResidentialCurrencyParamOne*100
|
|
|
}
|
|
|
if(typeof(this.parameter.sectionGradeParamOne)=='string'){
|
|
|
- this.candidate=this.parameter.sectionGradeParamOne.split(",")
|
|
|
+ this.candidate=this.parameter.sectionGradeParamOne.split(",")
|
|
|
+ if(this.candidate[0]==''){this.candidate.shift()}
|
|
|
+ }else{
|
|
|
+ this.parameter.sectionGradeParamOne=''
|
|
|
}
|
|
|
+ if(typeof(this.parameter.placementMode)=='string'){
|
|
|
+ this.placementModes=this.parameter.placementMode.split(",")
|
|
|
+ }
|
|
|
+ if(this.parameter.placementMode.indexOf('货币') != -1||this.parameter.placementMode.indexOf('混合') != -1){
|
|
|
+ this.placementindex=1
|
|
|
+ if(this.parameter.placementMode.indexOf('迁建') != -1){
|
|
|
+ this.placementindex=3
|
|
|
+ }
|
|
|
+ }else if(this.parameter.placementMode.indexOf('迁建') != -1){
|
|
|
+ this.placementindex=2
|
|
|
+ }else{
|
|
|
+ this.placementindex=0
|
|
|
+ }
|
|
|
+ this.getStrtte()
|
|
|
},
|
|
|
methods: {
|
|
|
+ preserve(row){
|
|
|
+ if(row==1){
|
|
|
+ if(this.candidate[0]==''){this.candidate.shift()}
|
|
|
+ this.parameter.sectionGradeParamOne=this.candidate.toString()
|
|
|
+ }else{
|
|
|
+ this.parameter.placementMode=this.placementModes.toString()
|
|
|
+ if(this.parameter.placementMode.indexOf('货币') != -1||this.parameter.placementMode.indexOf('混合') != -1){
|
|
|
+ this.placementindex=1
|
|
|
+ if(this.parameter.placementMode.indexOf('迁建') != -1){
|
|
|
+ this.placementindex=3
|
|
|
+ }
|
|
|
+ }else if(this.parameter.placementMode.indexOf('迁建') != -1){
|
|
|
+ this.placementindex=2
|
|
|
+ }else{
|
|
|
+ this.placementindex=0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //获取街道对应街道前缀
|
|
|
+ getStrtte(){
|
|
|
+ this.$http.get('api/auth/householdprefix/list?projectId='+this.strpdetails.bussiness.id,null).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ var data=res.data.list
|
|
|
+ data.forEach((iten,index)=>{
|
|
|
+ data[index].limit=true
|
|
|
+ })
|
|
|
+ this.getnamestreet(data)
|
|
|
+ } else {
|
|
|
+ this.$message.error("获取失败!");
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //获取用户登录的街道权限
|
|
|
+ getnamestreet(row){
|
|
|
+ this.$http.get('api/v1/pri/userInfo', null).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ if(res.data.user.street){
|
|
|
+ var data=res.data.user.street.split(",")
|
|
|
+ data.forEach((item)=>{
|
|
|
+ row.forEach((iten,index)=>{
|
|
|
+ if(item==iten.street){
|
|
|
+ row[index].limit=false
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.householdprefix=row
|
|
|
+ }else{
|
|
|
+ this.$message.error('请先把账号绑定街道!');
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ this.$message.error('失败!');
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ revisePrefix(row,index){
|
|
|
+ var data={
|
|
|
+ id:row.id,
|
|
|
+ numberPrefix:this.householdprefix[index].numberPrefix
|
|
|
+ }
|
|
|
+ this.$http.post('api/auth/householdprefix/update',data).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ this.getStrtte()
|
|
|
+ this.$message.success('修改成功');
|
|
|
+ } else {
|
|
|
+ this.$message.error("修改失败!");
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ money(){
|
|
|
+ this.scopeType='混合'
|
|
|
+ this.Range = true
|
|
|
+ this.getRange()
|
|
|
+ },
|
|
|
+ move(){
|
|
|
+ this.scopeType='迁建'
|
|
|
+ this.Range = true
|
|
|
+ this.getRange()
|
|
|
+ },
|
|
|
+ addRange(){
|
|
|
+ var data={
|
|
|
+ projectId:'',
|
|
|
+ fourBoundaries:'',
|
|
|
+ scopeType:''
|
|
|
+ }
|
|
|
+ data.projectId=this.strpdetails.bussiness.id
|
|
|
+ data.fourBoundaries=this.Rangeindex
|
|
|
+ data.scopeType=this.scopeType
|
|
|
+ this.$http.post('api/auth/resettlementscope/save',data).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ this.getRange()
|
|
|
+ this.$message.success('新增成功');
|
|
|
+ } else {
|
|
|
+ this.$message.error("新增失败!");
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
getRange(){
|
|
|
- this.$http.get('api/auth/resettlementscope/list?projectId='+this.strpdetails.bussiness.id,null).then((res) => {
|
|
|
+ this.$http.get('api/auth/resettlementscope/list?projectId='+this.strpdetails.bussiness.id+'&scopeType='+this.scopeType,null).then((res) => {
|
|
|
if (res.status == 200 && res.data.code == 0) {
|
|
|
this.Rangeindex=''
|
|
|
this.adtarange=res.data.list
|
|
|
@@ -392,16 +626,122 @@
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ deleteRange(ros){
|
|
|
+ var data=[]
|
|
|
+ data.push(ros)
|
|
|
+ this.$confirm('确定要删除安置范围吗?').then(_ => {
|
|
|
+ this.$http.post('api/auth/resettlementscope/delete',data).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ this.getRange()
|
|
|
+ this.$message.success('删除成功');
|
|
|
+ } else {
|
|
|
+ this.$message.error("删除失败!");
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ },
|
|
|
//退回意见
|
|
|
getopinion(res) {
|
|
|
this.opinion = res
|
|
|
+ },
|
|
|
+ recovery(){
|
|
|
+ this.$confirm('确定要重置参数吗?').then(_ => {
|
|
|
+ this.parameter=this.Default
|
|
|
+ this.placementMode=[]
|
|
|
+ this.candidate=[]
|
|
|
+ this.preservation(0)
|
|
|
+ })
|
|
|
+ },
|
|
|
+ preservation(row){
|
|
|
+ this.parameter.bevelParam=this.DatabevelParam*0.01
|
|
|
+ this.parameter.ResidentialCurrencyParamOne=this.DatanonResidentialCurrencyParamOne*0.01
|
|
|
+ this.$http.post('api/auth/projectformal/update', this.parameter).then((res) => {
|
|
|
+ if (res.status == 200 && res.data.code == 0) {
|
|
|
+ this.candidate=this.parameter.sectionGradeParamOne.split(",")
|
|
|
+ if(row==0){
|
|
|
+ this.$message.success('重置成功');
|
|
|
+ }else{
|
|
|
+ this.$message.success('保存成功');
|
|
|
+ }
|
|
|
+ this.DatabevelParam=this.parameter.bevelParam*100
|
|
|
+ this.DatanonResidentialCurrencyParamOne=this.parameter.ResidentialCurrencyParamOne*100
|
|
|
+ } else {
|
|
|
+ this.$message.error("保存失败!");
|
|
|
+ }
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="less">
|
|
|
+ .button-background{
|
|
|
+
|
|
|
+ }
|
|
|
+ .PlanningLibrary{
|
|
|
+ height: 41px;
|
|
|
+ display: flex;
|
|
|
+ padding: 0 10px;
|
|
|
+ border-bottom: 2px solid #dedede;
|
|
|
+ justify-content: space-between;
|
|
|
+ .PlanningLibrary-right{
|
|
|
+ display: flex;
|
|
|
+ div {
|
|
|
+ height: 41px;
|
|
|
+ line-height: 44px;
|
|
|
+ margin: 0 20px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #999;
|
|
|
+ font-weight: 500;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .LeftCheck {
|
|
|
+ border-bottom: 2px solid #167aa1;
|
|
|
+ color: #072a38;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .PlanningLibrary-left{
|
|
|
+ display: flex;
|
|
|
+ div{
|
|
|
+ padding: 8px;
|
|
|
+ font-size: 13px;
|
|
|
+ cursor: pointer;
|
|
|
+ width: 85px;
|
|
|
+ height: 32px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin: 5px 0;
|
|
|
+ margin-right: 10px;
|
|
|
+ line-height: 14px;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #d6d6d6;
|
|
|
+ border-radius: 5px;
|
|
|
+ background: #f5f6f8;
|
|
|
+ color: #167aa1;
|
|
|
+ font-weight: 700;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.form{
|
|
|
+ .ccc{
|
|
|
+ width: 23%;
|
|
|
+ border: 1px solid #dcdfe6;
|
|
|
+ border-bottom: 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding:15px 0;
|
|
|
+ }
|
|
|
+ .pax{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ li{
|
|
|
+ width: 23%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /deep/.el-checkbox-group{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
.addteda{
|
|
|
/deep/.el-input-group__append{
|
|
|
background: #47a1c4;
|
|
|
@@ -425,10 +765,15 @@
|
|
|
height: 100%;
|
|
|
border-right: 2px solid #dedede;
|
|
|
}
|
|
|
- .Out{
|
|
|
+ .Basic-left{
|
|
|
+ width: 450px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .overf{
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 300px);
|
|
|
- overflow-y: auto;
|
|
|
+ // height: 100%;
|
|
|
+ height: calc(100% - 43px);
|
|
|
+ overflow: auto;
|
|
|
& {
|
|
|
scrollbar-width: thin;
|
|
|
scrollbar-color: #c1c1c1 #eee;
|
|
|
@@ -449,6 +794,10 @@
|
|
|
&:active {
|
|
|
background-color: #787878;
|
|
|
}
|
|
|
+ }
|
|
|
+ .Out{
|
|
|
+ width: 100%;
|
|
|
+ min-width: 1200px;
|
|
|
}
|
|
|
.Outside{
|
|
|
display: flex;
|
|
|
@@ -473,6 +822,9 @@
|
|
|
.form{
|
|
|
width: calc(100% - 200px);
|
|
|
padding: 0;
|
|
|
+ /deep/.el-checkbox.is-bordered{
|
|
|
+ margin: 0 70px;
|
|
|
+ }
|
|
|
/deep/.el-checkbox.is-bordered.is-checked{
|
|
|
border-color: #439dc1;
|
|
|
}
|
|
|
@@ -486,6 +838,12 @@
|
|
|
/deep/ .el-checkbox__input.is-checked + .el-checkbox__label{
|
|
|
color: #439dc1;
|
|
|
}
|
|
|
+ /deep/.el-checkbox.is-bordered.is-disabled{
|
|
|
+ border-color: #dcdcdc ;
|
|
|
+ }
|
|
|
+ /deep/.el-checkbox__input.is-disabled + span.el-checkbox__label{
|
|
|
+ border-color: #dcdcdc ;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|