import Api from "~/service/Api" import Utils from "~/utils" export default { async onBdtmodButgetref(){ let rtnmsg = await this.executeRule("bdtmod.butgetref") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 this.model.bddgrp.rec.ownref = rtnmsg.data.bddgrp_rec_ownref; } 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 onShppDet(){ let rtnmsg = await this.executeRule("shpp.det") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onSyswrnButok(){ let rtnmsg = await this.executeRule("syswrn.butok") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onSyswrnButcan(){ let rtnmsg = await this.executeRule("syswrn.butcan") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaSavdia(){ let rtnmsg = await this.executeRule("trndia.savdia") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiaprt(){ let rtnmsg = await this.executeRule("trndia.diaprt") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiaexi(){ let rtnmsg = await this.executeRule("trndia.diaexi") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDia(){ let rtnmsg = await this.executeRule("trndia.dia") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiadsp(){ let rtnmsg = await this.executeRule("trndia.diadsp") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiamod(){ let rtnmsg = await this.executeRule("trndia.diamod") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiadel(){ let rtnmsg = await this.executeRule("trndia.diadel") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onTrndiaDiaexi2(){ let rtnmsg = await this.executeRule("trndia.diaexi2") 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 onLiaccvAdd(){ let rtnmsg = await this.executeRule("liaccv.add") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, async onLiaccvDel(){ let rtnmsg = await this.executeRule("liaccv.del") 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 onSetmodDet(){ let rtnmsg = await this.executeRule("setmod.det") if(rtnmsg.respCode == SUCCESS) { //TODO 处理数据逻辑 } else { this.$notify.error({title: '错误',message: '服务请求失败!'}); } }, onSeainf() { }, }