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
f287d257
Commit
f287d257
authored
Dec 22, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame交单期限问题修改
parent
144bcd69
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
Amep.vue
src/views/Business/Litame/Amep.vue
+12
-1
No files found.
src/views/Business/Litame/Amep.vue
View file @
f287d257
...
@@ -350,6 +350,7 @@
...
@@ -350,6 +350,7 @@
<c-input
<c-input
v-model
.
number=
"model.trnmod.swiadd.prepers18"
v-model
.
number=
"model.trnmod.swiadd.prepers18"
placeholder=
"请输入交单期限(新)"
placeholder=
"请输入交单期限(新)"
@
change=
"prepersChange"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -430,6 +431,7 @@ import Api from "~/service/Api";
...
@@ -430,6 +431,7 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litame/Event"
;
import
Event
from
"~/model/Litame/Event"
;
import
Utils
from
"~/utils"
;
export
default
{
export
default
{
inject
:
[
"root"
],
inject
:
[
"root"
],
...
@@ -438,7 +440,16 @@ export default {
...
@@ -438,7 +440,16 @@ export default {
data
()
{
data
()
{
return
{};
return
{};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
prepersChange
(){
this
.
executeDefault
(
"lidgrp.rec.prepers18"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
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