From d4f4c52402b91cb8e17c1845da71c5e39662fde0 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 03 一月 2024 15:28:06 +0800 Subject: [PATCH] 销售报价单列表页增加统计内容及接口联调、添加报价单天天客户名称及对应限制功能 --- src/views/service/serviceFollowup/DetailServiceFollowup.vue | 52 +++++++++++++++++++++++----------------------------- 1 files changed, 23 insertions(+), 29 deletions(-) diff --git a/src/views/service/serviceFollowup/DetailServiceFollowup.vue b/src/views/service/serviceFollowup/DetailServiceFollowup.vue index d0a986f..580f418 100644 --- a/src/views/service/serviceFollowup/DetailServiceFollowup.vue +++ b/src/views/service/serviceFollowup/DetailServiceFollowup.vue @@ -9,7 +9,7 @@ > <template slot="title"> <div class="header"> - <span class="header-label">鍥炶鍗曠紪鍙�</span> + <span class="header-label">鏈嶅姟鍥炶鍗�</span> <span class="header-title">{{ detailConfig.infomation.number }}</span> </div> </template> @@ -17,11 +17,11 @@ <div class="tab-view"> <el-tabs v-model="activeName" @tab-click="tabsClick"> <el-tab-pane label="璇︽儏" name="first"></el-tab-pane> - <el-tab-pane label="闄勪欢绠$悊" name="annex"> - <!-- <template slot="label"> + <!-- <el-tab-pane label="闄勪欢绠$悊" name="annex"> --> + <!-- <template slot="label"> <div>璺熻繘璁板綍<el-badge type="primary" :value="2"> </el-badge></div> </template> --> - </el-tab-pane> + <!-- </el-tab-pane> --> </el-tabs> </div> <div v-if="activeName === 'first'" class="detail"> @@ -40,7 +40,7 @@ <div class="content-data">{{ item.leftValue ? item.leftValue : "--" }}</div> </div> <div v-if="item.rightStr" class="right"> - <div class="content-title">{{ item.rightStr }}</div> + <div class="content-title">{{ item.rightStr + "锛�" }}</div> <div class="content-data">{{ item.rightValue ? item.rightValue : "--" }}</div> </div> </li> @@ -59,14 +59,14 @@ <li> <div class="left remark"> <div class="content-title">{{ "澶囨敞锛�" }}</div> - <div class="content-data">{{ "澶囨敞鍐呭" }}</div> + <div class="content-data">{{ detailConfig.infomation.remark }}</div> </div> </li> </ul> </div> </div> <!-- 闄勪欢淇℃伅 --> - <div class="basic-info"> + <!-- <div class="basic-info"> <div class="basic-info-label" @click="expandClick('annex')"> <i v-if="isAnnexExpand" class="el-icon-arrow-down"></i> <i v-else class="el-icon-arrow-up"></i> @@ -82,7 +82,7 @@ </li> </ul> </div> - </div> + </div> --> </div> <div v-if="activeName === 'annex'" class="second"> <!-- <SubOrder :isDetail="true" /> --> @@ -139,33 +139,27 @@ }, { leftStr: "鍥炶浜�", - leftValue: item.isVisit, - rightStr: "椤圭洰璁″垝", - rightValue: "" + leftValue: item.Member.username, + rightStr: "婊℃剰搴�", + rightValue: item.satisfaction.name }, { - leftStr: "婊℃剰搴�", - leftValue: item.satisfaction, - rightStr: "鍙婃椂鐜�", - rightValue: item.timelyRate + leftStr: "鍙婃椂鐜�", + leftValue: item.timelyRate.name, + rightStr: "瑙e喅鐜�", + rightValue: item.solveRate.name }, { - leftStr: "瑙e喅鐜�", - leftValue: "", - rightStr: "鍘熸湇鍔′汉鍛�", - rightValue: "" + leftStr: "鍘熸湇鍔′汉鍛�", + leftValue: item.oldMember.username, + rightStr: "鏈嶅姟浜哄憳鏄惁鏉ヨ繃", + rightValue: item.isVisit.name }, { - leftStr: "鏈嶅姟浜哄憳鏄惁鏉ヨ繃", - leftValue: "", - rightStr: "鍒涘缓鏃堕棿", - rightValue: "" - }, - { - leftStr: "淇敼鏃堕棿", - leftValue: "", - rightStr: "", - rightValue: "" + leftStr: "鍒涘缓鏃堕棿", + leftValue: item.createTime, + rightStr: "淇敼鏃堕棿", + rightValue: item.updateTime } ] }, -- Gitblit v1.8.0