From 7d7fbe920279c9d7a42268a284427d2c42d8f0f2 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 10 十月 2023 14:45:01 +0800 Subject: [PATCH] 弹出搜索框 公共组件修改 --- src/views/sales/masterOrder/DetailMasterOrder.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/sales/masterOrder/DetailMasterOrder.vue b/src/views/sales/masterOrder/DetailMasterOrder.vue index 1e243d8..9380e6e 100644 --- a/src/views/sales/masterOrder/DetailMasterOrder.vue +++ b/src/views/sales/masterOrder/DetailMasterOrder.vue @@ -98,14 +98,18 @@ isBasicExpand: true, // 鍩烘湰淇℃伅 basicInfoList: [], isAnnexExpand: true, // 闄勪欢淇℃伅 - addCommonConfig: { - master_order_number: this.masterOrderDetail.infomation.number, - masterOrderId: this.masterOrderDetail.infomation.id - } + addCommonConfig: {} } }, created() { this.setData(this.detailConfig.infomation) + this.addCommonConfig = { + id_name: "master_order_number", + id: this.detailConfig.infomation.id, + common_name: this.detailConfig.infomation.number, + master_order_number: this.masterOrderDetail.infomation.number, + masterOrderId: this.masterOrderDetail.infomation.id + } }, mounted() {}, methods: { @@ -342,6 +346,7 @@ } .second { background: #fff; + height: calc(100vh - 111px); .followup-records { .table-view { margin-top: 0 !important; -- Gitblit v1.8.0