Blame view

src/components/Business/qlfQlQtxgql.vue 11.4 KB
yangwei committed
1 2 3 4 5 6 7 8 9 10
<template>
  <div class="otherRelevant 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>
11
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM"></el-input>
yangwei committed
12 13 14 15 16 17 18 19 20
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="YWH">
            <span slot="label">
              业务号: <br />
              <p class="label-detail">(YWH)</p>
            </span>
21
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWH"></el-input>
yangwei committed
22 23 24 25 26 27 28 29 30
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="BDCDYH">
            <span slot="label">
              不动产单元号: <br />
              <p class="label-detail">(BDCDYH)</p>
            </span>
31
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCDYH"></el-input>
yangwei 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="QLLX">
            <span slot="label">
              权利类型: <br />
              <p class="label-detail">(QLLX)</p>
            </span>
43
            <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.QLLX">
yangwei committed
44 45 46 47 48 49 50 51 52 53 54 55
              <el-option v-for="item in dicData['A8']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
              </el-option>
            </el-select>
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DJLX">
            <span slot="label">
              登记类型: <br />
              <p class="label-detail">(DJLX)</p>
            </span>
56
            <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.DJLX">
yangwei committed
57 58 59 60 61 62 63 64 65 66 67 68
              <el-option v-for="item in dicData['A21']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
              </el-option>
            </el-select>
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DJYY">
            <span slot="label">
              登记原因: <br />
              <p class="label-detail">(DJYY)</p>
            </span>
69
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJYY"></el-input>
yangwei committed
70 71 72 73 74 75 76 77 78 79 80
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="QLQSSJ">
            <span slot="label">
              权利起始时间: <br />
              <p class="label-detail">(QLQSSJ)</p>
            </span>
81 82
            <el-date-picker :disabled="$store.state.business.Edit" type="datetime" :picker-options="pickerOptionsStart"
              clearable v-model="ruleForm.QLQSSJ" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
yangwei committed
83 84 85 86 87 88 89 90 91
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QLJSSJ">
            <span slot="label">
              权利结束时间: <br />
              <p class="label-detail">(QLJSSJ)</p>
            </span>
92
            <el-date-picker :disabled="$store.state.business.Edit" type="datetime" clearable
yangwei committed
93 94 95 96 97 98 99 100 101 102 103
              :picker-options="pickerOptionsEnd" v-model="ruleForm.QLJSSJ" value-format="yyyy-MM-dd HH:mm:ss">
            </el-date-picker>
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QSFS">
            <span slot="label">
              取水方式: <br />
              <p class="label-detail">(QSFS)</p>
            </span>
104
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QSFS"></el-input>
yangwei committed
105 106 107 108 109 110 111 112 113 114 115
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="SYLX">
            <span slot="label">
              水源类型: <br />
              <p class="label-detail">(SYLX)</p>
            </span>
116
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.SYLX"></el-input>
yangwei committed
117 118 119 120 121 122 123 124 125
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QSL">
            <span slot="label">
              取水量: <br />
              <p class="label-detail">(QSL)</p>
            </span>
126
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QSL"></el-input>
yangwei committed
127 128 129 130 131 132 133 134 135
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QSYT">
            <span slot="label">
              取水用途: <br />
              <p class="label-detail">(QSYT)</p>
            </span>
136
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QSYT"></el-input>
yangwei committed
137 138 139 140 141 142 143 144 145 146 147 148
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="KCMJ">
            <span slot="label">
              勘查面积: <br />
              <p class="label-detail">(KCMJ)</p>
            </span>
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.KCMJ"
149
              v-only-number="{ max: 999999, min: 0, precision: 2 }"></el-input>
yangwei committed
150 151 152 153 154 155 156 157 158
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="KCFS">
            <span slot="label">
              开采方式: <br />
              <p class="label-detail">(KCFS)</p>
            </span>
159
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.KCFS"></el-input>
yangwei committed
160 161 162 163 164 165 166 167 168
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="KCKZ">
            <span slot="label">
              开采矿种: <br />
              <p class="label-detail">(KCKZ)</p>
            </span>
169
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.KCKZ"></el-input>
yangwei committed
170 171 172 173 174 175 176 177 178 179 180
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="SCGM">
            <span slot="label">
              生产规模: <br />
              <p class="label-detail">(SCGM)</p>
            </span>
181
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.SCGM"></el-input>
yangwei committed
182 183 184 185 186 187 188 189 190
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="BDCQZH">
            <span slot="label">
              不动产权证号: <br />
              <p class="label-detail">(BDCQZH)</p>
            </span>
191
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCQZH"></el-input>
yangwei committed
192 193 194 195 196 197 198 199 200
          </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>
201
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM"></el-input>
yangwei committed
202 203 204 205 206 207 208 209 210 211 212
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="DJJG">
            <span slot="label">
              登记机构: <br />
              <p class="label-detail">(DJJG)</p>
            </span>
213
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJJG"></el-input>
yangwei committed
214 215 216 217 218 219 220 221 222
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DBR">
            <span slot="label">
              登簿人: <br />
              <p class="label-detail">(DBR)</p>
            </span>
223
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR"></el-input>
yangwei committed
224 225 226 227 228 229 230 231 232
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="DJSJ">
            <span slot="label">
              登记时间: <br />
              <p class="label-detail">(DJSJ)</p>
            </span>
233 234
            <el-date-picker :disabled="$store.state.business.Edit" type="datetime" clearable v-model="ruleForm.DJSJ"
              value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
yangwei committed
235 236 237 238 239 240 241 242 243 244 245
          </el-form-item>
        </el-col>
      </el-row>

      <el-row>
        <el-col :span="8">
          <el-form-item prop="FJ">
            <span slot="label">
              附记: <br />
              <p class="label-detail">(FJ)</p>
            </span>
246
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FJ"></el-input>
yangwei committed
247 248 249 250 251 252 253 254 255
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="FT">
            <span slot="label">
              附图: <br />
              <p class="label-detail">(FT)</p>
            </span>
256
            <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FT"></el-input>
yangwei committed
257 258 259 260 261 262 263 264 265
          </el-form-item>
        </el-col>

        <el-col :span="8">
          <el-form-item prop="QSZT">
            <span slot="label">
              权属状态: <br />
              <p class="label-detail">(QSZT)</p>
            </span>
266
            <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.QSZT">
yangwei committed
267 268 269 270 271 272 273 274 275 276 277 278
              <el-option v-for="item in dicData['A22']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
              </el-option>
            </el-select>
          </el-form-item>
        </el-col>
      </el-row>
    </el-form>
    <message-tips ref="msg" />
  </div>
</template>
<script>
// 其他相关权利
279 280
import qlfQlQtxgql from "@/api/qlfQlQtxgql";
import ruleMixin from "@/mixins/ruleMixin.js";
yangwei committed
281 282 283 284 285
export default {
  mixins: [ruleMixin],
  props: {
    bsmSjsb: {
      type: String,
286
      default: "",
yangwei committed
287 288 289
    },
    bsmYwsjb: {
      type: String,
290 291
      default: "",
    },
yangwei committed
292
  },
293
  data() {
yangwei committed
294 295 296
    return {
      pickerOptionsStart: {
        // 禁止选择
297
        disabledDate: (time) => {
yangwei committed
298 299 300 301
          let endDateVal = this.ruleForm.QLJSSJ;
          if (endDateVal) {
            return time.getTime() > new Date(endDateVal).getTime();
          }
302
        },
yangwei committed
303 304
      },
      pickerOptionsEnd: {
305
        disabledDate: (time) => {
yangwei committed
306 307
          let beginDateVal = this.ruleForm.QLQSSJ;
          if (beginDateVal) {
308
            return time.getTime() < new Date(beginDateVal).getTime();
yangwei committed
309
          }
310
        },
yangwei committed
311 312
      },
      ruleForm: {
313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
        BSM: "",
        YSDM: "",
        YWH: "",
        BDCDYH: "",
        QLLX: "",
        DJLX: "",
        DJYY: "",
        QLQSSJ: "",
        QLJSSJ: "",
        QSFS: "",
        SYLX: "",
        QSL: "",
        QSYT: "",
        KCMJ: "",
        KCFS: "",
        KCKZ: "",
        SCGM: "",
        BDCQZH: "",
        QXDM: "",
        DJJG: "",
        DBR: "",
        DJSJ: "",
        FJ: "",
        FT: "",
        QSZT: "",
      },
    };
yangwei committed
340 341
  },
  methods: {
342
    async featchData() {
yangwei committed
343
      try {
344 345 346 347
        let { result: res } = await qlfQlQtxgql.getQlfQlQtxgqlById(
          this.bsmSjsb
        );
        this.ruleForm = res;
yangwei committed
348 349
        //this.featchRule()
      } catch (error) {
350
        this.$refs.msg.messageShow();
yangwei committed
351 352
      }
    },
353
    handleUpdateForm() {
yangwei committed
354 355
      return new Promise(async (resolve) => {
        try {
356
          let res = await qlfQlQtxgql.updateQlfQlQtxgql(this.ruleForm);
yangwei committed
357
          // this.$refs['formList'].resetFields();
358
          resolve(res.code);
yangwei committed
359
        } catch (error) {
360
          this.$refs.msg.messageShow();
yangwei committed
361
        }
362 363 364 365
      });
    },
  },
};
yangwei committed
366 367 368 369 370 371
</script>
<style scoped lang="scss">
@import "./css/itemForm.scss";
</style>