+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
-
-
+
- 查询
- 重置
- 展开
- 收起
+
+ 查询
+ 重置
+
-
-
新增
-
导出
-
批量删除
+
+
+
+ 门店归属管理
+
@@ -96,133 +75,434 @@
-
-
-
-
-
- {{ scope.row.syb | dynamicText(sybOptions) }}
+
+
+
+ {{ scope.row.mdbm }}
+
-
- {{ scope.row.jyb | dynamicText(jybOptions) }}
+
+
+ {{ scope.row.dm }}
+
-
- {{ scope.row.kjb | dynamicText(kjbOptions) }}
+
+
+
+
+ {{ getDepartmentName(scope.row.syb, sybOptions) }}
+
+ 无
+
+
+
+
+
+ {{ getDepartmentName(scope.row.jyb, jybOptions) }}
+
+ 无
+
+
+
+
+
+ {{ getDepartmentName(scope.row.kjb, kjbOptions) }}
+
+ 无
+
-
- {{ scope.row.dxmb | dynamicText(dxmbOptions) }}
+
+
+
+ {{ getDepartmentName(scope.row.dxmb, dxmbOptions) }}
+
+ 无
+
-
-
-
-
- {{ scope.row.mdmc | dynamicText(mdmcOptions) }}
+
+
+
+ 新店
+
+
+ 老店
+
+
-
-
- 编辑
- 删除
+
+
+
+ 编辑
+
+
+ 查看
+
-
-
+
+
+
+
+
+
+
+
+
+ {{ item.FullName }}
+ {{ item.EnCode }}
+
+
+
+
+
+
+
+
+ {{ item.FullName }}
+ {{ item.EnCode }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.FullName }}
+ {{ item.EnCode }}
+
+
+
+
+
+
+
+
+ {{ item.FullName }}
+ {{ item.EnCode }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+ }
+
+
+
\ No newline at end of file
diff --git a/antis-ncc-admin/src/views/lqYcsdJsj/Form.vue b/antis-ncc-admin/src/views/lqYcsdJsj/Form.vue
index 90cce88..8ab1f9d 100644
--- a/antis-ncc-admin/src/views/lqYcsdJsj/Form.vue
+++ b/antis-ncc-admin/src/views/lqYcsdJsj/Form.vue
@@ -1,205 +1,161 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ isDetail ? '成员信息' : '成员管理' }}
+
+ 添加成员
+ 刷新
+ 共 {{ members.length }} 人
+
+
共 {{ members.length }} 人
+
+
+
+
+
+
+
+
+
+ {{ scope.row.userName }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.userId }}
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+ {{ scope.row.isLeader === 1 ? '是' : '否' }}
+
+
+
+
+
+
+ {{ scope.row.sortOrder }}
+
+
+
+
+
+
+
+ {{ scope.row.status === 'ACTIVE' ? '活跃' : '非活跃' }}
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/antis-ncc-admin/src/views/lqYcsdJsj/MemberDialog.vue b/antis-ncc-admin/src/views/lqYcsdJsj/MemberDialog.vue
new file mode 100644
index 0000000..cf858e5
--- /dev/null
+++ b/antis-ncc-admin/src/views/lqYcsdJsj/MemberDialog.vue
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+ 添加成员
+ 刷新
+ 保存全部
+ 共 {{ members.length }} 人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+ 重新排序
+ 清空全部
+
+
+
+
+
+
+
+
+
+
diff --git a/antis-ncc-admin/src/views/lqYcsdJsj/index.vue b/antis-ncc-admin/src/views/lqYcsdJsj/index.vue
index 22afa1a..38b74dd 100644
--- a/antis-ncc-admin/src/views/lqYcsdJsj/index.vue
+++ b/antis-ncc-admin/src/views/lqYcsdJsj/index.vue
@@ -4,168 +4,45 @@
-
-
-
-
-
-
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
- 展开
- 收起
+
+
+ 查询
+ 重置
+
@@ -185,41 +62,46 @@