Blame view

src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue 21.7 KB
xiaomiao committed
1 2 3
<!--
 * @Description:
 * @Autor: renchao
4
 * @LastEditTime: 2023-08-01 09:46:29
xiaomiao committed
5 6 7 8 9
-->
<template>
  <!-- 受理信息 -->
  <div class="slxx">
    <el-form
xiaomiao committed
10
      :model="ruleForm"
xiaomiao committed
11 12
      :rules="rules"
      ref="ruleForm"
xiaomiao committed
13 14 15
      :class="{ readonly: editDisabled }"
      class="loadingtext"
      :show-message="false"
xiaomiao committed
16 17
      :label-position="flag ? 'top' : ''"
      :inline="flag"
18
      label-width="120px">
xiaomiao committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
      <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
        <div class="slxx_title title-block">
          补录信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col :span="8">
            <el-form-item label="补录编号:">
              <el-input disabled v-model="ruleForm.repair.ywh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="补录人员:">
              <el-input disabled v-model="ruleForm.repair.slry"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="补录时间:">
              <el-input disabled v-model="ruleForm.repair.slsj"></el-input>
            </el-form-item>
          </el-col>
        </el-row>
        <div class="slxx_title title-block">
xiaomiao committed
42
          土地所有权信息
xiaomiao committed
43 44
          <div class="triangle"></div>
        </div>
xiaomiao committed
45
        <el-row :gutter="10">
46
          <el-col :span="8" v-if="ssqlxxshow">
xiaomiao committed
47 48 49 50 51 52
            <el-form-item label="上手权利信息:">
              <select-table
                v-model="ruleForm.ssQlxx"
                :table-width="550"
                :tableData="ssQlxxList"
                :props="props"
53
                @change="ssQlxxchange">
xiaomiao committed
54 55 56
                <el-table-column
                  prop="qllxmc"
                  width="130"
57
                  label="权利类型"></el-table-column>
xiaomiao committed
58 59 60
                <el-table-column
                  prop="bdcqzh"
                  width="160"
61
                  label="不动产权证书"></el-table-column>
xiaomiao committed
62 63 64 65 66 67 68
                <el-table-column prop="qlrmc" label="权利人"></el-table-column>
                <el-table-column prop="mjmc" label="面积"></el-table-column>
                <el-table-column prop="ytmc" label="用途"></el-table-column>
                <el-table-column prop="zl" label="坐落"></el-table-column>
              </select-table>
            </el-form-item>
          </el-col>
xiaomiao committed
69 70
          <el-col :span="8">
            <el-form-item label="上手业务号:">
xiaomiao committed
71
              <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input>
xiaomiao committed
72 73 74
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
75 76 77
            <el-form-item
              label="登记类型:"
              prop="qlxx.djlx"
78
              :rules="rules.djlxrules">
xiaomiao committed
79
              <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange">
xiaomiao committed
80 81 82 83
                <el-option
                  v-for="item in djlxlist"
                  :key="item.dcode"
                  :label="item.dname"
84
                  :value="item.dcode">
xiaomiao committed
85 86 87 88
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
        </el-row>
        <el-row :gutter="10">
          <el-col :span="8">
            <el-form-item label="不动产单元号:">
              <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="业务号:">
              <el-input v-model="ruleForm.qlxx.ywh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item label="权利类型:">
              <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input>
            </el-form-item>
          </el-col>

xiaomiao committed
107
          <el-col :span="8">
xiaomiao committed
108 109 110
            <el-form-item
              label="登簿人:"
              prop="qlxx.dbr"
111
              :rules="rules.dbrrules">
xiaomiao committed
112 113 114 115 116 117 118
              <el-input v-model="ruleForm.qlxx.dbr"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item
              label="登记机构:"
              prop="qlxx.djjg"
119
              :rules="rules.djjgrules">
xiaomiao committed
120 121 122
              <el-input v-model="ruleForm.qlxx.djjg"></el-input>
            </el-form-item>
          </el-col>
xiaomiao committed
123
          <!-- <el-col :span="8">
xiaomiao committed
124 125 126 127 128 129 130
            <el-form-item
              label="区县代码:"
              prop="qlxx.qxdm"
              :rules="rules.qxdmrules"
            >
              <el-input v-model="ruleForm.qlxx.qxdm"></el-input>
            </el-form-item>
xiaomiao committed
131
          </el-col> -->
xiaomiao committed
132
          <el-col :span="8">
xiaomiao committed
133 134 135
            <el-form-item
              label="不动产权证号:"
              prop="qlxx.bdcqzh"
136
              :rules="rules.bdcqzhrules">
xiaomiao committed
137 138 139 140
              <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
141 142 143 144 145 146
            <el-form-item label="权属状态:">
              <el-select v-model="ruleForm.qlxx.qszt">
                <el-option
                  v-for="item in qsztlist"
                  :key="item.dcode"
                  :label="item.dname"
147
                  :value="item.dcode">
xiaomiao committed
148 149 150 151 152 153 154
                </el-option>
              </el-select>
            </el-form-item>
          </el-col>

          <el-col :span="8">
            <el-form-item label="登记原因:">
xiaomiao committed
155
              <el-input v-model="ruleForm.tdsyq.djyy"></el-input>
xiaomiao committed
156 157
            </el-form-item>
          </el-col>
xiaomiao committed
158 159
        </el-row>
        <el-row :gutter="10">
xiaomiao committed
160
          <el-col :span="8">
xiaomiao committed
161
            <el-form-item label="农用地面积:">
xiaomiao committed
162 163 164 165
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.nydmj"
                  :disabled="!ableOperation"
166
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
167
                <el-select
168
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
169
                  :disabled="!ableOperation"
170
                  style="width: 20%">
xiaomiao committed
171 172 173 174
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
175
                    :value="item.dcode">
xiaomiao committed
176 177 178
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
179 180 181
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
182
            <el-form-item label="耕地面积:">
xiaomiao committed
183 184 185 186
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.gdmj"
                  :disabled="!ableOperation"
187
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
188
                <el-select
189
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
190
                  :disabled="!ableOperation"
191
                  style="width: 20%">
xiaomiao committed
192 193 194 195
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
196
                    :value="item.dcode">
xiaomiao committed
197 198 199
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
200 201 202
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
203
            <el-form-item label="林地面积:">
xiaomiao committed
204 205 206 207
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.ldmj"
                  :disabled="!ableOperation"
208
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
209
                <el-select
210
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
211
                  :disabled="!ableOperation"
212
                  style="width: 20%">
xiaomiao committed
213 214 215 216
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
217
                    :value="item.dcode">
xiaomiao committed
218 219 220
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
221 222
            </el-form-item>
          </el-col>
xiaomiao committed
223 224
        </el-row>
        <el-row :gutter="10">
xiaomiao committed
225
          <el-col :span="8">
xiaomiao committed
226
            <el-form-item label="草地面积:">
xiaomiao committed
227 228 229 230
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.cdmj"
                  :disabled="!ableOperation"
231
                  oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
xiaomiao committed
232
                <el-select
233
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
234
                  :disabled="!ableOperation"
235
                  style="width: 20%">
xiaomiao committed
236 237 238 239
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
240
                    :value="item.dcode">
xiaomiao committed
241 242 243
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
244 245 246
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
247
            <el-form-item label="其他农用地面积:">
xiaomiao committed
248 249 250 251
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.qtnydmj"
                  :disabled="!ableOperation"
252
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
253
                <el-select
254
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
255
                  :disabled="!ableOperation"
256
                  style="width: 20%">
xiaomiao committed
257 258 259 260
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
261
                    :value="item.dcode">
xiaomiao committed
262 263 264
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
265 266 267
            </el-form-item>
          </el-col>
          <el-col :span="8">
xiaomiao committed
268
            <el-form-item label="建筑使用面积:">
xiaomiao committed
269 270 271 272
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.jsydmj"
                  :disabled="!ableOperation"
273
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
274
                <el-select
275
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
276
                  :disabled="!ableOperation"
277
                  style="width: 20%">
xiaomiao committed
278 279 280 281
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
282
                    :value="item.dcode">
xiaomiao committed
283 284 285
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
286 287
            </el-form-item>
          </el-col>
xiaomiao committed
288 289
        </el-row>
        <el-row :gutter="10">
xiaomiao committed
290
          <el-col :span="8">
xiaomiao committed
291
            <el-form-item label="未利用地面积:">
xiaomiao committed
292 293 294 295
              <div class="flex">
                <el-input
                  v-model="ruleForm.tdsyq.wlydmj"
                  :disabled="!ableOperation"
296
                  oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input>
xiaomiao committed
297
                <el-select
298
                  v-model="ruleForm.tdsyq.mjdw"
xiaomiao committed
299
                  :disabled="!ableOperation"
300
                  style="width: 20%">
xiaomiao committed
301 302 303 304
                  <el-option
                    v-for="item in dictData['A7']"
                    :key="item.dcode"
                    :label="item.dname"
305
                    :value="item.dcode">
xiaomiao committed
306 307 308
                  </el-option>
                </el-select>
              </div>
xiaomiao committed
309 310 311 312 313 314
            </el-form-item>
          </el-col>
          <el-col :span="8">
            <el-form-item
              label="登记时间:"
              prop="qlxx.djsj"
315
              :rules="rules.djsjrules">
xiaomiao committed
316
              <el-date-picker
xiaomiao committed
317 318
                v-model="ruleForm.qlxx.djsj"
                type="date"
xiaomiao committed
319
                class="width100"
xiaomiao committed
320 321
                placeholder="选择日期"
                value-format="yyyy-MM-dd HH:mm:ss"
322
                format="yyyy-MM-dd">
xiaomiao committed
323 324 325 326 327 328 329
              </el-date-picker>
            </el-form-item>
          </el-col>
        </el-row>
        <el-row>
          <el-col :span="24">
            <el-form-item label="附记:">
xiaomiao committed
330
              <el-input v-model="ruleForm.tdsyq.fj"></el-input>
xiaomiao committed
331 332 333 334 335 336 337 338 339 340
            </el-form-item>
          </el-col>
        </el-row>
        <div class="slxx_title title-block">
          土地用途
          <div class="triangle"></div>
        </div>
        <tdytTable
          :tableData="ruleForm.tdytqxList"
          @upDateTdytxxList="upDateTdytxxList"
341
          :ableOperation="ableOperation" />
xiaomiao committed
342 343 344 345 346 347 348 349
        <div class="slxx_title title-block">
          权利人信息
          <div class="triangle"></div>
        </div>
        <el-row :gutter="10">
          <el-col :span="12">
            <el-form-item label="共有方式:">
              <el-radio-group
xiaomiao committed
350
                :disabled="!ableOperation"
351
                v-model="ruleForm.qlxx.gyfs">
xiaomiao committed
352 353 354 355 356 357 358 359 360 361 362 363
                <el-radio label="0">单独所有</el-radio>
                <el-radio label="1">共同共有</el-radio>
                <el-radio label="2">按份所有</el-radio>
                <el-radio label="3">其它共有</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
        </el-row>
        <qlrCommonTable
          :tableData="ruleForm.qlrData"
          @upDateQlrxxList="upDateQlrxxList"
          :key="key"
xiaomiao committed
364
          :ableOperation="ableOperation"
365
          :gyfs="ruleForm.qlxx.gyfs" />
xiaomiao committed
366
      </div>
xiaomiao committed
367
      <el-row class="btn" v-if="ableOperation">
xiaomiao committed
368 369 370 371 372 373 374 375
        <el-form-item>
          <el-button type="primary" @click="onSubmit">保存</el-button>
        </el-form-item>
      </el-row>
    </el-form>
  </div>
</template>
<script>
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391
  import store from "@/store/index.js";
  import { mapGetters } from "vuex";
  import { init, getSsQlxx, save } from "@/api/djbRepair.js";
  import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
  import selectTable from "@/components/selectTable/index.vue";
  import tdytTable from "@/views/workflow/components/tdytTable";
  export default {
    components: { qlrCommonTable, tdytTable, selectTable },
    computed: {
      ...mapGetters(["dictData", "flag"]),
      // 根据流程判断表单是否为只读
      editDisabled () {
        if (!this.ableOperation) {
          //只读状态
          console.log("只读");
          return true;
xiaomiao committed
392
        }
393
        return false;
xiaomiao committed
394
      },
395 396 397 398 399 400 401
    },
    data () {
      return {
        ssqlxxshow: true,
        props: {
          label: "bdcqzh",
          value: "bdcdyid",
xiaomiao committed
402
        },
403 404 405 406 407 408 409 410 411 412
        // 键名转换,方法默认是label和children进行树状渲染
        normalizer (node) {
          //方法
          if (node.children == null || node.children == "null") {
            delete node.children;
          }
          return {
            id: node.dcode,
            label: node.dname,
          };
xiaomiao committed
413
        },
414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
        //表单是否可操作
        propsParam: this.$attrs,
        key: 0,
        // 登记类型
        djlxlist: [
          {
            dcode: "100",
            dname: "首次登记",
          },
          {
            dcode: "200",
            dname: "转移登记",
          },
          {
            dcode: "300",
            dname: "变更登记",
          },
          {
            dcode: "500",
            dname: "更正登记",
          },
xiaomiao committed
435

436 437 438 439 440 441 442 443
          {
            dcode: "901",
            dname: "补证",
          },
          {
            dcode: "902",
            dname: "换证",
          },
xiaomiao committed
444
        ],
445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473
        // 权属状态
        qsztlist: [
          {
            dcode: "1",
            dname: "现势",
          },
          {
            dcode: "2",
            dname: "历史",
          },
        ],
        isShow: false,
        disabled: true,
        czrOptions: [],
        ssQlxxList: [],
        ruleForm: {},
        ableOperation: false,
        //传递参数\
        rules: {
          bdcqzhrules: [
            { required: true, message: "不动产权证号:", trigger: "blur" },
          ],
          // qxdmrules: [{ required: true, message: "区县代码", trigger: "blur" }],
          djjgrules: [{ required: true, message: "登记机构", trigger: "blur" }],
          dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }],
          djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }],
          djlxrules: [{ required: true, message: "登记类型", trigger: "change" }],
        },
      };
xiaomiao committed
474
    },
475 476 477 478
    created () { },
    mounted () {
      this.loadData();
      this.ableOperation = this.$parent.ableOperation;
xiaomiao committed
479
    },
480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
    methods: {
      /**
       * @description: ssQlxxchange
       * @param {*} val
       * @author: renchao
       */
      ssQlxxchange (val) {
        this.ruleForm.ssQlxx = val;
        this.ruleForm.qlxx.ssywh = val.ywh;
      },
      /**
       * @description: djlxchange
       * @param {*} val
       * @author: renchao
       */
      djlxchange (val) {
        console.log("val", val);
        if (val == null || val == 100) {
          this.ssqlxxshow = false;
        } else {
          this.ssqlxxshow = true;
        }
      },
xiaomiao committed
503

504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533
      // 字典
      /**
       * @description: 字典
       * @param {*} val
       * @author: renchao
       */
      getDictData (val) {
        return store.getters.dictData[val];
      },
      /**
       * @description: loadData
       * @author: renchao
       */
      loadData () {
        this.$startLoading();
        this.propsParam.isEdit = this.$parent.isEdit;
        init(this.propsParam).then((res) => {
          if (res.code == 200) {
            this.ruleForm = res.result;
            let djlx = this.ruleForm.qlxx.djlx;
            if (djlx == null || djlx == 100) {
              this.ssqlxxshow = false;
            }
            this.$endLoading();
            // if (this.ruleForm.tdytqxList.length > 0) {
            //   this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm;
            // } else {
            //   this.tdxz = null;
            // }
            this.isShow = true;
xiaomiao committed
534
          }
535 536 537 538 539 540 541 542
        });
        //获取主体信息
        getSsQlxx({
          bdcdyid: this.propsParam.bdcdyid,
          qllx: this.propsParam.qllx,
        }).then((res) => {
          if (res.code == 200) {
            this.ssQlxxList = res.result;
xiaomiao committed
543
          }
544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574
        });
      },
      // 更新土地用途信息
      /**
       * @description: 更新土地用途信息
       * @param {*} val
       * @author: renchao
       */
      upDateTdytxxList (val) {
        this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
        this.key++;
      },
      // 更新权利人信息
      /**
       * @description: 更新权利人信息
       * @param {*} val
       * @author: renchao
       */
      upDateQlrxxList (val) {
        this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
        this.czrOptions = this.ruleForm.qlrData;
        this.key++;
      },
      /**
       * @description: onSubmit
       * @author: renchao
       */
      onSubmit () {
        this.$refs.ruleForm.validate((valid) => {
          if (valid) {
            if (this.ruleForm.qlrData.length == 0) {
xiaomiao committed
575 576
              this.$message({
                showClose: true,
577
                message: "请确认权利人信息",
xiaomiao committed
578 579 580 581
                type: "error",
              });
              return false;
            }
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598

            if (this.ruleForm.qlxx.gyfs == "0") {
              if (this.ruleForm.qlrData.length > 1) {
                this.$message({
                  showClose: true,
                  message: "共有方式:单独所有,权利人只能是一个人",
                  type: "error",
                });
                return false;
              }
              this.ruleForm.qlrData[0].sfczr = "1";
            }
            if (this.ruleForm.qlxx.gyfs == "1") {
              //是否分别持证
              if (this.ruleForm.qlxx.sqfbcz == "1") {
                //是
                this.ruleForm.qlrData.forEach((item, index) => {
xiaomiao committed
599
                  item.sfczr = "1";
600 601 602 603 604 605 606 607 608 609
                });
              } else {
                this.ruleForm.qlrData.forEach((item, index) => {
                  if (item.zjh == this.ruleForm.czr) {
                    item.sfczr = "1";
                  } else {
                    item.sfczr = "0";
                  }
                });
              }
xiaomiao committed
610
            }
611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628
            save(this.ruleForm).then((res) => {
              if (res.code === 200) {
                this.$message({
                  showClose: true,
                  message: "保存成功!",
                  type: "success",
                });
                this.$store.dispatch("user/refreshPage", true);
              } else {
                this.$message({
                  showClose: true,
                  message: res.message,
                  type: "error",
                });
              }
            });
          } else {
            return false;
xiaomiao committed
629
          }
630 631 632 633
        })
      }
    }
  }
xiaomiao committed
634 635
</script>
<style scoped lang="scss">
636 637 638 639 640 641 642
  @import "~@/styles/public.scss";
  @import "~@/styles/slxx/slxx.scss";
  /deep/.el-form {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 130px);
  }
xiaomiao committed
643

644 645 646
  /deep/.el-form-item__label {
    padding: 0;
  }
xiaomiao committed
647

648 649 650
  /deep/.el-radio {
    margin-right: 10px;
  }
xiaomiao committed
651

652 653 654
  /deep/.el-select {
    width: 100%;
  }
xiaomiao committed
655

656 657 658
  /deep/.el-form-item {
    margin-bottom: 8px;
  }
xiaomiao committed
659

660 661 662
  .marginBot0 {
    margin-bottom: 0 !important;
  }
xiaomiao committed
663

664 665 666
  .slxx {
    box-sizing: border-box;
  }
xiaomiao committed
667

668 669 670 671 672 673 674 675
  .slxx_con {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    padding-right: 3px;
    overflow-x: hidden;
  }
xiaomiao committed
676

677 678 679
  .submit_btn {
    height: 50px;
  }
xiaomiao committed
680

681 682 683 684 685 686 687 688 689 690
  .slxx_title {
    border-bottom: 1px solid $borderColor;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
  }
xiaomiao committed
691

692 693 694 695 696 697 698
  .btn {
    text-align: center;
    padding-top: 10px;
    height: 36px;
    background-color: #ffffff;
    padding: 5px 0;
  }
xiaomiao committed
699

700 701 702 703
  .textArea {
    /deep/.el-textarea__inner {
      min-height: 90px !important;
    }
xiaomiao committed
704 705
  }

706 707 708
  /deep/.el-form-item__label {
    padding-bottom: 0px;
  }
xiaomiao committed
709
</style>