From 74fae92c3fd076359385d27c5ac4e769a38522ab Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 10 十月 2023 15:41:15 +0800 Subject: [PATCH] feat: 销售机会/报价单销售总单/销售子单 列表添加序号 --- src/views/other/payment/collectionPlan/AddCollectionPlan.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue index 7a67908..f3d9da6 100644 --- a/src/views/other/payment/collectionPlan/AddCollectionPlan.vue +++ b/src/views/other/payment/collectionPlan/AddCollectionPlan.vue @@ -32,7 +32,7 @@ <div>{{ editConfig.infomation.amountTotal }}</div> </div> <div class="collection-view"> - <div class="label">鏀舵璁″垝璐熻矗浜�</div> + <div class="label"><span style="color: #f56c6c">*</span>鏀舵璁″垝璐熻矗浜�</div> <el-select v-model="editConfig.infomation.principalId" placeholder="璇烽�夋嫨" @@ -182,7 +182,6 @@ mergeNumber: 7 }, tableData: [], - productId: 1, addProductArr: [], memberOptions: [], allTerms: 3, @@ -265,6 +264,7 @@ }, handleClose() { this.editConfig.visible = false + this.$parent.getData() }, setTableForm() { this.setTableInfomation(this.firstDate) -- Gitblit v1.8.0