Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
a4f9e94b
Commit
a4f9e94b
authored
Oct 13, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目启动异常解决
parent
1927207f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
591 deletions
+35
-591
index.vue
src/views/Business/Ditopn/index.vue
+3
-328
index.vue
src/views/Business/Office/index.vue
+3
-98
index.vue
src/views/Business/Sptsel/index.vue
+3
-56
index.vue
src/views/Business/Trnrel/index.vue
+3
-109
index.vue
src/views/Business/index.vue
+23
-0
No files found.
src/views/Business/Ditopn/index.vue
View file @
a4f9e94b
...
...
@@ -7,85 +7,71 @@
<el-tab-pane
label=
"PD000001"
name=
"ovwp"
>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000275 -->
<el-tab-pane
label=
"PD000275"
name=
"revp"
>
<m-revp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000342 -->
<el-tab-pane
label=
"PD000342"
name=
"tk"
>
<m-tk
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000065 -->
<el-tab-pane
label=
"PD000065"
name=
"rbip"
>
<m-rbip
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000077 -->
<el-tab-pane
label=
"PD000077"
name=
"detp"
>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000361 -->
<el-tab-pane
label=
"PD000361"
name=
"mt799"
>
<m-mt799
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000019 -->
<el-tab-pane
label=
"PD000019"
name=
"litbenl1"
>
<m-litbenl1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000021 -->
<el-tab-pane
label=
"PD000021"
name=
"litapll1"
>
<m-litapll1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000020 -->
<el-tab-pane
label=
"PD000020"
name=
"litrmbl1"
>
<m-litrmbl1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000000 -->
<el-tab-pane
label=
"PD000000"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000027 -->
<el-tab-pane
label=
"PD000027"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000510 -->
<el-tab-pane
label=
"PD000510"
name=
"addbcb"
>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000529 -->
<el-tab-pane
label=
"PD000529"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000000 -->
<el-tab-pane
label=
"PD000000"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000001 -->
<el-tab-pane
label=
"PD000001"
name=
"ccvpan"
>
...
...
@@ -99,7 +85,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Ditopn
from
"~/model/Ditopn"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Ditopn/Pattern"
import
Ovwp
from
"./Ovwp"
import
Revp
from
"./Revp"
...
...
@@ -150,322 +136,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/ditopn/init"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/ditopn/checkAll"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/ditopn/saveData"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/ditopn/pending"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/ditopn/getElcsRef"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/ditopn/registerDocument"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/ditopn/imgecm"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/ditopn/recpanSearch"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/ditopn/recpanShow"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/ditopn/recpanResend"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/ditopn/showMessage"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/ditopn/imgmodRefresh"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/ditopn/imgmodDelete"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_lidgrp_rec_autdat
:{
"uri"
:
"/ditopn/default/lidgrp.rec.autdat"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_nam
:{
"uri"
:
"/ditopn/default/lidgrp.rec.nam"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_adlcnd_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.adlcnd.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_setmod_dspflg
:{
"uri"
:
"/ditopn/default/setmod.dspflg"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_ben_pts_ref
:{
"uri"
:
"/ditopn/default/lidgrp.ben.pts.ref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_mtabut_coninf_oitinf_labinftxt
:{
"uri"
:
"/ditopn/default/mtabut.coninf.oitinf.labinftxt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_mtabut_coninf_oitset_labinftxt
:{
"uri"
:
"/ditopn/default/mtabut.coninf.oitset.labinftxt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_shptrs
:{
"uri"
:
"/ditopn/default/lidgrp.rec.shptrs"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_advp_det
:{
"uri"
:
"/ditopn/default/litp1.advp.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_revclause_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.revclause.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_nomspc
:{
"uri"
:
"/ditopn/default/lidgrp.rec.nomspc"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_age_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.age.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_shppar
:{
"uri"
:
"/ditopn/default/lidgrp.rec.shppar"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rmb_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.rmb.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_ben_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.ben.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_aplname
:{
"uri"
:
"/ditopn/default/litp1.aplname"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_defdet
:{
"uri"
:
"/ditopn/default/lidgrp.blk.defdet"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_apl_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.apl.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_usr_extkey
:{
"uri"
:
"/ditopn/default/litp1.usr.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_preper_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.preper.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_tenmaxday
:{
"uri"
:
"/ditopn/default/lidgrp.rec.tenmaxday"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_yfbp_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.yfbp.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rmb_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.rmb.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litameadv
:{
"uri"
:
"/ditopn/default/litameadv"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_cbs_max_cur
:{
"uri"
:
"/ditopn/default/lidgrp.cbs.max.cur"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_shpdat
:{
"uri"
:
"/ditopn/default/lidgrp.rec.shpdat"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_cbs_max_amt
:{
"uri"
:
"/ditopn/default/lidgrp.cbs.max.amt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_del
:{
"uri"
:
"/ditopn/default/liaall.liaccv.del"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_yfb_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.yfb.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_setmod_autclr
:{
"uri"
:
"/ditopn/default/setmod.autclr"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_butmissig
:{
"uri"
:
"/ditopn/default/liaall.butmissig"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_butgetref
:{
"uri"
:
"/ditopn/default/litp1.butgetref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_expplc
:{
"uri"
:
"/ditopn/default/lidgrp.rec.expplc"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_lcrdoc_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.lcrdoc.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_setmod_xreflg
:{
"uri"
:
"/ditopn/default/setmod.xreflg"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_apl_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.apl.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_mtabut_coninf_oitinf_oit_inflev
:{
"uri"
:
"/ditopn/default/mtabut.coninf.oitinf.oit.inflev"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_insbnk_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.insbnk.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_ysfs
:{
"uri"
:
"/ditopn/default/lidgrp.blk.ysfs"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_relcshpct
:{
"uri"
:
"/ditopn/default/liaall.liaccv.relcshpct"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_amt
:{
"uri"
:
"/ditopn/default/litp1.amt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_lcrtyp
:{
"uri"
:
"/ditopn/default/lidgrp.rec.lcrtyp"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_cbs_nom1_cur
:{
"uri"
:
"/ditopn/default/lidgrp.cbs.nom1.cur"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_rmbp_det
:{
"uri"
:
"/ditopn/default/litp1.rmbp.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rmb_pts_ref
:{
"uri"
:
"/ditopn/default/lidgrp.rmb.pts.ref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_nomtop
:{
"uri"
:
"/ditopn/default/lidgrp.rec.nomtop"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_nomton
:{
"uri"
:
"/ditopn/default/lidgrp.rec.nomton"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_benp_det
:{
"uri"
:
"/ditopn/default/litp1.benp.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_age_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.age.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rmb_pts_dftact
:{
"uri"
:
"/ditopn/default/lidgrp.rmb.pts.dftact"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_newamt
:{
"uri"
:
"/ditopn/default/liaall.liaccv.newamt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_adv_pts_ref
:{
"uri"
:
"/ditopn/default/lidgrp.adv.pts.ref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_lcrdoc
:{
"uri"
:
"/ditopn/default/lidgrp.blk.lcrdoc"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rmb_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.rmb.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_agep_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.agep.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_totcovamt
:{
"uri"
:
"/ditopn/default/liaall.liaccv.totcovamt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_age_pts_ref
:{
"uri"
:
"/ditopn/default/lidgrp.age.pts.ref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_gleflg
:{
"uri"
:
"/ditopn/default/liaall.liaccv.gleflg"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_newresamt
:{
"uri"
:
"/ditopn/default/liaall.liaccv.newresamt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_preper
:{
"uri"
:
"/ditopn/default/lidgrp.blk.preper"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_adv_pts_extkey
:{
"uri"
:
"/ditopn/default/lidgrp.adv.pts.extkey"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_yfb_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.yfb.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_rmbp_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.rmbp.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_resflg
:{
"uri"
:
"/ditopn/default/lidgrp.rec.resflg"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_lcrgod_buttxmsel
:{
"uri"
:
"/ditopn/default/litp1.lcrgod.buttxmsel"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_agep_det
:{
"uri"
:
"/ditopn/default/litp1.agep.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_butmisamt
:{
"uri"
:
"/ditopn/default/liaall.butmisamt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_chgcurflg
:{
"uri"
:
"/ditopn/default/liaall.liaccv.chgcurflg"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_adv_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.adv.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_adlcnd
:{
"uri"
:
"/ditopn/default/lidgrp.blk.adlcnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_ben_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.ben.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_apl_pts_ref
:{
"uri"
:
"/ditopn/default/lidgrp.apl.pts.ref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_yfbp_det
:{
"uri"
:
"/ditopn/default/litp1.yfbp.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_pctresamt
:{
"uri"
:
"/ditopn/default/liaall.liaccv.pctresamt"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_mtabut_coninf_oitset_oit_inflev
:{
"uri"
:
"/ditopn/default/mtabut.coninf.oitset.oit.inflev"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_age_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.age.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_opndat
:{
"uri"
:
"/ditopn/default/lidgrp.rec.opndat"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_apl_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.apl.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_ownref
:{
"uri"
:
"/ditopn/default/lidgrp.rec.ownref"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_benp_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.benp.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_adv_dbfadrblkcn
:{
"uri"
:
"/ditopn/default/lidgrp.adv.dbfadrblkcn"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_advp_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.advp.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_yfb_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.yfb.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_aplp_det
:{
"uri"
:
"/ditopn/default/litp1.aplp.det"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_litp1_aplp_ptsget_sdamod_dadsnd
:{
"uri"
:
"/ditopn/default/litp1.aplp.ptsget.sdamod.dadsnd"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_mtabut_coninf_conexedat
:{
"uri"
:
"/ditopn/default/mtabut.coninf.conexedat"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_blk_insbnk
:{
"uri"
:
"/ditopn/default/lidgrp.blk.insbnk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_addinf
:{
"uri"
:
"/ditopn/default/liaall.liaccv.addinf"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_liaall_liaccv_cshpct
:{
"uri"
:
"/ditopn/default/liaall.liaccv.cshpct"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_ben_pts_adrblk
:{
"uri"
:
"/ditopn/default/lidgrp.ben.pts.adrblk"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_lidgrp_rec_rmbact
:{
"uri"
:
"/ditopn/default/lidgrp.rec.rmbact"
,
"fileName"
:
"ditopn.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入ditopn交易"
);
...
...
src/views/Business/Office/index.vue
View file @
a4f9e94b
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Office
from
"~/model/Office"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Office/Pattern"
import
Menu
from
"./Menu"
...
...
@@ -38,106 +38,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/office/init"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/office/checkAll"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/office/saveData"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/office/pending"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/office/getElcsRef"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/office/registerDocument"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/office/imgecm"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/office/recpanSearch"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/office/recpanShow"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/office/recpanResend"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/office/showMessage"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/office/imgmodRefresh"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/office/imgmodDelete"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_hotadr
:{
"uri"
:
"/office/default/hotadr"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr4l
:{
"uri"
:
"/office/default/hotdr4l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr4r
:{
"uri"
:
"/office/default/hotdr4r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotcalc
:{
"uri"
:
"/office/default/hotcalc"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotavi
:{
"uri"
:
"/office/default/hotavi"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr5l
:{
"uri"
:
"/office/default/hotdr5l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr1l
:{
"uri"
:
"/office/default/hotdr1l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr5r
:{
"uri"
:
"/office/default/hotdr5r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr1r
:{
"uri"
:
"/office/default/hotdr1r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr6r
:{
"uri"
:
"/office/default/hotdr6r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr2l
:{
"uri"
:
"/office/default/hotdr2l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr2r
:{
"uri"
:
"/office/default/hotdr2r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_dattd
:{
"uri"
:
"/office/default/dattd"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotreg
:{
"uri"
:
"/office/default/hotreg"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotrat
:{
"uri"
:
"/office/default/hotrat"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr3l
:{
"uri"
:
"/office/default/hotdr3l"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotdr3r
:{
"uri"
:
"/office/default/hotdr3r"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotsta
:{
"uri"
:
"/office/default/hotsta"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_hotstd
:{
"uri"
:
"/office/default/hotstd"
,
"fileName"
:
"office.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入office交易"
);
...
...
src/views/Business/Sptsel/index.vue
View file @
a4f9e94b
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Sptsel
from
"~/model/Sptsel"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Sptsel/Pattern"
import
Menu
from
"./Menu"
...
...
@@ -38,64 +38,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/sptsel/init"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/sptsel/checkAll"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/sptsel/saveData"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/sptsel/pending"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/sptsel/getElcsRef"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/sptsel/registerDocument"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/sptsel/imgecm"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/sptsel/recpanSearch"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/sptsel/recpanShow"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/sptsel/recpanResend"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/sptsel/showMessage"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/sptsel/imgmodRefresh"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/sptsel/imgmodDelete"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_chkpen
:{
"uri"
:
"/sptsel/default/chkpen"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkrim
:{
"uri"
:
"/sptsel/default/chkrim"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_sptstm
:{
"uri"
:
"/sptsel/default/sptstm"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkinc
:{
"uri"
:
"/sptsel/default/chkinc"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_chkcore
:{
"uri"
:
"/sptsel/default/chkcore"
,
"fileName"
:
"sptsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入sptsel交易"
);
...
...
src/views/Business/Trnrel/index.vue
View file @
a4f9e94b
...
...
@@ -7,67 +7,56 @@
<el-tab-pane
label=
"PD000071"
name=
"inftrnps"
>
<m-inftrnps
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000091 -->
<el-tab-pane
label=
"PD000091"
name=
"trnp0"
>
<m-trnp0
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000128 -->
<el-tab-pane
label=
"PD000128"
name=
"trnpwfm"
>
<m-trnpwfm
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000164 -->
<el-tab-pane
label=
"PD000164"
name=
"trnpevt"
>
<m-trnpevt
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000168 -->
<el-tab-pane
label=
"PD000168"
name=
"trnpack"
>
<m-trnpack
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000193 -->
<el-tab-pane
label=
"PD000193"
name=
"trnptro"
>
<m-trnptro
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000230 -->
<el-tab-pane
label=
"PD000230"
name=
"prtgle"
>
<m-prtgle
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000129 -->
<el-tab-pane
label=
"PD000129"
name=
"prtpan"
>
<m-prtpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000060 -->
<el-tab-pane
label=
"PD000060"
name=
"prtswtp"
>
<m-prtswtp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000061 -->
<el-tab-pane
label=
"PD000061"
name=
"xmldoc"
>
<m-xmldoc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000062 -->
<el-tab-pane
label=
"PD000062"
name=
"prtswtrp"
>
<m-prtswtrp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
<!--PD000000 -->
<el-tab-pane
label=
"PD000000"
name=
"prtp"
>
...
...
@@ -81,7 +70,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Trnrel
from
"~/model/Trnrel"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Trnrel/Pattern"
import
Inftrnps
from
"./Inftrnps"
import
Trnp0
from
"./Trnp0"
...
...
@@ -126,106 +115,11 @@ export default {
rules
:
Pattern
,
codes
:{
},
init
:{
"uri"
:
"/trnrel/init"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
checkAll
:{
"uri"
:
"/trnrel/checkAll"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
saveData
:{
"uri"
:
"/trnrel/saveData"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
pending
:{
"uri"
:
"/trnrel/pending"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
getElcsRef
:{
"uri"
:
"/trnrel/getElcsRef"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
registerDocument
:{
"uri"
:
"/trnrel/registerDocument"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgecm
:{
"uri"
:
"/trnrel/imgecm"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanSearch
:{
"uri"
:
"/trnrel/recpanSearch"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanShow
:{
"uri"
:
"/trnrel/recpanShow"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
recpanResend
:{
"uri"
:
"/trnrel/recpanResend"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
showMessage
:{
"uri"
:
"/trnrel/showMessage"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodRefresh
:{
"uri"
:
"/trnrel/imgmodRefresh"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
imgmodDelete
:{
"uri"
:
"/trnrel/imgmodDelete"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
},
default_trn_inftxt
:{
"uri"
:
"/trnrel/default/trn.inftxt"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_evtstm
:{
"uri"
:
"/trnrel/default/recpan.evtstm"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_det
:{
"uri"
:
"/trnrel/default/recpan.det"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_sysflg
:{
"uri"
:
"/trnrel/default/recpan.sysflg"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_numtrn
:{
"uri"
:
"/trnrel/default/numtrn"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_usr_extkey
:{
"uri"
:
"/trnrel/default/recpan.usr.extkey"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_atptxt
:{
"uri"
:
"/trnrel/default/atptxt"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_trn_inr
:{
"uri"
:
"/trnrel/default/trn.inr"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_ackstm
:{
"uri"
:
"/trnrel/default/recpan.ackstm"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_cpltxt
:{
"uri"
:
"/trnrel/default/recpan.cpltxt"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_butord
:{
"uri"
:
"/trnrel/default/recpan.butord"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_atp_cod
:{
"uri"
:
"/trnrel/default/recpan.atp.cod"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_butspt
:{
"uri"
:
"/trnrel/default/recpan.butspt"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_inftxt_buttxmsel
:{
"uri"
:
"/trnrel/default/recpan.inftxt.buttxmsel"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_evthisstm
:{
"uri"
:
"/trnrel/default/recpan.evthisstm"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_inc
:{
"uri"
:
"/trnrel/default/recpan.inc"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_syswrn_butshw
:{
"uri"
:
"/trnrel/default/syswrn.butshw"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_trn_infdsp
:{
"uri"
:
"/trnrel/default/trn.infdsp"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
default_recpan_con
:{
"uri"
:
"/trnrel/default/recpan.con"
,
"fileName"
:
"trnrel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入trnrel交易"
);
...
...
src/views/Business/index.vue
0 → 100644
View file @
a4f9e94b
<
template
>
<div
id=
"business_container"
>
<router-view></router-view>
</div>
</
template
>
<
script
>
export
default
{
created
:()
=>
{
console
.
log
(
"进入业务交易界面"
)
}
}
</
script
>
<
style
>
#business_container
{
height
:
100%
;
position
:
absolute
;
width
:
100%
;
}
</
style
>
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