Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
693716aa
Commit
693716aa
authored
Oct 07, 2024
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇入汇款业务类型字段添加
parent
22775a40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
index.js
src/page/Remittance/Cptadv/model/index.js
+1
-0
index.vue
src/page/Remittance/Cptadv/views/index.vue
+2
-0
No files found.
src/page/Remittance/Cptadv/model/index.js
View file @
693716aa
...
...
@@ -9,6 +9,7 @@ import Hvpmod from '~/components/business/commonModel/hvpmod';
export
default
class
Cptadv
{
constructor
()
{
this
.
data
=
{
operation
:
''
,
autoFlag
:
''
,
//标识是不是自动化处理交易
bustypList
:
[],
spt
:
{
...
...
src/page/Remittance/Cptadv/views/index.vue
View file @
693716aa
...
...
@@ -160,6 +160,7 @@
console
.
log
(
"进入cptadv交易"
);
let
params
=
{
transName
:
this
.
trnName
,
operation
:
this
.
$route
.
query
.
type
,
cpdgrp
:
{
rec
:
{
inr
:
this
.
$route
.
query
.
inr
,
...
...
@@ -167,6 +168,7 @@
}
}
};
this
.
model
.
operation
=
this
.
$route
.
query
.
type
;
this
.
init
(
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