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
b1713166
Commit
b1713166
authored
2 years ago
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getamc页面修改
parent
66fd98a6
Expand all
Hide 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 = {
{
label
:
"LMTEST02"
,
value
:
"00000216"
},
{
label
:
"blank text"
,
value
:
"<NILTXT>"
},
],
atxinr
:
[
{
label
:
"blank text (for electronic SWIFT msg)"
,
value
:
"<NILTXT>"
},
],
accmod
:
[
{
label
:
"退汇清算"
,
value
:
"3"
},
This diff is collapsed.
Click to expand it.
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 @@
<m-conp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
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"
>
<el-tab-pane
label=
"Overview"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
...
...
@@ -131,7 +106,6 @@
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
...
...
@@ -147,7 +121,6 @@ import Default from "~/model/Getamc/Default";
import
Pattern
from
"~/model/Getamc/Pattern"
;
import
Conp
from
"./Conp"
;
import
Ovwp
from
"./Ovwp"
;
import
Ovwp20
from
"./Ovwp20"
;
import
Preperp
from
"./Preperp"
;
import
Detp
from
"./Detp"
;
import
Gidtxtp
from
"./Gidtxtp"
;
...
...
@@ -166,7 +139,6 @@ export default {
components
:
{
"m-conp"
:
Conp
,
"m-ovwp"
:
Ovwp
,
"m-ovwp20"
:
Ovwp20
,
"m-preperp"
:
Preperp
,
"m-detp"
:
Detp
,
"m-gidtxtp"
:
Gidtxtp
,
...
...
@@ -175,7 +147,7 @@ export default {
"m-glepan"
:
Glepan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-opnp"
:
Opnp
,
"m-limitbody"
:
Limitbody
,
},
...
...
@@ -200,14 +172,12 @@ export default {
bookings
:
false
,
attachments
:
false
,
};
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
if
(
tab
.
name
===
"setpan"
){
this
.
bookings
=
true
,
this
.
attachments
=
true
if
(
tab
.
name
===
"setpan"
)
{
(
this
.
bookings
=
true
),
(
this
.
attachments
=
true
);
}
/**
* do it yourself
...
...
@@ -220,7 +190,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
){
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
...
...
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