Commit 977e4b6a by mabaofu

修复按照客户号查询客户信息逻辑:增加onSeaParty函数。

parent 204bc1fb
...@@ -226,24 +226,16 @@ export default { ...@@ -226,24 +226,16 @@ 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);
} }
}, },
onSeainf() { onSeainf() {
}, },
......
...@@ -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="onSeainfApl" @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="onSeainfBen" @click="onSeaParty('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">
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick"> <c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick">
<el-tab-pane label="内容" name="ovwp"> <el-tab-pane label="内容" name="ovwp">
<!--PD000001 --> <!--PD000001 -->
<m-ovwp :model="model" :codes="codes"/> <m-ovwp :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!-- <!--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment