Ptyp.vue 11.7 KB
Newer Older
liyixun committed
1
<template>
huangxin committed
2
  <div class="eibs">
3 4
<!-- ============左边================= -->
<c-col :span="12" style="padding-right: 20px;">
liyixun committed
5
          <c-col :span="24">
wangna committed
6
            <el-form-item label="申请人参考号" prop="gidgrp.apl.pts.ref">
liyixun committed
7 8 9
              <c-input
                v-model="model.gidgrp.apl.pts.ref"
                maxlength="16"
wangna committed
10
                placeholder="请输入申请人参考号"
liyixun committed
11 12 13 14
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
15
            <el-form-item label="申请人" prop="gidgrp.apl.pts.extkey">
liyixun committed
16 17 18 19
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.apl.pts.extkey"
                  maxlength="16"
wangna committed
20
                  placeholder="请输入"
liyixun committed
21 22 23 24 25 26 27 28 29 30
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.apl.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
31
                    <i class="el-icon-info"></i>
liyixun committed
32 33
                  </c-button>
                  <c-button disabled size="small" type="primary">
wangna committed
34
                    详情
liyixun committed
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="地址名称" prop="gidgrp.apl.pts.adrblk">
              <c-input
                disabled
                rows="5"
                type="textarea"
                v-model="model.gidgrp.apl.pts.adrblk"
                maxlength="140"
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
53

liyixun committed
54 55 56
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
wangna committed
57
              label="保兑行参考号"
liyixun committed
58 59 60 61 62
              prop="gidgrp.con.pts.ref"
            >
              <c-input
                v-model="model.gidgrp.con.pts.ref"
                maxlength="16"
panziyi committed
63
                disabled
wangna committed
64
                placeholder="请输入申请人参考号"
liyixun committed
65 66 67 68 69 70
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
wangna committed
71
              label="保兑行"
liyixun committed
72 73 74 75 76 77
              prop="gidgrp.con.pts.extkey"
            >
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.con.pts.extkey"
                  maxlength="16"
panziyi committed
78
                  disabled
wangna committed
79
                  placeholder="请输入"
liyixun committed
80 81 82 83 84 85 86 87 88 89 90
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.con.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    v-if="model.gitp.swiftflg == 'Y'"
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
91
                    <i class="el-icon-info"></i>
liyixun committed
92 93 94 95 96 97
                  </c-button>
                  <c-button
                    v-if="model.gitp.swiftflg == 'Y'"
                    size="small"
                    type="primary"
                  >
wangna committed
98
                    详情
liyixun committed
99 100 101 102 103 104 105 106 107 108 109 110 111 112
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'Y'"
              label="地址名称"
              prop="gidgrp.con.pts.adrblk"
            >
              <c-input
                type="textarea"
                rows="4"
panziyi committed
113
                disabled
liyixun committed
114 115 116 117 118 119 120
                v-model="model.gidgrp.con.pts.adrblk"
                maxlength="140"
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
121

liyixun committed
122 123 124
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
wangna committed
125
              label="保兑行参考号"
liyixun committed
126 127 128 129 130
              prop="gidgrp.con.pts.ref"
            >
              <c-input
                v-model="model.gidgrp.con.pts.ref"
                maxlength="16"
panziyi committed
131
                disabled
wangna committed
132
                placeholder="请输入保兑行参考号"
liyixun committed
133 134 135 136 137 138
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
wangna committed
139
              label="保兑行"
liyixun committed
140 141 142 143 144 145 146
              prop="gidgrp.con.pts.extkey"
            >
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gidgrp.con.pts.extkey"
                  maxlength="16"
wangna committed
147
                  placeholder="请输入"
liyixun committed
148 149 150 151 152 153 154 155 156 157 158
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.con.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    v-if="model.gitp.swiftflg == 'N'"
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
159
                    <i class="el-icon-info"></i>
liyixun committed
160 161 162 163 164 165 166
                  </c-button>
                  <c-button
                    disabled
                    v-if="model.gitp.swiftflg == 'N'"
                    size="small"
                    type="primary"
                  >
wangna committed
167
                    详情
liyixun committed
168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              v-if="model.gitp.swiftflg == 'N'"
              label="地址名称"
              prop="gidgrp.con.pts.adrblk"
            >
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gidgrp.con.pts.adrblk"
                maxlength="140"
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>
liyixun committed
191

192 193
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
194
          <c-col :span="24">
wangna committed
195
            <el-form-item label="受益人参考号" prop="gidgrp.ben.pts.ref">
liyixun committed
196 197 198
              <c-input
                v-model="model.gidgrp.ben.pts.ref"
                maxlength="16"
wangna committed
199
                placeholder="请输入受益人参考号"
liyixun committed
200 201 202 203 204 205 206 207 208
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="受益人" prop="gidgrp.ben.pts.extkey">
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.ben.pts.extkey"
                  maxlength="16"
panziyi committed
209
                  :disabled="model.gidgrp.ben.pts.adrblk!=''"
wangna committed
210
                  placeholder="请输入"
liyixun committed
211 212 213 214 215 216 217 218 219 220
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.ben.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
221
                    <i class="el-icon-info"></i>
liyixun committed
222 223 224 225 226 227
                  </c-button>
                  <c-button
                    :disabled="model.gidgrp.rec.hndtyp == 'OT'"
                    size="small"
                    type="primary"
                  >
wangna committed
228
                    详情
liyixun committed
229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="地址名称" prop="gidgrp.ben.pts.adrblk">
              <c-input
                :disabled="model.gidgrp.rec.hndtyp == 'OT'"
                rows="4"
                type="textarea"
                v-model="model.gidgrp.ben.pts.adrblk"
                maxlength="140"
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
247

liyixun committed
248
          <c-col :span="24">
wangna committed
249
            <el-form-item label="开证行" prop="gidgrp.iss.pts.ref">
liyixun committed
250 251 252
              <c-input
                v-model="model.gidgrp.iss.pts.ref"
                maxlength="16"
wangna committed
253
                placeholder="请输入开证行"
liyixun committed
254 255 256 257
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
258
            <el-form-item label="开证行" prop="gidgrp.iss.pts.extkey">
liyixun committed
259 260 261 262
              <c-fullbox>
                <c-input
                  v-model="model.gidgrp.iss.pts.extkey"
                  maxlength="16"
wangna committed
263
                  placeholder="请输入"
liyixun committed
264 265 266 267 268 269 270 271 272 273
                  @keyup.enter.native="
                    showGridPromptDialog(`gidgrp.iss.pts.extkey`)
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
274
                    <i class="el-icon-info"></i>
liyixun committed
275 276
                  </c-button>
                  <c-button disabled size="small" type="primary">
wangna committed
277
                    详情
liyixun committed
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="地址名称" prop="gidgrp.iss.pts.adrblk">
              <c-input
                disabled
                rows="4"
                type="textarea"
                v-model="model.gidgrp.iss.pts.adrblk"
                maxlength="140"
                show-word-limit
                placeholder="请输入地址名称"
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
296
        </c-col>
liyixun committed
297

liyixun committed
298
    <c-col :span="24">
wangna committed
299
      <el-form-item label="可录入保函项下其他关联方">
liyixun committed
300 301 302 303 304 305
        <c-edit-table
          :model="model"
          v-bind="ptsaddg"
          style="margin-left: -120px"
        >
          <el-table-column label="操作">
liyixun committed
306 307 308 309 310 311 312 313 314 315
            <template slot-scope="scope">
              <el-button
                size="mini"
                @click="handleEdit(scope.$index, scope.row)"
                type="primary"
                >详情</el-button
              >
            </template>
          </el-table-column>
        </c-edit-table>
liyixun committed
316 317
      </el-form-item>
    </c-col>
liyixun committed
318 319 320
  </div>
</template>
<script>
liyixun committed
321
import Api from "~/service/Api";
liyixun committed
322
import commonProcess from "~/mixin/commonProcess";
liyixun committed
323
import CodeTable from "~/config/CodeTable";
liyixun committed
324
import Ptap from "~/views/Public/Ptap";
liyixun committed
325 326

export default {
liyixun committed
327 328 329 330 331 332 333 334 335
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
      ptsaddg: {
        columns: [
          {
wangna committed
336
            title: "角色",
liyixun committed
337 338 339 340 341
            width: "120px",
            dataIndex: "rol",
            show: "select",
          },
          {
wangna committed
342
            title: "当事人",
liyixun committed
343 344 345 346 347
            width: "180px",
            dataIndex: "ptyextkey",
            show: "input",
          },
          {
wangna committed
348
            title: "当事人名称",
liyixun committed
349 350 351 352
            width: "250px",
            dataIndex: "nam",
          },
          {
wangna committed
353
           title: "地址编号",
liyixun committed
354 355 356 357 358
            width: "250px",
            dataIndex: "ref",
          },
        ],
        urls: "gitp.ptsaddp.ptsaddg",
liyixun committed
359
      },
liyixun committed
360 361 362 363 364
    };
  },
  methods: { ...Event },
  created: function () {},
};
liyixun committed
365 366 367
</script>
<style>
</style>