Commit 582b42c8 by mabaofu

修改开整查询客户号的函数

parent df69cb12
......@@ -320,9 +320,27 @@ 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") {
Utils.copyValueFromVO(this.model,rtnmsg.data);
}
},
onSeainf() {
},
async handleDisplay(index, row){
let cortyp = row.cortyp
let rtnmsg
......
......@@ -398,7 +398,7 @@
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf"
@click="onSeainfApl"
>i</c-button
>
<c-button size="small" type="primary" @click="onAplpDet">
......@@ -544,7 +544,7 @@
<c-button
size="small"
type="primary;width:10%"
@click="onSeainf"
@click="onSeainfBen"
>i</c-button
>
<c-button size="small" type="primary" @click="onBenpDet">
......
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