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
3721a3d4
Commit
3721a3d4
authored
Jan 25, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
0787048d
f9fa78a6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
28 deletions
+34
-28
commonFuncs.js
src/mixin/commonFuncs.js
+12
-0
Pattern.js
src/model/Cptadv/Pattern.js
+18
-15
Sbxx.vue
src/views/Business/Cptadv/Sbxx.vue
+1
-1
index.vue
src/views/Business/Cptadv/index.vue
+1
-1
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+0
-8
Docpan.vue
src/views/Public/Docpan.vue
+2
-3
No files found.
src/mixin/commonFuncs.js
View file @
3721a3d4
...
...
@@ -40,6 +40,18 @@ export default {
},
// 表单暂存
async
handleStash
()
{
// 汇入汇款交易必须输入收款人信息才能暂存
if
(
this
.
trnName
==
'cptadv'
){
let
extkey
=
this
.
model
.
cpdgrp
.
pye
.
pts
.
extkey
;
if
(
extkey
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
''
).
length
==
0
){
this
.
$notify
({
title
:
"失败"
,
message
:
"必须输入收款人信息才能暂存"
,
type
:
"error"
,
});
return
;
}
}
let
result
=
await
this
.
pedding
();
if
(
result
.
respCode
==
SUCCESS
)
{
this
.
$notify
({
...
...
src/model/Cptadv/Pattern.js
View file @
3721a3d4
...
...
@@ -19,7 +19,7 @@ export default {
"cpdgrp.rec.sysno"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
...
...
@@ -29,12 +29,12 @@ export default {
"cpdgrp.cbs.nom1.amt"
:[
{
type
:
"
number"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"
string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"cpdgrp.cbs.max.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -59,7 +59,7 @@ export default {
],
"cptp.draweecountcode"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
...
...
@@ -74,7 +74,7 @@ export default {
"cpdgrp.rec.feeamt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"整数位不能超过12位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -92,7 +92,7 @@ export default {
],
"cpdgrp.snd.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cptp.sndp.ptsget.sdamod.seainf"
:[
...
...
@@ -182,7 +182,7 @@ export default {
],
"cpdgrp.rec.amtf33b"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"整数位不能超过12位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -219,7 +219,7 @@ export default {
],
"cpdgrp.rec.amt71f"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"整数位不能超过12位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -265,7 +265,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cpdgrp.pye.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cptp.pyep.ptsget.sdamod.seainf"
:[
...
...
@@ -403,15 +403,18 @@ export default {
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"bopmod.outchargeamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
}
],
"cpdgrp.rec.sztyp"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"cnybop.cnyflg"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
...
...
src/views/Business/Cptadv/Sbxx.vue
View file @
3721a3d4
...
...
@@ -102,7 +102,7 @@
<c-col
:span=
"12"
style=
"margin-top: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"160px"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"160px"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width: 100%"
...
...
src/views/Business/Cptadv/index.vue
View file @
3721a3d4
...
...
@@ -40,7 +40,7 @@
<!--PD000000 -->
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"报文及面函"
name=
"docpan
1
"
>
<el-tab-pane
label=
"报文及面函"
name=
"docpan"
>
<!--PD000000 -->
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
src/views/Public/CptOpnp1Common.vue
View file @
3721a3d4
...
...
@@ -30,7 +30,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -102,7 +101,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -162,7 +160,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -310,7 +307,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -366,7 +362,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -437,7 +432,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -488,7 +482,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
@@ -568,7 +561,6 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
...
...
src/views/Public/Docpan.vue
View file @
3721a3d4
...
...
@@ -459,7 +459,7 @@ export default {
//后续要根据快照模式切换请求方式
let
cortyp
=
row
.
cortyp
let
docnam
=
doceot
.
docnam
||
''
;
docnam
=
docnam
.
substr
(
docnam
.
lastIndexOf
(
"
\
\"
)+1).toLowerCase(
);
docnam
=
docnam
.
substr
(
docnam
.
indexOf
(
"
\
\"
)+1).toLowerCase().replaceAll("
\\
","
_
"
);
let rtnmsg
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
this.model.setmod.msgmod.doccod = row.id
...
...
@@ -468,8 +468,7 @@ export default {
this.model.trnmod.trndoc.doccod = row.id
this.model.trnmod.trndoc.cortyp = cortyp
const params = {
index: index,
docnam: docnam
index: index
}
rtnmsg = await Api.post(`${this.declareParams.trnName}/executeDocpan`, this.wrapper(params))
}
...
...
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