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
ad238c58
Commit
ad238c58
authored
Mar 23, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取码表接口联调
parent
d24c515a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
16 deletions
+24
-16
index.js
src/business/gitopn/event/index.js
+11
-2
index.js
src/business/gitopn/model/index.js
+5
-5
Opnp.vue
src/business/gitopn/views/Opnp.vue
+2
-0
Ovwp1.vue
src/business/gitopn/views/Ovwp1.vue
+3
-7
Preperp.vue
src/business/gitopn/views/Preperp.vue
+2
-1
index.vue
src/business/gitopn/views/index.vue
+1
-1
No files found.
src/business/gitopn/event/index.js
View file @
ad238c58
...
...
@@ -62,7 +62,7 @@ export default {
this
.
handleChangeForm
(
key
,
value
)
},
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
()
{
async
queryHndtypCodeTableList
(
trnName
)
{
let
params
=
{
gitp
:
{
swiftflg
:
this
.
model
.
gitp
.
swiftflg
...
...
@@ -72,12 +72,20 @@ export default {
purpos
:
this
.
model
.
gidgrp
.
rec
.
purpos
}
},
transName
:
t
his
.
t
rnName
.
toUpperCase
()
transName
:
trnName
.
toUpperCase
()
}
let
res
=
await
Api
.
post
(
'/service/gitopn/initHndtyp'
,
params
)
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
codes
,
'voHndtyp'
,
res
.
data
)
}
},
// 是否SWIFT格式修改--联动保函开立类型
handleChangeSwiftflg
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
)
},
// 支出目的修改--联动保函开立类型
handleChangePurpos
()
{
this
.
queryHndtypCodeTableList
(
this
.
root
.
trnName
)
}
},
}
\ No newline at end of file
src/business/gitopn/model/index.js
View file @
ad238c58
...
...
@@ -517,11 +517,11 @@ export default class Gitopn{
vouflg
:
""
,
// 是否报送跨境人民币2122表 .cnybop.vouflg
},
cfagit
:{
cfaflg
:
""
,
// 数据采集标志 .cfagit.cfaflg
basflg
:
""
,
// 签约信息 .cfagit.basflg
ownextkey
:
""
,
// 地区机构号 .cfagit.ownextkey
dclflg
:
""
,
// �'�任余额信息 .cfagit.dclflg
vrfflg
:
""
,
// 履约信息 .cfagit.vrfflg
cfaflg
:
null
,
// 数据采集标志 .cfagit.cfaflg
basflg
:
null
,
// 签约信息 .cfagit.basflg
ownextkey
:
null
,
// 地区机构号 .cfagit.ownextkey
dclflg
:
null
,
// �'�任余额信息 .cfagit.dclflg
vrfflg
:
null
,
// 履约信息 .cfagit.vrfflg
recp
:{
pubp
:{
bencodwarn
:
""
,
// BENCODE WARNING .cfagit.recp.pubp.bencodwarn
...
...
src/business/gitopn/views/Opnp.vue
View file @
ad238c58
...
...
@@ -8,6 +8,7 @@
style=
"width: 100%"
placeholder=
"请选择是否SWIFT格式"
:code=
"codes.swiftflg"
@
change=
"handleChangeSwiftflg"
>
</c-select>
</el-form-item>
...
...
@@ -53,6 +54,7 @@
import
event
from
'../event'
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
data
()
{
...
...
src/business/gitopn/views/Ovwp1.vue
View file @
ad238c58
...
...
@@ -54,7 +54,6 @@
type=
"primary"
icon=
"el-icon-search"
>
<!-- @click="onExtkey" -->
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -139,6 +138,7 @@
style=
"width: 100%"
placeholder=
"请选择支出目的"
:code=
"codes.purpos"
@
change=
"handleChangePurpos"
>
</c-select>
</el-form-item>
...
...
@@ -868,7 +868,6 @@
disabled
size=
"small"
type=
"primary"
@
click=
"onIsspDet"
>
详情
</c-button>
...
...
@@ -965,7 +964,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!-- <
c-col :span="24">
<el-form-item
v-if="model.gitp.swiftflg != 'Y'"
label="是否对外担保"
...
...
@@ -985,7 +984,7 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
v-if=
"model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'"
...
...
@@ -1176,7 +1175,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;float: left;text-align: center;"
@
click=
"onGitpButdifexptxt"
>
查看系统文本
</c-button>
...
...
@@ -1186,7 +1184,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;float: left;text-align: center;"
@
click=
"onGitpButdifhisexptxt"
>
查看历史文本
</c-button>
...
...
@@ -1306,7 +1303,6 @@
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;float: left;text-align: center;"
@
click=
"onGitpButdifliatxtc"
>
查看系统文本
</c-button>
...
...
src/business/gitopn/views/Preperp.vue
View file @
ad238c58
...
...
@@ -219,11 +219,12 @@
import
_
from
"lodash"
;
import
event
from
'../event'
import
Utils
from
"~/utils"
;
import
commonProcess
from
"~/mixin/commonProcess"
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonProcess
,
event
],
data
()
{
return
{};
},
...
...
src/business/gitopn/views/index.vue
View file @
ad238c58
...
...
@@ -299,7 +299,7 @@ export default {
},
created
()
{
this
.
initModelData
()
this
.
queryHndtypCodeTableList
()
this
.
queryHndtypCodeTableList
(
this
.
trnName
)
},
mounted
()
{},
};
...
...
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