From 624e812b40ac87bf8d7a17b83b4a3bc3bbd901fb Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 03 八月 2023 18:38:58 +0800 Subject: [PATCH] 增加客户服务单(删除工单管理、消费服务单)和客户管理模块详情页 --- src/views/service/orderManage/index.vue | 55 ++++++++++++++++++++++++++----------------------------- 1 files changed, 26 insertions(+), 29 deletions(-) diff --git a/src/views/service/orderManage/index.vue b/src/views/service/orderManage/index.vue index e76d7f3..c1f2eac 100644 --- a/src/views/service/orderManage/index.vue +++ b/src/views/service/orderManage/index.vue @@ -1,18 +1,17 @@ <template> <div class="sales-lead"> - <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="second"></el-tab-pane> - <el-tab-pane label="宸插偓鍗�" name="third"></el-tab-pane> - <el-tab-pane label="澶勭悊涓�" name="fourth"></el-tab-pane> - <el-tab-pane label="宸茬粨鍗�" name="aaa"></el-tab-pane> - </el-tabs> - </div> - <SearchCommonView ref="searchCommonView" :query-class-options="queryClassOptions" :search-options="searchOptions" /> - <div class="btn-pager"> - <PublicFunctionBtnView :receive="true" :submit-approval="true" :operates-list="operatesList" /> - <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" /> + <!-- <div class="detail-top"> + </div> --> + <div class="top"> + <SearchCommonView + ref="searchCommonView" + :query-class-options="queryClassOptions" + :search-options="searchOptions" + /> + <div class="btn-pager"> + <PublicFunctionBtnView :receive="true" :submit-approval="true" :operates-list="operatesList" /> + <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" /> + </div> </div> <TableCommonView ref="tableListRef" :table-list="tableList"> <template slot="tableButton"> @@ -50,13 +49,7 @@ return { activeName: "first", tableList: {}, - queryClassOptions: [ - { value: "1", label: "鍏ㄩ儴" }, - { value: "2", label: "灏忕▼搴忔姤淇�" }, - { value: "3", label: "闈㈣鎶ヤ慨" }, - { value: "4", label: "浠婃棩鍐呭垱寤�" }, - { value: "5", label: "涓夊ぉ鍐呭垱寤�" } - ], + queryClassOptions: [{ value: "1", label: "鏈湀涓婇棬" }], searchOptions: [], operatesList: [ { id: "1", name: "鍏变韩" }, @@ -84,13 +77,14 @@ this.tableList = { tableInfomation: [], tableColumn: [ - { label: "宸ュ崟缂栧彿", prop: "number", min: 100 }, // 宸ュ崟缂栧彿 + { label: "鏈嶅姟鍗曠紪鍙�", prop: "number", min: 100 }, // 鏈嶅姟鍗曠紪鍙� + { label: "涓婚", prop: "name" }, // 涓婚 { label: "瀹㈡埛鍚嶇О", prop: "clientId", min: 130 }, // 瀹㈡埛鍚嶇О - { label: "鑱旂郴浜哄鍚�", prop: "contactName" }, // 鑱旂郴浜哄鍚� + { label: "瀹為檯澶勭悊鏃堕棿", prop: "contactName" }, // 瀹為檯澶勭悊鏃堕棿 { label: "鏈嶅姟浜哄憳", prop: "name" }, // 鏈嶅姟浜哄憳 - { label: "宸ュ崟鐘舵��", prop: "orderType" }, // 宸ュ崟鐘舵�� - { label: "鎶ヤ慨鏉ユ簮", prop: "reportSourceId" }, // 鎶ヤ慨鏉ユ簮 - { label: "宸ュ崟绫诲瀷", prop: "orderType" } // 宸ュ崟绫诲瀷 + { label: "鏈嶅姟鏂瑰紡", prop: "orderType" }, // 鏈嶅姟鏂瑰紡 + { label: "浜у搧绫诲埆", prop: "reportSourceId" }, // 浜у搧绫诲埆 + { label: "鏁呴殰绫诲埆", prop: "orderType" } // 鏁呴殰绫诲埆 ] } this.searchOptions = [] @@ -179,10 +173,13 @@ <!-- Add "scoped" attribute to limit CSS to this component only --> <style lang="scss" scoped> .sales-lead { - .btn-pager { - display: flex; - .page { - margin-left: auto; + .top { + margin-bottom: 20px; + .btn-pager { + display: flex; + .page { + margin-left: auto; + } } } } -- Gitblit v1.8.0