Commit 46dbcf03 by Wuyuqiu

lttdck、lttdav交易检核及提交完成

parent 60917446
...@@ -105,9 +105,11 @@ export default class Lttdav { ...@@ -105,9 +105,11 @@ export default class Lttdav {
}, },
docgrdmbe1: { docgrdmbe1: {
docdsclab: "", // Label of document description .bttp.docgrdmbe1.docdsclab docdsclab: "", // Label of document description .bttp.docgrdmbe1.docdsclab
docgrd: "",
}, },
docgrdmbe2: { docgrdmbe2: {
docdsclab: "", // Label of document description .bttp.docgrdmbe2.docdsclab docdsclab: "", // Label of document description .bttp.docgrdmbe2.docdsclab
docgrd: "",
}, },
futhndflg: "", // further handling .bttp.futhndflg futhndflg: "", // further handling .bttp.futhndflg
rmtp: { rmtp: {
......
...@@ -2,189 +2,164 @@ import Api from "~/service/Api" ...@@ -2,189 +2,164 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onBttmodButgetref(){ async onBttmodButgetref() {
let rtnmsg = await this.executeRule("bttmod.butgetref") let rtnmsg = await this.executeRule("bttmod.butgetref")
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
//TODO 处理数据逻辑 this.updateModel(rtnmsg.data)
this.$message({
} type: 'success',
else message: '获取成功!'
{ });
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onPrbpDet(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("prbp.det") }
if(rtnmsg.respCode == SUCCESS) },
{ async onPrbpDet() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("prbp.det")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onDocdisButtxmsel(){ },
let rtnmsg = await this.executeRule("docdis.buttxmsel") async onDocdisButtxmsel() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("docdis.buttxmsel")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, async onIntdisButtxmsel() {
async onIntdisButtxmsel(){ let rtnmsg = await this.executeRule("intdis.buttxmsel")
let rtnmsg = await this.executeRule("intdis.buttxmsel") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{
//TODO 处理数据逻辑 }
else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
else }
{ },
this.$notify.error({title: '错误',message: '服务请求失败!'}); async onComconButtxmsel() {
} let rtnmsg = await this.executeRule("comcon.buttxmsel")
}, if (rtnmsg.respCode == SUCCESS) {
async onComconButtxmsel(){ //TODO 处理数据逻辑
let rtnmsg = await this.executeRule("comcon.buttxmsel")
if(rtnmsg.respCode == SUCCESS) }
{ else {
//TODO 处理数据逻辑 this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
} },
else async onSetinsButtxmsel() {
{ let rtnmsg = await this.executeRule("setins.buttxmsel")
this.$notify.error({title: '错误',message: '服务请求失败!'}); if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
},
async onSetinsButtxmsel(){ }
let rtnmsg = await this.executeRule("setins.buttxmsel") else {
if(rtnmsg.respCode == SUCCESS) this.$notify.error({ title: '错误', message: '服务请求失败!' });
{ }
//TODO 处理数据逻辑 },
async onLiaallButmisamt() {
} let rtnmsg = await this.executeRule("liaall.butmisamt")
else if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onLiaallButmisamt(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("liaall.butmisamt") }
if(rtnmsg.respCode == SUCCESS) },
{ async onLiaallButmissig() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("liaall.butmissig")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onLiaallButmissig(){ },
let rtnmsg = await this.executeRule("liaall.butmissig") async onSetmodDet() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("setmod.det")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, async onTrndocButshw() {
async onSetmodDet(){ let rtnmsg = await this.executeRule("trndoc.butshw")
let rtnmsg = await this.executeRule("setmod.det") if (rtnmsg.respCode == SUCCESS) {
if(rtnmsg.respCode == SUCCESS) //TODO 处理数据逻辑
{
//TODO 处理数据逻辑 }
else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
else }
{ },
this.$notify.error({title: '错误',message: '服务请求失败!'}); async onTrndocButadd() {
} let rtnmsg = await this.executeRule("trndoc.butadd")
}, if (rtnmsg.respCode == SUCCESS) {
async onTrndocButshw(){ //TODO 处理数据逻辑
let rtnmsg = await this.executeRule("trndoc.butshw")
if(rtnmsg.respCode == SUCCESS) }
{ else {
//TODO 处理数据逻辑 this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
} },
else async onTrndocButnew() {
{ let rtnmsg = await this.executeRule("trndoc.butnew")
this.$notify.error({title: '错误',message: '服务请求失败!'}); if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
},
async onTrndocButadd(){ }
let rtnmsg = await this.executeRule("trndoc.butadd") else {
if(rtnmsg.respCode == SUCCESS) this.$notify.error({ title: '错误', message: '服务请求失败!' });
{ }
//TODO 处理数据逻辑 },
async onTrndocButattto() {
} let rtnmsg = await this.executeRule("trndoc.butattto")
else if (rtnmsg.respCode == SUCCESS) {
{ //TODO 处理数据逻辑
this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, else {
async onTrndocButnew(){ this.$notify.error({ title: '错误', message: '服务请求失败!' });
let rtnmsg = await this.executeRule("trndoc.butnew") }
if(rtnmsg.respCode == SUCCESS) },
{ async onTrndocButdel() {
//TODO 处理数据逻辑 let rtnmsg = await this.executeRule("trndoc.butdel")
if (rtnmsg.respCode == SUCCESS) {
} //TODO 处理数据逻辑
else
{ }
this.$notify.error({title: '错误',message: '服务请求失败!'}); else {
} this.$notify.error({ title: '错误', message: '服务请求失败!' });
}, }
async onTrndocButattto(){ },
let rtnmsg = await this.executeRule("trndoc.butattto") async onTrndocButatt() {
if(rtnmsg.respCode == SUCCESS) let rtnmsg = await this.executeRule("trndoc.butatt")
{ if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
else else {
{ this.$notify.error({ title: '错误', message: '服务请求失败!' });
this.$notify.error({title: '错误',message: '服务请求失败!'}); }
} },
}, onSeainf() { },
async onTrndocButdel(){ onBenpDet() { },
let rtnmsg = await this.executeRule("trndoc.butdel") onAplpDet() { },
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onTrndocButatt(){
let rtnmsg = await this.executeRule("trndoc.butatt")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
onSeainf(){},
onBenpDet(){},
onAplpDet(){},
} }
\ No newline at end of file
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
"ltdgrp.rec.utlnbr":[ "ltdgrp.rec.utlnbr":[
{type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {type: "number",max: 999,message:"长度不能超过3"}
], ],
"btdgrp.blk.docdis":[ "btdgrp.blk.docdis":[
......
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