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
1a5594ab
Commit
1a5594ab
authored
Jun 06, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0a56bcd9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
supplier.js
dsk-operate-ui/src/api/supplier/supplier.js
+3
-1
laborSubcontractingTeam.vue
...c/views/supplier/supplierlist/laborSubcontractingTeam.vue
+0
-1
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+1
-1
No files found.
dsk-operate-ui/src/api/supplier/supplier.js
View file @
1a5594ab
...
@@ -111,7 +111,9 @@ export function exportCustomerList(data) {
...
@@ -111,7 +111,9 @@ export function exportCustomerList(data) {
return
request
({
return
request
({
url
:
'/customerInfo/exportCustomerList'
,
url
:
'/customerInfo/exportCustomerList'
,
method
:
'post'
,
method
:
'post'
,
data
:
data
data
:
data
,
responseType
:
'blob'
,
timeout
:
60000
})
})
}
}
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
1a5594ab
...
@@ -656,7 +656,6 @@
...
@@ -656,7 +656,6 @@
delete
param
.
pageNum
delete
param
.
pageNum
delete
param
.
pageSize
delete
param
.
pageSize
exportCustomerList
(
param
).
then
(
blob
=>
{
exportCustomerList
(
param
).
then
(
blob
=>
{
this
.
$download
.
saveAs
(
blob
,
`劳务分包队伍.xlsx`
)
this
.
$download
.
saveAs
(
blob
,
`劳务分包队伍.xlsx`
)
})
})
...
...
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
1a5594ab
...
@@ -337,7 +337,7 @@
...
@@ -337,7 +337,7 @@
import
'@/assets/styles/public.scss'
import
'@/assets/styles/public.scss'
import
'@/assets/styles/supplierlist.scss'
import
'@/assets/styles/supplierlist.scss'
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
{
areaAll
,
customerAll
,
customerExport
}
from
'@/api/supplier/supplier'
import
{
areaAll
,
customerAll
,
customerExport
,
exportCustomerList
}
from
'@/api/supplier/supplier'
import
{
getDicts
}
from
'@/api/system/dict/data'
import
{
getDicts
}
from
'@/api/system/dict/data'
export
default
{
export
default
{
...
...
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