From 6d37e74ac12e0fb1494d9e9456789efbac568919 Mon Sep 17 00:00:00 2001 From: YCC Date: Thu, 28 Sep 2023 14:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A5=E4=BB=B7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libs/ht.js | 3 ++- src/stores/CustomerServices.js | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/libs/ht.js b/src/libs/ht.js index 37e5b86..ed2c7cc 100644 --- a/src/libs/ht.js +++ b/src/libs/ht.js @@ -42,7 +42,8 @@ export const sites = [ { key: '163', label: 'GH', code: 'GH' }, { key: '28', label: '客运中国', code: 'GHKYZG' }, { key: '7', label: '客运海外', code: 'GHKYHW' }, - { key: '172', label: 'ToB业务', code: 'GHTOB' }, + { key: '172', label: 'GHToB 海外', code: 'GHTOBHW' }, + { key: '176', label: 'GHToB 中国', code: 'GHTOBZG' }, { key: '11,12,20,21,10,18', label: '国际(入境)', code: 'JP,VAC,IT,GM,RU,VC' }, { key: '122,200,211,100,188', label: '国际(海外)', code: 'VACHW,ITHW,GMHW,RUHW,VCHW' }, { key: '11', label: '日语', code: 'JP' }, diff --git a/src/stores/CustomerServices.js b/src/stores/CustomerServices.js index 8ad1619..dba1f48 100644 --- a/src/stores/CustomerServices.js +++ b/src/stores/CustomerServices.js @@ -342,6 +342,16 @@ class CustomerServices { dataIndex: 'TotalCost' } ] + }, + { + title: '报价', + dataIndex: 'TotalPrice', + sorter: (a, b) => a.TotalPrice - b.TotalPrice, + children: [{ + title: total1.totalprice, + dataIndex: 'TotalPrice' + } + ] } ]; });