From f47400b080ae0863f089748fa4adbd019280b0b2 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 19 Feb 2025 11:29:32 +0800 Subject: [PATCH] md --- .../emisTmsCostFee/emisTmsCostFeeForm.vue | 43 +++++++++++-------- 1 file changed, 26 insertions(+), 17 deletions(-) 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; }