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
9696c268
Commit
9696c268
authored
2 years ago
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infact工具条
parent
f80d9177
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
32 deletions
+54
-32
Event.js
src/model/Infact/Event.js
+38
-0
Selp.vue
src/views/Business/Bopsel/Selp.vue
+2
-1
Infsea.vue
src/views/Business/Infact/Infsea.vue
+0
-0
index.vue
src/views/Business/Infact/index.vue
+14
-31
No files found.
src/model/Infact/Event.js
View file @
9696c268
...
@@ -15,6 +15,18 @@ export default {
...
@@ -15,6 +15,18 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
// async getTrnInfo(idx, row) {
// this.model.infcon.objinr = row["INR"];
// this.model.ledgrp.rec.inr = row["INR"];
// this.model.infcon.chksubcon = "X";
// this.dialogTableVisible = true;
// let rtnmsg = await this.executeDefault("infcon.chksubcon");
// if ((rtnmsg.respCode = SUCCESS)) {
// this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
// }
// },
async
onInfbutDsp
(
idx
,
row
){
async
onInfbutDsp
(
idx
,
row
){
const
selIds
=
[
idx
+
1
];
const
selIds
=
[
idx
+
1
];
const
selDst
=
"dspstm"
;
//dspstm是数据流
const
selDst
=
"dspstm"
;
//dspstm是数据流
...
@@ -138,5 +150,30 @@ export default {
...
@@ -138,5 +150,30 @@ export default {
this
.
model
.
cur
=
""
;
this
.
model
.
cur
=
""
;
},
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
// let opndatfrom = this.model.infcon.opndatfrom;
// if(!opndatfrom || opndatfrom == ''){
// this.$notify.error({ title: '错误', message: '查询开始日期必输!' });
// return;
// }
// let opndatto = this.model.infcon.opndatto;
// if(!opndatto || opndatto == ''){
// this.$notify.error({ title: '错误', message: '查询结束日期必输!' });
// return;
// }
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/views/Business/Bopsel/Selp.vue
View file @
9696c268
...
@@ -389,7 +389,8 @@ export default {
...
@@ -389,7 +389,8 @@ export default {
if
((
res
.
respCode
==
SUCCESS
))
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{}
});
// this.$router.push({ path: viewurl, query: {} });
this
.
$router
.
push
({
name
:
business
.
charAt
(
0
).
toUpperCase
()
+
business
.
substring
(
1
),
params
:{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
}
else
{
const
h
=
this
.
$createElement
;
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
const
msg
=
res
.
respMsg
||
'请求执行失败!'
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Infact/Infsea.vue
View file @
9696c268
This diff is collapsed.
Click to expand it.
src/views/Business/Infact/index.vue
View file @
9696c268
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer-search"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
:model=
"model"
<!--infact PD000041 Search Panel -->
:rules=
"rules"
<el-tab-pane
:label=
"'查询页面'"
name=
"infsea"
>
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</el-tab-pane>
</c-content>
<!--actp PD000000 Accounts -->
<el-tab-pane
:label=
"'详情'"
name=
"actp0"
>
<m-actp0
:model=
"model"
:codes=
"codes"
ref=
"actp0"
/>
</el-tab-pane>
<!--actp PD000700 Info and Stoptext -->
<el-tab-pane
:label=
"'Info and Stoptext'"
name=
"oitpan"
>
<m-oitpan
:model=
"model"
:codes=
"codes"
ref=
"oitpan"
/>
</el-tab-pane>
<!--
<el-tab-pane
:label=
"$t('actp.PD000040')"
name=
"prtpan"
>
<m-prtpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
:label=
"$t('infbut.PD000022')"
name=
"evtinfp"
>
<m-evtinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
:label=
"$t('vermod.PD000005')"
name=
"difstm"
>
<m-difstm
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</c-tabs>
</el-form>
</el-form>
</div>
</div>
</
template
>
</
template
>
...
@@ -63,13 +46,13 @@ export default {
...
@@ -63,13 +46,13 @@ export default {
return
{
return
{
tabVal
:
"infsea"
,
tabVal
:
"infsea"
,
trnName
:
"infact"
,
trnName
:
"infact"
,
trnType
:
""
,
model
:
new
Infact
().
data
,
model
:
new
Infact
().
data
,
checkRules
:
Check
,
checkRules
:
Check
,
defaultRules
:
Default
,
defaultRules
:
Default
,
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{...
CodeTable
codes
:
{
...
CodeTable
},
},
}
}
},
},
...
...
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