Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
a4d05755
Commit
a4d05755
authored
Apr 01, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/qinjianhui/factory_front
parents
8dc4b3dc
005cc02f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/components/ShipmentOrderDetail.vue
+1
-1
src/views/AccountStatementNote.vue
+1
-2
No files found.
src/components/ShipmentOrderDetail.vue
View file @
a4d05755
...
...
@@ -90,7 +90,7 @@
<
div
class
=
"order-list-expand_item_info_title"
>
<
span
class
=
"order-list-expand_item_label"
>
店铺单号
:
<
/span
>
<
span
class
=
"order-list-expand_item_value"
>
{{
item
.
shop_number
||
'--'
item
.
product
.
shop_number
||
'--'
}}
<
/span
>
<
/div
>
...
...
src/views/AccountStatementNote.vue
View file @
a4d05755
...
...
@@ -548,7 +548,6 @@ import { DetailForm, ShipmentOrderDetailData } from '@/types/api/deliveryNote'
import
shipmentOrderDetailInfo
from
'@/components/ShipmentOrderDetail.vue'
import
ImageView
from
'@/components/ImageView.vue'
import
{
showConfirm
}
from
'@/utils/ui'
import
{
filePath
}
from
'@/api/axios'
// import
{
getUserMarkList
}
from
'@/api/auth.ts'
interface
Tree
{
...
...
@@ -861,7 +860,7 @@ const exportExcel = async () => {
const
ids
=
selections
.
value
.
map
((
el
)
=>
el
.
id
).
join
(
','
)
try
{
const
res
=
await
exportExcelApi
(
ids
)
window
.
open
(
filePath
+
res
.
data
)
window
.
open
(
res
.
data
)
}
catch
(
e
)
{
console
.
error
(
e
)
}
...
...
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