diff --git a/src/views/emis/emisTmsCostFeeSplit/index.vue b/src/views/emis/emisTmsCostFeeSplit/index.vue
index 30748619..1ea7ac3b 100644
--- a/src/views/emis/emisTmsCostFeeSplit/index.vue
+++ b/src/views/emis/emisTmsCostFeeSplit/index.vue
@@ -9,6 +9,13 @@
:placeholder="$t('运单号')"
clearable
/>
+
+
+
@@ -62,7 +69,7 @@
size="small"
ref="refTable"
- storageName="emisTmsCostFeeSplitList_main2"
+ storageName="emisTmsCostFeeSplitList_main3"
:data="emisTmsCostFeeSplitList"
:showSearch.sync="showSearch"
@@ -128,6 +135,7 @@
+
diff --git a/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue b/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue
index ea2ab127..f0f2e638 100644
--- a/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue
+++ b/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue
@@ -694,7 +694,7 @@ export default {
this.exportData(this.selectBillList,loadingInstance);
}
else{
- let qExportParam={...queryParams};
+ let qExportParam={...this.queryParams};
qExportParam.pageNum=1;
qExportParam.pageSize=20000;
listEmisTmsCostProfit(this.addDateRange(qExportParam, this.dateTimeRange,"sendDate")).then(response => {
diff --git a/src/views/emis/emisTmsCostProfit/TmsCostProfitDetail.vue b/src/views/emis/emisTmsCostProfit/TmsCostProfitDetail.vue
index fea94a71..ce08b47b 100644
--- a/src/views/emis/emisTmsCostProfit/TmsCostProfitDetail.vue
+++ b/src/views/emis/emisTmsCostProfit/TmsCostProfitDetail.vue
@@ -16,6 +16,8 @@
border stripe
:data="emisTmsCostFeeSplitList"
>
+
+
@@ -56,7 +58,7 @@
- {{ scope.row.costFee }}
+ {{ scope.row.transCostFee }}