Commit 344b3578 by 潘际乾
parents 4f0a702f feda776f
......@@ -226,10 +226,28 @@ 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) {
async handleDisplay(index, row){
let cortyp = row.cortyp
let rtnmsg
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
......
......@@ -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