Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
1b8e8180
Commit
1b8e8180
authored
Dec 07, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitpop加手动触发default500,更新动态码表
parent
2fec8362
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
26 deletions
+29
-26
Preperp.vue
src/views/Business/Gitpop/Preperp.vue
+1
-7
Ptyp.vue
src/views/Business/Gitpop/Ptyp.vue
+28
-19
No files found.
src/views/Business/Gitpop/Preperp.vue
View file @
1b8e8180
...
...
@@ -70,14 +70,8 @@
v-model=
"model.gidgrp.rec.delto"
style=
"width: 100%"
placeholder=
"请选择交付收款人"
:code=
"getValues('gidgrp.rec.delto','delto1')"
>
<el-option
v-for=
"item in codes.delto"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitpop/Ptyp.vue
View file @
1b8e8180
<
template
>
<div
class=
"eibs"
>
<!-- ============
左边
================= -->
<!-- ============
=================左边=====================
================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人参考号"
prop=
"gidgrp.apl.pts.ref"
>
...
...
@@ -21,7 +21,6 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
blur=
"benBlur"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -51,8 +50,6 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
v-if=
"model.gitp.swiftflg == 'Y'"
...
...
@@ -63,7 +60,6 @@
rol: 'ctr',
}"
@
onAplpDet=
"onConpDet"
@
blur=
"benBlur"
>
</c-ptap>
</c-col>
...
...
@@ -85,7 +81,7 @@
</c-ptap>
</c-col>
</c-col>
<!-- ============
右边
================= -->
<!-- ============
=============================右边=========================
================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人参考号"
prop=
"gidgrp.ben.pts.ref"
>
...
...
@@ -106,7 +102,6 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
blur=
"benBlur"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -136,11 +131,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
v-if=
"model.gitp.swiftflg == 'N' && model.gidgrp.rec.hndtyp == 'OT'"
>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'N' && model.gidgrp.rec.hndtyp == 'OT'
"
label=
"开证行参考号"
prop=
"gidgrp.iss.pts.ref"
>
...
...
@@ -153,9 +146,6 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'N' && model.gidgrp.rec.hndtyp == 'OT'
"
label=
"开证行"
prop=
"gidgrp.iss.pts.extkey"
>
...
...
@@ -185,9 +175,6 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'N' && model.gidgrp.rec.hndtyp == 'OT'
"
label=
"地址名称"
prop=
"gidgrp.iss.pts.adrblk"
>
...
...
@@ -201,6 +188,8 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
v-if=
"model.gitp.swiftflg == 'Y'"
...
...
@@ -211,7 +200,6 @@
rol: 'atb',
}"
@
onAplpDet=
"onConpDet"
@
blur=
"benBlur"
>
</c-ptap>
</c-col>
...
...
@@ -290,14 +278,35 @@ export default {
...
Event
,
addRow
()
{},
removeRow
()
{},
async
benBlur
()
{
let
rtnmsg
=
await
this
.
executeDefault
(
"gidgrp.rec.sndto"
);
// async benBlur() {
// let rtnmsg = await this.executeDefault("gidgrp.rec.sndto");
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// },
// 角色改变手动触发default 500 GIDGRP\REC\DELTO
async
roleChange
(){
let
rtnmsg
=
await
this
.
executeDefault
(
"gidgrp.rec.delto"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
},
created
:
function
()
{},
watch
:
{
"model.gidgrp.apl.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ctr.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ben.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.atb.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
},
};
</
script
>
<
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment