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
zhouqian
vue-gjjs
Commits
be70a417
Commit
be70a417
authored
Jan 28, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款调整
parent
49efbe24
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
12 deletions
+23
-12
Check.js
src/model/Cptopn/Check.js
+1
-1
Default.js
src/model/Cptopn/Default.js
+1
-1
Event.js
src/model/Cptopn/Event.js
+12
-0
Pattern.js
src/model/Cptopn/Pattern.js
+8
-8
index.js
src/model/Cptopn/index.js
+1
-1
Outp.vue
src/views/Business/Cptopn/Outp.vue
+0
-1
No files found.
src/model/Cptopn/Check.js
View file @
be70a417
...
...
@@ -86,7 +86,7 @@ let checkObj = {
"cnybop.libflg"
:
null
,
"cpdgrp.cbs.max.cur"
:
null
,
"cpdgrp.rec.prechkdat"
:
null
,
"bopmod.ownextkey"
:
null
,
//
"bopmod.ownextkey" :null,
"cpdgrp.rec.sysno"
:
null
,
"setmod.docamt"
:
null
,
"bopmod.acttyp"
:
null
,
...
...
src/model/Cptopn/Default.js
View file @
be70a417
...
...
@@ -88,7 +88,7 @@ export default {
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"finmod.intdat"
:
Utils
.
defaultFunction
,
"trdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"cptp.payeecountcode"
:
Utils
.
defaultFunction
,
//
"cptp.payeecountcode" :Utils.defaultFunction,
"cpdgrp.rec.ischktyp"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Cptopn/Event.js
View file @
be70a417
...
...
@@ -247,4 +247,15 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onCptpGetInfpta
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cptp.payeecountcode"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Cptopn/Pattern.js
View file @
be70a417
...
...
@@ -353,16 +353,16 @@ export default {
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"mtabut.coninf.oitinf.oit.inftxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
//
"mtabut.coninf.oitinf.oit.inftxt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 60,message:"长度不能超过60"}
//
],
"mtabut.coninf.oitset.oit.inftxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
//
"mtabut.coninf.oitset.oit.inftxt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 60,message:"长度不能超过60"}
//
],
"mtabut.coninf.conexedat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
...
...
src/model/Cptopn/index.js
View file @
be70a417
...
...
@@ -144,7 +144,7 @@ export default class Cptopn{
payeecountcode
:
""
,
// 收款人常驻国家/地区代码 .cptp.payeecountcode
uetr
:
""
,
// Uetr .cptp.uetr
},
pyenam
:
""
,
// 收款人名称 pyenam
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
...
...
src/views/Business/Cptopn/Outp.vue
View file @
be70a417
...
...
@@ -29,7 +29,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
</c-col>
...
...
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