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
1cd8fb9f
Commit
1cd8fb9f
authored
Nov 26, 2021
by
zhengxiaokui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
e5d81b5f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
8 deletions
+29
-8
Event.js
src/model/Letopn/Event.js
+6
-3
Pattern.js
src/model/Letopn/Pattern.js
+0
-0
Ovwp.vue
src/views/Business/Letopn/Ovwp.vue
+12
-4
Ptap.vue
src/views/Public/Ptap.vue
+11
-1
No files found.
src/model/Letopn/Event.js
View file @
1cd8fb9f
...
...
@@ -5,15 +5,18 @@ export default {
async
onLetpButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"letp.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
ledgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
ledgrp_rec_ownref
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBenpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"benp.det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"
letp.
benp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
...
...
src/model/Letopn/Pattern.js
View file @
1cd8fb9f
This diff is collapsed.
Click to expand it.
src/views/Business/Letopn/Ovwp.vue
View file @
1cd8fb9f
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<c-col
:span=
"
10
"
>
<c-col
:span=
"
9
"
>
<el-form-item
label=
"业务编号"
prop=
"ledgrp.rec.ownref"
>
<c-input
v-model=
"model.ledgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
:disabled=
"
model.ledgrp.ben.pts.extkey ? false :
true"
:disabled=
"true"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLetpButgetref"
>
<c-col
:span=
"3"
>
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSeainf"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary"
:disabled=
"model.ledgrp.ben.pts.extkey ? false : true"
@
click=
"onLetpButgetref"
>
获取
</c-button>
</c-col>
...
...
src/views/Public/Ptap.vue
View file @
1cd8fb9f
...
...
@@ -23,6 +23,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`$
{argadr.grp}.${argadr.rol}.pts.extkey`)
"
@change="valueChange"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -49,11 +50,12 @@
>
<c-input
type=
"textarea"
:rows=
"
3
"
:rows=
"
4
"
v-model=
"model[argadr.grp][argadr.rol].pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称地址"
:disabled=
"disabled"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -146,7 +148,15 @@ export default {
onAplpDet
()
{
this
.
$emit
(
"onAplpDet"
);
},
valueChange
(
val
)
{
if
(
this
.
onlySearch
)
return
;
this
.
showGridPromptDialog
(
`
${
this
.
argadr
.
grp
}
.
${
this
.
argadr
.
rol
}
.pts.extkey`
);
},
},
created
:
function
()
{},
};
</
script
>
...
...
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