Payment103.vue 10.7 KB
Newer Older
liuxin committed
1
<template>
LiRui committed
2
  <div class="eibs">
wangna committed
3
    <!-- ------------------Left------------------>
LiRui committed
4
    <c-col :span="12" style="padding-right: 20px;">
wangna committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
      <c-col :span="24">
        <el-form-item
          label="消息接收者"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input maxlength="16" placeholder="请输入" disabled></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
20
                <i class="el-icon-info"></i>
wangna committed
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
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              show-word-limit
              placeholder="请输入"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
liuxin committed
46

wangna committed
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
      <c-col :span="24">
        <el-form-item
          label="发件人的相关信息(Tag 53a)"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input maxlength="16" placeholder="请输入" disabled></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
62
                <i class="el-icon-info"></i>
wangna committed
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              show-word-limit
              placeholder="请输入"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
liuxin committed
88

wangna committed
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
      <c-col :span="24">
        <el-form-item
          label="接收人的相关信息(Tag 54a)"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input maxlength="16" placeholder="请输入" disabled></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
104
                <i class="el-icon-info"></i>
wangna committed
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
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              show-word-limit
              placeholder="请输入"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
liuxin committed
130

wangna committed
131 132 133 134 135
      <c-col :span="24">
        <el-form-item label="收款更正账户" label-width="35%">
          <c-input maxlength="16" placeholder="" disabled></c-input>
        </el-form-item>
      </c-col>
liuxin committed
136

wangna committed
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
      <c-col :span="24">
        <el-form-item
          label="中介机构(Tag 54a)"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input
              maxlength="16"
              placeholder="请输入"
              v-model="model.cpdgrp.orc.pts.extkey"
              @keyup.enter.native="
                showGridPromptDialog('cpdgrp.orc.pts.extkey')
              "
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
159
                <i class="el-icon-info"></i>
wangna committed
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              v-model="model.cpdgrp.orc.pts.adrblk"
              show-word-limit
              placeholder="请输入"
              disabled
            ></c-input>
          </el-form-item>
liuxin committed
184
        </c-col>
wangna committed
185 186 187 188 189 190 191 192 193 194 195 196
      </c-col>

      <c-col :span="24">
        <el-form-item label="中介账户" label-width="35%">
          <c-input
            maxlength="16"
            placeholder=""
            v-model="sespay.intacc"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
liuxin committed
197

wangna committed
198
    <!-- ------------------Right------------------>
LiRui committed
199
    <c-col :span="12" style="padding-left: 20px;">
wangna committed
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
      <c-col :span="24">
        <el-form-item
          label="机构账户/账户(Tag 54a)"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input
              maxlength="16"
              placeholder="请输入"
              v-model="setgll.setgrp.awi.pts.extkey"
              @change="setgllChange"
              @keyup.enter.native="
                showGridPromptDialog('setgll.setgrp.awi.pts.extkey')
              "
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
223
                <i class="el-icon-info"></i>
wangna committed
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              show-word-limit
              placeholder="请输入"
              v-model="this.setgll.setgrp.awi.pts.adrblk"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <c-col :span="24">
            <el-form-item label="" label-width="35%">
              <c-col :span="19">
                <c-input
                  maxlength="140"
                  placeholder="请输入"
                  disabled
                ></c-input>
              </c-col>
              <c-col :span="5" style="text-align: right">
                <c-checkbox v-model="model.cpdgrp.rec.tsnflg"
                  >使用选项F</c-checkbox
                >
              </c-col>
            </el-form-item>
          </c-col>
        </c-col>
      </c-col>
liuxin committed
268

wangna committed
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
      <c-col :span="24">
        <el-form-item
          label="受益人客户/账户(Tag 59a)"
          style="width: 100%"
          label-width="35%"
        >
          <c-fullbox>
            <c-input
              v-model="model.cpdgrp.pye.pts.extkey"
              maxlength="16"
              placeholder="请输入"
              disabled
            >
            </c-input>
            <template slot="footer">
              <c-button
                style="margin: 0px 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
290
                <i class="el-icon-info"></i>
wangna committed
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOpnpButgetref"
              >
                Temp.
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
        <c-col :span="24">
          <el-form-item label="" label-width="35%">
            <c-input
              type="textarea"
              :rows="3"
              maxlength="140"
              v-model="model.cpdgrp.pye.pts.adrblk"
              show-word-limit
              placeholder="请输入"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
liuxin committed
317

wangna committed
318 319 320 321 322 323 324 325 326 327 328 329 330
      <c-col :span="24">
        <el-form-item label="汇款附言(Tag 70)" label-width="35%">
          <c-input
            type="textarea"
            :rows="3"
            maxlength="140"
            show-word-limit
            placeholder="请输入"
            disabled
          >
          </c-input>
        </el-form-item>
      </c-col>
liuxin committed
331

wangna committed
332 333 334 335
      <c-col :span="24">
        <el-form-item label="费用详情(Tag 71a)" label-width="35%">
        </el-form-item>
      </c-col>
liuxin committed
336

wangna committed
337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
      <c-col :span="24">
        <el-form-item
          label="发送方至接收方信息(Tag 72)"
          label-width="35%"
        >
          <c-input
            type="textarea"
            :rows="3"
            maxlength="140"
            show-word-limit
            placeholder="请输入"
            disabled
          >
          </c-input>
        </el-form-item>
      </c-col>
    </c-col>
  </div>
liuxin committed
355 356 357
</template>
<script>
import Api from "~/service/Api";
wangren committed
358
import commonProcess from "~/mixin/commonProcess";
liuxin committed
359 360 361 362
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptopn/Event";

export default {
wangna committed
363 364 365 366 367 368 369 370 371 372 373
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
      setgll: {
        setgrp: {
          awi: {
            pts: {
              extkey: "",
              adrblk: "",
374
            },
wangna committed
375 376 377 378 379 380 381 382 383 384 385 386
          },
        },
      },
      sespay: {
        intacc: "",
      },
    };
  },
  methods: {
    ...Event,
    setgllChange() {
      console.log(this.model.setmod.setglg);
liuxin committed
387
    },
wangna committed
388 389 390
  },
  created: function () {
  },
liuxin committed
391 392 393 394
};
</script>
<style>
</style>