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
04a2dfd3
Commit
04a2dfd3
authored
Nov 29, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cfasel新增交易的路由跳转修改、cur静态交易标签汉化以及eafxxx“变动信息”面板的暂时注释。
parent
7162d6a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
49 deletions
+14
-49
Selp.vue
src/views/Business/Cfasel/Selp.vue
+4
-39
index.vue
src/views/Business/Eafadd/index.vue
+2
-2
index.vue
src/views/Business/Eafame/index.vue
+2
-2
index.vue
src/views/Business/Eafdel/index.vue
+2
-2
index.vue
src/views/Business/Eafinf/index.vue
+2
-2
Currency.vue
src/views/Statics/Dbacur/Currency.vue
+0
-0
Currency.vue
src/views/Statics/Dbicur/Currency.vue
+0
-0
Infsea.vue
src/views/Statics/Infcur/Infsea.vue
+2
-2
No files found.
src/views/Business/Cfasel/Selp.vue
View file @
04a2dfd3
...
...
@@ -263,52 +263,17 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
getTrnInfo
(
idx
,
row
)
{
// this.model.infcon.objinr = row["INR"];
// this.model.bodgrp.rec.inr = row["INR"];
// this.model.infcon.chksubcon = "X";
// console.log(row);
// console.log(row.申报类型);
// let url = row.申报类型.toLowerCase() + "inf";
// this.$router.history.push("/business/" + url);
console
.
log
(
row
);
let
business
=
row
.
申报类型
.
toLowerCase
()
+
"inf"
;
let
viewurl
=
"/business/"
+
business
;
const
selIds
=
[
idx
+
1
];
const
selDst
=
"eblstm"
//列表对应后台模型中的stream
let
params
=
{
selDst
,
selIds
};
console
.
log
(
params
);
this
.
executeRule
(
"dtlbut"
,
params
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{},
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
h
(
'p'
,
{
style
:
'word-break:break-all;'
},
msg
)
})
}
});
// let rtnmsg = await this.executeDefault("dtlbut");
// // if ((rtnmsg.respCode = SUCCESS)) {
// this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
// console.log(this.trnData.data);
// }
},
toEadadd
()
{
this
.
$router
.
history
.
push
(
"/business/eadadd"
);
this
.
$router
.
history
.
push
(
{
name
:
"Eadadd"
,
params
:
{
prePageId
:
this
.
model
.
pageId
}}
);
},
toEafadd
()
{
this
.
$router
.
history
.
push
(
"/business/eafadd"
);
this
.
$router
.
history
.
push
(
{
name
:
"Eafadd"
,
params
:
{
prePageId
:
this
.
model
.
pageId
}}
);
},
toEbaadd
()
{
this
.
$router
.
history
.
push
(
"/business/ebaadd"
);
this
.
$router
.
history
.
push
(
{
name
:
"Ebaadd"
,
params
:
{
prePageId
:
this
.
model
.
pageId
}}
);
},
toEcaadd
()
{
this
.
$router
.
history
.
push
(
"/business/ecaadd"
);
this
.
$router
.
history
.
push
(
{
name
:
"Ecaadd"
,
params
:
{
prePageId
:
this
.
model
.
pageId
}}
);
},
async
getInfo
(
idx
,
row
)
{
console
.
log
(
row
);
...
...
src/views/Business/Eafadd/index.vue
View file @
04a2dfd3
...
...
@@ -16,11 +16,11 @@
</content>
</el-tab-pane>
<!--外债远期信用证(含即期单证相符)-变动信息 -->
<el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息"
name=
"dclpp"
>
<
!--
<
el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息"
name=
"dclpp"
>
<content>
<m-dclpp
:model=
"model"
:codes=
"codes"
/>
</content>
</el-tab-pane>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</div>
...
...
src/views/Business/Eafame/index.vue
View file @
04a2dfd3
...
...
@@ -16,11 +16,11 @@
</content>
</el-tab-pane>
<!--外债远期信用证(含即期单证相符)-变动信息(1) -->
<el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<
!--
<
el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<content>
<m-dclpp
:model=
"model"
:codes=
"codes"
/>
</content>
</el-tab-pane>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</div>
...
...
src/views/Business/Eafdel/index.vue
View file @
04a2dfd3
...
...
@@ -17,11 +17,11 @@
</content>
</el-tab-pane>
<!--外债远期信用证(含即期单证相符)-变动信息(1) -->
<el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<
!--
<
el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<content>
<m-dclpp
:model=
"model"
:codes=
"codes"
/>
</content>
</el-tab-pane>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</div>
...
...
src/views/Business/Eafinf/index.vue
View file @
04a2dfd3
...
...
@@ -16,11 +16,11 @@
</content>
</el-tab-pane>
<!--外债远期信用证(含即期单证相符)-变动信息(1) -->
<el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<
!--
<
el-tab-pane
label=
"外债远期信用证(含即期单证相符)-变动信息(1)"
name=
"dclpp"
>
<content>
<m-dclpp
:model=
"model"
:codes=
"codes"
/>
</content>
</el-tab-pane>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</div>
...
...
src/views/Statics/Dbacur/Currency.vue
View file @
04a2dfd3
This diff is collapsed.
Click to expand it.
src/views/Statics/Dbicur/Currency.vue
View file @
04a2dfd3
This diff is collapsed.
Click to expand it.
src/views/Statics/Infcur/Infsea.vue
View file @
04a2dfd3
...
...
@@ -71,8 +71,8 @@ export default {
return
{
curData
:
[],
curColumns
:
[
{
label
:
'
Currency
'
,
prop
:
'cod'
,
width
:
'200'
},
{
label
:
'
Description
'
,
prop
:
'seanam'
,
width
:
'636'
},
{
label
:
'
货币
'
,
prop
:
'cod'
,
width
:
'200'
},
{
label
:
'
描述
'
,
prop
:
'seanam'
,
width
:
'636'
},
],
};
},
...
...
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