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
b1713166
Commit
b1713166
authored
Jul 26, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getamc页面修改
parent
66fd98a6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
35 deletions
+8
-35
index.js
src/config/CodeTable/index.js
+3
-0
Ovwp.vue
src/views/Business/Getamc/Ovwp.vue
+0
-0
Ovwp20.vue
src/views/Business/Getamc/Ovwp20.vue
+0
-0
index.vue
src/views/Business/Getamc/index.vue
+5
-35
No files found.
src/config/CodeTable/index.js
View file @
b1713166
...
@@ -18526,6 +18526,9 @@ const CodeTable = {
...
@@ -18526,6 +18526,9 @@ const CodeTable = {
{
label
:
"LMTEST02"
,
value
:
"00000216"
},
{
label
:
"LMTEST02"
,
value
:
"00000216"
},
{
label
:
"blank text"
,
value
:
"<NILTXT>"
},
{
label
:
"blank text"
,
value
:
"<NILTXT>"
},
],
],
atxinr
:
[
{
label
:
"blank text (for electronic SWIFT msg)"
,
value
:
"<NILTXT>"
},
],
accmod
:
[
accmod
:
[
{
label
:
"退汇清算"
,
value
:
"3"
},
{
label
:
"退汇清算"
,
value
:
"3"
},
src/views/Business/Getamc/Ovwp.vue
View file @
b1713166
This diff is collapsed.
Click to expand it.
src/views/Business/Getamc/Ovwp20.vue
deleted
100644 → 0
View file @
66fd98a6
This diff is collapsed.
Click to expand it.
src/views/Business/Getamc/index.vue
View file @
b1713166
...
@@ -30,32 +30,7 @@
...
@@ -30,32 +30,7 @@
<m-conp
:model=
"model"
:codes=
"codes"
/>
<m-conp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
<el-tab-pane
label=
"Overview"
name=
"ovwp"
>
v-if=
"model.gitp.swiftflg == ''"
label=
"Overview"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000002 -->
<el-tab-pane
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"Overview"
name=
"ovwp20"
>
<c-content>
<m-ovwp20
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
v-if=
"model.gitp.swiftflg == 'N'"
label=
"Overview"
name=
"ovwp"
>
<c-content>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
...
@@ -131,7 +106,6 @@
...
@@ -131,7 +106,6 @@
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
</div>
</div>
...
@@ -147,7 +121,6 @@ import Default from "~/model/Getamc/Default";
...
@@ -147,7 +121,6 @@ import Default from "~/model/Getamc/Default";
import
Pattern
from
"~/model/Getamc/Pattern"
;
import
Pattern
from
"~/model/Getamc/Pattern"
;
import
Conp
from
"./Conp"
;
import
Conp
from
"./Conp"
;
import
Ovwp
from
"./Ovwp"
;
import
Ovwp
from
"./Ovwp"
;
import
Ovwp20
from
"./Ovwp20"
;
import
Preperp
from
"./Preperp"
;
import
Preperp
from
"./Preperp"
;
import
Detp
from
"./Detp"
;
import
Detp
from
"./Detp"
;
import
Gidtxtp
from
"./Gidtxtp"
;
import
Gidtxtp
from
"./Gidtxtp"
;
...
@@ -166,7 +139,6 @@ export default {
...
@@ -166,7 +139,6 @@ export default {
components
:
{
components
:
{
"m-conp"
:
Conp
,
"m-conp"
:
Conp
,
"m-ovwp"
:
Ovwp
,
"m-ovwp"
:
Ovwp
,
"m-ovwp20"
:
Ovwp20
,
"m-preperp"
:
Preperp
,
"m-preperp"
:
Preperp
,
"m-detp"
:
Detp
,
"m-detp"
:
Detp
,
"m-gidtxtp"
:
Gidtxtp
,
"m-gidtxtp"
:
Gidtxtp
,
...
@@ -175,7 +147,7 @@ export default {
...
@@ -175,7 +147,7 @@ export default {
"m-glepan"
:
Glepan
,
"m-glepan"
:
Glepan
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-opnp"
:
Opnp
,
"m-opnp"
:
Opnp
,
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
},
},
...
@@ -200,14 +172,12 @@ export default {
...
@@ -200,14 +172,12 @@ export default {
bookings
:
false
,
bookings
:
false
,
attachments
:
false
,
attachments
:
false
,
};
};
},
},
methods
:
{
methods
:
{
myTabClick
(
tab
)
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
this
.
tabClick
(
tab
);
if
(
tab
.
name
===
"setpan"
){
if
(
tab
.
name
===
"setpan"
)
{
this
.
bookings
=
true
,
(
this
.
bookings
=
true
),
(
this
.
attachments
=
true
);
this
.
attachments
=
true
}
}
/**
/**
* do it yourself
* do it yourself
...
@@ -220,7 +190,7 @@ export default {
...
@@ -220,7 +190,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
//TODO 处理数据逻辑
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
){
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
this
.
restoreDisplay
();
}
}
}
else
{
}
else
{
...
...
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