Commit 89688815 by liuxin

js文件调整

parent d4030fd0
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* Ditopn Default规则 * Ditopn Default规则
*/ */
import Api from "~/service/Api"; import Api from "~/service/Api";
import Utils from "~/utils/index"
export default { export default {
"didgrp.rec.resflg" :defaultDidgrpRecResflg, "didgrp.rec.resflg" :defaultDidgrpRecResflg,
......
import Api from "~/service/Api" import Api from "~/service/Api"
import Utils from "~/utils/index"
export default { export default {
onDitpButgetref() { onDitpButgetref(){
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
if (!valid) if(!valid)
return; return;
let rtnmsg = await Api.post("ditopn/ditp_butgetref", { data: this.model }) let rtnmsg = await Api.post("ditopn/ditp_butgetref",Utils.flatObject(this.model))
if (rtnmsg.retcod == SUCCESS) { if(rtnmsg.respCode == "AAAAAA")
//TODO 处理数据逻辑 {
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onAplpDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onAplpDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/aplp_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/aplp_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onBenpDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onBenpDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/benp_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/benp_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRevclauseButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRevclauseButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/revclause_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/revclause_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLcrgodButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLcrgodButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/lcrgod_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/lcrgod_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLcrdocButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLcrdocButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/lcrdoc_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/lcrdoc_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onAdlcndButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onAdlcndButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/adlcnd_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/adlcnd_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onInsbnkButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onInsbnkButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/insbnk_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/insbnk_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRmbpDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRmbpDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/rmbp_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/rmbp_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onDefdetButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onDefdetButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/defdet_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/defdet_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onPreperButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onPreperButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/preper_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/preper_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSetmodDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onSetmodDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/setmod_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/setmod_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLiaallButmisamt() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLiaallButmisamt(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/liaall_butmisamt", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/liaall_butmisamt",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLiaallButmissig() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLiaallButmissig(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/liaall_butmissig", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/liaall_butmissig",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onWrkpDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onWrkpDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/wrkp_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/wrkp_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onOthpDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onOthpDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/othp_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/othp_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLimptsGet1() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLimptsGet1(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/limpts_get1", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/limpts_get1",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLimptsGet2() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLimptsGet2(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/limpts_get2", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/limpts_get2",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLimmodTrycal() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLimmodTrycal(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/limmod_trycal", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/limmod_trycal",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLiaccvAdd() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLiaccvAdd(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/liaccv_add", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/liaccv_add",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onLiaccvDel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onLiaccvDel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("ditopn/liaccv_del", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("ditopn/liaccv_del",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSeainf() { },
},
} }
\ No newline at end of file
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* Sptsel Default规则 * Sptsel Default规则
*/ */
import Api from "~/service/Api"; import Api from "~/service/Api";
import Utils from "~/utils/index"
export default { export default {
"sptstm": defaultSptstm, "sptstm": defaultSptstm,
...@@ -31,7 +32,15 @@ function defaultDlmft() { ...@@ -31,7 +32,15 @@ function defaultDlmft() {
} }
function defaultButimg() { function defaultButimg() {
} }
function defaultDflg() { async function defaultDflg() {
let rtnmsg = await Api.post("sptsel/default/dflg", Utils.flatObject(this.model))
if (rtnmsg.retcod == "AAAAAA") {
//TODO 处理数据逻辑
this.model = Utils.copyValueFromVO(this.model, rtnmsg.data);
}
else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
} }
function defaultYptinf() { function defaultYptinf() {
console.log(this.model.yptinf) console.log(this.model.yptinf)
......
import Api from "~/service/Api" import Api from "~/service/Api"
import Utils from "~/utils/index"
export default { export default {
onUsfmodShwflt() { onUsfmodShwflt(){
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
if (!valid) if(!valid)
return; return;
let rtnmsg = await Api.post("sptsel/usfmod_shwflt", { data: this.model }) let rtnmsg = await Api.post("sptsel/usfmod_shwflt",Utils.flatObject(this.model))
if (rtnmsg.retcod == SUCCESS) { if(rtnmsg.respCode == "AAAAAA")
//TODO 处理数据逻辑 {
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onButypt() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onButypt(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("sptsel/butypt", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("sptsel/butypt",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onDlmft() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onDlmft(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("sptsel/dlmft", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("sptsel/dlmft",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onDlaxq() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onDlaxq(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("sptsel/dlaxq", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("sptsel/dlaxq",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onButimg() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onButimg(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("sptsel/butimg", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("sptsel/butimg",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
tabClick() { },
},
} }
\ No newline at end of file
...@@ -76,8 +76,7 @@ async function defaultTrncorcoDflg() { ...@@ -76,8 +76,7 @@ async function defaultTrncorcoDflg() {
let rtnmsg = await Api.post("trnrel/default/trncorco.dflg", Utils.flatObject(this.model)) let rtnmsg = await Api.post("trnrel/default/trncorco.dflg", Utils.flatObject(this.model))
if (rtnmsg.respCode == "AAAAAA") { if (rtnmsg.respCode == "AAAAAA") {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
console.log(rtnmsg) this.model = Utils.copyValueFromVO(this.model, rtnmsg.data);
console.log(rtnmsg.data)
} }
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
......
import Api from "~/service/Api"; import Api from "~/service/Api"
import Utils from "~/utils/index"; import Utils from "~/utils/index"
export default { export default {
onSeaown() { onSeaown() {
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
if (!valid) if (!valid)
return; return;
let rtnmsg = await Api.post("trnrel/seaown", Utils.flatObject(this.model)) let rtnmsg = await Api.post("trnrel/seaown", Utils.flatObject(this.model))
if (rtnmsg.respCode == "AAAAAA") { if (rtnmsg.respCode == "AAAAAA") {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.stmData.data = rtnmsg.data.trncorco_trnstm.rows; this.stmData.data = rtnmsg.data.trncorco_trnstm.rows;
} }
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}) })
}, },
onSeajbh() { onSeajbh(){
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
if (!valid) if(!valid)
return; return;
let rtnmsg = await Api.post("trnrel/seajbh", { data: this.model }) let rtnmsg = await Api.post("trnrel/seajbh",Utils.flatObject(this.model))
if (rtnmsg.retcod == SUCCESS) { if(rtnmsg.respCode == "AAAAAA")
//TODO 处理数据逻辑 {
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSeactr() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onSeactr(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/seactr", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/seactr",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSearow() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onSearow(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/searow", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/searow",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onDsp() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onDsp(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/dsp", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/dsp",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onImgmodNewimg() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onImgmodNewimg(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/imgmod_newimg", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/imgmod_newimg",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onImgmodNewhisimg() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onImgmodNewhisimg(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/imgmod_newhisimg", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/imgmod_newhisimg",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onDiaconButdia() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onDiaconButdia(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/diacon_butdia", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/diacon_butdia",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onImgmodHisimg() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onImgmodHisimg(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/imgmod_hisimg", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/imgmod_hisimg",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRelrow() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRelrow(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/relrow", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/relrow",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onPrinte() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onPrinte(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/printe", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/printe",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onReprow() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onReprow(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/reprow", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/reprow",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRejrow() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRejrow(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/rejrow", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/rejrow",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRelcor() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRelcor(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/relcor", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/relcor",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onExi() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onExi(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/exi", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/exi",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanDet() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanDet(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_det", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_det",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSyswrnButshw() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onSyswrnButshw(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/syswrn_butshw", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/syswrn_butshw",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanNotmap() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanNotmap(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_notmap", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_notmap",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanButspt() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanButspt(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_butspt", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_butspt",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanInc() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanInc(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_inc", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_inc",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanButord() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanButord(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_butord", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_butord",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onImgmodImage() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onImgmodImage(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/imgmod_image", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/imgmod_image",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onRecpanIncben() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onRecpanIncben(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/recpan_incben", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/recpan_incben",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onInftxtButtxmsel() { },
this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => { onInftxtButtxmsel(){
if (!valid) this.$parent.$parent.$parent.$parent.$refs.modelForm.validate(async valid => {
return; if(!valid)
let rtnmsg = await Api.post("trnrel/inftxt_buttxmsel", { data: this.model }) return;
if (rtnmsg.retcod == SUCCESS) { let rtnmsg = await Api.post("trnrel/inftxt_buttxmsel",Utils.flatObject(this.model))
//TODO 处理数据逻辑 if(rtnmsg.respCode == "AAAAAA")
{
//TODO 处理数据逻辑
} }
else { else
this.$notify.error({ title: '错误', message: '服务请求失败!' }); {
} this.$notify.error({title: '错误',message: '服务请求失败!'});
}) }
}, })
onSeainf() { },
},
} }
\ No newline at end of file
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