Payment103.vue 17.2 KB
Newer Older
liuxin committed
1 2 3 4 5
<template>
    <div class="eibs-tab">
        <!-- ------------------Left------------------>
        <c-col :span="11">
            <c-col :span="24">
liuxin committed
6 7 8 9 10
                <el-form-item
                    label="Receiver of Message"
                    style="width: 100%"
                    label-width="35%"
                >
liuxin committed
11 12 13 14 15 16 17 18
                    <c-fullbox>
                        <c-input
                            maxlength="16"
                            placeholder="请输入Reference"
                            disabled
                        ></c-input>
                        <template slot="footer">
                            <c-button
19
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
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 66 67 68 69 70
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
                                    >i</span
                                >
                            </c-button>
                            <c-button
                                style="margin: 0 0"
                                size="small"
                                type="primary"
                                @click="onOpnpButgetref"
                            >
                                Detail
                            </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="请输入Address Block"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item
                    label="Sender's Corresp.(Tag 53a)"
                    style="width: 100%"
                    label-width="35%"
                >
                    <c-fullbox>
                        <c-input
                            maxlength="16"
                            placeholder="请输入Reference"
                            disabled
                        ></c-input>
                        <template slot="footer">
                            <c-button
71
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
                                    >i</span
                                >
                            </c-button>
                            <c-button
                                style="margin: 0 0"
                                size="small"
                                type="primary"
                                @click="onOpnpButgetref"
                            >
                                Detail
                            </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="请输入Address Block"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item
                    label="Receiver's Corresp.(Tag 54a)"
                    style="width: 100%"
                    label-width="35%"
                >
                    <c-fullbox>
                        <c-input
                            maxlength="16"
                            placeholder="请输入Reference"
                            disabled
                        ></c-input>
                        <template slot="footer">
                            <c-button
123
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
124 125 126 127 128 129 130 131 132 133 134 135 136 137 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 164 165
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
                                    >i</span
                                >
                            </c-button>
                            <c-button
                                style="margin: 0 0"
                                size="small"
                                type="primary"
                                @click="onOpnpButgetref"
                            >
                                Detail
                            </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="请输入Address Block"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item label="Receiv.Corr.Account" label-width="35%">
                    <c-input
                        maxlength="16"
                        placeholder=""
166
                        disabled
liuxin committed
167 168 169 170 171 172 173 174 175
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item
                    label="Intermediary Institut.(Tag 54a)"
                    style="width: 100%"
                    label-width="35%"
176

liuxin committed
177 178 179 180 181
                >
                    <c-fullbox>
                        <c-input
                            maxlength="16"
                            placeholder="请输入Reference"
182 183
                            v-model="model.cpdgrp.orc.pts.extkey"
                            @keyup.enter.native="showGridPromptDialog('cpdgrp.orc.pts.extkey')"
liuxin committed
184 185 186
                        ></c-input>
                        <template slot="footer">
                            <c-button
187
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
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 215 216
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
                                    >i</span
                                >
                            </c-button>
                            <c-button
                                style="margin: 0 0"
                                size="small"
                                type="primary"
                                @click="onOpnpButgetref"
                            >
                                Detail
                            </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"
217
                            v-model="model.cpdgrp.orc.pts.adrblk"
liuxin committed
218 219 220 221 222 223 224 225 226 227 228 229 230
                            show-word-limit
                            placeholder="请输入Address Block"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item label="Intermediary Account" label-width="35%">
                    <c-input
                        maxlength="16"
                        placeholder=""
231
                         v-model="sespay.intacc"
liuxin committed
232 233 234 235 236 237
                    ></c-input>
                </el-form-item>
            </c-col>
        </c-col>

        <!-- ------------------Right------------------>
238
        <c-col :span="11" :offset="1">
liuxin committed
239 240 241 242 243
            <c-col :span="24">
                <el-form-item
                    label="Account with Institution/Account(Tag 54a)"
                    style="width: 100%"
                    label-width="35%"
244

liuxin committed
245 246 247 248 249
                >
                    <c-fullbox>
                        <c-input
                            maxlength="16"
                            placeholder="请输入Reference"
liuxin committed
250 251 252
                            v-model="setgll.setgrp.awi.pts.extkey"
                            @change="setgllChange"
                            @keyup.enter.native="
253
                                showGridPromptDialog('setgll.setgrp.awi.pts.extkey')
liuxin committed
254
                            "
liuxin committed
255 256 257
                        ></c-input>
                        <template slot="footer">
                            <c-button
258
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
259 260 261 262 263 264 265 266 267
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
268
                                    >i</span>
liuxin committed
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
                            </c-button>
                            <c-button
                                style="margin: 0 0"
                                size="small"
                                type="primary"
                                @click="onOpnpButgetref"
                            >
                                Detail
                            </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="请输入Address Block"
289
                            v-model="this.setgll.setgrp.awi.pts.adrblk"
liuxin committed
290 291 292 293 294
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
liuxin committed
295
                    <c-col :span="24">
liuxin committed
296
                        <el-form-item label="" label-width="35%">
liuxin committed
297 298 299 300 301 302 303 304
                            <c-col :span="19">
                                <c-input
                                    maxlength="140"
                                    placeholder="请输入Address Block"
                                    disabled
                                ></c-input>
                            </c-col>
                            <c-col :span="5" style="text-align: right">
305
                                <c-checkbox v-model="model.cpdgrp.rec.tsnflg">Use Opt.F</c-checkbox>
liuxin committed
306
                            </c-col>
liuxin committed
307 308 309 310 311 312 313 314 315 316 317 318 319
                        </el-form-item>
                    </c-col>
                </c-col>
            </c-col>

            <c-col :span="24">
                <el-form-item
                    label="Beneficiary Customer/Account(Tag 59a)"
                    style="width: 100%"
                    label-width="35%"
                >
                    <c-fullbox>
                        <c-input
liuxin committed
320
                            v-model="model.cpdgrp.pye.pts.extkey"
liuxin committed
321 322 323 324 325 326
                            maxlength="16"
                            placeholder="请输入Reference"
                            disabled
                        ></c-input>
                        <template slot="footer">
                            <c-button
327
                                style="margin: 0px 10px 0 10px; padding: 0 12px"
liuxin committed
328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356
                                size="small"
                                type="primary"
                                @click="onSeainf"
                            >
                                <span
                                    style="
                                        font-family: '宋体';
                                        font-weight: bold;
                                    "
                                    >i</span
                                >
                            </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"
liuxin committed
357
                            v-model="model.cpdgrp.pye.pts.adrblk"
liuxin committed
358 359 360 361 362 363 364 365 366
                            show-word-limit
                            placeholder="请输入Address Block"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
liuxin committed
367 368 369 370
                <el-form-item
                    label="Remittance Information(Tag 70)"
                    label-width="35%"
                >
liuxin committed
371
                    <c-input
liuxin committed
372 373 374 375 376 377 378
                        type="textarea"
                        :rows="3"
                        maxlength="140"
                        show-word-limit
                        placeholder="请输入Address Block"
                        disabled
                    ></c-input>
liuxin committed
379 380 381 382
                </el-form-item>
            </c-col>

            <c-col :span="24">
liuxin committed
383 384 385 386
                <el-form-item
                    label="Details of Charges(Tag 71a)"
                    label-width="35%"
                >
liuxin committed
387 388 389 390
                </el-form-item>
            </c-col>

            <c-col :span="24">
liuxin committed
391 392 393 394
                <el-form-item
                    label="Sender to Receiver Infomation(Tag 72)"
                    label-width="35%"
                >
liuxin committed
395
                    <c-input
liuxin committed
396 397 398 399 400 401 402
                        type="textarea"
                        :rows="3"
                        maxlength="140"
                        show-word-limit
                        placeholder="请输入Address Block"
                        disabled
                    ></c-input>
liuxin committed
403 404 405 406 407 408 409
                </el-form-item>
            </c-col>
        </c-col>
    </div>
</template>
<script>
import Api from "~/service/Api";
wangren committed
410
import commonProcess from "~/mixin/commonProcess";
liuxin committed
411 412 413 414 415 416
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptopn/Event";

export default {
    inject: ["root"],
    props: ["model", "codes"],
wangren committed
417
    mixins: [commonProcess],
liuxin committed
418
    data() {
liuxin committed
419 420 421 422 423
        return {
            setgll:{
                setgrp:{
                    awi:{
                        pts:{
424 425
                            extkey: '',
                            adrblk: '',
liuxin committed
426
                        }
427
                    },
liuxin committed
428
                }
429 430 431
            },
            sespay:{
                intacc:'',
liuxin committed
432 433 434 435 436 437
            }
        };
    },
    methods: { ...Event,
        setgllChange(){
            console.log(this.model.setmod.setglg)
438 439
            //this.model.setmod.setglg.setgll[this.model.setmod.setglg.setgll.length - 1].setgrp.awi.pts.extkey = this.setgll.setgrp.awi.pts.extkey;
            //this.model.setmod.setglg.setgll[this.model.setmod.setglg.setgll.length - 1].setgrp.awi.pts.adrblk = this.setgll.setgrp.awi.pts.adrblk;
liuxin committed
440 441 442 443
        }
    },
    created: function () {
        // this.setgll = this.model.setmod.setglg.setgll;
liuxin committed
444 445 446 447 448
    },
};
</script>
<style>
</style>