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