Blame view

src/components/business/kttFwLjz.vue 11.4 KB
任超 committed
1 2 3 4 5 6 7 8 9 10
<template>
  <div class="logicBuilding itemForm">
    <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key">
      <el-row>
        <el-col :span="8">
          <el-form-item prop="YSDM">
            <span slot="label">
              要素代码: <br />
              <p class="label-detail">(YSDM)</p>
            </span>
田浩浩 committed
11
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" placeholder="要素代码"></el-input>
任超 committed
12 13 14 15 16 17 18 19 20
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="LJZH">
            <span slot="label">
              逻辑幢号: <br />
              <p class="label-detail">(LJZH)</p>
            </span>
田浩浩 committed
21
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ljzh" placeholder="逻辑幢号"></el-input>
任超 committed
22 23 24 25 26 27 28 29 30
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="ZRZH">
            <span slot="label">
              自然幢号: <br />
              <p class="label-detail">(ZRZH)</p>
            </span>
田浩浩 committed
31
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.zrzh" placeholder="自然幢号"></el-input>
任超 committed
32 33 34 35 36 37 38 39 40 41 42
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="MPH">
            <span slot="label">
              门牌号: <br />
              <p class="label-detail">(MPH)</p>
            </span>
田浩浩 committed
43
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.mph" placeholder="门牌号"></el-input>
任超 committed
44 45 46 47 48 49 50 51 52 53
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="YCJZMJ" :rules="{ type: 'number' }">
            <span slot="label">
              预测建筑面积: <br />
              <p class="label-detail">(YCJZMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
54
              placeholder="预测建筑面积" type="number" v-model.number="ruleForm.ycjzmj"></el-input>
任超 committed
55 56 57 58 59 60 61 62 63 64
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="YCDXMJ" :rules="{ type: 'number' }">
            <span slot="label">
              预测地下面积: <br />
              <p class="label-detail">(YCDXMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
65
              placeholder="预测地下面积" type="number" v-model.number="ruleForm.ycdxmj"></el-input>
任超 committed
66 67 68 69 70 71 72 73 74 75 76 77
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="YCQTMJ" :rules="{ type: 'number' }">
            <span slot="label">
              预测其它面积: <br />
              <p class="label-detail">(YCQTMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
78
              placeholder="预测其它面积" type="number" v-model.number="ruleForm.ycqtmj"></el-input>
任超 committed
79 80 81 82 83 84 85 86 87 88
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="SCJZMJ" :rules="{ type: 'number' }">
            <span slot="label">
              实测建筑面积: <br />
              <p class="label-detail">(SCJZMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
89
              placeholder="实测建筑面积" type="number" v-model.number="ruleForm.scjzmj"></el-input>
任超 committed
90 91 92 93 94 95 96 97 98 99
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="SCDXMJ" :rules="{ type: 'number' }">
            <span slot="label">
              实测地下面积: <br />
              <p class="label-detail">(SCDXMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
100
              placeholder="实测地下面积" type="number" v-model.number="ruleForm.scdxmj"></el-input>
任超 committed
101 102 103 104 105 106 107 108 109 110 111 112
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="SCQTMJ" :rules="{ type: 'number' }">
            <span slot="label">
              实测其它面积: <br />
              <p class="label-detail">(SCQTMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
田浩浩 committed
113
              placeholder="实测其它面积" type="number" v-model.number="ruleForm.scqtmj"></el-input>
任超 committed
114 115 116 117 118 119 120 121 122 123
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="JGRQ">
            <span slot="label">
              竣工日期: <br />
              <p class="label-detail">(JGRQ)</p>
            </span>
            <el-date-picker :disabled="$store.state.business.Edit" type="datetime" placeholder="竣工日期" clearable
田浩浩 committed
124
              v-model="ruleForm.jgrq" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
任超 committed
125 126 127 128 129 130 131 132 133
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="FWJG1">
            <span slot="label">
              房屋结构1: <br />
              <p class="label-detail">(FWJG1)</p>
            </span>
田浩浩 committed
134
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwjg1" placeholder="房屋结构1"></el-input>
任超 committed
135 136 137 138 139 140 141 142 143 144 145
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="FWJG2">
            <span slot="label">
              房屋结构2: <br />
              <p class="label-detail">(FWJG2)</p>
            </span>
田浩浩 committed
146
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwjg2" placeholder="房屋结构2"></el-input>
任超 committed
147 148 149 150 151 152 153 154 155
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="FWJG3">
            <span slot="label">
              房屋结构3: <br />
              <p class="label-detail">(FWJG3)</p>
            </span>
田浩浩 committed
156
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwjg3" placeholder="房屋结构3"></el-input>
任超 committed
157 158 159 160 161 162 163 164 165
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="JZWZT">
            <span slot="label">
              建筑物状态: <br />
              <p class="label-detail">(JZWZT)</p>
            </span>
田浩浩 committed
166
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.jzwzt" placeholder="建筑物状态"></el-input>
任超 committed
167 168 169 170 171 172 173 174 175 176 177
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="FWYT">
            <span slot="label">
              房屋用途1: <br />
              <p class="label-detail">(FWYT)</p>
            </span>
田浩浩 committed
178
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwyt" placeholder="房屋用途1"></el-input>
任超 committed
179 180 181 182 183 184 185 186 187
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="FWYT2">
            <span slot="label">
              房屋用途2: <br />
              <p class="label-detail">(FWYT2)</p>
            </span>
田浩浩 committed
188
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwyt2" placeholder="房屋用途2"></el-input>
任超 committed
189 190 191 192 193 194 195 196 197
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="FWYT3">
            <span slot="label">
              房屋用途3: <br />
              <p class="label-detail">(FWYT3)</p>
            </span>
田浩浩 committed
198
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.fwyt3" placeholder="房屋用途3"></el-input>
任超 committed
199 200 201 202 203 204 205 206 207 208 209 210
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="ZCS" :rules="{ type: 'number' }">
            <span slot="label">
              总层数: <br />
              <p class="label-detail">(ZCS)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-only-number="{ max: 9999, min: 0, precision: 0 }"
田浩浩 committed
211
              placeholder="总层数" type="number" v-model.number="ruleForm.zcs"></el-input>
任超 committed
212 213 214 215 216 217 218 219 220 221
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DSCS">
            <span slot="label">
              地上层数: <br />
              <p class="label-detail">(DSCS)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" placeholder="地上层数" maxlength="5"
田浩浩 committed
222
              v-model="ruleForm.dscs"></el-input>
任超 committed
223 224 225 226 227 228 229 230 231 232
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DXCS">
            <span slot="label">
              地下层数: <br />
              <p class="label-detail">(DXCS)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" maxlength="5" placeholder="地下层数"
田浩浩 committed
233
              v-model="ruleForm.dxcs"></el-input>
任超 committed
234 235 236 237 238 239 240 241 242 243 244
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="BZ">
            <span slot="label">
              备注: <br />
              <p class="label-detail">(BZ)</p>
            </span>
田浩浩 committed
245
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.bz" placeholder="备注"></el-input>
任超 committed
246 247 248 249 250 251 252 253 254
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QXDM">
            <span slot="label">
              区县代码: <br />
              <p class="label-detail">(QXDM)</p>
            </span>
田浩浩 committed
255
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.qxdm" placeholder="区县代码"></el-input>
任超 committed
256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
          </el-form-item>
        </el-col>

      </el-row>
    </el-form>
    <message-tips ref="msg" />
  </div>
</template>
<script>
// 逻辑幢信息
import business from '@/api/business'
import ruleMixin from '@/mixins/ruleMixin.js'
export default {
  mixins: [ruleMixin],
  props: {
    bsmSjsb: {
      type: String,
      default: ''
    },
蔡俊立 committed
275
    bsmYwsjb: {
任超 committed
276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
      type: String,
      default: ''
    }
  },
  data () {
    return {
      ruleForm: {
        YSDM: '',
        LJZH: '',
        ZRZH: '',
        MPH: '',
        YCJZMJ: '',
        YCDXMJ: '',
        YCQTMJ: '',
        SCJZMJ: '',
        SCDXMJ: '',
        SCQTMJ: '',
        JGRQ: '',
        FWJG1: '',
        FWJG2: '',
        FWJG3: '',
        JZWZT: '',
        FWYT: '',
        FWYT2: '',
        FWYT3: '',
        ZCS: '',
        DSCS: '',
        DXCS: '',
        BZ: '',
        QXDM: ''
      }
    }
  },
  methods: {
    async featchData () {
      try {
        let { result: res } = await business.getKttFwLjzById(this.bsmSjsb)
        this.ruleForm = res
314
        //this.featchRule()
任超 committed
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
      } catch (error) {
        this.$refs.msg.messageShow()
      }
    },
    handleUpdateForm () {
      return new Promise(async (resolve, reject) => {
        try {
          let res = await business.updateKttFwLjz(this.ruleForm)
          // this.$refs['formList'].resetFields();
          resolve(res.code)
        } catch (error) {
          this.$refs.msg.messageShow()
        }
      })
    }
  }
}
</script>
<style scoped lang="scss">
@import "./css/itemForm.scss";
</style>