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
026eb945
Commit
026eb945
authored
Jul 21, 2022
by
Eivi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betdcr交易完善
parent
2ba351cf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
index.js
src/model/Betdcr/index.js
+1
-0
Betdcrd.vue
src/views/Business/Betdcr/Betdcrd.vue
+4
-2
index.vue
src/views/Business/Betdcr/index.vue
+0
-1
No files found.
src/model/Betdcr/index.js
View file @
026eb945
...
@@ -98,6 +98,7 @@ export default class Betdcr {
...
@@ -98,6 +98,7 @@ export default class Betdcr {
docdisflg
:
""
,
// Discrepancies modified .bedgrp.blk.docdisflg
docdisflg
:
""
,
// Discrepancies modified .bedgrp.blk.docdisflg
docins
:
""
,
// Reasons for Rejection .bedgrp.blk.docins
docins
:
""
,
// Reasons for Rejection .bedgrp.blk.docins
disdoc
:
""
,
// Disposal of Documents .bedgrp.blk.disdoc
disdoc
:
""
,
// Disposal of Documents .bedgrp.blk.disdoc
prsdoc
:
""
,
//.bedgrp.blk.prsdoc
},
},
},
},
advrefflg
:
""
,
// Advice of Refusal MT734 .advrefflg
advrefflg
:
""
,
// Advice of Refusal MT734 .advrefflg
...
...
src/views/Business/Betdcr/Betdcrd.vue
View file @
026eb945
...
@@ -130,13 +130,15 @@
...
@@ -130,13 +130,15 @@
</c-col>
</c-col>
<!-- next part -->
<!-- next part -->
<c-col>
<c-col
:span=
"24"
>
<c-docpre
<c-docpre
:model=
"model"
:model=
"model"
:argadr=
"{
:argadr=
"{
path:'bedgrp.blk.prsdoc',
path:'bedgrp.blk.prsdoc',
grp:'betp',
grp:'betp',
code:'docpre'
}"
}"
>
>
</c-docpre>
</c-docpre>
</c-col>
</c-col>
...
@@ -268,7 +270,7 @@ import Docpre from "~/views/Public/Docpre";
...
@@ -268,7 +270,7 @@ import Docpre from "~/views/Public/Docpre";
export
default
{
export
default
{
components
:{
"c-docpre"
:
Docpre
},
components
:{
"c-docpre"
:
Docpre
},
inject
:
[
"root"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
,
"argadr"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
...
...
src/views/Business/Betdcr/index.vue
View file @
026eb945
...
@@ -104,7 +104,6 @@ export default {
...
@@ -104,7 +104,6 @@ export default {
codes
:
{
codes
:
{
...
CodeTable
,
...
CodeTable
,
},
},
argadr
:
"argadr"
,
}
}
},
},
methods
:{
methods
:{
...
...
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