Commit a4d05755 by zhuzhequan
parents 8dc4b3dc 005cc02f
......@@ -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>
......
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment