import Api from "~/service/Api" import Utils from "~/utils/index" export default { async onDetpButgetref() { let rtnmsg = await this.executeRule("detp.butgetref") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 this.model.dedgrp.rec.ownref = rtnmsg.data.dedgrp_rec_ownref; this.$message({ type: 'success', message: '获取成功!' }); } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, onSeainf() {}, onExtkey() {}, mytypeChange() {}, avbbykeyEvent() {}, recTratypChange() {}, async onBenpDet() { let rtnmsg = await this.executeRule("benp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onAplpDet() { let rtnmsg = await this.executeRule("aplp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLcrdftatButtxmsel() { let rtnmsg = await this.executeRule("lcrdftat.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onPreperButtxmsel() { let rtnmsg = await this.executeRule("preper.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLcrgodButtxmsel() { let rtnmsg = await this.executeRule("lcrgod.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLcrdocButtxmsel() { let rtnmsg = await this.executeRule("lcrdoc.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onAdlcndButtxmsel() { let rtnmsg = await this.executeRule("adlcnd.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onInsbnkButtxmsel() { let rtnmsg = await this.executeRule("insbnk.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onSetmodDet() { let rtnmsg = await this.executeRule("setmod.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, }