Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
dcc7f073
Commit
dcc7f073
authored
Jun 18, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f685b2aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Unlist.vue
...perate-ui/src/views/supplier/disableManagement/Unlist.vue
+8
-7
No files found.
dsk-operate-ui/src/views/supplier/disableManagement/Unlist.vue
View file @
dcc7f073
...
...
@@ -12,7 +12,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"解除限用时间"
>
<el-date-picker
v-model=
"
formdata.time
"
v-model=
"
times
"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至"
...
...
@@ -136,11 +136,11 @@
formdata
:{
unlimitedStartTime
:
''
,
unlimitedEndTime
:
''
,
times
:[],
applyUnit
:
''
,
pageSize
:
50
,
pageNum
:
1
,
},
times
:
''
,
tableData
:[],
isSkeleton
:
true
,
total
:
0
,
...
...
@@ -157,14 +157,15 @@
searchList
(){
this
.
isSkeleton
=
true
let
formdata
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
formdata
))
if
(
formdata
.
times
!=
[]
&&
formdata
.
times
.
length
>
1
){
formdata
.
unlimitedStartTime
=
formdata
.
times
[
0
]
formdata
.
unlimitedEndTime
=
formdata
.
times
[
1
]
if
(
this
.
times
){
if
(
this
.
times
.
length
>
1
){
formdata
.
unlimitedStartTime
=
this
.
times
[
0
]
formdata
.
unlimitedEndTime
=
this
.
times
[
1
]
}
}
else
{
formdata
.
unlimitedStartTime
=
''
formdata
.
unlimitedEndTime
=
''
}
delete
formdata
.
times
getSupplierUnlimitedList
(
formdata
).
then
(
res
=>
{
this
.
isSkeleton
=
false
if
(
res
.
code
==
200
)
{
...
...
@@ -182,11 +183,11 @@
this
.
formdata
=
{
unlimitedStartTime
:
''
,
unlimitedEndTime
:
''
,
times
:[],
applyUnit
:
''
,
pageSize
:
50
,
pageNum
:
1
,
}
this
.
times
=
[]
this
.
searchList
()
},
handleCurrentChange
(
val
){
...
...
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