Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
d575e85b
Commit
d575e85b
authored
Sep 24, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页和其它
parent
a902b45b
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
82 additions
and
35 deletions
+82
-35
citySelect.vue
components/citySelect.vue
+1
-2
all.vue
pages/index/notice/all.vue
+11
-3
bid.vue
pages/index/notice/bid.vue
+11
-3
biding.vue
pages/index/notice/biding.vue
+11
-3
cadidate.vue
pages/index/notice/cadidate.vue
+11
-3
change.vue
pages/index/notice/change.vue
+11
-3
fail.vue
pages/index/notice/fail.vue
+11
-5
inquiry.vue
pages/index/notice/inquiry.vue
+15
-13
No files found.
components/citySelect.vue
View file @
d575e85b
...
...
@@ -21,7 +21,6 @@ import {
}
from
'~/api/common/list'
// import arrAll from './area.js'
export
default
{
data
()
{
return
{
provinceId
:
''
,
...
...
@@ -32,7 +31,7 @@ export default {
districtArr
:
[]
}
},
crea
ted
()
{
moun
ted
()
{
this
.
getProvinceArr
()
},
methods
:
{
...
...
pages/index/notice/all.vue
View file @
d575e85b
...
...
@@ -63,7 +63,7 @@ import {getAllList,getNoticeType} from '@/common/list.js'
components
:{
citySelect
},
crea
ted
(){
moun
ted
(){
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -161,10 +161,18 @@ import {getAllList,getNoticeType} from '@/common/list.js'
this
.
industryOptions
=
res
},
handleSizeChange
(
val
)
{
this
.
getCadidateList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getAllList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getCadidateList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getAllList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/bid.vue
View file @
d575e85b
...
...
@@ -63,7 +63,7 @@ import citySelect from "@/components/citySelect.vue";
components
:{
citySelect
,
},
crea
ted
(){
moun
ted
(){
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -165,10 +165,18 @@ import citySelect from "@/components/citySelect.vue";
this
.
total
=
total
;
},
handleSizeChange
(
val
)
{
this
.
getBidingList
(
val
,
this
.
currentPage
)
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getBidingList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getBidingList
(
this
.
size
,
val
)
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getBidingList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/biding.vue
View file @
d575e85b
...
...
@@ -84,7 +84,7 @@ export default {
components
:
{
citySelect
,
},
crea
ted
()
{
moun
ted
()
{
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -217,10 +217,18 @@ export default {
this
.
getData
.
districtId
=
data
;
},
handleSizeChange
(
val
)
{
this
.
getWinList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getWinList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getWinList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getWinList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/cadidate.vue
View file @
d575e85b
...
...
@@ -64,7 +64,7 @@ import {getCadidateList} from '@/common/list.js'
components
:{
citySelect
},
crea
ted
(){
moun
ted
(){
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -154,10 +154,18 @@ import {getCadidateList} from '@/common/list.js'
this
.
industryOptions
=
res
},
handleSizeChange
(
val
)
{
this
.
getCadidateList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getCadidateList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getCadidateList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getCadidateList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/change.vue
View file @
d575e85b
...
...
@@ -64,7 +64,7 @@ import {getChangeList} from '@/common/list.js'
components
:{
citySelect
},
crea
ted
(){
moun
ted
(){
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -154,10 +154,18 @@ import {getChangeList} from '@/common/list.js'
this
.
industryOptions
=
res
},
handleSizeChange
(
val
)
{
this
.
getCadidateList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getChangeList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getCadidateList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getChangeList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/fail.vue
View file @
d575e85b
...
...
@@ -64,7 +64,7 @@ import {getErrorList} from '@/common/list.js'
components
:{
citySelect
},
crea
ted
(){
moun
ted
(){
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
...
...
@@ -96,8 +96,6 @@ import {getErrorList} from '@/common/list.js'
},
],
interTimerPicker
:
""
,
value2
:
""
,
value1
:
""
,
pickerOptions
:
{
disabledDate
:
(
time
)
=>
{
return
this
.
dealDisabledDate
(
time
)
...
...
@@ -154,10 +152,18 @@ import {getErrorList} from '@/common/list.js'
this
.
industryOptions
=
res
},
handleSizeChange
(
val
)
{
this
.
getCadidateList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getErrorList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getCadidateList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getErrorList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
pages/index/notice/inquiry.vue
View file @
d575e85b
...
...
@@ -64,7 +64,7 @@
</ul>
<div
v-show=
"isshow"
>
<h2>
参与报价供应商情况
</h2>
<dataTable
:table-data=
"tabledata"
:columns=
"columns"
isp
ageobj=
"false"
></dataTable>
<dataTable
:table-data=
"tabledata"
:columns=
"columns"
:isP
ageobj=
"false"
></dataTable>
</div>
<div
class=
"pagination flex-center"
>
<el-pagination
...
...
@@ -81,24 +81,23 @@
<
script
>
import
dataTable
from
"@/components/dataTable.vue"
;
import
{
getInquiryList
,
getCityList
,
getenquirySearch
}
from
"@/common/list.js"
;
import
{
industryList
,
cityList
}
from
"@/api/common/list.js"
;
import
{
getInquiryList
}
from
"@/common/list.js"
;
import
{
industryList
}
from
"@/api/common/list.js"
;
import
citySelect
from
"@/components/citySelect.vue"
export
default
{
components
:
{
citySelect
,
dataTable
},
created
()
{
mounted
()
{
let
message
=
{};
message
.
size
=
10
;
message
.
size
=
10
message
.
currentPage
=
1
this
.
getInquiryList
(
message
);
this
.
industryList
();
},
data
()
{
return
{
citys
:
''
,
isshow
:
false
,
tabledata
:
[
{
...
...
@@ -184,11 +183,6 @@ export default {
this
.
priceList
=
data
;
this
.
total
=
total
},
async
cityList
()
{
let
a
=
0
const
{
data
}
=
await
cityList
(
a
)
console
.
log
(
data
[
0
].
name
)
},
async
industryList
()
{
const
res
=
await
industryList
();
this
.
industryOptions
=
res
;
...
...
@@ -215,10 +209,18 @@ export default {
this
.
getData
.
districtId
=
value
;
},
handleSizeChange
(
val
)
{
this
.
getInquiryList
(
val
,
this
.
currentPage
);
let
mess
=
{}
mess
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
this
.
getInquiryList
(
mess
)
},
handleCurrentChange
(
val
)
{
this
.
getInquiryList
(
this
.
size
,
val
);
/* this.getData.currentPage = val */
let
mess
=
{}
mess
.
size
=
this
.
getData
.
size
mess
.
currentPage
=
val
this
.
getInquiryList
(
mess
);
//获取当前页
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
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