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
c35dda4c
Commit
c35dda4c
authored
Jan 27, 2022
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇入汇款优化
parent
d741027a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
7 deletions
+29
-7
Default.js
src/model/Cptadv/Default.js
+1
-1
index.vue
src/views/Business/Cptadv/index.vue
+24
-2
index.vue
src/views/Business/Infbdd/index.vue
+2
-2
index.vue
src/views/Business/Infdid/index.vue
+2
-2
No files found.
src/model/Cptadv/Default.js
View file @
c35dda4c
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
"cpdgrp.ori.adrelc"
:
Utils
.
defaultFunction
,
"cpdgrp.ori.adrelc"
:
Utils
.
defaultFunction
,
"cpdgrp.ori.namelc"
:
Utils
.
defaultFunction
,
"cpdgrp.ori.namelc"
:
Utils
.
defaultFunction
,
"cpdgrp.ori.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"cpdgrp.ori.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.pts.extkey"
:
Utils
.
defaultFunction
,
//
"cpdgrp.snd.pts.extkey" :Utils.defaultFunction,
"cpdgrp.snd.adrelc"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.adrelc"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.namelc"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.namelc"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"cpdgrp.snd.dbfadrblkcn"
:
Utils
.
defaultFunction
,
...
...
src/views/Business/Cptadv/index.vue
View file @
c35dda4c
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
size=
"small"
size=
"small"
:validate-on-rule-change=
"false"
:validate-on-rule-change=
"false"
>
>
<c-tabs
ref=
"elment"
:value=
"tabVal"
type=
"card"
@
tab-click=
"
t
abClick"
>
<c-tabs
ref=
"elment"
:value=
"tabVal"
type=
"card"
@
tab-click=
"
mimeT
abClick"
>
<el-tab-pane
label=
"基本信息"
name=
"opnp1"
>
<el-tab-pane
label=
"基本信息"
name=
"opnp1"
>
<!--PD000020 -->
<!--PD000020 -->
<c-content>
<c-content>
...
@@ -130,7 +130,29 @@ export default {
...
@@ -130,7 +130,29 @@ export default {
codes
:
{
...
CodeTable
},
codes
:
{
...
CodeTable
},
};
};
},
},
methods
:
{},
methods
:
{
mimeTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
const
name
=
tab
.
name
let
rulePath
;
if
(
name
===
"docpan2"
)
{
rulePath
=
"lendoc.docpan"
;
}
if
(
name
===
"sbxx"
)
{
rulePath
=
"bopmod.wg,cnybop.cnyp"
;
}
if
(
name
===
"incp"
)
{
rulePath
=
"cnybop.incp"
;
}
if
(
!!
rulePath
)
{
this
.
executeRule
(
rulePath
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
)
}
})
}
}
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入cptadv交易"
);
console
.
log
(
"进入cptadv交易"
);
// let rtnmsg = await Api.post("cptadv/init",{params:{}});
// let rtnmsg = await Api.post("cptadv/init",{params:{}});
...
...
src/views/Business/Infbdd/index.vue
View file @
c35dda4c
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
<!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
-->
<!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
-->
<!--
<el-tab-pane
label=
"查询信息"
name=
"infsea"
>
-->
<!--
<el-tab-pane
label=
"查询信息"
name=
"infsea"
>
-->
<
!--
<c-content>
-->
<
c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<
!--
</c-content>
-->
<
/c-content>
<!--
</el-tab-pane>
-->
<!--
</el-tab-pane>
-->
<!--
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
<!--
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
...
...
src/views/Business/Infdid/index.vue
View file @
c35dda4c
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
<!--PD000006 -->
<!--PD000006 -->
<!--
<el-tab-pane
label=
"信用证查询"
name=
"infsea"
>
-->
<!--
<el-tab-pane
label=
"信用证查询"
name=
"infsea"
>
-->
<
!--
<c-content>
-->
<
c-content>
<m-infsea
v-show=
"!showPanel"
@
updateShowPanel=
"updateShowPanel($event)"
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<m-infsea
v-show=
"!showPanel"
@
updateShowPanel=
"updateShowPanel($event)"
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<!--
</c-content>
-->
</c-content>
<!--
</el-tab-pane>
-->
<!--
</el-tab-pane>
-->
<c-tabs
v-model=
"tabVal"
v-show=
"showPanel"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-tabs
v-model=
"tabVal"
v-show=
"showPanel"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000001 -->
<!--PD000001 -->
...
...
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