From 29aca47694566d3cd1523b9041a00fc7d4c0b3dd Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 25 Sep 2025 15:01:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(framework):=20=E6=8E=A8=E8=8D=90=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=20=E6=96=B9=E6=A1=88=E4=B8=80=E7=A7=BB=E9=99=A4member?= =?UTF-8?q?Code=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/framework/architecture/azjg2.vue | 745 +++++++++--------- .../framework/architecture/mixins/tab-bar.js | 4 +- 2 files changed, 354 insertions(+), 395 deletions(-) diff --git a/src/views/framework/architecture/azjg2.vue b/src/views/framework/architecture/azjg2.vue index 4dab8c4..92d2512 100644 --- a/src/views/framework/architecture/azjg2.vue +++ b/src/views/framework/architecture/azjg2.vue @@ -8,191 +8,114 @@
- - - - - - + /> + + + - + + @blur="getChildNodeList" + /> + + + - - + + - + + + + + + + + + + + + + + + + + - + +
-
-
-
- -
{{ item.name }}
-
+
+
+ +
-
-
-
- -
+
+
+
+
+
- -
-
-
-
- - -
-
-
-
{{ '会员编号' }}
-
{{ treeData.memberCode }}
-
+ -
-
{{ '会员姓名' }}
-
{{ treeData.name }}
-
-
-
安置部门
-
{{ `第${treeData.placeDept}部门` }}
-
-
-
{{ '支付日期' }}
-
{{ treeData.payDate }}
-
-
-
- -
{{ '结算国家' }}
-
-
-
-
-
{{ '业绩' }}({{ isLocals() }})
-
{{ '真实新增' }}
-
首购新增
-
复购新增
-
真实累计
-
首购累计
-
复购累计
-
首购结余
-
复购结余
- -
-
-
左区
-
{{ treeData.leftRealNewPv }}
-
{{ treeData.leftFirstPurchaseAdd }}
-
- {{ treeData.leftRepeatPurchaseAdd }} -
-
{{ treeData.leftRealTotal }}
-
{{ treeData.leftFirstTotal }}
-
- {{ treeData.leftRepeatPurchaseTotal }} -
-
{{ treeData.leftFirstSurplus }}
-
- {{ treeData.leftRepeatPurchaseSurplus }} -
- -
-
-
右区
-
{{ treeData.rightRealNewPv }}
-
- {{ treeData.rightFirstPurchaseAdd }} -
-
- {{ treeData.rightRepeatPurchaseAdd }} -
-
{{ treeData.rightRealTotal }}
-
{{ treeData.rightFirstTotal }}
-
- {{ treeData.rightRepeatPurchaseTotal }} -
-
{{ treeData.rightFirstSurplus }}
-
- {{ treeData.rightRepeatPurchaseSurplus }} -
- -
-
-
-
-
下载图片
-
复制文字
- -
-
-
{{ '会员编号' }}:{{ treeData.memberCode }}
{{ '会员姓名' }}:{{ treeData.name }}
@@ -242,53 +165,39 @@ - diff --git a/src/views/framework/architecture/mixins/tab-bar.js b/src/views/framework/architecture/mixins/tab-bar.js index d2aa412..7fc6d51 100644 --- a/src/views/framework/architecture/mixins/tab-bar.js +++ b/src/views/framework/architecture/mixins/tab-bar.js @@ -7,8 +7,8 @@ export default { path: 'azjg' } // { - // name: '方案五', - // path: 'azjg5' + // name: '方案二', + // path: 'azjg2' // } ] }