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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
30 deletions
+7
-30
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
+1
-1
No files found.
src/model/Ditopn/Event.js
View file @
977e4b6a
...
...
@@ -226,24 +226,16 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSeainfApl
()
{
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/didgrp.apl.pts.extkey"
,{...
Utils
.
getRequestDataFn
.
call
(
this
)})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
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"
)
{
async
onSeaParty
(
path
)
{
let
rtnmsg
=
await
this
.
executeRule
(
path
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
onSeainf
()
{
},
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
977e4b6a
...
...
@@ -367,21 +367,6 @@
></c-input>
</el-form-item>
</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"
>
<el-form-item
label=
"Extkey"
prop=
"didgrp.apl.pts.extkey"
>
<c-input
...
...
@@ -398,7 +383,7 @@
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSeainf
Apl
"
@
click=
"onSeainf
('didgrp.apl.pts.extkey')
"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
...
...
@@ -544,7 +529,7 @@
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSea
infBen
"
@
click=
"onSea
Party('didgrp.ben.pts.extkey')
"
>
i
</c-button
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
...
...
src/views/Business/Ditopn/index.vue
View file @
977e4b6a
...
...
@@ -5,7 +5,7 @@
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"内容"
name=
"ovwp"
>
<!--PD000001 -->
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--
...
...
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