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
34ca8356
Commit
34ca8356
authored
Aug 08, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck
parent
e55e57f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
85 deletions
+81
-85
Brtdckp.vue
src/business/brtdck/views/Brtdckp.vue
+81
-85
No files found.
src/business/brtdck/views/Brtdckp.vue
View file @
34ca8356
...
...
@@ -430,20 +430,20 @@
<c-col
:span=
"13"
>
<c-form-item
label=
"信用证余额"
prop=
"lidgrp.cbs.opn1.cur"
>
<c-select
:code=
"codes.curtxt1"
v-model=
"model.lidgrp.cbs.opn1.cur"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '币种'"
disabled
:code=
"codes.curtxt1"
v-model=
"model.lidgrp.cbs.opn1.cur"
style=
"width: 100%"
:placeholder=
"$t('other.please_enter') + '币种'"
disabled
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"11"
>
<c-form-item
label=
""
label-width=
"5px"
prop=
"lidgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.lidgrp.cbs.opn1.amt"
placeholder=
""
disabled
v-model=
"model.lidgrp.cbs.opn1.amt"
placeholder=
""
disabled
></c-input>
</c-form-item>
</c-col>
...
...
@@ -451,38 +451,38 @@
<c-col
:span=
"24"
>
<c-form-item
label=
""
prop=
"brdgrp.rec.nam"
>
<c-input
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入"
disabled
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{ title: '申请人', grp: 'brdgrp', rol: 'apl' }"
disabled
:model=
"model"
:argadr=
"{ title: '申请人', grp: 'brdgrp', rol: 'apl' }"
disabled
>
</c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{ title: '受益人', grp: 'brdgrp', rol: 'ben' }"
disabled
:model=
"model"
:argadr=
"{ title: '受益人', grp: 'brdgrp', rol: 'ben' }"
disabled
>
</c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
:model=
"model"
:argadr=
"{
title: '交单行',
grp: 'brdgrp',
rol: 'prb',
}"
disabled1
disabled1
>
</c-ptsmsg>
</c-col>
...
...
@@ -492,18 +492,18 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行"
prop=
"brdgrp.rec.docprbrol"
>
<c-select
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择交单行"
:code=
"codes.docprbrol"
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择交单行"
:code=
"codes.docprbrol"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
:model=
"model"
:argadr=
"{
title: '',
grp: 'brdgrp',
rol: 'prb',
...
...
@@ -522,26 +522,26 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人"
prop=
"brdgrp.rec.payrol"
>
<c-select
v-model=
"model.brdgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请输入付款人"
:code=
"codes.payrol1"
v-model=
"model.brdgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请输入付款人"
:code=
"codes.payrol1"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
:model=
"model"
:argadr=
"{
title: '',
grp: 'brtp',
rol: 'oth',
}"
:disabled=
"this.flag3"
:disabledExtkey=
"this.flag4"
:isAdrblk=
"true"
:noRef=
"true"
:disabled=
"this.flag3"
:disabledExtkey=
"this.flag4"
:isAdrblk=
"true"
:noRef=
"true"
>
</c-ptap>
</c-col>
...
...
@@ -568,64 +568,60 @@ export default {
mixins
:
[
event
],
data
()
{
return
{
flag
:
true
,
flag2
:
true
,
flag3
:
true
,
flag4
:
true
,
flag
:
true
,
flag2
:
true
,
flag3
:
true
,
flag4
:
true
,
};
},
watch
:
{
"model.brdgrp.rec.docprbrol"
:
function
()
{
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'ADV'
)
{
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'BEN'
)
{
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'PRB'
)
{
this
.
flag
=
false
;
}
watch
:{
"model.brdgrp.rec.docprbrol"
:
function
(){
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'ADV'
){
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'BEN'
){
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
docprbrol
==
'PRB'
){
this
.
flag
=
false
;
}
},
},
"model.brdgrp.prb.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
brdgrp
.
prb
.
pts
.
extkey
!=
''
)
{
this
.
flag2
=
true
;
}
else
{
this
.
flag2
=
false
;
"model.brdgrp.prb.pts.extkey"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
this
.
model
.
brdgrp
.
prb
.
pts
.
extkey
!=
''
){
this
.
flag2
=
true
;
}
else
{
this
.
flag2
=
false
;
}
}
}
},
},
"model.brdgrp.rec.payrol"
:
function
()
{
if
(
this
.
model
.
brdgrp
.
rec
.
payrol
==
'APL'
)
{
this
.
flag4
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
payrol
==
'OTH'
)
{
this
.
flag4
=
false
;
}
"model.brdgrp.rec.payrol"
:
function
(){
if
(
this
.
model
.
brdgrp
.
rec
.
payrol
==
'APL'
){
this
.
flag4
=
true
;
}
else
if
(
this
.
model
.
brdgrp
.
rec
.
payrol
==
'OTH'
){
this
.
flag4
=
false
;
}
},
},
"model.brtp.oth.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
brtp
.
oth
.
pts
.
extkey
!=
''
)
{
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
"model.brtp.oth.pts.extkey"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
this
.
model
.
brtp
.
oth
.
pts
.
extkey
!=
''
){
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
}
}
}
},
},
methods
:
{},
created
:
function
()
{
},
},
computed
:
{
opn2cur
()
{
this
.
model
.
brdgrp
.
cbs
.
opn2
.
cur
=
this
.
model
.
brdgrp
.
cbs
.
max
.
cur
return
this
.
model
.
brdgrp
.
cbs
.
opn2
.
cur
}
}
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment