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
dd152244
Commit
dd152244
authored
Jun 25, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
83758c83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
index.js
src/business/letopn/event/index.js
+8
-0
index.js
src/business/letopn/model/index.js
+1
-1
Ovwp1.vue
src/business/letopn/views/Ovwp1.vue
+1
-1
No files found.
src/business/letopn/event/index.js
View file @
dd152244
...
...
@@ -163,6 +163,7 @@ export default {
this
.
model
.
ledgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
avbwth
.
pts
.
adrblk
;
}
},
//最大金额
async
cbsmax
()
{
let
params
=
{
nom1cur
:
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
,
...
...
@@ -174,6 +175,13 @@ export default {
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
=
res
.
data
.
maxcur
;
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
=
res
.
data
.
maxamt
;
}
},
//国家地区
async
stacty
(
params
)
{
let
res
=
await
Api
.
post
(
'/service/letopn/stacty'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
rec
.
stacty
=
res
.
data
;
}
}
},
};
src/business/letopn/model/index.js
View file @
dd152244
...
...
@@ -41,7 +41,7 @@ export default class Letopn {
prepertxts18
:
''
,
redclsflg
:
''
,
cnfins
:
''
,
nomspc
:
''
,
nomspc
:
'
X
'
,
shptrss18
:
''
,
spcrcbflg
:
''
,
collflg
:
''
,
...
...
src/business/letopn/views/Ovwp1.vue
View file @
dd152244
...
...
@@ -450,7 +450,7 @@ export default {
deep
:
true
,
handler
(
val
,
oldval
){
const
res
=
this
.
model
.
ledgrp
if
(
res
.
cbs
.
nom1
.
cur
!==
""
||
res
.
cbs
.
nom1
.
amt
!==
""
||
res
.
apl
.
pts
.
adrblk
!==
""
||
rec
.
stacty
!==
""
){
if
(
res
.
cbs
.
nom1
.
cur
!==
""
||
res
.
cbs
.
nom1
.
amt
!==
""
||
res
.
apl
.
pts
.
adrblk
!==
""
||
re
s
.
re
c
.
stacty
!==
""
){
this
.
model
.
ledgrp
.
rec
.
nam
=
(
res
.
cbs
.
nom1
.
cur
.
concat
(
" "
).
concat
(
res
.
cbs
.
nom1
.
amt
).
concat
(
" "
).
concat
(
res
.
rec
.
stacty
).
concat
(
"."
).
concat
(
res
.
apl
.
pts
.
adrblk
)).
substring
(
0
,
40
);
}
}
...
...
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