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
9540dfed
Commit
9540dfed
authored
May 26, 2023
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp litcan页面调整
parent
ca029757
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
10 deletions
+28
-10
index.js
src/business/brtacp/event/index.js
+6
-3
index.vue
src/business/brtacp/views/index.vue
+17
-1
index.vue
src/business/brtcan/views/index.vue
+1
-1
Infsea.vue
src/business/infbrd/views/Infsea.vue
+4
-4
business.js
src/routers/modules/business.js
+0
-1
No files found.
src/business/brtacp/event/index.js
View file @
9540dfed
...
...
@@ -28,9 +28,11 @@ export default {
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// lidInr:'00000013',
// lidInr:'00006821',
brtinr
:
this
.
$route
.
query
.
inr
lidgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
}
}
});
if
(
!
res
.
data
)
{
...
...
@@ -91,6 +93,7 @@ export default {
let
doctreRequest
=
buildFn
.
buildDoctre
(
this
.
model
,
this
.
trnName
);
this
.
processDoctre
(
doctreRequest
);
break
;
default
:
return
;
}
...
...
src/business/brtacp/views/index.vue
View file @
9540dfed
...
...
@@ -11,6 +11,14 @@
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
...
...
@@ -19,6 +27,13 @@
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<c-content>
<!-- 会计分录 -->
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000510 -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
...
...
@@ -76,6 +91,7 @@
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Glepan
from
"~/components/business/glentry/views"
;
export
default
{
...
...
@@ -84,7 +100,6 @@
"m-acpp"
:
Acpp
,
"m-mt750p"
:
Mt750p
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-addbcb"
:
Addbcb
,
"m-ovwp"
:
Ovwp
,
"m-engp"
:
Engp
,
...
...
@@ -94,6 +109,7 @@
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-glepan"
:
Glepan
,
},
provide
()
{
...
...
src/business/brtcan/views/index.vue
View file @
9540dfed
...
...
@@ -94,7 +94,7 @@ export default {
mounted
(){
this
.
init
()
}
}
,
}
</
script
>
...
...
src/business/infbrd/views/Infsea.vue
View file @
9540dfed
...
...
@@ -520,10 +520,6 @@ export default {
route
:
'/business-new/brtdcr'
},
{
label
:
'接收不符点'
,
route
:
'/business-new/brtacp'
},
{
label
:
'承兑'
,
route
:
'/business-new/brtudp'
},
...
...
@@ -551,6 +547,10 @@ export default {
label
:
'单据注销'
,
route
:
'/business-new/brtcan'
},
{
label
:
'接受不符点'
,
route
:
'/business-new/brtacp'
},
],
currentHandleRow
:
{},
};
...
...
src/routers/modules/business.js
View file @
9540dfed
...
...
@@ -32,7 +32,6 @@ const Business = [
{
path
:
'gitcom'
,
component
:
()
=>
import
(
'~/business/gitcom/views'
),
name
:
'gitcom'
,
meta
:
{
title
:
'进口保函定期收费'
}
},
{
path
:
'brtdck'
,
component
:
()
=>
import
(
'~/business/brtdck/views'
),
name
:
'brtdck'
,
meta
:
{
title
:
'进口信用证单据单据改单/二次到单'
}
},
{
path
:
'brtlat'
,
component
:
()
=>
import
(
'~/business/brtlat/views'
),
name
:
'brtlat'
,
meta
:
{
title
:
'进口信用证单据偿还垫款'
}
},
{
path
:
'brtacp'
,
component
:
()
=>
import
(
'~/business/brtacp/views'
),
name
:
'brtacp'
,
meta
:
{
title
:
'进口信用证单据接受不符点'
}
},
{
path
:
'litsel'
,
component
:
()
=>
import
(
'~/business/litsel/views'
),
name
:
'litsel'
,
meta
:
{
title
:
'进口信用证入口交易'
}
},
{
path
:
'litcan'
,
component
:
()
=>
import
(
'~/business/litcan/views'
),
name
:
'litcan'
,
meta
:
{
title
:
'进口信用证注销'
}
},
{
path
:
'brtset'
,
component
:
()
=>
import
(
'~/business/brtset/views'
),
name
:
'brtset'
,
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