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
8de766f0
Commit
8de766f0
authored
Sep 23, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctdav修改
parent
e8a3c883
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
index.vue
src/views/Business/Cctdav/index.vue
+8
-8
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+1
-1
No files found.
src/views/Business/BusRouter.js
View file @
8de766f0
...
...
@@ -226,7 +226,7 @@ const BusRouter = [
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
{
path
:
'infccd'
,
component
:
Infccd
,
name
:
'Infccd'
,
meta
:
{
title
:
'光票托收查询'
}
},
{
path
:
'ccttra'
,
component
:
Ccttra
,
name
:
'Ccttra'
,
meta
:
{
title
:
'光票托收催收'
}
},
{
path
:
'cctdav'
,
component
:
Cctdav
,
name
:
'Cctdav'
,
meta
:
{
title
:
'光票托收
开
立'
}
},
{
path
:
'cctdav'
,
component
:
Cctdav
,
name
:
'Cctdav'
,
meta
:
{
title
:
'光票托收
建
立'
}
},
{
path
:
'cctset'
,
component
:
Cctset
,
name
:
'Cctset'
,
meta
:
{
title
:
'光票托收收汇'
}
},
{
path
:
'cctsel'
,
component
:
Cctsel
,
name
:
'Cctsel'
,
meta
:
{
title
:
'光票托收入口交易'
}
},
{
path
:
'cctdcr'
,
component
:
Cctdcr
,
name
:
'Cctdcr'
,
meta
:
{
title
:
'光票托收退票'
}
},
...
...
src/views/Business/Cctdav/index.vue
View file @
8de766f0
...
...
@@ -24,37 +24,37 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--cctdav PD000001 -->
<el-tab-pane
label=
"
Establish Clean Collection
"
name=
"cctdav1"
>
<el-tab-pane
label=
"
建立光票托收
"
name=
"cctdav1"
>
<c-content>
<m-cctdav1
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--trndoc PD000529 &Messages -->
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<el-tab-pane
label=
"
面函
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--trndoc PD000546 Attachments -->
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<el-tab-pane
label=
"
交易附件
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--coninf PD000000 Completion -->
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--engp PD000000 Liability -->
<el-tab-pane
label=
"
Liability
"
name=
"engp"
>
<el-tab-pane
label=
"
表外账
"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--setmod PD000000 Settlement -->
<el-tab-pane
label=
"
Settlement
"
name=
"setpan"
>
<el-tab-pane
label=
"
费用及账务
"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--glemod PD000001 -->
<el-tab-pane
label=
"
Bookings
"
name=
"glepan"
>
<el-tab-pane
label=
"
分录
"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--cctp PD000065 Settlement Instructions -->
<el-tab-pane
label=
"
Settlement Instructions
"
name=
"setinsp"
>
<el-tab-pane
label=
"
结算说明
"
name=
"setinsp"
>
<m-setinsp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
...
...
src/views/Business/Infccd/Infsea.vue
View file @
8de766f0
...
...
@@ -268,7 +268,7 @@
size=
"medium"
type=
"primary"
@
click=
"toCctdav"
>
光票托收
开
立
</c-button
>
光票托收
建
立
</c-button
>
</c-col>
<c-col
:span=
"24"
>
...
...
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