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
977e4b6a
Commit
977e4b6a
authored
Nov 01, 2021
by
mabaofu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复按照客户号查询客户信息逻辑:增加onSeaParty函数。
parent
204bc1fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
29 deletions
+6
-29
Event.js
src/model/Ditopn/Event.js
+4
-12
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+2
-17
index.vue
src/views/Business/Ditopn/index.vue
+0
-0
No files found.
src/model/Ditopn/Event.js
View file @
977e4b6a
...
@@ -226,18 +226,9 @@ export default {
...
@@ -226,18 +226,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSeainfApl
()
{
async
onSeaParty
(
path
)
{
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/didgrp.apl.pts.extkey"
,{...
Utils
.
getRequestDataFn
.
call
(
this
)})
let
rtnmsg
=
await
this
.
executeRule
(
path
)
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
async
onSeainfBen
()
{
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/didgrp.ben.pts.extkey"
,{...
Utils
.
getRequestDataFn
.
call
(
this
)})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
}
...
@@ -245,6 +236,7 @@ export default {
...
@@ -245,6 +236,7 @@ export default {
onSeainf
()
{
onSeainf
()
{
},
},
async
handleDisplay
(
index
,
row
){
async
handleDisplay
(
index
,
row
){
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
977e4b6a
...
@@ -367,21 +367,6 @@
...
@@ -367,21 +367,6 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
" "
>
<c-input
v-model=
"model.ditp.usrget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.ditp.aplp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"16"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"Extkey"
prop=
"didgrp.apl.pts.extkey"
>
<el-form-item
label=
"Extkey"
prop=
"didgrp.apl.pts.extkey"
>
<c-input
<c-input
...
@@ -398,7 +383,7 @@
...
@@ -398,7 +383,7 @@
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary;width:10%"
type=
"primary;width:10%"
@
click=
"onSeainf
Apl
"
@
click=
"onSeainf
('didgrp.apl.pts.extkey')
"
>
i
</c-button
>
i
</c-button
>
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
...
@@ -544,7 +529,7 @@
...
@@ -544,7 +529,7 @@
<c-button
<c-button
size=
"small"
size=
"small"
type=
"primary;width:10%"
type=
"primary;width:10%"
@
click=
"onSea
infBen
"
@
click=
"onSea
Party('didgrp.ben.pts.extkey')
"
>
i
</c-button
>
i
</c-button
>
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
...
...
src/views/Business/Ditopn/index.vue
View file @
977e4b6a
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