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
a0c9309a
Commit
a0c9309a
authored
Jun 17, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtcan排版
parent
ea7b230b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
18 deletions
+10
-18
index.js
src/model/Brtcan/index.js
+2
-15
Canp.vue
src/views/Business/Brtcan/Canp.vue
+0
-0
index.vue
src/views/Business/Brtcan/index.vue
+4
-3
BusRouter.js
src/views/Business/BusRouter.js
+4
-0
No files found.
src/model/Brtcan/index.js
View file @
a0c9309a
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Setmod
from
"../Public/Setmod"
export
default
class
Brtcan
{
constructor
()
{
this
.
data
=
{
...
...
@@ -112,20 +112,7 @@ export default class Brtcan{
ecifno
:
""
,
// ECIFNO .liaall.limmod.ecifno
},
},
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
},
setmod
:
new
Setmod
().
data
,
mtabut
:{
coninf
:{
oitinf
:{
...
...
src/views/Business/Brtcan/Canp.vue
View file @
a0c9309a
This diff is collapsed.
Click to expand it.
src/views/Business/Brtcan/index.vue
View file @
a0c9309a
...
...
@@ -51,15 +51,16 @@ import Default from "~/model/Brtcan/Default"
import
Pattern
from
"~/model/Brtcan/Pattern"
import
Canp
from
"./Canp"
import
Engp
from
"./Engp"
import
Setpan
from
"./Setpan"
//
import Setpan from "./Setpan"
import
Coninfp
from
"./Coninfp"
import
Docpan
from
"./Docpan"
import
Doctre
from
"./Doctre"
import
Limitbody
from
"./Limitbody"
import
Setpan
from
"../../Public/Setpan"
export
default
{
name
:
'Brtcan'
,
components
:{
"m-canp"
:
Canp
,
"m-engp"
:
Engp
,
...
...
@@ -78,7 +79,7 @@ export default {
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
""
,
tabVal
:
"
canp
"
,
trnName
:
"brtcan"
,
model
:
new
Brtcan
().
data
,
checkRules
:
Check
,
...
...
src/views/Business/BusRouter.js
View file @
a0c9309a
...
...
@@ -142,6 +142,8 @@ import AssetPub from "./AssetPub"
import
Fund
from
"./Fund"
import
Brtdck
from
"./Brtdck"
// import Brtcsg from "./Brtcsg"
import
Brtcan
from
"./Brtcan"
import
Litsel
from
"./Litsel"
/**
...
...
@@ -242,6 +244,8 @@ const BusRouter = [
{
path
:
'trtame'
,
component
:
Trtame
,
name
:
'Trtame'
,
meta
:
{
title
:
'进口融资修改'
}
},
{
path
:
'trtsel'
,
component
:
Trtsel
,
name
:
'Trtsel'
,
meta
:
{
title
:
'进口融资入口交易'
}
},
{
path
:
'brtdck'
,
component
:
Brtdck
,
name
:
'Brtdck'
,
meta
:
{
title
:
'进口信用证单据改单/二次到单'
}
},
// { path: 'brtcsg', component: Brtcsg, name: 'Brtcsg', meta: { title: '进口信用证单据提货担保注销' } },
{
path
:
'brtcan'
,
component
:
Brtcan
,
name
:
'Brtcan'
,
meta
:
{
title
:
'进口信用证单据注销'
}
},
{
path
:
'inftxm'
,
component
:
Inftxm
,
name
:
'Inftxm'
,
meta
:
{
title
:
'条式语句查询'
}
},
// { path: 'infdet', component: Infdet, name: 'Infdet', meta: { title: 'Infdet' } },
...
...
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