Commit 8d8a3e82 by 1377875331@qq.com

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/model/Ditopn/Default.js
parents e404c544 759b483d
...@@ -45,12 +45,13 @@ export default { ...@@ -45,12 +45,13 @@ export default {
let data = Utils.flatObject(this.model) let data = Utils.flatObject(this.model)
return Api.post(this.declareParams.trnName+"/pending",{...data,params}) return Api.post(this.declareParams.trnName+"/pending",{...data,params})
}, },
restoreDisplay() async restoreDisplay()
{ {
let inr = this.$route.query.trn let inr = this.$route.query.trn
if(!inr) if(!inr)
return return
let data = Api.post("display/"+inr) let data =await Api.post("display/"+inr)
Utils.copyValueFromVO(this.model,data.data)
console.log(data) console.log(data)
} }
} }
......
...@@ -180,10 +180,7 @@ function defaultLitameadv() { ...@@ -180,10 +180,7 @@ function defaultLitameadv() {
}) })
} }
function defaultDidgrpBlkAdlcnd() { function defaultDidgrpBlkAdlcnd() {
const that = this;
that.executeDefault("didgrp.blk.adlcnd").then(res => {
//TODO
})
} }
function defaultDidgrpAplPtsRef() { function defaultDidgrpAplPtsRef() {
} }
...@@ -258,6 +255,10 @@ function defaultLiaallLiaccvRelcshpct() { ...@@ -258,6 +255,10 @@ function defaultLiaallLiaccvRelcshpct() {
function defaultDidgrpRecExpplc() { function defaultDidgrpRecExpplc() {
} }
function defaultDidgrpAdvPtsBankno() { function defaultDidgrpAdvPtsBankno() {
const that = this;
that.executeRule("executeRule").thes(res => {
//TODO
})
} }
function defaultDidgrpBenPtsRef() { function defaultDidgrpBenPtsRef() {
} }
...@@ -274,10 +275,6 @@ function defaultLiaallLimmodLimptsPfcod2() { ...@@ -274,10 +275,6 @@ function defaultLiaallLimmodLimptsPfcod2() {
function defaultLiaallLimmodLimptsPfcod1() { function defaultLiaallLimmodLimptsPfcod1() {
} }
function defaultDidgrpAplPtsExtkey() { function defaultDidgrpAplPtsExtkey() {
const that = this;
that.executeDefault("didgrp.apl.pts.extkey").then(res => {
//TODO
})
} }
function defaultDidgrpBlkDefdet() { function defaultDidgrpBlkDefdet() {
const that = this; const that = this;
...@@ -310,16 +307,8 @@ function defaultDidgrpBlkLcrgod() { ...@@ -310,16 +307,8 @@ function defaultDidgrpBlkLcrgod() {
function defaultDidgrpRecAutdat() { function defaultDidgrpRecAutdat() {
} }
function defaultDidgrpRecIdcode() { function defaultDidgrpRecIdcode() {
const that = this;
that.executeDefault("didgrp.rec.idcode").then(res => {
//TODO
})
} }
function defaultDidgrpRecDkflg() { function defaultDidgrpRecDkflg() {
const that = this;
that.executeDefault("didgrp.rec.dkflg").then(res => {
//TODO
})
} }
function defaultDidgrpRmbPtsAdrblk() { function defaultDidgrpRmbPtsAdrblk() {
} }
...@@ -418,8 +407,4 @@ function defaultDidgrpBlkPreper() { ...@@ -418,8 +407,4 @@ function defaultDidgrpBlkPreper() {
}) })
} }
function defaultDidgrpCbsMaxAmt() { function defaultDidgrpCbsMaxAmt() {
const that = this;
that.executeDefault("didgrp.cbs.max.amt").then(res => {
//TODO
})
} }
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