Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
biyuewuhua
isc-web-vue
Commits
99ec8658
Commit
99ec8658
authored
Sep 27, 2024
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smtsel修改
parent
87d73847
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
94 additions
and
94 deletions
+94
-94
index.js
src/page/Frontend/Smtsel/model/index.js
+32
-31
Smtp01.vue
src/page/Frontend/Smtsel/views/Smtp01.vue
+0
-0
index.vue
src/page/Frontend/Smtsel/views/index.vue
+62
-63
No files found.
src/page/Frontend/Smtsel/model/index.js
View file @
99ec8658
import
Api
from
"~/service/Api"
import
Pts
from
"
..
/Common/Pts"
import
Pts
from
"
~/page/Model
/Common/Pts"
export
default
class
Smtsel
{
constructor
()
{
this
.
data
=
{
smtp
:{
smtsup
:{
smtno
:
""
,
// : .smtp.smtsup.smtno
begdat
:
""
,
// : .smtp.smtsup.begdat
enddat
:
""
,
// 至 .smtp.smtsup.enddat
ptpmod
:{
pty
:{
chnnam
:
""
,
// : .smtp.smtsup.ptpmod.pty.chnnam
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
},
export
default
class
Smtsel
{
constructor
()
{
this
.
data
=
{
smtp
:
{
smtsup
:
{
smtno
:
""
,
// : .smtp.smtsup.smtno
begdat
:
""
,
// : .smtp.smtsup.begdat
enddat
:
""
,
// 至 .smtp.smtsup.enddat
ptpmod
:
{
pty
:
{
chnnam
:
""
,
// : .smtp.smtsup.ptpmod.pty.chnnam
extkey
:
""
,
// : .smtp.smtsup.ptpmod.pty.extkey
},
smtgrp
:{
smtsub
:{
lst
:[],
// .smtgrp.smtsub.lst
},
},
pageId
:
""
// ctx的key
}
}
},
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
:
{
lst
:
[],
// .smtgrp.smtsub.lst
},
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/page/Frontend/Smtsel/views/Smtp01.vue
View file @
99ec8658
This diff is collapsed.
Click to expand it.
src/page/Frontend/Smtsel/views/index.vue
View file @
99ec8658
...
...
@@ -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"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--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"
/>
</el-tab-pane>
</c-tabs>
...
...
@@ -12,12 +12,11 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Smtsel
from
"~/model/Smtsel"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"~/model/Smtsel/Check"
import
Default
from
"~/model/Smtsel/Default"
import
Pattern
from
"~/model/Smtsel/Pattern"
import
Smtsel
from
"../model/index"
import
Check
from
"../model/Check"
import
Default
from
"../model/Default"
import
Pattern
from
"../model/Pattern"
import
Smtp01
from
"./Smtp01"
...
...
@@ -34,7 +33,7 @@ export default {
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
""
,
tabVal
:
"
smtp01
"
,
trnName
:
"smtsel"
,
trnType
:
""
,
model
:
new
Smtsel
().
data
,
...
...
@@ -43,52 +42,52 @@ export default {
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
msgdrt
:
CodeTable
.
msgdrt
,
blksta
:
CodeTable
.
blksta
,
kpatyp
:
CodeTable
.
kpatyp
,
cur
:
CodeTable
.
cur
,
sdcflg
:
CodeTable
.
sdcflg
,
smttyp
:
CodeTable
.
smttyp
,
gpicod
:
CodeTable
.
gpicod
,
mgssta
:
CodeTable
.
mgssta
,
ljschk
:
CodeTable
.
ljschk
,
offtyp
:
CodeTable
.
offtyp
,
msgrng
:
CodeTable
.
msgrng
,
fmssta
:
CodeTable
.
fmssta
,
clrsys
:
CodeTable
.
clrsys
,
errtyp
:
CodeTable
.
errtyp
,
stacod
:
CodeTable
.
stacod
,
dottyp
:
CodeTable
.
dottyp
,
recsta
:
CodeTable
.
recsta
,
cassta
:
CodeTable
.
cassta
,
bnksta
:
CodeTable
.
bnksta
,
gpista
:
CodeTable
.
gpista
,
kpadir
:
CodeTable
.
kpadir
,
area
:
CodeTable
.
area
,
cpsfxdtyp
:
CodeTable
.
cpsfxdtyp
,
rspsta
:
CodeTable
.
rspsta
,
sta
:
CodeTable
.
sta
,
actsta
:
CodeTable
.
actsta
,
offsta
:
CodeTable
.
offsta
,
batcharge
:
CodeTable
.
batcharge
,
msgmst
:
CodeTable
.
msgmst
,
yosflg
:
CodeTable
.
yosflg
,
filtyp
:
CodeTable
.
filtyp
,
dircod
:
CodeTable
.
dircod
,
kpstyp
:
CodeTable
.
kpstyp
,
allmsgcod
:
CodeTable
.
allmsgcod
,
dcflg
:
CodeTable
.
dcflg
,
cipsstatus
:
CodeTable
.
cipsstatus
,
curcod
:
CodeTable
.
curcod
,
msgtyp
:
CodeTable
.
msgtyp
,
chncod
:
CodeTable
.
chncod
,
msgsta
:
CodeTable
.
msgsta
,
usratr
:
CodeTable
.
usratr
,
msgchksta
:
CodeTable
.
msgchksta
,
cipsmsgtype
:
CodeTable
.
cipsmsgtype
,
setmth
:
CodeTable
.
setmth
,
chniptcod
:
CodeTable
.
chniptcod
,
dtlchg
:
CodeTable
.
dtlchg
,
//
msgdrt:CodeTable.msgdrt,
//
blksta:CodeTable.blksta,
//
kpatyp:CodeTable.kpatyp,
//
cur:CodeTable.cur,
//
sdcflg:CodeTable.sdcflg,
//
smttyp:CodeTable.smttyp,
//
gpicod:CodeTable.gpicod,
//
mgssta:CodeTable.mgssta,
//
ljschk:CodeTable.ljschk,
//
offtyp:CodeTable.offtyp,
//
msgrng:CodeTable.msgrng,
//
fmssta:CodeTable.fmssta,
//
clrsys:CodeTable.clrsys,
//
errtyp:CodeTable.errtyp,
//
stacod:CodeTable.stacod,
//
dottyp:CodeTable.dottyp,
//
recsta:CodeTable.recsta,
//
cassta:CodeTable.cassta,
//
bnksta:CodeTable.bnksta,
//
gpista:CodeTable.gpista,
//
kpadir:CodeTable.kpadir,
//
area:CodeTable.area,
//
cpsfxdtyp:CodeTable.cpsfxdtyp,
//
rspsta:CodeTable.rspsta,
//
sta:CodeTable.sta,
//
actsta:CodeTable.actsta,
//
offsta:CodeTable.offsta,
//
batcharge:CodeTable.batcharge,
//
msgmst:CodeTable.msgmst,
//
yosflg:CodeTable.yosflg,
//
filtyp:CodeTable.filtyp,
//
dircod:CodeTable.dircod,
//
kpstyp:CodeTable.kpstyp,
//
allmsgcod:CodeTable.allmsgcod,
//
dcflg:CodeTable.dcflg,
//
cipsstatus:CodeTable.cipsstatus,
//
curcod:CodeTable.curcod,
//
msgtyp:CodeTable.msgtyp,
//
chncod:CodeTable.chncod,
//
msgsta:CodeTable.msgsta,
//
usratr:CodeTable.usratr,
//
msgchksta:CodeTable.msgchksta,
//
cipsmsgtype:CodeTable.cipsmsgtype,
//
setmth:CodeTable.setmth,
//
chniptcod:CodeTable.chniptcod,
//
dtlchg:CodeTable.dtlchg,
},
}
},
...
...
@@ -102,17 +101,17 @@ export default {
},
created
:
async
function
(){
console
.
log
(
"进入smtsel交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
//
let rtnmsg = await this.init({})
//
if(rtnmsg.respCode == SUCCESS)
//
{
//
this.updateModel(rtnmsg.data)
//
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
//
}
//
else
//
{
//
this.$notify.error({title: '错误',message: '服务请求失败!'});
//
}
}
}
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment