Compare commits
2 Commits
e767502d7b
...
667c411997
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
667c411997 | ||
|
|
05fb0358a2 |
@@ -397,7 +397,8 @@ export default {
|
|||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download('wms/deliveryWaybillDetail/export', {
|
this.download('wms/deliveryWaybillDetail/export', {
|
||||||
...this.queryParams
|
...this.queryParams,
|
||||||
|
waybillId: this.waybillId,
|
||||||
}, `deliveryWaybillDetail_${new Date().getTime()}.xlsx`)
|
}, `deliveryWaybillDetail_${new Date().getTime()}.xlsx`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user