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
2fcd992b
Commit
2fcd992b
authored
Jun 26, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
5a6027a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
9 deletions
+22
-9
index.js
src/business/letopn/event/index.js
+3
-9
Ovwp1.vue
src/business/letopn/views/Ovwp1.vue
+19
-0
No files found.
src/business/letopn/event/index.js
View file @
2fcd992b
...
...
@@ -159,8 +159,8 @@ export default {
};
let
res
=
await
Api
.
post
(
'/service/letopn/avbwthflg'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
avb
.
pts
.
extkey
=
res
.
data
.
avbwth
.
pts
.
extkey
;
this
.
model
.
ledgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
avbwth
.
pts
.
adrblk
;
this
.
model
.
ledgrp
.
avb
.
pts
.
extkey
=
res
.
data
.
pts
.
extkey
;
this
.
model
.
ledgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
pts
.
adrblk
;
}
},
//最大金额
...
...
@@ -176,12 +176,6 @@ export default {
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/views/Ovwp1.vue
View file @
2fcd992b
...
...
@@ -466,6 +466,15 @@ export default {
handler
(
val
,
old
)
{
this
.
model
.
ledgrp
.
rec
.
nomton
=
`
${
val
}
''`
.
replace
(
/
\D
/g
,
''
);
}
},
"model.ledgrp.iss"
:{
immediate
:
true
,
deep
:
true
,
handler
(
val
,
oldval
){
if
(
this
.
model
.
ledgrp
.
iss
.
pts
!==
""
){
this
.
getstacty
()
}
}
}
},
methods
:
{
...
...
@@ -474,6 +483,16 @@ export default {
this
.
model
.
ledgrp
.
rec
.
apprultxt
=
""
;
}
},
//国家地区
async
getstacty
()
{
let
params
=
{
ptainr
:
this
.
model
.
ledgrp
.
iss
.
pts
.
ptainr
}
let
res
=
await
Api
.
post
(
'/service/letopn/stacty'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
rec
.
stacty
=
res
.
data
;
}
}
},
created
()
{
var
aData
=
new
Date
();
...
...
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