From ed2f130164f4145560b4176da6629890c0806ded Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 10 八月 2023 18:11:27 +0800 Subject: [PATCH] 服务管理模块联调 --- src/views/other/commonDialog/SelectCommonDialog.vue | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue index 8e42445..f3dd1e3 100644 --- a/src/views/other/commonDialog/SelectCommonDialog.vue +++ b/src/views/other/commonDialog/SelectCommonDialog.vue @@ -97,6 +97,27 @@ { label: "鍚堣", prop: "tptal" } // 鍚堣 ] } + } else if (this.editConfig.title === "鎶ヤ环鍗�") { + this.tableList = { + tableInfomation: this.editConfig.tableInfomation, + tableColumn: [ + { label: "鎶ヤ环鍗曞彿", prop: "number", isClick: true }, // 鎶ヤ环鍗曞彿 + { label: "閿�鍞礋璐d汉", prop: "memberId" } // 閿�鍞礋璐d汉 + ] + } + } else if (this.editConfig.title === "瀹㈡埛鏈嶅姟鍗�") { + this.tableList = { + tableInfomation: this.editConfig.tableInfomation, + tableColumn: [ + { label: "鏈嶅姟鍗曠紪鍙�", prop: "serviceNumber", isClick: true }, // 鏈嶅姟鍗曠紪鍙� + { label: "涓婚", prop: "subject" }, // 涓婚 + { label: "鏈嶅姟鏂瑰紡", prop: "serviceType_name" }, // 鏈嶅姟鏂瑰紡 + { label: "鏈嶅姟浜哄憳", prop: "serviceManId" }, // 鏈嶅姟浜哄憳 + { label: "浼樺厛绾у埆", prop: "priorityLevelId" }, // 浼樺厛绾у埆 + { label: "澶勭悊鐘舵��", prop: "status" }, // 澶勭悊鐘舵�� + { label: "瀹㈡埛绛惧悕", prop: "qianming" } // 瀹㈡埛绛惧悕 + ] + } } this.commonOptions = [{ id: 1, name: "鍏ㄩ儴瀛楁" }] @@ -116,6 +137,10 @@ this.$emit("selClient", row, "serviceContract") } else if (this.editConfig.title === "閿�鍞槑缁嗗崟") { this.$emit("selClient", row, "contract") + } else if (this.editConfig.title === "鎶ヤ环鍗�") { + this.$emit("selClient", row, "quotation") + } else if (this.editConfig.title === "瀹㈡埛鏈嶅姟鍗�") { + this.$emit("selClient", row, "customService") } } } -- Gitblit v1.8.0