Blame view

src/components/business/kttGyJzd.vue 7.24 KB
任超 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<template>
  <div class="boundaryPoint itemForm">
    <el-form :model="boundaryPoint" :rules="rules" ref="formList" label-width="113px" :key="key">
      <div v-for="(item, index) in boundaryPoint.ruleForm" :key="index" class="boundaryPoint-item">
        <p class="boundaryPoint-item-name">界址点{{ index + 1 }}</p>
        <div class="boundaryPoint-item-list">
          <el-row>
            <el-col :span="8">
              <el-form-item>
                <span slot="label">
                  标识码: <br />
                  <p class="label-detail">(BSM)</p>
                </span>
                <p :class="{ 'disabled': $store.state.business.Edit }">
蔡俊立 committed
15
                  {{ boundaryPoint.ruleForm[index].bsm }}
任超 committed
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
                </p>
              </el-form-item>
            </el-col>

            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.YSDM'" :rules="rules.YSDM">
                <span slot="label">
                  要素代码: <br />
                  <p class="label-detail">(YSDM)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model="boundaryPoint.ruleForm[index].YSDM"
                  maxlength="10" placeholder="要素代码"></el-input>
              </el-form-item>
            </el-col>

            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.ZDZHDM'" :rules="rules.ZDZHDM">
                <span slot="label">
                  宗地/宗海代码: <br />
                  <p class="label-detail">(ZDZHDM)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model="boundaryPoint.ruleForm[index].ZDZHDM"
                  maxlength="19" placeholder="宗地/宗海代码"></el-input>
              </el-form-item>
            </el-col>
          </el-row>

          <el-row>
            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.JZDH'" :rules="rules.JZDH">
                <span slot="label">
                  界址点号: <br />
                  <p class="label-detail">(JZDH)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model="boundaryPoint.ruleForm[index].JZDH"
                  maxlength="10" placeholder="界址点号"></el-input>
              </el-form-item>
            </el-col>

            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.SXH'" :rules="{ ...rules.SXH, ...typeNum }">
                <span slot="label">
                  顺序号: <br />
                  <p class="label-detail">(SXH)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model.number="boundaryPoint.ruleForm[index].SXH"
                  type="number" v-only-number="{ max: 99999999999, min: 0, precision: 0 }" placeholder="顺序号"></el-input>
              </el-form-item>
            </el-col>

蔡俊立 committed
66
            <el-col :span="8">
任超 committed
67 68 69 70 71 72 73 74 75 76 77
              <el-form-item :prop="'ruleForm.' + index + '.JBLX'" :rules="rules.JBLX">
                <span slot="label">
                  界标类型: <br />
                  <p class="label-detail">(JBLX)</p>
                </span>
                <el-select :disabled="$store.state.business.Edit" v-model="boundaryPoint.ruleForm[index].JBLX"
                  placeholder="界标类型">
                  <el-option v-for="item in dicData['A4']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
                  </el-option>
                </el-select>
              </el-form-item>
蔡俊立 committed
78
            </el-col>
任超 committed
79 80 81
          </el-row>

          <el-row>
蔡俊立 committed
82
            <el-col :span="8">
任超 committed
83 84 85 86 87 88 89 90 91 92 93
              <el-form-item :prop="'ruleForm.' + index + '.JZDLX'" :rules="rules.JZDLX">
                <span slot="label">
                  界址点类型: <br />
                  <p class="label-detail">(JZDLX)</p>
                </span>
                <el-select :disabled="$store.state.business.Edit" v-model="boundaryPoint.ruleForm[index].JZDLX"
                  placeholder="界址点类型">
                  <el-option v-for="item in dicData['A5']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
                  </el-option>
                </el-select>
              </el-form-item>
蔡俊立 committed
94
            </el-col>
任超 committed
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.XZBZ'" :rules="{ ...rules.XZBZ, ...typeNum }">
                <span slot="label">
                  X坐标值: <br />
                  <p class="label-detail">(XZBZ)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model.number="boundaryPoint.ruleForm[index].XZBZ"
                  type="number" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
                  placeholder="X坐标值"></el-input>
              </el-form-item>
            </el-col>

            <el-col :span="8">
              <el-form-item :prop="'ruleForm.' + index + '.YZBZ'" :rules="{ ...rules.YZBZ, ...typeNum }">
                <span slot="label">
                  Y坐标值: <br />
                  <p class="label-detail">(YZBZ)</p>
                </span>
                <el-input :disabled="$store.state.business.Edit" v-model.number="boundaryPoint.ruleForm[index].YZBZ"
                  type="number" v-only-number="{ max: 999999999999999, min: 0, precision: 3 }"
                  placeholder="Y坐标值"></el-input>
              </el-form-item>
            </el-col>
          </el-row>
        </div>
      </div>
    </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
137
    bsmYwsjb: {
任超 committed
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
      type: String,
      default: ''
    }
  },
  data () {
    return {
      boundaryPoint: {
        ruleForm: [{
          BSM: '',
          YSDM: '',
          ZDZHDM: '',
          JZDH: '',
          SXH: '',
          JBLX: '',
          JZDLX: '',
          XZBZ: '',
          YZBZ: '',
        }]
      }
    }
  },
  methods: {
    async featchData () {
      try {
        let { result: res } = await business.getKttGyJzdById(this.bsmSjsb)
        this.boundaryPoint.ruleForm = res
164
        //this.featchRule()
任超 committed
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
      } catch (error) {
        this.$refs.msg.messageShow()
      }
    },
    handleUpdateForm () {
      return new Promise(async (resolve) => {
        try {
          let res = await business.updateKttGyJzd(this.boundaryPoint.ruleForm)
          // this.$refs['formList'].resetFields();
          resolve(res.code)
        } catch (error) {
          this.$refs.msg.messageShow()
        }
      })
    }
  }
}
</script>
<style scoped lang="scss">
@import "./css/itemForm.scss";

.boundaryPoint-item {
  display: flex;
  height: 100%;
  margin-bottom: 15px;
  margin-right: 5px;

  &-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    padding: 10px 20px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin-right: 15px;
    border-radius: 3px;
  }

  &-list {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
</style>