Commit 99ec8658 by liaoxing

smtsel修改

parent 87d73847
import Api from "~/service/Api" import Api from "~/service/Api"
import Pts from "../Common/Pts" import Pts from "~/page/Model/Common/Pts"
export default class Smtsel{ export default class Smtsel {
constructor () { constructor() {
this.data = { this.data = {
smtp:{ smtp: {
smtsup:{ smtsup: {
smtno:"", // : .smtp.smtsup.smtno smtno: "", // : .smtp.smtsup.smtno
begdat:"", // : .smtp.smtsup.begdat begdat: "", // : .smtp.smtsup.begdat
enddat:"", // 至 .smtp.smtsup.enddat enddat: "", // 至 .smtp.smtsup.enddat
ptpmod:{ ptpmod: {
pty:{ pty: {
chnnam:"", // : .smtp.smtsup.ptpmod.pty.chnnam chnnam: "", // : .smtp.smtsup.ptpmod.pty.chnnam
extkey:"", // : .smtp.smtsup.ptpmod.pty.extkey extkey: "", // : .smtp.smtsup.ptpmod.pty.extkey
},
},
cur:"", // : .smtp.smtsup.cur
ref:"", // : .smtp.smtsup.ref
valdatbeg:"", // : .smtp.smtsup.valdatbeg
valdatend:"", // 至 .smtp.smtsup.valdatend
typ:"", // : .smtp.smtsup.typ
act:"", // : .smtp.smtsup.act
exp:"", // 导出 .smtp.smtsup.exp
},
}, },
smtgrp:{ },
smtsub:{ cur: "", // : .smtp.smtsup.cur
lst:[], // .smtgrp.smtsub.lst ref: "", // : .smtp.smtsup.ref
}, valdatbeg: "", // : .smtp.smtsup.valdatbeg
}, valdatend: "", // 至 .smtp.smtsup.valdatend
pageId: "" // ctx的key typ: "", // : .smtp.smtsup.typ
} act: "", // : .smtp.smtsup.act
} exp: "", // 导出 .smtp.smtsup.exp
},
},
smtgrp: {
smtsub: {
lst: [], // .smtgrp.smtsub.lst
},
},
pageId: "" // ctx的key
}
}
} }
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--smtp PD000000 --> <!--smtp PD000000 -->
<el-tab-pane :label="$t('smtp.PD000000')" name="smtp01"> <el-tab-pane :label="$t('smtp.对账单查询')" name="smtp01">
<m-smtp01 :model="model" :codes="codes"/> <m-smtp01 :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
...@@ -12,12 +12,11 @@ ...@@ -12,12 +12,11 @@
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Smtsel from "~/model/Smtsel"
import commonProcess from "~/mixin/commonProcess" import commonProcess from "~/mixin/commonProcess"
import Check from "~/model/Smtsel/Check" import Smtsel from "../model/index"
import Default from "~/model/Smtsel/Default" import Check from "../model/Check"
import Pattern from "~/model/Smtsel/Pattern" import Default from "../model/Default"
import Pattern from "../model/Pattern"
import Smtp01 from "./Smtp01" import Smtp01 from "./Smtp01"
...@@ -34,7 +33,7 @@ export default { ...@@ -34,7 +33,7 @@ export default {
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理 mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
data(){ data(){
return { return {
tabVal: "", tabVal: "smtp01",
trnName: "smtsel", trnName: "smtsel",
trnType: "", trnType: "",
model: new Smtsel().data, model: new Smtsel().data,
...@@ -43,52 +42,52 @@ export default { ...@@ -43,52 +42,52 @@ export default {
pattern: Pattern, pattern: Pattern,
rules: null, rules: null,
codes: { codes: {
msgdrt:CodeTable.msgdrt, // msgdrt:CodeTable.msgdrt,
blksta:CodeTable.blksta, // blksta:CodeTable.blksta,
kpatyp:CodeTable.kpatyp, // kpatyp:CodeTable.kpatyp,
cur:CodeTable.cur, // cur:CodeTable.cur,
sdcflg:CodeTable.sdcflg, // sdcflg:CodeTable.sdcflg,
smttyp:CodeTable.smttyp, // smttyp:CodeTable.smttyp,
gpicod:CodeTable.gpicod, // gpicod:CodeTable.gpicod,
mgssta:CodeTable.mgssta, // mgssta:CodeTable.mgssta,
ljschk:CodeTable.ljschk, // ljschk:CodeTable.ljschk,
offtyp:CodeTable.offtyp, // offtyp:CodeTable.offtyp,
msgrng:CodeTable.msgrng, // msgrng:CodeTable.msgrng,
fmssta:CodeTable.fmssta, // fmssta:CodeTable.fmssta,
clrsys:CodeTable.clrsys, // clrsys:CodeTable.clrsys,
errtyp:CodeTable.errtyp, // errtyp:CodeTable.errtyp,
stacod:CodeTable.stacod, // stacod:CodeTable.stacod,
dottyp:CodeTable.dottyp, // dottyp:CodeTable.dottyp,
recsta:CodeTable.recsta, // recsta:CodeTable.recsta,
cassta:CodeTable.cassta, // cassta:CodeTable.cassta,
bnksta:CodeTable.bnksta, // bnksta:CodeTable.bnksta,
gpista:CodeTable.gpista, // gpista:CodeTable.gpista,
kpadir:CodeTable.kpadir, // kpadir:CodeTable.kpadir,
area:CodeTable.area, // area:CodeTable.area,
cpsfxdtyp:CodeTable.cpsfxdtyp, // cpsfxdtyp:CodeTable.cpsfxdtyp,
rspsta:CodeTable.rspsta, // rspsta:CodeTable.rspsta,
sta:CodeTable.sta, // sta:CodeTable.sta,
actsta:CodeTable.actsta, // actsta:CodeTable.actsta,
offsta:CodeTable.offsta, // offsta:CodeTable.offsta,
batcharge:CodeTable.batcharge, // batcharge:CodeTable.batcharge,
msgmst:CodeTable.msgmst, // msgmst:CodeTable.msgmst,
yosflg:CodeTable.yosflg, // yosflg:CodeTable.yosflg,
filtyp:CodeTable.filtyp, // filtyp:CodeTable.filtyp,
dircod:CodeTable.dircod, // dircod:CodeTable.dircod,
kpstyp:CodeTable.kpstyp, // kpstyp:CodeTable.kpstyp,
allmsgcod:CodeTable.allmsgcod, // allmsgcod:CodeTable.allmsgcod,
dcflg:CodeTable.dcflg, // dcflg:CodeTable.dcflg,
cipsstatus:CodeTable.cipsstatus, // cipsstatus:CodeTable.cipsstatus,
curcod:CodeTable.curcod, // curcod:CodeTable.curcod,
msgtyp:CodeTable.msgtyp, // msgtyp:CodeTable.msgtyp,
chncod:CodeTable.chncod, // chncod:CodeTable.chncod,
msgsta:CodeTable.msgsta, // msgsta:CodeTable.msgsta,
usratr:CodeTable.usratr, // usratr:CodeTable.usratr,
msgchksta:CodeTable.msgchksta, // msgchksta:CodeTable.msgchksta,
cipsmsgtype:CodeTable.cipsmsgtype, // cipsmsgtype:CodeTable.cipsmsgtype,
setmth:CodeTable.setmth, // setmth:CodeTable.setmth,
chniptcod:CodeTable.chniptcod, // chniptcod:CodeTable.chniptcod,
dtlchg:CodeTable.dtlchg, // dtlchg:CodeTable.dtlchg,
}, },
} }
}, },
...@@ -102,17 +101,17 @@ export default { ...@@ -102,17 +101,17 @@ export default {
}, },
created:async function(){ created:async function(){
console.log("进入smtsel交易"); console.log("进入smtsel交易");
let rtnmsg = await this.init({}) // let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) // if(rtnmsg.respCode == SUCCESS)
{ // {
this.updateModel(rtnmsg.data) // this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑 // //TODO 处理数据逻辑
} // }
else // else
{ // {
this.$notify.error({title: '错误',message: '服务请求失败!'}); // this.$notify.error({title: '错误',message: '服务请求失败!'});
} // }
} }
} }
</script> </script>
......
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