import Api from "~/service/Api" import Utils from "~/utils" export default { async onDadsnd() { let rtnmsg = await this.executeRule("bftp.dedget.sdamod.dadsnd") 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() { }, async onBFDDadsnd() { let rtnmsg = await this.executeRule("bftp.recget.sdamod.dadsnd") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 this.model.bfdgrp.rec.ownref = rtnmsg.data.bfdgrp_rec_ownref this.$message({ type: 'success', message: '获取成功!' }); } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, onBFDSeainf() { }, async onPrbpDet() { let rtnmsg = await this.executeRule("prbp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onIntdisButtxmsel() { let rtnmsg = await this.executeRule("intdis.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onComconButtxmsel() { let rtnmsg = await this.executeRule("comcon.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onSetinstxmButtxmsel() { let rtnmsg = await this.executeRule("setinstxm.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onDocdisButtxmsel() { let rtnmsg = await this.executeRule("docdis.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onDocpDet() { let rtnmsg = await this.executeRule("docp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onUsatxtButtxmsel() { let rtnmsg = await this.executeRule("usatxt.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onRgfphrButtxmsel() { let rtnmsg = await this.executeRule("rgfphr.buttxmsel") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLiaallButmisamt() { let rtnmsg = await this.executeRule("liaall.butmisamt") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLiaallButmissig() { let rtnmsg = await this.executeRule("liaall.butmissig") 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: '服务请求失败!' }); } }, async onWrkpDet() { let rtnmsg = await this.executeRule("wrkp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onOthpDet() { let rtnmsg = await this.executeRule("othp.det") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLimptsGet1() { let rtnmsg = await this.executeRule("limpts.get1") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLimptsGet2() { let rtnmsg = await this.executeRule("limpts.get2") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onLimmodTrycal() { let rtnmsg = await this.executeRule("limmod.trycal") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onMtdbutButapy() { let rtnmsg = await this.executeRule("mtdbut.butapy") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, async onMtdbutButcan() { let rtnmsg = await this.executeRule("mtdbut.butcan") if (rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({ title: '错误', message: '服务请求失败!' }); } }, }