Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
a93762ea
Commit
a93762ea
authored
Jul 05, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重泡货配置 可以删除
parent
b7abad2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
index.vue
src/views/ecw/offer/index.vue
+17
-2
No files found.
src/views/ecw/offer/index.vue
View file @
a93762ea
...
@@ -106,16 +106,19 @@
...
@@ -106,16 +106,19 @@
<
pagination
v
-
show
=
"
total > 0
"
:
total
=
"
total
"
:
page
.
sync
=
"
queryParams.pageNo
"
:
limit
.
sync
=
"
queryParams.pageSize
"
<
pagination
v
-
show
=
"
total > 0
"
:
total
=
"
total
"
:
page
.
sync
=
"
queryParams.pageNo
"
:
limit
.
sync
=
"
queryParams.pageSize
"
@
pagination
=
"
getList
"
/>
@
pagination
=
"
getList
"
/>
<
special
:
visible
.
sync
=
"
special.visible
"
:
id
=
"
special.offerId
"
:
number
=
"
special.number
"
><
/special
>
<
/div
>
<
/div
>
<
/template
>
<
/template
>
<
script
>
<
script
>
import
{
createOffer
,
updateOffer
,
deleteOffer
,
getOffer
,
getOfferPage
,
exportOfferExcel
}
from
"
@/api/ecw/offer
"
;
import
{
createOffer
,
updateOffer
,
deleteOffer
,
getOffer
,
getOfferPage
,
exportOfferExcel
}
from
"
@/api/ecw/offer
"
;
import
Special
from
"
@/views/ecw/offer/components/special
"
export
default
{
export
default
{
name
:
"
Offer
"
,
name
:
"
Offer
"
,
components
:
{
components
:
{
Special
}
,
}
,
data
()
{
data
()
{
return
{
return
{
...
@@ -168,6 +171,13 @@ export default {
...
@@ -168,6 +171,13 @@ export default {
estCost
:
null
,
estCost
:
null
,
sendstatus
:
null
,
sendstatus
:
null
,
}
,
}
,
special
:
{
visible
:
false
,
offerId
:
undefined
,
number
:
''
}
}
;
}
;
}
,
}
,
created
()
{
created
()
{
...
@@ -242,6 +252,11 @@ export default {
...
@@ -242,6 +252,11 @@ export default {
this
.
$download
.
excel
(
response
,
'
${table.classComment
}
.xls
'
);
this
.
$download
.
excel
(
response
,
'
${table.classComment
}
.xls
'
);
this
.
exportLoading
=
false
;
this
.
exportLoading
=
false
;
}
).
catch
(()
=>
{
}
);
}
).
catch
(()
=>
{
}
);
}
,
handleSpecial
(
row
){
this
.
special
.
visible
=
true
this
.
special
.
offerId
=
row
.
offerId
this
.
special
.
number
=
row
.
number
}
}
}
}
}
;
}
;
...
...
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