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
3487b8da
Commit
3487b8da
authored
Oct 27, 2023
by
WH
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
parents
b782cfdd
822d817a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
3 deletions
+34
-3
index.js
src/business/infbed/event/index.js
+1
-0
Detp.vue
src/business/litame/views/Detp.vue
+33
-3
No files found.
src/business/infbed/event/index.js
View file @
3487b8da
...
...
@@ -57,6 +57,7 @@ export default {
this
.
model
.
ledgrp
.
rec
.
inr
=
''
;
this
.
model
.
seagodcod
=
''
;
this
.
model
.
seadocflg
=
''
;
this
.
model
.
seadoctypcod
=
''
;
},
// pageSize改变
...
...
src/business/litame/views/Detp.vue
View file @
3487b8da
...
...
@@ -19,7 +19,7 @@
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"
model.lidgrp.avb.pts.
extkey"
v-model=
"
avbpts
extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
@
keyup
.
enter
.
native=
"
...
...
@@ -52,7 +52,7 @@
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"
model.lidgrp.avb.pts.
adrblk"
v-model=
"
avbpts
adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
...
...
@@ -381,7 +381,7 @@ export default {
else
if
(
val
==
'S'
)
{
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
tru
e
;
this
.
flag6
=
fals
e
;
}
//Reimbursing Bank 偿付行
else
if
(
val
==
'R'
)
{
...
...
@@ -429,6 +429,36 @@ export default {
},
},
},
computed
:
{
avbptsextkey
(){
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'A'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'I'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'C'
){
return
this
.
model
.
lidgrp
.
cmb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'R'
){
return
this
.
model
.
lidgrp
.
rmb
.
pts
.
extkey
}
},
avbptsadrblk
(){
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'A'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'I'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'C'
){
return
this
.
model
.
lidgrp
.
cmb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'R'
){
return
this
.
model
.
lidgrp
.
rmb
.
pts
.
adrblk
}
}
},
};
</
script
>
<
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