于宏哲PHP
|
3350cdb256
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt into yuhongzhe
# Conflicts:
# admin/src/app/lang/zh-cn/customer_resources.customer_resources.json
# admin/src/app/lang/zh-cn/physical_test.physical_test.json
# admin/src/app/lang/zh-cn/physical_test.physical_test_edit.json
# admin/src/app/views/customer_resources/customer_resources.vue
# admin/src/app/views/physical_test/physical_test.vue
# admin/src/app/views/physical_test/physical_test_edit.vue
# niucloud/app/adminapi/controller/customer_resources/CustomerResources.php
# niucloud/app/adminapi/controller/physical_test/PhysicalTest.php
# niucloud/app/adminapi/route/physical_test.php
# niucloud/app/model/physical_test/PhysicalTest.php
# niucloud/app/service/admin/physical_test/PhysicalTestService.php
|
10 months ago |
王泽彦
|
7406029997
|
临时保存
|
10 months ago |
于宏哲PHP
|
e50342b3d5
|
1
|
10 months ago |
于宏哲PHP
|
d1c9185987
|
1
|
10 months ago |
liutong
|
a956a43db3
|
feat(customerResources): 添加客户资源编辑功能
- 新增客户资源编辑接口和相关逻辑
- 实现客户资源数据和六要素数据的更新
- 添加数据变更日志记录功能
- 优化数据验证和错误处理
|
10 months ago |
liutong
|
df7a0a83ea
|
feat(resource-sharing): 添加资源共享详情接口并优化客户信息展示
- 新增资源共享详情接口,用于获取客户详情信息
- 在客户信息中添加多个属性的自定义获取器,用于展示字典值对应的名称
- 在资源共享详情中加入客户成交次数的统计
- 更新路由配置,添加新的资源共享详情接口路由
|
10 months ago |
liutong
|
3cc97f3a90
|
Merge remote-tracking branch 'origin/master'
|
10 months ago |
王泽彦
|
a068ac8499
|
Merge branch 'wangzeyan'
|
11 months ago |
王泽彦
|
39e2ef021c
|
Merge branch 'yuhongzhe'
|
11 months ago |
王泽彦
|
0444b2f3b7
|
本地临时保存
|
11 months ago |
王泽彦
|
93e7e7769a
|
排课页面完成
|
11 months ago |
liutong
|
5970cfeda3
|
refactor(ResourceSharing): 修改资源分享接口的共享时间处理方式
- 将 shared_at_arr 参数名改为 shared_at_str,以更准确地反映其为字符串类型
- 添加逻辑将 shared_at_str 解析为开始和结束时间,格式化为 YYYY-MM-DD HH:MM:SS
- 优化了共享时间的处理,确保查询结果包含完整的开始和结束日期
|
11 months ago |
于宏哲PHP
|
fedcd1f4cd
|
1
|
11 months ago |
liutong
|
fb2d2f4dd2
|
feat(api): 新增员工信息获取和资源共享功能
- 新增获取全部员工信息接口和功能
- 新增资源共享分配员工功能
- 优化资源共享列表查询,增加时间筛选条件
- 修复和完善人员信息获取接口返回结构
|
11 months ago |
liutong
|
1423ccdd2f
|
feat(api): 添加资源共享功能接口- 新增资源共享列表接口
- 实现资源共享服务层逻辑
- 添加客户资源表关联关系
- 更新 API 路由配置
|
11 months ago |
liutong
|
b8ae83cf17
|
refactor(app): 优化必填项校验逻辑
- 将 empty() 函数替换为更严格的判断条件 !isset() || $v === ''
- 这种改动可以更准确地判断变量是否存在且不为空
- 影响了 customer_resources_data 和 six_speed_data 两个数组的校验逻辑
|
11 months ago |
王泽彦
|
3b7e4eaacc
|
修改bug
|
11 months ago |
王泽彦
|
5dc5a0e04a
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
11 months ago |
liutong
|
c759174407
|
feat(PersonnelService): 增加用户角色详细信息和角色键数组
- 查询用户角色时,增加了状态筛选(status=1)和更多字段(role_key, addon_keys)
- 新增 role_key_arr 数组,用于存储用户角色键
- 在返回结果中添加角色详细信息和角色键数组
|
11 months ago |
王泽彦
|
933e6ef73c
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
11 months ago |
liutong
|
8f303cbabf
|
refactor(login): 重构员工登录逻辑
- 添加员工登录功能- 优化员工信息查询和状态检查
- 修改登录类型判断逻辑,使用账户类型替代角色ID- 移除不必要的角色查询代码
|
11 months ago |
王泽彦
|
042c483733
|
新增绩效算法
|
11 months ago |
王泽彦
|
d30ee07147
|
新增绩效算法
|
11 months ago |
王泽彦
|
6fd8bd8c77
|
代码格式化
|
11 months ago |
王泽彦
|
19bedd78ed
|
Merge branch 'wangzeyan'
|
11 months ago |
王泽彦
|
0b21fff019
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
11 months ago |
王泽彦
|
6c9065ef6c
|
修改人员安排
|
11 months ago |
liutong
|
cbbd3afa52
|
feat(personnel): 添加计算业绩事件
- 新增 CalculatePerformance 类用于计算业绩
- 在 CustomerResourcesService 中触发计算业绩事件
- 在 app/event.php 中注册 CalculatePerformance事件监听器
|
11 months ago |
liutong
|
19d9b2c949
|
Merge remote-tracking branch 'origin/master'
|
11 months ago |
liutong
|
2c2b9f0a87
|
feat(api): 新增客户资源添加和字典获取接口
- 新增客户资源添加接口和字典获取接口
- 实现客户资源数据和六速数据的添加功能
- 实现字典数据的获取功能
- 添加相关路由和控制器
|
11 months ago |
王泽彦
|
5e83eb894c
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
11 months ago |
王泽彦
|
dfaaa51b00
|
合并wangzeyan
|
11 months ago |
王泽彦
|
28dc2da7f0
|
合并yuhongzhe
|
11 months ago |
王泽彦
|
6fa92a65dc
|
本地临时保存
|
11 months ago |
王泽彦
|
4664e25258
|
修改班级和排课
|
11 months ago |
王泽彦
|
89b9e21057
|
修改班级和排课
|
11 months ago |
于宏哲PHP
|
0d19903c2d
|
1
|
11 months ago |
李双庆
|
fc7bb8b640
|
Merge branch 'master' of http://gitlab.frkj.cc/php/zhjwxt
|
11 months ago |
李双庆
|
a3bc1fb8ad
|
接口
|
11 months ago |
王泽彦
|
37d83637e3
|
修改忽略文件
|
11 months ago |
王泽彦
|
a7daa34366
|
修改忽略文件
|
11 months ago |
王泽彦
|
69c7b13359
|
临时保存
|
11 months ago |
王泽彦
|
990ba95b22
|
修改忽略文件
|
11 months ago |
王泽彦
|
5648b4c8cc
|
修改忽略文件
|
11 months ago |
王泽彦
|
562dcec4c9
|
临时保存
|
11 months ago |
王泽彦
|
8e89a2dacb
|
临时保存
|
11 months ago |
王泽彦
|
0e63dd05e6
|
Merge branch 'yuhongzhe' of ssh://gitlab.frkj.cc:222/php/zhjwxt into yuhongzhe
|
11 months ago |
王泽彦
|
3574035f87
|
临时保存
|
11 months ago |
王泽彦
|
892fb4c0c8
|
Merge branch 'master' of ssh://gitlab.frkj.cc:222/php/zhjwxt
|
11 months ago |
王泽彦
|
61aab08705
|
完成场地管理
|
11 months ago |