|
@@ -166,7 +166,7 @@
|
|
|
<div class="mymain-container">
|
|
|
<div class="btn-group clearfix">
|
|
|
<div>
|
|
|
- <ExportButton :ex-url="'/sale/order/listStorageFeeExport'" :ex-params="exParams" />
|
|
|
+ <ExportButton :ex-url="'/sale/storageFee/listStorageFeeExport'" :ex-params="exParams" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="table">
|
|
@@ -386,6 +386,7 @@ export default {
|
|
|
computed: {
|
|
|
exParams() {
|
|
|
return {
|
|
|
+ categoryNum:this.screenForm.categoryNum.join(','),
|
|
|
correspondId: this.screenForm.correspondId.join(','),
|
|
|
customerName: this.screenForm.customerName,
|
|
|
customerNumber: this.screenForm.customerNumber,
|