|
@@ -459,40 +459,40 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>
|
|
|
- <a-col :span="24">
|
|
|
- <a-form-model-item label="总建筑面积(平方米)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="zjzmj">
|
|
|
- <a-col :span="22">
|
|
|
- <a-input-number v-if="!disabled && !isAudit" v-model="model.zjzmj" placeholder="请输入总建筑面积" :disabled='zjzmjDisabled'
|
|
|
- style="width: 100%"/>
|
|
|
- <span v-if='model.zjzmj==null || model.zjzmj==0'></span>
|
|
|
- <span v-else >{{ model.zjzmj }} M²</span>
|
|
|
- </a-col>
|
|
|
- <a-col :span="2">
|
|
|
- <a-icon class='info' type='question-circle-o' @click='info("zjzmj")'></a-icon>
|
|
|
- </a-col>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
- </td>
|
|
|
- <td >
|
|
|
- <a-col :span="24">
|
|
|
- <a-form-model-item label='证载建筑面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='qzpzsymj2'>
|
|
|
- <a-col :span="22">
|
|
|
- <a-input-number v-if="!disabled && !isAudit" v-model='model.qzpzsymj' placeholder='请输入证载建筑面积' style='width: 100%'/>
|
|
|
- <span v-if='model.qzpzsymj==null || model.qzpzsymj==0'></span>
|
|
|
- <span v-else >{{ model.qzpzsymj }} M²</span>
|
|
|
- </a-col>
|
|
|
- <a-col :span="2">
|
|
|
- <a-icon class='info' type='question-circle-o' @click='info("qzpzsymj2")'></a-icon>
|
|
|
- </a-col>
|
|
|
- </a-form-model-item>
|
|
|
- </a-col>
|
|
|
- </td>
|
|
|
+<!-- <td>-->
|
|
|
+<!-- <a-col :span="24">-->
|
|
|
+<!-- <a-form-model-item label="总建筑面积(平方米)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="zjzmj">-->
|
|
|
+<!-- <a-col :span="22">-->
|
|
|
+<!-- <a-input-number v-if="!disabled && !isAudit" v-model="model.zjzmj" placeholder="请输入总建筑面积" :disabled='zjzmjDisabled'-->
|
|
|
+<!-- style="width: 100%"/>-->
|
|
|
+<!-- <span v-if='model.zjzmj==null || model.zjzmj==0'></span>-->
|
|
|
+<!-- <span v-else >{{ model.zjzmj }} M²</span>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :span="2">-->
|
|
|
+<!-- <a-icon class='info' type='question-circle-o' @click='info("zjzmj")'></a-icon>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </td>-->
|
|
|
+<!-- <td >-->
|
|
|
+<!-- <a-col :span="24">-->
|
|
|
+<!-- <a-form-model-item label='证载建筑面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='qzpzsymj2'>-->
|
|
|
+<!-- <a-col :span="22">-->
|
|
|
+<!-- <a-input-number v-if="!disabled && !isAudit" v-model='model.qzpzsymj' placeholder='请输入证载建筑面积' style='width: 100%'/>-->
|
|
|
+<!-- <span v-if='model.qzpzsymj==null || model.qzpzsymj==0'></span>-->
|
|
|
+<!-- <span v-else >{{ model.qzpzsymj }} M²</span>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :span="2">-->
|
|
|
+<!-- <a-icon class='info' type='question-circle-o' @click='info("qzpzsymj2")'></a-icon>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </td>-->
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label='实际面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='sjzytdmj'>
|
|
|
+ <a-form-model-item label='实际占用面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='sjzytdmj'>
|
|
|
<a-col :span="22">
|
|
|
<a-input-number v-if="!disabled && !isAudit" v-model='model.sjzytdmj' placeholder='请输入实际占用土地面积' style='width: 100%'/>
|
|
|
<span v-if='model.sjzytdmj==null || model.sjzytdmj==0'></span>
|
|
@@ -506,9 +506,9 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label='实际建筑面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='sjsyjzmj'>
|
|
|
+ <a-form-model-item label='实际使用面积(平方米)' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='sjsyjzmj'>
|
|
|
<a-col :span="22">
|
|
|
- <a-input-number v-if="!disabled && !isAudit" v-model='model.sjsyjzmj' placeholder='请输入实际建筑面积' style='width: 100%'/>
|
|
|
+ <a-input-number v-if="!disabled && !isAudit" v-model='model.sjsyjzmj' placeholder='请输入实际使用面积' style='width: 100%'/>
|
|
|
<span v-if='model.sjsyjzmj==null || model.sjsyjzmj==0'></span>
|
|
|
<span v-else >{{ model.sjsyjzmj }} M²</span>
|
|
|
</a-col>
|