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
8a23da90
Commit
8a23da90
authored
Sep 16, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bttcrl页面布局
parent
c26f1224
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
1 deletions
+60
-1
index.js
src/model/Bttrcl/index.js
+5
-0
Rclp.vue
src/views/Business/Bttrcl/Rclp.vue
+0
-0
Remp.vue
src/views/Business/Bttrcl/Remp.vue
+0
-0
index.vue
src/views/Business/Bttrcl/index.vue
+55
-1
Basp.vue
src/views/Business/Getset/Basp.vue
+0
-0
No files found.
src/model/Bttrcl/index.js
View file @
8a23da90
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Bttrcl
{
constructor
()
{
...
...
@@ -133,6 +134,10 @@ export default class Bttrcl{
nar754
:
""
,
// Narrative :77A: .trnmod.trndoc.nar754
},
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
pageId
:
""
// ctx的key
}
}
...
...
src/views/Business/Bttrcl/Rclp.vue
View file @
8a23da90
This diff is collapsed.
Click to expand it.
src/views/Business/Bttrcl/Remp.vue
View file @
8a23da90
This diff is collapsed.
Click to expand it.
src/views/Business/Bttrcl/index.vue
View file @
8a23da90
...
...
@@ -31,12 +31,51 @@
<m-rclp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Messages"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Attachments"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--rmbclm PD000128 Reimbursement Details -->
<el-tab-pane
label=
"Reimbursement Details"
name=
"remp"
>
<el-tab-pane
v-if=
"model.rmbclm.clmrmbflg=='X'"
label=
"Reimbursement Details"
name=
"remp"
>
<m-remp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
@@ -51,11 +90,26 @@ import Pattern from "~/model/Bttrcl/Pattern";
import
Rclp
from
"./Rclp"
;
import
Remp
from
"./Remp"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Limitbody
from
"~/views/Public/Limitbody"
;
export
default
{
name
:
"Bttrcl"
,
components
:
{
"m-rclp"
:
Rclp
,
"m-remp"
:
Remp
,
"m-engp"
:
Engp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
},
provide
()
{
return
{
...
...
src/views/Business/Getset/Basp.vue
View file @
8a23da90
This diff is collapsed.
Click to expand it.
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