diff --git a/src/views/emis/emisTmsCostFee/emisTmsCostFeeForm.vue b/src/views/emis/emisTmsCostFee/emisTmsCostFeeForm.vue
index e7fb2bab..b3d46159 100644
--- a/src/views/emis/emisTmsCostFee/emisTmsCostFeeForm.vue
+++ b/src/views/emis/emisTmsCostFee/emisTmsCostFeeForm.vue
@@ -14,7 +14,7 @@
-
+
-
+
-
+
按重量分摊
@@ -58,7 +58,7 @@
stripe
:data="form.feeItemList"
size="mini"
- max-height="300px"
+ max-height="200px"
style="width: 100%"
show-summary
:summary-method="getSummaries"
@@ -128,6 +128,11 @@
+
+
+
+
+
@@ -196,7 +201,8 @@
-->
-
+
+
运单列表
@@ -206,7 +212,8 @@
加入单号
@@ -302,11 +309,7 @@
-->
-
-
-
-
-
+
@@ -315,6 +318,7 @@
确 定
保存并继续录入
取 消
+ {{ showListLabel }}
@@ -345,6 +349,8 @@ export default {
// 遮罩层
loading: true,
isDoing:false,
+ isShowWaybillList:false,
+ showListLabel:'显示运单列表',
// 表单参数
form: {},
// 表单校验
@@ -382,6 +388,14 @@ export default {
},
methods: {
+ showWaybillList(){
+ this.isShowWaybillList=!this.isShowWaybillList;
+ if(this.isShowWaybillList){
+ this.showListLabel='隐藏运单列表';
+ }else{
+ this.showListLabel='显示运单列表';
+ }
+ },
handleAddFee(){
this.triggerCount++;
},
@@ -684,11 +698,6 @@ export default {
}
}
-.el-collapse {
- border-top: none!important;
- border-bottom: none!important;
-}
-
.el-table .el-table__cell:first-child .cell {
padding: 0px;
}