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
a3e9e3b0
Commit
a3e9e3b0
authored
Jan 02, 2024
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评标助手
parent
e0d1a86b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
BatchImport.vue
dsk-operate-ui/src/views/supplier/components/BatchImport.vue
+6
-0
SearchAptitude.vue
...erate-ui/src/views/supplier/components/SearchAptitude.vue
+4
-3
No files found.
dsk-operate-ui/src/views/supplier/components/BatchImport.vue
View file @
a3e9e3b0
...
...
@@ -19,6 +19,7 @@
:on-change=
"handleFileListChange"
:headers=
"headers"
:on-remove=
"onRemove"
:on-error=
"onError"
:on-success=
"onSuccess"
>
<img
class=
"up_img"
src=
"@/assets/images/plus.png"
>
<div
class=
"up_text"
>
点击选择文件或将文件拖拽至此导入企业名录
</div>
...
...
@@ -102,6 +103,10 @@ import {importTemplate} from '@/api/supplier/assistant.js';
onRemove
(){
this
.
isUpload
=
false
},
onError
(
res
,
file
,
fileList
){
this
.
$emit
(
"loadingFn"
,
false
);
this
.
$message
.
error
({
message
:
res
.
msg
?
res
.
msg
:
'服务器错误'
,
showClose
:
true
})
},
onSuccess
(
res
,
file
,
fileList
)
{
this
.
$refs
[
"upload"
].
clearFiles
()
this
.
isUpload
=
false
;
...
...
@@ -113,6 +118,7 @@ import {importTemplate} from '@/api/supplier/assistant.js';
this
.
$emit
(
"loadingFn"
,
false
);
this
.
$message
.
error
({
message
:
res
.
msg
,
showClose
:
true
})
}
},
downloadClick
()
{
...
...
dsk-operate-ui/src/views/supplier/components/SearchAptitude.vue
View file @
a3e9e3b0
...
...
@@ -125,7 +125,7 @@
</div>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>0"
>
<el-pagination
background
:page-size=
"pageSize"
:current-page
.
sync
=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
<el-pagination
background
v-if=
"pageFlag"
:page-size=
"pageSize"
:current-page
=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
...
...
@@ -256,6 +256,7 @@ export default {
pageSize
:
5
,
pageSize1
:
5
,
dataEXCEL
:{},
pageFlag
:
true
,
isSkeleton
:
false
,
exportData
:{
title
:
'查城投平台'
,
...
...
@@ -376,11 +377,11 @@ export default {
handleCurrentChange
(
pageNum
)
{
if
(
pageNum
*
this
.
pageSize
>
10000
){
this
.
$message
.
warning
(
"数据达上限"
)
this
.
pageNum
=
10000
/
this
.
pageSize
this
.
reloadPage
();
}
else
{
this
.
pageNum
=
pageNum
;
}
this
.
search
()
}
},
handleCurrentChange1
(
pageNum
)
{
...
...
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