From 5eb40b51f136604ce568c3dde114ca91d1b7ac1d Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 11 十月 2023 19:34:56 +0800 Subject: [PATCH] feat: 销售机会报价单销售总单销售子单弹窗表单必填项调整 --- 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