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
fukai
vue-gjjs
Commits
18b96589
Commit
18b96589
authored
Sep 18, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditsel
parent
7f19c1af
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
597 additions
and
192 deletions
+597
-192
Detp1.vue
src/views/Business/Ditame/Detp1.vue
+2
-0
Doctre.vue
src/views/Business/Ditame/Doctre.vue
+2
-2
Inspame.vue
src/views/Business/Ditame/Inspame.vue
+6
-3
Ovwp.vue
src/views/Business/Ditame/Ovwp.vue
+13
-2
Sel.vue
src/views/Business/Ditsel/Sel.vue
+0
-0
SelMune.vue
src/views/Business/Ditsel/SelMune.vue
+42
-0
index.vue
src/views/Business/Ditsel/index.vue
+532
-185
No files found.
src/views/Business/Ditame/Detp1.vue
View file @
18b96589
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"advPtsExtkeyEvent"
@
keyup
.
enter
.
native=
"advPtsExtkeyEvent"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"通知行联行行号"
prop=
"didgrp.adv.pts.bankno"
>
<el-form-item
label=
"通知行联行行号"
prop=
"didgrp.adv.pts.bankno"
>
...
@@ -28,6 +29,7 @@
...
@@ -28,6 +29,7 @@
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Number of bank"
placeholder=
"请输入Number of bank"
@
keyup
.
enter
.
native=
"advPtsBanknoEvent"
@
keyup
.
enter
.
native=
"advPtsBanknoEvent"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
...
src/views/Business/Ditame/Doctre.vue
View file @
18b96589
...
@@ -59,13 +59,13 @@
...
@@ -59,13 +59,13 @@
</el-col>
</el-col>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<
!--
<
el-col
:span=
"12"
>
<span
<span
v-text=
"model.trnmod.trndoc.doclbl"
v-text=
"model.trnmod.trndoc.doclbl"
data-path=
".trnmod.trndoc.doclbl"
data-path=
".trnmod.trndoc.doclbl"
>
>
</span>
</span>
</el-col>
</el-col>
-->
<el-col
:offset=
"8"
:span=
"4"
>
<el-col
:offset=
"8"
:span=
"4"
>
<c-checkbox
v-model=
"model.trnmod.trndoc.shwinc"
<c-checkbox
v-model=
"model.trnmod.trndoc.shwinc"
...
...
src/views/Business/Ditame/Inspame.vue
View file @
18b96589
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-col
>
<el-form-item>
<span>
Instructions to Paying/Accepting/Negotiating Bank
</span>
</el-form-item>
</el-col>
<el-col
:span=
"14"
>
<el-col
:span=
"14"
>
<el-form-item
<el-form-item
label=
"Original Text"
>
label=
"Instructions to Paying/Accepting/Negotiating Bank"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.didgrp.blk.insbnk"
v-model=
"model.didgrp.blk.insbnk"
...
...
src/views/Business/Ditame/Ovwp.vue
View file @
18b96589
...
@@ -99,6 +99,7 @@
...
@@ -99,6 +99,7 @@
v-model=
"model.didgrp.cbs.nom1.amt"
v-model=
"model.didgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
style=
"text-align: left; width: 100%"
placeholder=
"请输入信用证金额"
placeholder=
"请输入信用证金额"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -118,6 +119,7 @@
...
@@ -118,6 +119,7 @@
v-model=
"model.didgrp.rec.nomtop"
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
maxlength=
"9"
placeholder=
"请输入Amount Tolerance - Positive"
placeholder=
"请输入Amount Tolerance - Positive"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -132,6 +134,7 @@
...
@@ -132,6 +134,7 @@
v-model=
"model.didgrp.rec.nomton"
v-model=
"model.didgrp.rec.nomton"
maxlength=
"9"
maxlength=
"9"
placeholder=
"请输入Amount Tolerance - Negative"
placeholder=
"请输入Amount Tolerance - Negative"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -215,6 +218,7 @@
...
@@ -215,6 +218,7 @@
v-model=
"model.didgrp.rec.opndat"
v-model=
"model.didgrp.rec.opndat"
style=
"width: 45%"
style=
"width: 45%"
placeholder=
"请选择Date L/C Opened/Issued"
placeholder=
"请选择Date L/C Opened/Issued"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -226,6 +230,7 @@
...
@@ -226,6 +230,7 @@
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Shipment Date"
placeholder=
"请选择Shipment Date"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"didgrp.rec.shpdat"
>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"didgrp.rec.shpdat"
>
...
@@ -255,6 +260,7 @@
...
@@ -255,6 +260,7 @@
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Date of Expiry"
placeholder=
"请选择Date of Expiry"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -276,6 +282,7 @@
...
@@ -276,6 +282,7 @@
v-model=
"model.didgrp.rec.elcflg"
v-model=
"model.didgrp.rec.elcflg"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
placeholder=
"请选择是否通过电证系统"
disabled
>
>
<el-option
<el-option
v-for=
"item in codes.elcflg"
v-for=
"item in codes.elcflg"
...
@@ -294,6 +301,7 @@
...
@@ -294,6 +301,7 @@
style=
"width: 100%"
style=
"width: 100%"
disabled
disabled
placeholder=
"请选择开证类型"
placeholder=
"请选择开证类型"
>
>
<el-option
<el-option
v-for=
"item in codes.dkflg"
v-for=
"item in codes.dkflg"
...
@@ -313,7 +321,7 @@
...
@@ -313,7 +321,7 @@
<c-input
<c-input
v-model=
"model.didgrp.rec.idcode"
v-model=
"model.didgrp.rec.idcode"
maxlength=
"18"
maxlength=
"18"
disabled
placeholder=
"请输入申请人统一社会信用代码"
placeholder=
"请输入申请人统一社会信用代码"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -390,6 +398,7 @@
...
@@ -390,6 +398,7 @@
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"aplExtkeyEvent"
@
keyup
.
enter
.
native=
"aplExtkeyEvent"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -580,6 +589,7 @@
...
@@ -580,6 +589,7 @@
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入名称"
placeholder=
"请输入名称"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -617,6 +627,7 @@
...
@@ -617,6 +627,7 @@
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入地址"
placeholder=
"请输入地址"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -677,7 +688,7 @@
...
@@ -677,7 +688,7 @@
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入联行名称 电证用"
placeholder=
"请输入联行名称 电证用"
:disabled=
"this.jigomcFlag"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
src/views/Business/Ditsel/Sel.vue
View file @
18b96589
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/Business/Ditsel/SelMune.vue
0 → 100644
View file @
18b96589
<
template
>
<el-table
:data=
"data"
border
stripe
:show-header=
"false"
:cell-style=
"cellSttyle"
>
<el-table-column
prop=
"title"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-link
:disabled=
"scope.row.disabled"
:href=
"scope.row.url"
v-if=
"scope.row.title"
>
{{
scope
.
row
.
title
}}
</el-link
>
</
template
>
</el-table-column>
</el-table>
</template>
<
script
>
export
default
{
props
:[
"data"
],
data
()
{
return
{
cellSttyle
:
{
height
:
"25px"
},
};
},
};
</
script
>
<
style
>
a
{
text-decoration-line
:
none
;
color
:
#606266
;
}
a
:hover
{
color
:
blue
;
}
</
style
>
\ No newline at end of file
src/views/Business/Ditsel/index.vue
View file @
18b96589
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"100px"
size=
"small"
>
<el-form
:model=
"model"
<!--PD000058 -->
:rules=
"rules"
<m-sel
:model=
"model"
:codes=
"codes"
/>
ref=
"modelForm"
</el-form>
label-width=
"150px"
</div>
size=
"small"
>
<!--PD000058 -->
<c-tabs
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"菜单"
>
<m-sel
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Utils
from
'~/utils/index'
import
CodeTable
from
"~/config/CodeTable"
import
Api
from
"~/service/Api"
;
import
Ditsel
from
"~/model/Ditsel"
import
CodeTable
from
"~/config/CodeTable"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Ditsel
from
"~/model/Ditsel"
;
import
Pattern
from
"~/model/Ditsel/Pattern"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
Sel
from
"./Sel"
import
Pattern
from
"~/model/Ditsel/Pattern"
;
import
Sel
from
"./Sel"
;
export
default
{
export
default
{
components
:{
components
:
{
"m-sel"
:
Sel
,
"m-sel"
:
Sel
,
},
},
mixins
:
[
CommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
CommonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
data
()
{
return
{
return
{
model
:
new
Ditsel
().
data
,
model
:
new
Ditsel
().
data
,
// defaultRule:Default,
// defaultRule:Default,
// rules:this.mergeRules(Pattern,Check),
// rules:this.mergeRules(Pattern,Check),
rules
:
Pattern
,
rules
:
Pattern
,
codes
:{
codes
:
{},
},
// init: {
init
:{
// uri: "/ditsel/init",
"uri"
:
"/ditsel/init"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// fileName: "ditsel.json",
},
// method: "post",
checkAll
:{
// basePath: "{{basePath}}",
"uri"
:
"/ditsel/checkAll"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// scheme: "{{schemes}}",
},
// host: "{{host}}",
saveData
:{
// consume: "0",
"uri"
:
"/ditsel/saveData"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// produce: "0",
},
// },
pending
:{
// checkAll: {
"uri"
:
"/ditsel/pending"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// uri: "/ditsel/checkAll",
},
// fileName: "ditsel.json",
getElcsRef
:{
// method: "post",
"uri"
:
"/ditsel/getElcsRef"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// basePath: "{{basePath}}",
},
// scheme: "{{schemes}}",
registerDocument
:{
// host: "{{host}}",
"uri"
:
"/ditsel/registerDocument"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// consume: "0",
},
// produce: "0",
imgecm
:{
// },
"uri"
:
"/ditsel/imgecm"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// saveData: {
},
// uri: "/ditsel/saveData",
recpanSearch
:{
// fileName: "ditsel.json",
"uri"
:
"/ditsel/recpanSearch"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// method: "post",
},
// basePath: "{{basePath}}",
recpanShow
:{
// scheme: "{{schemes}}",
"uri"
:
"/ditsel/recpanShow"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// host: "{{host}}",
},
// consume: "0",
recpanResend
:{
// produce: "0",
"uri"
:
"/ditsel/recpanResend"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
// },
},
pending
:
{
showMessage
:{
uri
:
"/ditsel/pending"
,
"uri"
:
"/ditsel/showMessage"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
fileName
:
"ditsel.json"
,
},
method
:
"post"
,
imgmodRefresh
:{
basePath
:
"{{basePath}}"
,
"uri"
:
"/ditsel/imgmodRefresh"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
scheme
:
"{{schemes}}"
,
},
host
:
"{{host}}"
,
imgmodDelete
:{
consume
:
"0"
,
"uri"
:
"/ditsel/imgmodDelete"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
produce
:
"0"
,
},
},
default_sptpentrbp
:{
getElcsRef
:
{
"uri"
:
"/ditsel/default/sptpentrbp"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
uri
:
"/ditsel/getElcsRef"
,
},
fileName
:
"ditsel.json"
,
default_cfgfil_hotsub1
:{
method
:
"post"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub1"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
basePath
:
"{{basePath}}"
,
},
scheme
:
"{{schemes}}"
,
default_cfgfil_bitmap
:{
host
:
"{{host}}"
,
"uri"
:
"/ditsel/default/cfgfil.bitmap"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
consume
:
"0"
,
},
produce
:
"0"
,
default_cfgfil_hotsub9
:{
},
"uri"
:
"/ditsel/default/cfgfil.hotsub9"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
registerDocument
:
{
},
uri
:
"/ditsel/registerDocument"
,
default_cfgfil_hotsub8
:{
fileName
:
"ditsel.json"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub8"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
method
:
"post"
,
},
basePath
:
"{{basePath}}"
,
default_cfgfil_hotsub7
:{
scheme
:
"{{schemes}}"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub7"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
host
:
"{{host}}"
,
},
consume
:
"0"
,
default_cfgfil_hotsub6
:{
produce
:
"0"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub6"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
},
imgecm
:
{
default_cfgfil_hotsub5
:{
uri
:
"/ditsel/imgecm"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub5"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
fileName
:
"ditsel.json"
,
},
method
:
"post"
,
default_cfgfil_hotsub4
:{
basePath
:
"{{basePath}}"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub4"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
scheme
:
"{{schemes}}"
,
},
host
:
"{{host}}"
,
default_cfgfil_hotsub3
:{
consume
:
"0"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub3"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
produce
:
"0"
,
},
},
default_cfgfil_hotsub2
:{
recpanSearch
:
{
"uri"
:
"/ditsel/default/cfgfil.hotsub2"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
uri
:
"/ditsel/recpanSearch"
,
},
fileName
:
"ditsel.json"
,
default_selbut_dspadvnbr
:{
method
:
"post"
,
"uri"
:
"/ditsel/default/selbut.dspadvnbr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
basePath
:
"{{basePath}}"
,
},
scheme
:
"{{schemes}}"
,
default_didgrp_avbnam
:{
host
:
"{{host}}"
,
"uri"
:
"/ditsel/default/didgrp.avbnam"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
consume
:
"0"
,
},
produce
:
"0"
,
default_didgrp_rec_expplc
:{
},
"uri"
:
"/ditsel/default/didgrp.rec.expplc"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
recpanShow
:
{
},
uri
:
"/ditsel/recpanShow"
,
default_matp_mattxtlab
:{
fileName
:
"ditsel.json"
,
"uri"
:
"/ditsel/default/matp.mattxtlab"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
method
:
"post"
,
},
basePath
:
"{{basePath}}"
,
default_dsptrdclsdat
:{
scheme
:
"{{schemes}}"
,
"uri"
:
"/ditsel/default/dsptrdclsdat"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
host
:
"{{host}}"
,
},
consume
:
"0"
,
default_selbut_dsputlnbr
:{
produce
:
"0"
,
"uri"
:
"/ditsel/default/selbut.dsputlnbr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
},
recpanResend
:
{
default_didgrp_adv_pts_nam
:{
uri
:
"/ditsel/recpanResend"
,
"uri"
:
"/ditsel/default/didgrp.adv.pts.nam"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
fileName
:
"ditsel.json"
,
},
method
:
"post"
,
default_selbut_trnpenlab_descr
:{
basePath
:
"{{basePath}}"
,
"uri"
:
"/ditsel/default/selbut.trnpenlab_descr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
scheme
:
"{{schemes}}"
,
},
host
:
"{{host}}"
,
default_selbut_trnpenlab
:{
consume
:
"0"
,
"uri"
:
"/ditsel/default/selbut.trnpenlab"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
produce
:
"0"
,
},
},
default_selbut_sptpenlab
:{
showMessage
:
{
"uri"
:
"/ditsel/default/selbut.sptpenlab"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
uri
:
"/ditsel/showMessage"
,
},
fileName
:
"ditsel.json"
,
default_selbut_dsprevnbr
:{
method
:
"post"
,
"uri"
:
"/ditsel/default/selbut.dsprevnbr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
basePath
:
"{{basePath}}"
,
},
scheme
:
"{{schemes}}"
,
default_sptpentrbp_descr
:{
host
:
"{{host}}"
,
"uri"
:
"/ditsel/default/sptpentrbp_descr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
consume
:
"0"
,
},
produce
:
"0"
,
default_zcdat
:{
},
"uri"
:
"/ditsel/default/zcdat"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
imgmodRefresh
:
{
},
uri
:
"/ditsel/imgmodRefresh"
,
default_trnpentrbp_descr
:{
fileName
:
"ditsel.json"
,
"uri"
:
"/ditsel/default/trnpentrbp_descr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
method
:
"post"
,
},
basePath
:
"{{basePath}}"
,
default_trpnttyp
:{
scheme
:
"{{schemes}}"
,
"uri"
:
"/ditsel/default/trpnttyp"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
host
:
"{{host}}"
,
},
consume
:
"0"
,
default_dspbrdclsdat
:{
produce
:
"0"
,
"uri"
:
"/ditsel/default/dspbrdclsdat"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
},
},
imgmodDelete
:
{
default_cfgfil_subtxt1
:{
uri
:
"/ditsel/imgmodDelete"
,
"uri"
:
"/ditsel/default/cfgfil.subtxt1"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
fileName
:
"ditsel.json"
,
},
method
:
"post"
,
default_selbut_dspamenbr
:{
basePath
:
"{{basePath}}"
,
"uri"
:
"/ditsel/default/selbut.dspamenbr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
scheme
:
"{{schemes}}"
,
},
host
:
"{{host}}"
,
default_bddgrp_rec_matdat
:{
consume
:
"0"
,
"uri"
:
"/ditsel/default/bddgrp.rec.matdat"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
produce
:
"0"
,
},
},
default_selbut_dsppndram
:{
default_sptpentrbp
:
{
"uri"
:
"/ditsel/default/selbut.dsppndram"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
uri
:
"/ditsel/default/sptpentrbp"
,
},
fileName
:
"ditsel.json"
,
default_selbut_sptpenlab_descr
:{
method
:
"post"
,
"uri"
:
"/ditsel/default/selbut.sptpenlab_descr"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
basePath
:
"{{basePath}}"
,
},
scheme
:
"{{schemes}}"
,
default_selbut_dspclsdat
:{
host
:
"{{host}}"
,
"uri"
:
"/ditsel/default/selbut.dspclsdat"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
consume
:
"0"
,
},
produce
:
"0"
,
default_trnpentrbp
:{
},
"uri"
:
"/ditsel/default/trnpentrbp"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
default_cfgfil_hotsub1
:
{
},
uri
:
"/ditsel/default/cfgfil.hotsub1"
,
default_cfgfil_hotsub10
:{
fileName
:
"ditsel.json"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub10"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
method
:
"post"
,
},
basePath
:
"{{basePath}}"
,
default_cfgfil_hotsub11
:{
scheme
:
"{{schemes}}"
,
"uri"
:
"/ditsel/default/cfgfil.hotsub11"
,
"fileName"
:
"ditsel.json"
,
"method"
:
"post"
,
"basePath"
:
"{{basePath}}"
,
"scheme"
:
"{{schemes}}"
,
"host"
:
"{{host}}"
,
"consume"
:
"0"
,
"produce"
:
"0"
,
host
:
"{{host}}"
,
},
consume
:
"0"
,
}
produce
:
"0"
,
},
default_cfgfil_bitmap
:
{
uri
:
"/ditsel/default/cfgfil.bitmap"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub9
:
{
uri
:
"/ditsel/default/cfgfil.hotsub9"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub8
:
{
uri
:
"/ditsel/default/cfgfil.hotsub8"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub7
:
{
uri
:
"/ditsel/default/cfgfil.hotsub7"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub6
:
{
uri
:
"/ditsel/default/cfgfil.hotsub6"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub5
:
{
uri
:
"/ditsel/default/cfgfil.hotsub5"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub4
:
{
uri
:
"/ditsel/default/cfgfil.hotsub4"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub3
:
{
uri
:
"/ditsel/default/cfgfil.hotsub3"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub2
:
{
uri
:
"/ditsel/default/cfgfil.hotsub2"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dspadvnbr
:
{
uri
:
"/ditsel/default/selbut.dspadvnbr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_didgrp_avbnam
:
{
uri
:
"/ditsel/default/didgrp.avbnam"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_didgrp_rec_expplc
:
{
uri
:
"/ditsel/default/didgrp.rec.expplc"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_matp_mattxtlab
:
{
uri
:
"/ditsel/default/matp.mattxtlab"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_dsptrdclsdat
:
{
uri
:
"/ditsel/default/dsptrdclsdat"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dsputlnbr
:
{
uri
:
"/ditsel/default/selbut.dsputlnbr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_didgrp_adv_pts_nam
:
{
uri
:
"/ditsel/default/didgrp.adv.pts.nam"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_trnpenlab_descr
:
{
uri
:
"/ditsel/default/selbut.trnpenlab_descr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_trnpenlab
:
{
uri
:
"/ditsel/default/selbut.trnpenlab"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_sptpenlab
:
{
uri
:
"/ditsel/default/selbut.sptpenlab"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dsprevnbr
:
{
uri
:
"/ditsel/default/selbut.dsprevnbr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_sptpentrbp_descr
:
{
uri
:
"/ditsel/default/sptpentrbp_descr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_zcdat
:
{
uri
:
"/ditsel/default/zcdat"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_trnpentrbp_descr
:
{
uri
:
"/ditsel/default/trnpentrbp_descr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_trpnttyp
:
{
uri
:
"/ditsel/default/trpnttyp"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_dspbrdclsdat
:
{
uri
:
"/ditsel/default/dspbrdclsdat"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_subtxt1
:
{
uri
:
"/ditsel/default/cfgfil.subtxt1"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dspamenbr
:
{
uri
:
"/ditsel/default/selbut.dspamenbr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_bddgrp_rec_matdat
:
{
uri
:
"/ditsel/default/bddgrp.rec.matdat"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dsppndram
:
{
uri
:
"/ditsel/default/selbut.dsppndram"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_sptpenlab_descr
:
{
uri
:
"/ditsel/default/selbut.sptpenlab_descr"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_selbut_dspclsdat
:
{
uri
:
"/ditsel/default/selbut.dspclsdat"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_trnpentrbp
:
{
uri
:
"/ditsel/default/trnpentrbp"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub10
:
{
uri
:
"/ditsel/default/cfgfil.hotsub10"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
default_cfgfil_hotsub11
:
{
uri
:
"/ditsel/default/cfgfil.hotsub11"
,
fileName
:
"ditsel.json"
,
method
:
"post"
,
basePath
:
"{{basePath}}"
,
scheme
:
"{{schemes}}"
,
host
:
"{{host}}"
,
consume
:
"0"
,
produce
:
"0"
,
},
};
},
},
methods
:{
methods
:
{
tabClick
(){},
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入ditsel交易"
);
console
.
log
(
"进入ditsel交易"
);
let
rtnmsg
=
await
Api
.
post
(
"ditsel/init"
,{
params
:{}})
let
rtnmsg
=
await
Api
.
post
(
"ditsel/init"
,
{
params
:
{}
});
if
(
rtnmsg
.
retcod
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
else
},
{
};
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
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