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
603be8fc
Commit
603be8fc
authored
Sep 11, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctame修改
parent
d06d481e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
buildCommons.js
src/business/bctame/event/buildCommons.js
+8
-2
business.js
src/routers/modules/business.js
+1
-1
No files found.
src/business/bctame/event/buildCommons.js
View file @
603be8fc
...
...
@@ -34,17 +34,23 @@ export default {
let
dataObj
=
{
rec
:
{
objtyp
:
'BCD'
,
//
objinr: model.bcdgrp.rec.inr,
objinr
:
model
.
bcdgrp
.
rec
.
inr
,
ownref
:
model
.
bcdgrp
.
rec
.
ownref
,
opndat
:
model
.
bcdgrp
.
rec
.
opndat
,
expdat
:
model
.
bcdgrp
.
rec
.
expdat
,
branch
inr
:
model
.
bcdgrp
.
rec
.
branchI
nr
,
branch
Inr
:
model
.
bcdgrp
.
rec
.
branchi
nr
,
nam
:
model
.
bcdgrp
.
rec
.
nam
,
oridre
:
model
.
bcdgrp
.
rec
.
oridre
,
docamt
:
model
.
setmod
.
docamt
,
doccur
:
model
.
setmod
.
doccur
,
newamt
:
model
.
swiadd
.
newamt
,
ameamt
:
model
.
swiadd
.
ameamt
,
amecur
:
model
.
swiadd
.
amecur
,
},
cbsMap
:
{
MAX
:
model
.
bcdgrp
.
cbs
.
max
,
OPN1
:
model
.
bcdgrp
.
cbs
.
opn1
,
OLDMAX
:
model
.
oldbcdgrp
.
cbs
.
max
,
// MAC: model.bcdgrp.cbs.mac,
// MAC2: model.bcdgrp.cbs.mac2,
// OPC2: model.bcdgrp.cbs.opc2,
...
...
src/routers/modules/business.js
View file @
603be8fc
...
...
@@ -83,7 +83,7 @@ const Business = [
{
path
:
'infbcd'
,
component
:
()
=>
import
(
'~/business/infbcd/views'
),
name
:
'infbcd'
,
meta
:
{
title
:
'进口代收入口交易'
}},
{
path
:
'bctacc'
,
component
:
()
=>
import
(
'~/business/bctacc/views'
),
name
:
'bctacc'
,
meta
:
{
title
:
'进口代收承兑'
}},
{
path
:
'bctame'
,
component
:
()
=>
import
(
'~/business/bctame/views'
),
name
:
'bctame'
,
meta
:
{
title
:
'进口代收修改'
}},
{
path
:
'bctcan'
,
component
:
()
=>
import
(
'~/business/bctcan/views'
),
name
:
'bctcan'
,
meta
:
{
title
:
'进口代收注销'
}},
//
{ path: 'bctcan', component: () => import('~/business/bctcan/views'), name: 'bctcan', meta: { title: '进口代收注销' }},
{
path
:
'bctrad'
,
component
:
()
=>
import
(
'~/business/bctrad/views'
),
name
:
'bctrad'
,
meta
:
{
title
:
'进口代收二次收单'
}},
]
...
...
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