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
a218c0a3
Commit
a218c0a3
authored
Aug 29, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infccd界面布局
parent
ca827d4a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
138 additions
and
85 deletions
+138
-85
index.js
src/model/Cctsel/index.js
+1
-0
Event.js
src/model/Infccd/Event.js
+41
-0
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+0
-0
index.vue
src/views/Business/Infccd/index.vue
+92
-82
SideMenu.vue
src/views/Layout/SideMenu.vue
+4
-3
No files found.
src/model/Cctsel/index.js
View file @
a218c0a3
...
...
@@ -15,6 +15,7 @@ export default class Cctsel {
dspbpd
:
""
,
// Display BPE Contract .dspbpd
dspbpdclsdat
:
""
,
// Display Closing Date of Advance .dspbpdclsdat
cfgfil
:
{
btnstm
:[],
bitmap
:
""
,
// Bitmap for folder .cfgfil.bitmap
regside1
:
""
,
// Regside .cfgfil.regside1
regside2
:
""
,
// Regside .cfgfil.regside2
...
...
src/model/Infccd/Event.js
View file @
a218c0a3
...
...
@@ -171,4 +171,44 @@ export default {
}
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
let
opndatfrom
=
this
.
model
.
infcon
.
opndatfrom
;
if
(
!
opndatfrom
||
opndatfrom
==
''
){
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询开始日期必输!'
});
return
;
}
let
opndatto
=
this
.
model
.
infcon
.
opndatto
;
if
(
!
opndatto
||
opndatto
==
''
){
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询结束日期必输!'
});
return
;
}
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
this
.
model
.
infcon
.
opndatfrom
=
new
Date
();
this
.
model
.
infcon
.
opndatto
=
new
Date
();
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
seacur
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
seadoctypcod
=
""
;
},
}
\ No newline at end of file
src/views/Business/Infccd/Infsea.vue
View file @
a218c0a3
This diff is collapsed.
Click to expand it.
src/views/Business/Infccd/index.vue
View file @
a218c0a3
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
myT
abClick"
>
<!--PD000006 -->
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
<!--PD000006 -->
<!--
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000013 -->
<el-tab-pane
label=
"Transactions"
name=
"trnpan"
>
<
!--
<
el-tab-pane
label=
"Transactions"
name=
"trnpan"
>
<m-trnpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000019 -->
<el-tab-pane
label=
"CBS Info"
name=
"cbsinfp"
>
<
!--
<
el-tab-pane
label=
"CBS Info"
name=
"cbsinfp"
>
<m-cbsinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000028 -->
<el-tab-pane
label=
"CBE Info"
name=
"cbeinfp"
>
<
!--
<
el-tab-pane
label=
"CBE Info"
name=
"cbeinfp"
>
<m-cbeinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000111 -->
<el-tab-pane
label=
"FEP/FCP Info"
name=
"fepinfp"
>
<
!--
<
el-tab-pane
label=
"FEP/FCP Info"
name=
"fepinfp"
>
<m-fepinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000162 -->
<el-tab-pane
label=
"SEP Info"
name=
"sepinfp"
>
<
!--
<
el-tab-pane
label=
"SEP Info"
name=
"sepinfp"
>
<m-sepinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000001 -->
<el-tab-pane
label=
"Details of Temporary Settlement"
name=
"sepp0"
>
<
!--
<
el-tab-pane
label=
"Details of Temporary Settlement"
name=
"sepp0"
>
<m-sepp0
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000177 -->
<el-tab-pane
label=
"GLE Bookings"
name=
"gleinfp"
>
<
!--
<
el-tab-pane
label=
"GLE Bookings"
name=
"gleinfp"
>
<m-gleinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000119 -->
<el-tab-pane
label=
"SMH Info"
name=
"smhinfp"
>
<
!--
<
el-tab-pane
label=
"SMH Info"
name=
"smhinfp"
>
<m-smhinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000130 -->
<el-tab-pane
label=
"SPT/DIA Info"
name=
"peninfp"
>
<
!--
<
el-tab-pane
label=
"SPT/DIA Info"
name=
"peninfp"
>
<m-peninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000147 -->
<el-tab-pane
label=
"Engagement"
name=
"liainfp"
>
<
!--
<
el-tab-pane
label=
"Engagement"
name=
"liainfp"
>
<m-liainfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000005 -->
<el-tab-pane
label=
"Print"
name=
"prtpan"
>
<
!--
<
el-tab-pane
label=
"Print"
name=
"prtpan"
>
<m-prtpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000185 -->
<el-tab-pane
label=
"Order"
name=
"ordpan"
>
<
!--
<
el-tab-pane
label=
"Order"
name=
"ordpan"
>
<m-ordpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000029 -->
<el-tab-pane
label=
"Order"
name=
"ordp0"
>
<
!--
<
el-tab-pane
label=
"Order"
name=
"ordp0"
>
<m-ordp0
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000001 -->
<el-tab-pane
label=
"DTA Fields"
name=
"dtetag"
>
<
!--
<
el-tab-pane
label=
"DTA Fields"
name=
"dtetag"
>
<m-dtetag
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000065 -->
<el-tab-pane
label=
"Settlement Instructions"
name=
"setinsp"
>
<
!--
<
el-tab-pane
label=
"Settlement Instructions"
name=
"setinsp"
>
<m-setinsp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000001 -->
<el-tab-pane
label=
"Fee Conditions"
name=
"fecp"
>
<
!--
<
el-tab-pane
label=
"Fee Conditions"
name=
"fecp"
>
<m-fecp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000204 -->
<el-tab-pane
label=
"CIPS"
name=
"cips"
>
<
!--
<
el-tab-pane
label=
"CIPS"
name=
"cips"
>
<m-cips
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000449 -->
<el-tab-pane
label=
"CIPS2.0"
name=
"cips2"
>
<
!--
<
el-tab-pane
label=
"CIPS2.0"
name=
"cips2"
>
<m-cips2
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000450 -->
<el-tab-pane
label=
"CIPS2.0"
name=
"cips3"
>
<
!--
<
el-tab-pane
label=
"CIPS2.0"
name=
"cips3"
>
<m-cips3
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</div>
...
...
@@ -115,49 +119,49 @@ import Check from "~/model/Infccd/Check"
import
Default
from
"~/model/Infccd/Default"
import
Pattern
from
"~/model/Infccd/Pattern"
import
Infsea
from
"./Infsea"
import
Trnpan
from
"./Trnpan"
import
Cbsinfp
from
"./Cbsinfp"
import
Cbeinfp
from
"./Cbeinfp"
import
Fepinfp
from
"./Fepinfp"
import
Sepinfp
from
"./Sepinfp"
import
Sepp0
from
"./Sepp0"
import
Gleinfp
from
"./Gleinfp"
import
Smhinfp
from
"./Smhinfp"
import
Peninfp
from
"./Peninfp"
import
Liainfp
from
"./Liainfp"
import
Prtpan
from
"./Prtpan"
import
Ordpan
from
"./Ordpan"
import
Ordp0
from
"./Ordp0"
import
Dtetag
from
"./Dtetag"
import
Setinsp
from
"./Setinsp"
import
Fecp
from
"./Fecp"
import
Cips
from
"./Cips"
import
Cips2
from
"./Cips2"
import
Cips3
from
"./Cips3"
//
import Trnpan from "./Trnpan"
//
import Cbsinfp from "./Cbsinfp"
//
import Cbeinfp from "./Cbeinfp"
//
import Fepinfp from "./Fepinfp"
//
import Sepinfp from "./Sepinfp"
//
import Sepp0 from "./Sepp0"
//
import Gleinfp from "./Gleinfp"
//
import Smhinfp from "./Smhinfp"
//
import Peninfp from "./Peninfp"
//
import Liainfp from "./Liainfp"
//
import Prtpan from "./Prtpan"
//
import Ordpan from "./Ordpan"
//
import Ordp0 from "./Ordp0"
//
import Dtetag from "./Dtetag"
//
import Setinsp from "./Setinsp"
//
import Fecp from "./Fecp"
//
import Cips from "./Cips"
//
import Cips2 from "./Cips2"
//
import Cips3 from "./Cips3"
export
default
{
components
:{
"m-infsea"
:
Infsea
,
"m-trnpan"
:
Trnpan
,
"m-cbsinfp"
:
Cbsinfp
,
"m-cbeinfp"
:
Cbeinfp
,
"m-fepinfp"
:
Fepinfp
,
"m-sepinfp"
:
Sepinfp
,
"m-sepp0"
:
Sepp0
,
"m-gleinfp"
:
Gleinfp
,
"m-smhinfp"
:
Smhinfp
,
"m-peninfp"
:
Peninfp
,
"m-liainfp"
:
Liainfp
,
"m-prtpan"
:
Prtpan
,
"m-ordpan"
:
Ordpan
,
"m-ordp0"
:
Ordp0
,
"m-dtetag"
:
Dtetag
,
"m-setinsp"
:
Setinsp
,
"m-fecp"
:
Fecp
,
"m-cips"
:
Cips
,
"m-cips2"
:
Cips2
,
"m-cips3"
:
Cips3
,
//
"m-trnpan" : Trnpan,
//
"m-cbsinfp" : Cbsinfp,
//
"m-cbeinfp" : Cbeinfp,
//
"m-fepinfp" : Fepinfp,
//
"m-sepinfp" : Sepinfp,
//
"m-sepp0" : Sepp0,
//
"m-gleinfp" : Gleinfp,
//
"m-smhinfp" : Smhinfp,
//
"m-peninfp" : Peninfp,
//
"m-liainfp" : Liainfp,
//
"m-prtpan" : Prtpan,
//
"m-ordpan" : Ordpan,
//
"m-ordp0" : Ordp0,
//
"m-dtetag" : Dtetag,
//
"m-setinsp" : Setinsp,
//
"m-fecp" : Fecp,
//
"m-cips" : Cips,
//
"m-cips2" : Cips2,
//
"m-cips3" : Cips3,
},
provide
()
{
return
{
...
...
@@ -174,12 +178,17 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{...
CodeTable
codes
:
{
...
CodeTable
},
}
},
methods
:{
tabClick
(){
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
}
},
created
:
async
function
(){
...
...
@@ -187,6 +196,7 @@ export default {
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
}
...
...
src/views/Layout/SideMenu.vue
View file @
a218c0a3
...
...
@@ -127,9 +127,10 @@ export default {
{
inifrm
:
"clttra"
,
ininam
:
"打包托收催收"
,
pntmiu
:
"8"
},
{
inifrm
:
"cltset"
,
ininam
:
"打包托收解包"
,
pntmiu
:
"8"
},
{
inifrm
:
"9"
,
ininam
:
"光票托收"
,
pntmiu
:
""
},
{
inifrm
:
"ccttra"
,
ininam
:
"光票托收催收"
,
pntmiu
:
"9"
},
{
inifrm
:
"cctdcr"
,
ininam
:
"光票托收退票"
,
pntmiu
:
"9"
},
{
inifrm
:
"cctset"
,
ininam
:
"光票托收收汇"
,
pntmiu
:
"9"
},
{
inifrm
:
"infccd"
,
ininam
:
"光票托收查询"
,
pntmiu
:
"9"
},
// { inifrm: "ccttra", ininam: "光票托收催收", pntmiu: "9" },
// { inifrm: "cctdcr", ininam: "光票托收退票", pntmiu: "9" },
// { inifrm: "cctset", ininam: "光票托收收汇", pntmiu: "9" },
//{ inifrm: "cltdav", ininam: "光票托收开立", pntmiu: "10" },
//{ inifrm: "clttra", ininam: "光票托收", pntmiu: "10" },
{
inifrm
:
"10"
,
ininam
:
"参数管理"
,
pntmiu
:
""
},
...
...
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