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
84deec63
Commit
84deec63
authored
Aug 01, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letcan交易初始化及页面修改
parent
0913c6c2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
297 additions
and
238 deletions
+297
-238
Pattern.js
src/model/Letcan/Pattern.js
+4
-4
index.js
src/model/Letcan/index.js
+107
-100
Canp.vue
src/views/Business/Letcan/Canp.vue
+0
-0
index.vue
src/views/Business/Letcan/index.vue
+159
-122
Drv.vue
src/views/Business/Letdrw/Drv.vue
+6
-12
ReviewLetcan.vue
src/views/Review/Business/ReviewLetcan.vue
+19
-0
ReviewRouter.js
src/views/Review/ReviewRouter.js
+2
-0
No files found.
src/model/Letcan/Pattern.js
View file @
84deec63
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"ledgrp.cbs.nom1.amt"
:[
"ledgrp.cbs.nom1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"ledgrp.cbs.opn1.amt"
:[
"ledgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
...
@@ -80,8 +80,8 @@ export default {
...
@@ -80,8 +80,8 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"letcanf.strinf"
:[
"letcanf.strinf"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过
50"
}
{
max
:
1750
,
message
:
"长度不能超过17
50"
}
],
],
...
...
src/model/Letcan/index.js
View file @
84deec63
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
//引入公共面板
export
default
class
Letcan
{
export
default
class
Letcan
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
setmod
:
new
Pub
().
data
.
Setmod
,
//帐务、分录 加入公共面板账务字段
mtabut
:
new
Pub
().
data
.
Mtabut
,
//附言
trnmod
:
new
Pub
().
data
.
Trnmod
,
//面函 加入公共面板面函的字段
liaall
:
new
Pub
().
data
.
Liaall
,
//表外/授信额度
letbenl1blk
:
""
,
letp0
:{
letp0
:{
recget
:{
recget
:{
sdamod
:{
sdamod
:{
...
@@ -53,106 +60,106 @@ export default class Letcan{
...
@@ -53,106 +60,106 @@ export default class Letcan{
strinf
:
""
,
// Narrative .letcanf.strinf
strinf
:
""
,
// Narrative .letcanf.strinf
},
},
sndmsg
:
""
,
// Send Message .sndmsg
sndmsg
:
""
,
// Send Message .sndmsg
setmod
:{
//
setmod:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
//
docamttyplab:"", // settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
//
retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
//
ref:"", // our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
//
doccur:"", // document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
//
docamt:"", // document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
//
dspflg:"", // Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
//
xreflg:"", // Recalculate Rates .setmod.xreflg
setglg
:{
//
setglg:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
//
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
},
//
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
//
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
//
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
setfog
:{
//
setfog:{
setfol
:[]
//
setfol:[]
},
//
},
setfeg
:{
//
setfeg:{
setfel
:[]
//
setfel:[]
}
//
}
},
//
},
mtabut
:{
//
mtabut:{
coninf
:{
//
coninf:{
oitinf
:{
//
oitinf:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:{
//
oit:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
//
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
//
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
//
},
},
//
},
oitset
:{
//
oitset:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:{
//
oit:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
//
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
//
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
//
},
},
//
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
//
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
usr
:{
//
usr:{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
//
extkey:"", // User ID .mtabut.coninf.usr.extkey
},
//
},
},
//
},
},
//
},
trnmod
:{
//
trnmod:{
trndoc
:{
//
trndoc:{
advlabel
:
""
,
// ADVLABEL .trnmod.trndoc.advlabel
//
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
amdnam
:
""
,
// AMDNAM .trnmod.trndoc.amdnam
//
amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
advdoc
:
""
,
// 国内证通知书 .trnmod.trndoc.advdoc
//
advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
advnam
:
""
,
// 国内证落款 .trnmod.trndoc.advnam
//
advnam:"", // 国内证落款 .trnmod.trndoc.advnam
amdapl
:
""
,
// 修改申请人名称 .trnmod.trndoc.amdapl
//
amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
doclbl
:
""
,
// Lable for CONDOCSTM .trnmod.trndoc.doclbl
//
doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm
:
""
,
// Document tree .trnmod.trndoc.doctrestm
//
doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
shwinc
:
""
,
// Show Incoming Messages .trnmod.trndoc.shwinc
//
shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
shwout
:
""
,
// Show Outgoing Messages .trnmod.trndoc.shwout
//
shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
condocstm
:
""
,
// Connected Documents .trnmod.trndoc.condocstm
//
condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
rcvatt
:{
//
rcvatt:{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
//
seainf:"", // .trnmod.trndoc.rcvatt.seainf
},
//
},
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
//
filrecv:"", // File Receiver .trnmod.trndoc.filrecv
},
//
},
},
//
},
liaall
:{
//
liaall:{
limmod
:{
//
limmod:{
limpts
:{
//
limpts:{
wrklab
:
""
,
// Label .liaall.limmod.limpts.wrklab
//
wrklab:"", // Label .liaall.limmod.limpts.wrklab
othlab
:
""
,
// Label .liaall.limmod.limpts.othlab
//
othlab:"", // Label .liaall.limmod.limpts.othlab
othlabss
:
""
,
// Label .liaall.limmod.limpts.othlabss
//
othlabss:"", // Label .liaall.limmod.limpts.othlabss
wrk
:{
//
wrk:{
pts
:
new
Pts
().
data
,
//
pts:new Pts().data,
},
//
},
oth
:{
//
oth:{
pts
:
new
Pts
().
data
,
//
pts:new Pts().data,
},
//
},
lsh
:
""
,
// 合同流�'号 .liaall.limmod.limpts.lsh
//
lsh:"", // 合同流�'号 .liaall.limmod.limpts.lsh
nonrevflg1
:
""
,
// Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg1
//
nonrevflg1:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg1
pfcod1
:
""
,
// 合同流�'号 .liaall.limmod.limpts.pfcod1
//
pfcod1:"", // 合同流�'号 .liaall.limmod.limpts.pfcod1
nonrevflg2
:
""
,
// Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg2
//
nonrevflg2:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg2
pfcod2
:
""
,
// 合同流�'号 .liaall.limmod.limpts.pfcod2
//
pfcod2:"", // 合同流�'号 .liaall.limmod.limpts.pfcod2
},
//
},
wrkp
:{
//
wrkp:{
ptsget
:{
//
ptsget:{
sdamod
:{
//
sdamod:{
dadsnd
:
""
,
// Drag Drop Sender .liaall.limmod.wrkp.ptsget.sdamod.dadsnd
//
dadsnd:"", // Drag Drop Sender .liaall.limmod.wrkp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .liaall.limmod.wrkp.ptsget.sdamod.seainf
//
seainf:"", // .liaall.limmod.wrkp.ptsget.sdamod.seainf
},
//
},
},
//
},
},
//
},
othp
:{
//
othp:{
ptsget
:{
//
ptsget:{
sdamod
:{
//
sdamod:{
dadsnd
:
""
,
// Drag Drop Sender .liaall.limmod.othp.ptsget.sdamod.dadsnd
//
dadsnd:"", // Drag Drop Sender .liaall.limmod.othp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .liaall.limmod.othp.ptsget.sdamod.seainf
//
seainf:"", // .liaall.limmod.othp.ptsget.sdamod.seainf
},
//
},
},
//
},
},
//
},
ownref
:
""
,
// 国结业务编号 .liaall.limmod.ownref
//
ownref:"", // 国结业务编号 .liaall.limmod.ownref
comamt
:
""
,
// 业务余额 .liaall.limmod.comamt
//
comamt:"", // 业务余额 .liaall.limmod.comamt
ccvamt
:
""
,
// 保证金余额 .liaall.limmod.ccvamt
//
ccvamt:"", // 保证金余额 .liaall.limmod.ccvamt
ecifno
:
""
,
// ECIFNO .liaall.limmod.ecifno
//
ecifno:"", // ECIFNO .liaall.limmod.ecifno
},
//
},
},
//
},
pageId
:
""
// ctx的key
pageId
:
""
// ctx的key
}
}
}
}
...
...
src/views/Business/Letcan/Canp.vue
View file @
84deec63
This diff is collapsed.
Click to expand it.
src/views/Business/Letcan/index.vue
View file @
84deec63
<
template
>
<
template
>
<!--
<c-page
title=
"出口信用证注销"
>
-->
<!--
<c-page
title=
"出口信用证注销"
>
-->
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<el-form
<c-function-btn
:model=
"model"
:handleSubmit=
"handleSubmit"
:rules=
"rules"
:handleCheck=
"handleCheck"
ref=
"modelForm"
:handleStash=
"handleStash"
label-width=
"120px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"letcanTab"
>
<!--
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<!--PD000016 -->
<el-button
size=
"small"
>
保存模板
</el-button>
<el-tab-pane
label=
"Cancelation"
name=
"canp"
>
<el-button
size=
"small"
>
使用模板
</el-button>
<c-content>
<el-button
size=
"small"
>
制裁信息
</el-button>
<m-canp
:model=
"model"
:codes=
"codes"
/>
<el-button
size=
"small"
>
拆分报文
</el-button>
</c-content>
<el-button
size=
"small"
>
智能提示
</el-button>
-->
</el-tab-pane>
<el-button
size=
"small"
>
用户确认
</el-button>
<el-button
size=
"small"
>
检核
</el-button>
<!--PD000000 -->
<el-button
size=
"small"
>
日志
</el-button>
<el-tab-pane
label=
"Settlement账务"
name=
"setpan"
>
<el-button
size=
"small"
>
inc to Ben
</el-button>
<c-content>
<el-button
size=
"small"
>
imgyge
</el-button>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<el-button
size=
"small"
>
img
</el-button>
</c-content>
<el-button
size=
"small"
>
His.img
</el-button>
</el-tab-pane>
</c-function-btn>
<!--PD000000 -->
<el-form
<el-tab-pane
label=
"Completion附言"
name=
"coninfp"
>
:model=
"model"
<c-content>
:rules=
"rules"
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
ref=
"modelForm"
</c-content>
label-width=
"150px"
</el-tab-pane>
label-position=
"left"
size=
"small"
<!--PD000529 -->
:validate-on-rule-change=
"false"
<el-tab-pane
label=
"Messages报文及面函"
name=
"docpan"
>
>
<c-content>
<c-tabs
<m-docpan
:model=
"model"
:codes=
"codes"
/>
v-model=
"tabVal"
</c-content>
ref=
"elment"
</el-tab-pane>
type=
"card"
@
tab-click=
"myTabClick"
<!--PD000546 -->
>
<el-tab-pane
label=
"Attachments附件"
name=
"doctre"
>
<!--PD000016 -->
<c-content>
<el-tab-pane
label=
"Cancelation"
name=
"canp"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<c-content>
</c-content>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<!--PD000000 Settlement账务-->
<c-content>
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
<c-content>
</c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-content>
</c-tabs>
</el-tab-pane>
<!--PD000000 Completion附言-->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 Messages报文及面函-->
<el-tab-pane
label=
"Messages"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 Attachments附件-->
<el-tab-pane
label=
"Attachments"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</el-form>
<!-- 数据回填效果 -->
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
@
select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</div>
<!--
</c-page>
-->
<!--
</c-page>
-->
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
'~/service/Api'
import
Utils
from
"~/utils/index"
;
import
Utils
from
'~/utils/index'
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
'~/config/CodeTable'
import
Letcan
from
"~/model/Letcan"
import
Letcan
from
'~/model/Letcan'
import
commonProcess
from
"~/mixin/commonProcess"
import
commonProcess
from
'~/mixin/commonProcess'
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
commonFuncs
from
'~/mixin/commonFuncs'
import
Check
from
"~/model/Letcan/Check"
import
Check
from
'~/model/Letcan/Check'
import
Default
from
"~/model/Letcan/Default"
import
Default
from
'~/model/Letcan/Default'
import
Pattern
from
"~/model/Letcan/Pattern"
import
Pattern
from
'~/model/Letcan/Pattern'
import
Canp
from
"./Canp"
import
Canp
from
'./Canp'
// import Setpan from "./Setpan"
// import Setpan from "./Setpan"
import
Coninfp
from
"./Coninfp"
// import Coninfp from './Coninfp'
import
Docpan
from
"./Docpan"
// import Docpan from './Docpan'
import
Doctre
from
"./Doctre"
// import Doctre from './Doctre'
import
Limitbody
from
"./Limitbody"
// import Limitbody from './Limitbody'
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
'~/views/Public/Setpan'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
import
Limitbody
from
'~/views/Public/Limitbody'
export
default
{
export
default
{
components
:{
name
:
"Letcan"
,
"m-canp"
:
Canp
,
components
:
{
"m-setpan"
:
Setpan
,
'm-canp'
:
Canp
,
"m-coninfp"
:
Coninfp
,
'm-setpan'
:
Setpan
,
"m-docpan"
:
Docpan
,
'm-coninfp'
:
Coninfp
,
"m-doctre"
:
Doctre
,
'm-docpan'
:
Docpan
,
"m-limitbody"
:
Limitbody
,
'm-doctre'
:
Doctre
,
},
'm-limitbody'
:
Limitbody
,
provide
()
{
},
return
{
provide
()
{
root
:
this
return
{
}
root
:
this
,
},
}
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
},
data
(){
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
return
{
data
()
{
tabVal
:
"canp"
,
return
{
trnName
:
"letcan"
,
tabVal
:
'canp'
,
model
:
new
Letcan
().
data
,
trnName
:
'letcan'
,
checkRules
:
Check
,
model
:
new
Letcan
().
data
,
defaultRules
:
Default
,
checkRules
:
Check
,
pattern
:
Pattern
,
defaultRules
:
Default
,
rules
:
null
,
pattern
:
Pattern
,
codes
:
{...
CodeTable
rules
:
null
,
},
codes
:
{
...
CodeTable
},
}
}
},
},
methods
:{
methods
:
{
tabClick
(){
myTabClick
(
tab
)
{
}
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
},
},
created
:
async
function
(){
},
console
.
log
(
"进入letcan交易"
);
created
:
async
function
()
{
let
rtnmsg
=
await
this
.
init
({})
console
.
log
(
'进入letcan交易'
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
let
rtnmsg
=
await
this
.
init
({})
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
if
(
this
.
isInDisplay
)
{
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
this
.
restoreDisplay
()
}
}
}
}
else
{
else
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
})
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
},
}
}
</
script
>
</
script
>
<
style
>
<
style
>
.infcanTab
.el-tabs__content
{
padding
:
10px
0
10px
0
;
}
.infcanTab
.infrow
{
padding
:
0
10px
0
10px
;
}
</
style
>
</
style
>
src/views/Business/Letdrw/Drv.vue
View file @
84deec63
...
@@ -76,12 +76,13 @@
...
@@ -76,12 +76,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Open Amount"
prop=
"ledgrp.cbs.opn1.cur"
>
<el-form-item
label=
"Open Amount"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.ledgrp.cbs.opn1.cur"
v-model=
"model.ledgrp.cbs.opn1.cur"
maxlength=
"3"
maxlength=
"3"
placeholder=
"请输入Open Amount"
placeholder=
"请输入Open Amount"
disabled
disabled
></c-input>
:code=
"codes.curtxt1"
></c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"7"
>
...
@@ -104,7 +105,6 @@
...
@@ -104,7 +105,6 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-row>
<c-col
:span=
"19"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"Available with"
prop=
"ledgrp.avbnam"
>
<el-form-item
label=
"Available with"
prop=
"ledgrp.avbnam"
>
<c-input
<c-input
...
@@ -115,15 +115,15 @@
...
@@ -115,15 +115,15 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"19"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"Available by
[AVBBY0]
"
prop=
"ledgrp.rec.avbby"
>
<el-form-item
label=
"Available by"
prop=
"ledgrp.rec.avbby"
>
<c-select
<c-select
v-model=
"model.ledgrp.rec.avbby"
v-model=
"model.ledgrp.rec.avbby"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Available by [AVBBY0]"
placeholder=
"请选择Available by [AVBBY0]"
:code=
"codes.avbby"
disabled
disabled
>
>
</c-select>
</c-select>
...
@@ -198,6 +198,7 @@
...
@@ -198,6 +198,7 @@
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Form of L/C"
placeholder=
"请选择Form of L/C"
disabled
disabled
:code=
"codes.lcrtyp"
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -282,7 +283,6 @@
...
@@ -282,7 +283,6 @@
</c-col>
</c-col>
<!-- ========================中部======================= -->
<!-- ========================中部======================= -->
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Document Reference"
prop=
"bedgrp.rec.ownref"
>
<el-form-item
label=
"Document Reference"
prop=
"bedgrp.rec.ownref"
>
...
@@ -317,7 +317,6 @@
...
@@ -317,7 +317,6 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<!-- ========================下半部分的左边======================= -->
<!-- ========================下半部分的左边======================= -->
...
@@ -636,11 +635,6 @@ export default {
...
@@ -636,11 +635,6 @@ export default {
}
}
})
})
},
},
apprulChange
(
v
)
{
if
(
v
!==
'OTHR'
)
{
this
.
model
.
ledgrp
.
rec
.
apprultxt
=
''
}
},
},
},
created
:
function
()
{},
created
:
function
()
{},
}
}
...
...
src/views/Review/Business/ReviewLetcan.vue
0 → 100644
View file @
84deec63
<
template
>
<ReviewWrapper>
<Letcan></Letcan>
</ReviewWrapper>
</
template
>
<
script
>
import
Letcan
from
"~/views/Business/Letcan"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewLetcan"
,
components
:
{
ReviewWrapper
,
Letcan
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
src/views/Review/ReviewRouter.js
View file @
84deec63
...
@@ -19,6 +19,7 @@ import ReviewLetamc from "./Business/ReviewLetamc.vue";
...
@@ -19,6 +19,7 @@ import ReviewLetamc from "./Business/ReviewLetamc.vue";
import
ReviewLetame
from
"./Business/ReviewLetame.vue"
;
import
ReviewLetame
from
"./Business/ReviewLetame.vue"
;
import
ReviewLetdrw
from
"./Business/ReviewLetdrw.vue"
;
import
ReviewLetdrw
from
"./Business/ReviewLetdrw.vue"
;
import
ReviewLetdav
from
"./Business/ReviewLetdav.vue"
;
import
ReviewLetdav
from
"./Business/ReviewLetdav.vue"
;
import
ReviewLetcan
from
"./Business/ReviewLetcan.vue"
;
import
ReviewLitame
from
"./Business/ReviewLitame.vue"
;
import
ReviewLitame
from
"./Business/ReviewLitame.vue"
;
import
ReviewBdtdcr
from
"./Business/ReviewBdtdcr.vue"
;
import
ReviewBdtdcr
from
"./Business/ReviewBdtdcr.vue"
;
import
ReviewBdteus
from
"./Business/ReviewBdteus.vue"
;
import
ReviewBdteus
from
"./Business/ReviewBdteus.vue"
;
...
@@ -77,6 +78,7 @@ const ReviewRouter = [
...
@@ -77,6 +78,7 @@ const ReviewRouter = [
{
path
:
"letame"
,
component
:
ReviewLetame
,
name
:
"ReviewLetame"
,
meta
:
{
title
:
"复核-Letame"
}
},
{
path
:
"letame"
,
component
:
ReviewLetame
,
name
:
"ReviewLetame"
,
meta
:
{
title
:
"复核-Letame"
}
},
{
path
:
"letdrw"
,
component
:
ReviewLetdrw
,
name
:
"ReviewLetdrw"
,
meta
:
{
title
:
"复核-Letdrw"
}
},
{
path
:
"letdrw"
,
component
:
ReviewLetdrw
,
name
:
"ReviewLetdrw"
,
meta
:
{
title
:
"复核-Letdrw"
}
},
{
path
:
"letdav"
,
component
:
ReviewLetdav
,
name
:
"ReviewLetdav"
,
meta
:
{
title
:
"复核-Letdav"
}
},
{
path
:
"letdav"
,
component
:
ReviewLetdav
,
name
:
"ReviewLetdav"
,
meta
:
{
title
:
"复核-Letdav"
}
},
{
path
:
"letcan"
,
component
:
ReviewLetdav
,
name
:
"ReviewLetcan"
,
meta
:
{
title
:
"复核-Letcan"
}
},
{
path
:
"litopn"
,
component
:
ReviewLitopn
,
name
:
"ReviewLitopn"
,
meta
:
{
title
:
"复核-Litopn"
}
},
{
path
:
"litopn"
,
component
:
ReviewLitopn
,
name
:
"ReviewLitopn"
,
meta
:
{
title
:
"复核-Litopn"
}
},
{
path
:
"bftset"
,
component
:
ReviewBftset
,
name
:
"ReviewBftset"
,
meta
:
{
title
:
"复核-Bftset"
}
},
{
path
:
"bftset"
,
component
:
ReviewBftset
,
name
:
"ReviewBftset"
,
meta
:
{
title
:
"复核-Bftset"
}
},
{
path
:
"litame"
,
component
:
ReviewLitame
,
name
:
"ReviewLitame"
,
meta
:
{
title
:
"复核-Litame"
}
},
{
path
:
"litame"
,
component
:
ReviewLitame
,
name
:
"ReviewLitame"
,
meta
:
{
title
:
"复核-Litame"
}
},
...
...
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