From 4e8a7f098b9a4422505c9664970e9de56f8268fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Fri, 2 Dec 2022 14:20:47 +0800 Subject: [PATCH] 12/2 --- .../detail/modules/goodsTable.vue | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index 56cee91..8ff1abf 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -4,10 +4,16 @@
添加 - 删除 - 多品名 - 引入场站数据 - 引入箱皮重 + 删除 + 多品名 + 引入场站数据 + 引入箱皮重
@@ -663,6 +669,7 @@ export default { methods: { init() { + console.log('init', this.details.ctnInputs) if (Object.keys(this.details).length > 0) { const arr = [] const totalCtnall = {} @@ -1028,18 +1035,20 @@ export default { .btn { margin-right: 10px; } - .btn-delete{ + .btn-delete { border: 1px solid #ff6646; background: #fdf2f0; color: #ff6646; - &:hover{ + &:hover { border: 1px solid #ff6646 !important; background: #fdf2f0 !important; color: #ff6646 !important; - opacity:.7; + opacity: 0.7; } } - .btn-more-name,.btn-import-station,.btn-weight{ + .btn-more-name, + .btn-import-station, + .btn-weight { border: 1px solid @primary-color; color: @primary-color; background-color: #f5f9fe; @@ -1062,15 +1071,15 @@ export default { .btn { margin-right: 10px; } - .btn-delete{ + .btn-delete { border: 1px solid #ff6646; background: #fdf2f0; color: #ff6646; - &:hover{ + &:hover { border: 1px solid #ff6646 !important; background: #fdf2f0 !important; color: #ff6646 !important; - opacity:.7; + opacity: 0.7; } } }