You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1345 lines
52 KiB
1345 lines
52 KiB
12 months ago
|
<?php
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved.
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
|
||
|
// +----------------------------------------------------------------------
|
||
|
// | Author: CRMEB Team <admin@crmeb.com>
|
||
|
// +----------------------------------------------------------------------
|
||
|
|
||
|
namespace app\services\system\config;
|
||
|
|
||
|
|
||
|
use app\dao\system\config\SystemConfigDao;
|
||
|
use app\services\agent\AgentManageServices;
|
||
|
use app\services\BaseServices;
|
||
|
use crmeb\exceptions\AdminException;
|
||
|
use crmeb\services\CacheService;
|
||
|
use crmeb\services\FileService;
|
||
|
use crmeb\services\FormBuilder;
|
||
|
use think\facade\Log;
|
||
|
|
||
|
/**
|
||
|
* 系统配置
|
||
|
* Class SystemConfigServices
|
||
|
* @package app\services\system\config
|
||
|
* @method count(array $where = []) 获取指定条件下的count
|
||
|
* @method save(array $data) 保存数据
|
||
|
* @method get(int $id, ?array $field = []) 获取一条数据
|
||
|
* @method update($id, array $data, ?string $key = null) 修改数据
|
||
|
* @method delete(int $id, ?string $key = null) 删除数据
|
||
|
* @method getUploadTypeList(string $configName) 获取上传配置中的上传类型
|
||
|
*/
|
||
|
class SystemConfigServices extends BaseServices
|
||
|
{
|
||
|
/**
|
||
|
* form表单句柄
|
||
|
* @var FormBuilder
|
||
|
*/
|
||
|
protected $builder;
|
||
|
|
||
|
/**
|
||
|
* 表单数据切割符号
|
||
|
* @var string
|
||
|
*/
|
||
|
protected $cuttingStr = '=>';
|
||
|
|
||
|
/**
|
||
|
* 表单提交url
|
||
|
* @var string[]
|
||
|
*/
|
||
|
protected $postUrl = [
|
||
|
'setting' => [
|
||
|
'url' => '/setting/config/save_basics',
|
||
|
'auth' => [],
|
||
|
],
|
||
|
'serve' => [
|
||
|
'url' => '/serve/sms_config/save_basics',
|
||
|
'auth' => ['short_letter_switch'],
|
||
|
],
|
||
|
'freight' => [
|
||
|
'url' => '/freight/config/save_basics',
|
||
|
'auth' => ['express'],
|
||
|
],
|
||
|
'agent' => [
|
||
|
'url' => '/agent/config/save_basics',
|
||
|
'auth' => ['fenxiao'],
|
||
|
],
|
||
|
'marketing' => [
|
||
|
'url' => '/marketing/integral_config/save_basics',
|
||
|
'auth' => ['point'],
|
||
|
]
|
||
|
];
|
||
|
|
||
|
/**
|
||
|
* 子集控制规则
|
||
|
* @var array[]
|
||
|
*/
|
||
|
protected $relatedRule = [
|
||
|
'sign_status' => [
|
||
|
'son_type' => [
|
||
|
'sign_mode' => '',
|
||
|
'sign_remind' => [
|
||
|
'son_type' => [
|
||
|
'sign_remind_time' => '',
|
||
|
'sign_remind_type' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'sign_give_point' => '',
|
||
|
'sign_give_exp' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'brokerage_func_status' => [
|
||
|
'son_type' => [
|
||
|
'store_brokerage_statu' => [
|
||
|
'son_type' => ['store_brokerage_price' => ''],
|
||
|
'show_value' => 3
|
||
|
],
|
||
|
'brokerage_bindind' => '',
|
||
|
'store_brokerage_binding_status' => [
|
||
|
'son_type' => ['store_brokerage_binding_time' => ''],
|
||
|
'show_value' => 2
|
||
|
],
|
||
|
'spread_banner' => '',
|
||
|
'brokerage_level' => '',
|
||
|
'division_status' => '',
|
||
|
'agent_apply_open' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'brokerage_user_status' => [
|
||
|
'son_type' => [
|
||
|
'uni_brokerage_price' => '',
|
||
|
'day_brokerage_price_upper' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'invoice_func_status' => [
|
||
|
'son_type' => [
|
||
|
'special_invoice_status' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'member_func_status' => [
|
||
|
'son_type' => [
|
||
|
'order_give_exp' => '',
|
||
|
'invite_user_exp' => ''
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'balance_func_status' => [
|
||
|
'son_type' => [
|
||
|
'recharge_attention' => '',
|
||
|
'recharge_switch' => '',
|
||
|
'store_user_min_recharge' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'pay_wechat_type' => [
|
||
|
'son_type' => [
|
||
|
'pay_weixin_key' => '',
|
||
|
],
|
||
|
'show_value' => 0
|
||
|
],
|
||
|
'pay_wechat_type@' => [
|
||
|
'son_type' => [
|
||
|
'pay_weixin_serial_no' => '',
|
||
|
'pay_weixin_key_v3' => ''
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'image_watermark_status' => [
|
||
|
'son_type' => [
|
||
|
'watermark_type' => [
|
||
|
'son_type' => [
|
||
|
'watermark_image' => '',
|
||
|
'watermark_opacity' => '',
|
||
|
'watermark_rotate' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'watermark_position' => '',
|
||
|
'watermark_x' => '',
|
||
|
'watermark_y' => '',
|
||
|
'watermark_type@' => [
|
||
|
'son_type' => [
|
||
|
'watermark_text' => '',
|
||
|
'watermark_text_size' => '',
|
||
|
'watermark_text_color' => '',
|
||
|
'watermark_text_angle' => ''
|
||
|
],
|
||
|
'show_value' => 2
|
||
|
],
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'customer_type' => [
|
||
|
'son_type' => [
|
||
|
'customer_phone' => '',
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'customer_type@' => [
|
||
|
'son_type' => [
|
||
|
'customer_url' => '',
|
||
|
'customer_corpId' => '',
|
||
|
],
|
||
|
'show_value' => 2
|
||
|
],
|
||
|
'pay_new_weixin_open' => [
|
||
|
'son_type' => [
|
||
|
'pay_new_weixin_mchid' => ''
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
],
|
||
|
'mer_type' => [
|
||
|
'son_type' => [
|
||
|
'pay_sub_merchant_id' => ''
|
||
|
],
|
||
|
'show_value' => 1
|
||
|
]
|
||
|
];
|
||
|
|
||
|
/**
|
||
|
* SystemConfigServices constructor.
|
||
|
* @param SystemConfigDao $dao
|
||
|
* @param FormBuilder $builder
|
||
|
*/
|
||
|
public function __construct(SystemConfigDao $dao, FormBuilder $builder)
|
||
|
{
|
||
|
$this->dao = $dao;
|
||
|
$this->builder = $builder;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @return array|int[]|string[]
|
||
|
* @author 吴汐
|
||
|
* @email 442384644@qq.com
|
||
|
* @date 2023/04/12
|
||
|
*/
|
||
|
public function getSonConfig()
|
||
|
{
|
||
|
$sonConfig = [];
|
||
|
$rolateRule = $this->relatedRule;
|
||
|
if ($rolateRule) {
|
||
|
foreach ($rolateRule as $key => $value) {
|
||
|
$sonConfig = array_merge($sonConfig, array_keys($value['son_type']));
|
||
|
foreach ($value['son_type'] as $k => $v) {
|
||
|
if (isset($v['son_type'])) {
|
||
|
$sonConfig = array_merge($sonConfig, array_keys($v['son_type']));
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return $sonConfig;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取单个系统配置
|
||
|
* @param string $configName
|
||
|
* @param null $default
|
||
|
* @return mixed|null
|
||
|
* @throws \ReflectionException
|
||
|
*/
|
||
|
public function getConfigValue(string $configName, $default = null)
|
||
|
{
|
||
|
$value = $this->dao->getConfigValue($configName);
|
||
|
return is_null($value) ? $default : json_decode($value, true);
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取全部配置
|
||
|
* @param array $configName
|
||
|
* @return array
|
||
|
* @throws \ReflectionException
|
||
|
*/
|
||
|
public function getConfigAll(array $configName = [])
|
||
|
{
|
||
|
return array_map(function ($item) {
|
||
|
return json_decode($item, true);
|
||
|
}, $this->dao->getConfigAll($configName));
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取配置并分页
|
||
|
* @param array $where
|
||
|
* @return array
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function getConfigList(array $where)
|
||
|
{
|
||
|
[$page, $limit] = $this->getPageValue();
|
||
|
$list = $this->dao->getConfigList($where, $page, $limit);
|
||
|
$count = $this->dao->count($where);
|
||
|
$tidy_srr = [];
|
||
|
foreach ($list as &$item) {
|
||
|
$item['value'] = $item['value'] ? json_decode($item['value'], true) ?: '' : '';
|
||
|
if ($item['type'] == 'radio' || $item['type'] == 'checkbox') {
|
||
|
$item['value'] = $this->getRadioOrCheckboxValueInfo($item['menu_name'], $item['value']);
|
||
|
}
|
||
|
if ($item['type'] == 'upload' && !empty($item['value'])) {
|
||
|
if ($item['upload_type'] == 1 || $item['upload_type'] == 3) {
|
||
|
$item['value'] = [set_file_url($item['value'])];
|
||
|
} elseif ($item['upload_type'] == 2) {
|
||
|
$item['value'] = set_file_url($item['value']);
|
||
|
}
|
||
|
foreach ($item['value'] as $key => $value) {
|
||
|
$tidy_srr[$key]['filepath'] = $value;
|
||
|
$tidy_srr[$key]['filename'] = basename($value);
|
||
|
}
|
||
|
$item['value'] = $tidy_srr;
|
||
|
}
|
||
|
}
|
||
|
return compact('count', 'list');
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取单选按钮或者多选按钮的显示值
|
||
|
* @param $menu_name
|
||
|
* @param $value
|
||
|
* @return string
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
* @throws \think\exception\DbException
|
||
|
*/
|
||
|
public function getRadioOrCheckboxValueInfo(string $menu_name, $value): string
|
||
|
{
|
||
|
$option = [];
|
||
|
$config_one = $this->dao->getOne(['menu_name' => $menu_name]);
|
||
|
if (!$config_one) {
|
||
|
return '';
|
||
|
}
|
||
|
$parameter = explode("\n", $config_one['parameter']);
|
||
|
foreach ($parameter as $k => $v) {
|
||
|
if (isset($v) && strlen($v) > 0) {
|
||
|
$data = explode('=>', $v);
|
||
|
$option[$data[0]] = $data[1];
|
||
|
}
|
||
|
}
|
||
|
$str = '';
|
||
|
if (is_array($value)) {
|
||
|
foreach ($value as $v) {
|
||
|
$str .= $option[$v] . ',';
|
||
|
}
|
||
|
} else {
|
||
|
$str .= !empty($value) ? $option[$value] ?? '' : $option[0] ?? '';
|
||
|
}
|
||
|
return $str;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取系统配置信息
|
||
|
* @param int $tabId
|
||
|
* @return array
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function getReadList(int $tabId)
|
||
|
{
|
||
|
$info = $this->dao->getConfigTabAllList($tabId);
|
||
|
foreach ($info as $k => $v) {
|
||
|
if (!is_null(json_decode($v['value'])))
|
||
|
$info[$k]['value'] = json_decode($v['value'], true);
|
||
|
if ($v['type'] == 'upload' && !empty($v['value'])) {
|
||
|
if ($v['upload_type'] == 1 || $v['upload_type'] == 3) $info[$k]['value'] = explode(',', $v['value']);
|
||
|
}
|
||
|
}
|
||
|
return $info;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建单行表单
|
||
|
* @param string $type
|
||
|
* @param array $data
|
||
|
* @return array
|
||
|
*/
|
||
|
public function createTextForm(string $type, array $data)
|
||
|
{
|
||
|
$formbuider = [];
|
||
|
switch ($type) {
|
||
|
case 'number':
|
||
|
$data['value'] = isset($data['value']) ? json_decode($data['value'], true) : 0;
|
||
|
$formbuider[] = $this->builder->number($data['menu_name'], $data['info'], (float)$data['value'])->controls(false)->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
]);
|
||
|
break;
|
||
|
case 'dateTime':
|
||
|
$formbuider[] = $this->builder->dateTime($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
]);
|
||
|
break;
|
||
|
case 'date':
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
$formbuider[] = $this->builder->date($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
]);
|
||
|
break;
|
||
|
case 'time':
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
$formbuider[] = $this->builder->time($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
]);
|
||
|
break;
|
||
|
case 'color':
|
||
|
$data['value'] = isset($data['value']) ? json_decode($data['value'], true) : '';
|
||
|
$formbuider[] = $this->builder->color($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
]);
|
||
|
break;
|
||
|
default:
|
||
|
$data['value'] = isset($data['value']) ? json_decode($data['value'], true) : '';
|
||
|
if ($data['menu_name'] == 'api') {
|
||
|
$formbuider[] = $this->builder->input($data['menu_name'], $data['info'], strpos($data['value'], 'http') === false ? sys_config('site_url') . $data['value'] : $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13)->readonly(true);
|
||
|
} else {
|
||
|
$formbuider[] = $this->builder->input($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
}
|
||
|
break;
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建多行文本框
|
||
|
* @param array $data
|
||
|
* @return mixed
|
||
|
*/
|
||
|
public function createTextareaForm(array $data)
|
||
|
{
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
$formbuider[] = $this->builder->textarea($data['menu_name'], $data['info'], $data['value'])->placeholder($data['desc'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->rows(6)->col(13);
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建当选表单
|
||
|
* @param array $data
|
||
|
* @param array $control
|
||
|
* @param array $control_two
|
||
|
* @return array
|
||
|
*/
|
||
|
public function createRadioForm(array $data, $control = [], $control_two = [])
|
||
|
{
|
||
|
$formbuider = [];
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '0';
|
||
|
$parameter = explode("\n", $data['parameter']);
|
||
|
$options = [];
|
||
|
if ($parameter) {
|
||
|
foreach ($parameter as $v) {
|
||
|
if (strstr($v, $this->cuttingStr) !== false) {
|
||
|
$pdata = explode($this->cuttingStr, $v);
|
||
|
$res = preg_match('/^[0-9]$/', $pdata[0]);
|
||
|
$options[] = ['label' => $pdata[1], 'value' => $res ? (int)$pdata[0] : $pdata[0]];
|
||
|
}
|
||
|
}
|
||
|
$res = preg_match('/^[0-9]$/', $data['value']);
|
||
|
$formbuider[] = $radio = $this->builder->radio($data['menu_name'], $data['info'], $res ? (int)$data['value'] : $data['value'])->options($options)->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
if ($control) {
|
||
|
$radio->appendControl($data['show_value'] ?? 1, is_array($control) ? $control : [$control]);
|
||
|
}
|
||
|
if ($control_two && isset($data['show_value2'])) {
|
||
|
$radio->appendControl($data['show_value2'] ?? 2, is_array($control_two) ? $control_two : [$control_two]);
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建上传组件表单
|
||
|
* @param int $type
|
||
|
* @param array $data
|
||
|
* @return array
|
||
|
*/
|
||
|
public function createUploadForm(int $type, array $data)
|
||
|
{
|
||
|
$formbuider = [];
|
||
|
switch ($type) {
|
||
|
case 1:
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
if ($data['value'] != '') $data['value'] = set_file_url($data['value']);
|
||
|
$formbuider[] = $this->builder->frameImage($data['menu_name'], $data['info'], $this->url(config('app.admin_prefix', 'admin') . '/widget.images/index', ['fodder' => $data['menu_name']], true), $data['value'])
|
||
|
->icon('el-icon-picture-outline')->width('950px')->height('560px')->Props(['footer' => false, 'modalTitle' => '预览'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
break;
|
||
|
case 2:
|
||
|
$data['value'] = json_decode($data['value'], true) ?: [];
|
||
|
if ($data['value'])
|
||
|
$data['value'] = set_file_url($data['value']);
|
||
|
$formbuider[] = $this->builder->frameImages($data['menu_name'], $data['info'], $this->url(config('app.admin_prefix', 'admin') . '/widget.images/index', ['fodder' => $data['menu_name'], 'type' => 'many', 'maxLength' => 5], true), $data['value'])
|
||
|
->maxLength(5)->icon('el-icon-picture-outline')->width('950px')->height('560px')->Props(['footer' => false, 'modalTitle' => '预览'])
|
||
|
->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
break;
|
||
|
case 3:
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
if ($data['value'] != '') $data['value'] = set_file_url($data['value']);
|
||
|
$formbuider[] = $this->builder->uploadFile($data['menu_name'], $data['info'], $this->url('/adminapi/file/upload/1', ['type' => 1], false, true), $data['value'])
|
||
|
->name('file')->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13)->data(['menu_name' => $data['menu_name']])->headers([
|
||
|
'Authori-zation' => app()->request->header('Authori-zation'),
|
||
|
]);
|
||
|
break;
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建单选框
|
||
|
* @param array $data
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
*/
|
||
|
public function createCheckboxForm(array $data)
|
||
|
{
|
||
|
$formbuider = [];
|
||
|
$data['value'] = json_decode($data['value'], true) ?: [];
|
||
|
$parameter = explode("\n", $data['parameter']);
|
||
|
$options = [];
|
||
|
if ($parameter) {
|
||
|
foreach ($parameter as $v) {
|
||
|
if (strstr($v, $this->cuttingStr) !== false) {
|
||
|
$pdata = explode($this->cuttingStr, $v);
|
||
|
$options[] = ['label' => $pdata[1], 'value' => $pdata[0]];
|
||
|
}
|
||
|
}
|
||
|
$formbuider[] = $this->builder->checkbox($data['menu_name'], $data['info'], $data['value'])->options($options)->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建选择框表单
|
||
|
* @param array $data
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
*/
|
||
|
public function createSelectForm(array $data)
|
||
|
{
|
||
|
$formbuider = [];
|
||
|
$data['value'] = json_decode($data['value'], true) ?: [];
|
||
|
$parameter = explode("\n", $data['parameter']);
|
||
|
$options = [];
|
||
|
if ($parameter) {
|
||
|
foreach ($parameter as $v) {
|
||
|
if (strstr($v, $this->cuttingStr) !== false) {
|
||
|
$pdata = explode($this->cuttingStr, $v);
|
||
|
$options[] = ['label' => $pdata[1], 'value' => $pdata[0]];
|
||
|
}
|
||
|
}
|
||
|
$formbuider[] = $this->builder->select($data['menu_name'], $data['info'], $data['value'])->options($options)->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 开关选择
|
||
|
* @param $data
|
||
|
* @return array
|
||
|
* @author: 吴汐
|
||
|
* @email: 442384644@qq.com
|
||
|
* @date: 2023/9/6
|
||
|
*/
|
||
|
public function createSwitchForm($data)
|
||
|
{
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
$formbuider[] = $this->builder->switches($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建颜色选择器
|
||
|
* @param array $data
|
||
|
* @return mixed
|
||
|
*/
|
||
|
public function createColorForm(array $data)
|
||
|
{
|
||
|
$data['value'] = json_decode($data['value'], true) ?: '';
|
||
|
$formbuider[] = $this->builder->color($data['menu_name'], $data['info'], $data['value'])->appendRule('suffix', [
|
||
|
'type' => 'div',
|
||
|
'class' => 'tips-info',
|
||
|
'domProps' => ['innerHTML' => $data['desc']]
|
||
|
])->col(13);
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
public function bindBuilderData($data, $relatedRule)
|
||
|
{
|
||
|
if (!$data) return false;
|
||
|
$p_list = array();
|
||
|
foreach ($relatedRule as $rk => $rv) {
|
||
|
$p_list[$rk] = $data[$rk];
|
||
|
if (isset($rv['son_type']) && is_array($rv['son_type'])) {
|
||
|
foreach ($rv['son_type'] as $sk => $sv) {
|
||
|
if (is_array($sv) && isset($sv['son_type'])) {
|
||
|
foreach ($sv['son_type'] as $ssk => $ssv) {
|
||
|
$tmp = $data[$sk];
|
||
|
$tmp['console'] = $data[$ssk];
|
||
|
$p_list[$rk]['console'][] = $tmp;
|
||
|
}
|
||
|
} else {
|
||
|
$p_list[$rk]['console'][] = $data[$sk];
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
return array_values($p_list);
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取系统配置表单
|
||
|
* @param $data
|
||
|
* @param bool $control
|
||
|
* @param array $controle_two
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
*/
|
||
|
public function formTypeShine($data, $control = false, $controle_two = [])
|
||
|
{
|
||
|
|
||
|
switch ($data['type']) {
|
||
|
case 'text'://文本框
|
||
|
return $this->createTextForm($data['input_type'], $data);
|
||
|
case 'radio'://单选框
|
||
|
return $this->createRadioForm($data, $control, $controle_two);
|
||
|
case 'textarea'://多行文本框
|
||
|
return $this->createTextareaForm($data);
|
||
|
case 'upload'://文件上传
|
||
|
return $this->createUploadForm((int)$data['upload_type'], $data);
|
||
|
case 'checkbox'://多选框
|
||
|
return $this->createCheckboxForm($data);
|
||
|
case 'select'://多选框
|
||
|
return $this->createSelectForm($data);
|
||
|
case 'color':
|
||
|
return $this->createColorForm($data);
|
||
|
case 'switch'://开关
|
||
|
return $this->createSwitchForm($data);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @param int $tabId
|
||
|
* @param array $formData
|
||
|
* @param array $relatedRule
|
||
|
* @return array|bool
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function createConfigForm(int $tabId, array $relatedRule)
|
||
|
{
|
||
|
$list = $this->dao->getConfigTabAllList($tabId);
|
||
|
if (!$relatedRule) {
|
||
|
$formbuider = $this->createNoCrontrolForm($list);
|
||
|
} else {
|
||
|
$formbuider = $this->createBindCrontrolForm($list, $relatedRule);
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 创建
|
||
|
* @param array $list
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function createForm(array $list)
|
||
|
{
|
||
|
if (!$list) return [];
|
||
|
$list = array_combine(array_column($list, 'menu_name'), $list);
|
||
|
$formbuider = [];
|
||
|
$relateRule = $this->relatedRule;
|
||
|
$sonConfig = $this->getSonConfig();
|
||
|
foreach ($list as $key => $data) {
|
||
|
if (in_array($key, $sonConfig)) {
|
||
|
continue;
|
||
|
}
|
||
|
switch ($data['type']) {
|
||
|
case 'text'://文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextForm($data['input_type'], $data));
|
||
|
break;
|
||
|
case 'radio'://单选框
|
||
|
$builder = [];
|
||
|
if (isset($relateRule[$key])) {
|
||
|
$role = $relateRule[$key];
|
||
|
$data['show_value'] = $role['show_value'];
|
||
|
foreach ($role['son_type'] as $sk => $sv) {
|
||
|
if (isset($list[$sk])) {
|
||
|
$son_data = $list[$sk];
|
||
|
$son_data['show_value'] = $role['show_value'];
|
||
|
$son_build = [];
|
||
|
if (isset($sv['son_type'])) {
|
||
|
foreach ($sv['son_type'] as $ssk => $ssv) {
|
||
|
$son_data['show_value'] = $sv['show_value'];
|
||
|
$son_build[] = $this->formTypeShine($list[$ssk])[0];
|
||
|
unset($list[$ssk]);
|
||
|
}
|
||
|
}
|
||
|
$son_build_two = [];
|
||
|
if (isset($role['son_type'][$sk . '@'])) {
|
||
|
$son_type_two = $role['son_type'][$sk . '@'];
|
||
|
$son_data['show_value2'] = $son_type_two['show_value'];
|
||
|
if (isset($son_type_two['son_type'])) {
|
||
|
foreach ($son_type_two['son_type'] as $ssk => $ssv) {
|
||
|
if (isset($list[$ssk]['menu_name']) && $list[$ssk]['menu_name'] == 'watermark_text_color') $list[$ssk]['type'] = 'color';
|
||
|
$son_build_two[] = $this->formTypeShine($list[$ssk])[0];
|
||
|
unset($list[$ssk]);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
$builder[] = $this->formTypeShine($son_data, $son_build, $son_build_two)[0];
|
||
|
unset($list[$sk]);
|
||
|
}
|
||
|
}
|
||
|
$data['show_value'] = $role['show_value'];
|
||
|
}
|
||
|
$builder_two = [];
|
||
|
if (isset($relateRule[$key . '@'])) {
|
||
|
$role = $relateRule[$key . '@'];
|
||
|
$data['show_value2'] = $role['show_value'];
|
||
|
foreach ($role['son_type'] as $sk => $sv) {
|
||
|
$son_data = $list[$sk];
|
||
|
$son_data['show_value'] = $role['show_value'];
|
||
|
$builder_two[] = $this->formTypeShine($son_data)[0];
|
||
|
}
|
||
|
}
|
||
|
$formbuider = array_merge($formbuider, $this->createRadioForm($data, $builder, $builder_two));
|
||
|
break;
|
||
|
case 'textarea'://多行文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextareaForm($data));
|
||
|
break;
|
||
|
case 'upload'://文件上传
|
||
|
$formbuider = array_merge($formbuider, $this->createUploadForm((int)$data['upload_type'], $data));
|
||
|
break;
|
||
|
case 'checkbox'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createCheckboxForm($data));
|
||
|
break;
|
||
|
case 'select'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createSelectForm($data));
|
||
|
break;
|
||
|
case 'switch'://开关
|
||
|
$formbuider = array_merge($formbuider, $this->createSwitchForm($data));
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**无组件绑定规则
|
||
|
* @param array $list
|
||
|
* @return array|bool
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function createNoCrontrolForm(array $list)
|
||
|
{
|
||
|
if (!$list) return false;
|
||
|
$formbuider = [];
|
||
|
foreach ($list as $key => $data) {
|
||
|
|
||
|
switch ($data['type']) {
|
||
|
case 'text'://文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextForm($data['input_type'], $data));
|
||
|
break;
|
||
|
case 'radio'://单选框
|
||
|
$formbuider = array_merge($formbuider, $this->createRadioForm($data));
|
||
|
break;
|
||
|
case 'textarea'://多行文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextareaForm($data));
|
||
|
break;
|
||
|
case 'upload'://文件上传
|
||
|
$formbuider = array_merge($formbuider, $this->createUploadForm((int)$data['upload_type'], $data));
|
||
|
break;
|
||
|
case 'checkbox'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createCheckboxForm($data));
|
||
|
break;
|
||
|
case 'select'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createSelectForm($data));
|
||
|
break;
|
||
|
case 'switch'://开关
|
||
|
$formbuider = array_merge($formbuider, $this->createSwitchForm($data));
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 有组件绑定规则
|
||
|
* @param array $list
|
||
|
* @param array $relatedRule
|
||
|
* @return array|bool
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function createBindCrontrolForm(array $list, array $relatedRule)
|
||
|
{
|
||
|
if (!$list || !$relatedRule) return false;
|
||
|
$formbuider = [];
|
||
|
$new_data = array();
|
||
|
foreach ($list as $dk => $dv) {
|
||
|
$new_data[$dv['menu_name']] = $dv;
|
||
|
}
|
||
|
foreach ($relatedRule as $rk => $rv) {
|
||
|
if (isset($rv['son_type'])) {
|
||
|
$data = $new_data[$rk];
|
||
|
switch ($data['type']) {
|
||
|
case 'text'://文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextForm($data['input_type'], $data));
|
||
|
break;
|
||
|
case 'radio'://单选框
|
||
|
$son_builder = array();
|
||
|
foreach ($rv['son_type'] as $sk => $sv) {
|
||
|
if (isset($sv['son_type'])) {
|
||
|
foreach ($sv['son_type'] as $ssk => $ssv) {
|
||
|
$son_data = $new_data[$sk];
|
||
|
$son_data['show_value'] = $sv['show_value'];
|
||
|
$son_builder[] = $this->formTypeShine($son_data, $this->formTypeShine($new_data[$ssk])[0])[0];
|
||
|
}
|
||
|
} else {
|
||
|
$son_data = $new_data[$sk];
|
||
|
$son_data['show_value'] = $rv['show_value'];
|
||
|
$son_builder[] = $this->formTypeShine($son_data)[0];
|
||
|
}
|
||
|
|
||
|
}
|
||
|
$formbuider = array_merge($formbuider, $this->createRadioForm($data, $son_builder));
|
||
|
break;
|
||
|
case 'textarea'://多行文本框
|
||
|
$formbuider = array_merge($formbuider, $this->createTextareaForm($data));
|
||
|
break;
|
||
|
case 'upload'://文件上传
|
||
|
$formbuider = array_merge($formbuider, $this->createUploadForm((int)$data['upload_type'], $data));
|
||
|
break;
|
||
|
case 'checkbox'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createCheckboxForm($data));
|
||
|
break;
|
||
|
case 'select'://多选框
|
||
|
$formbuider = array_merge($formbuider, $this->createSelectForm($data));
|
||
|
break;
|
||
|
case 'switch'://开关
|
||
|
$formbuider = array_merge($formbuider, $this->createSwitchForm($data));
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return $formbuider;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 系统配置form表单创建
|
||
|
* @param $url
|
||
|
* @param int $tabId
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function getConfigForm($url, int $tabId)
|
||
|
{
|
||
|
/** @var SystemConfigTabServices $service */
|
||
|
$service = app()->make(SystemConfigTabServices::class);
|
||
|
$title = $service->value(['id' => $tabId], 'title');
|
||
|
$list = $this->dao->getConfigTabAllList($tabId);
|
||
|
$formbuider = $this->createForm($list);
|
||
|
$name = 'setting';
|
||
|
if ($url) {
|
||
|
$name = explode('/', $url)[2] ?? $name;
|
||
|
}
|
||
|
$postUrl = $this->postUrl[$name]['url'] ?? '/setting/config/save_basics';
|
||
|
return create_form($title, $formbuider, $this->url($postUrl), 'POST');
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 新增路由增加设置项验证
|
||
|
* @param $url
|
||
|
* @param $post
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function checkParam($url, $post)
|
||
|
{
|
||
|
$name = '';
|
||
|
if ($url) {
|
||
|
$name = explode('/', $url)[2] ?? $name;
|
||
|
}
|
||
|
$auth = $this->postUrl[$name]['auth'] ?? false;
|
||
|
if ($auth === false) {
|
||
|
throw new AdminException(400601);
|
||
|
}
|
||
|
if ($auth) {
|
||
|
/** @var SystemConfigTabServices $systemConfigTabServices */
|
||
|
$systemConfigTabServices = app()->make(SystemConfigTabServices::class);
|
||
|
foreach ($post as $key => $value) {
|
||
|
$tab_ids = $systemConfigTabServices->getColumn([['eng_title', 'IN', $auth]], 'id');
|
||
|
if (!$tab_ids || !in_array($key, $this->dao->getColumn([['config_tab_id', 'IN', $tab_ids]], 'menu_name'))) {
|
||
|
throw new AdminException(400602);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 修改配置获取form表单
|
||
|
* @param int $id
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function editConfigForm(int $id)
|
||
|
{
|
||
|
$menu = $this->dao->get($id)->getData();
|
||
|
if (!$menu) {
|
||
|
throw new AdminException(100026);
|
||
|
}
|
||
|
/** @var SystemConfigTabServices $service */
|
||
|
$service = app()->make(SystemConfigTabServices::class);
|
||
|
$formbuider = [];
|
||
|
$formbuider[] = $this->builder->input('menu_name', '字段变量', $menu['menu_name'])->disabled(1);
|
||
|
$formbuider[] = $this->builder->hidden('type', $menu['type']);
|
||
|
[$configTabList, $data] = $service->getConfigTabListForm((int)($menu['config_tab_id'] ?? 0));
|
||
|
$formbuider[] = $this->builder->cascader('config_tab_id', '分类', $data)->options($configTabList)->filterable(true)->props(['props' => ['multiple' => false, 'checkStrictly' => true, 'emitPath' => false]])->style(['width'=>'100%']);
|
||
|
$formbuider[] = $this->builder->input('info', '配置名称', $menu['info'])->autofocus(1);
|
||
|
$formbuider[] = $this->builder->input('desc', '配置简介', $menu['desc']);
|
||
|
switch ($menu['type']) {
|
||
|
case 'text':
|
||
|
$menu['value'] = json_decode($menu['value'], true);
|
||
|
$formbuider[] = $this->builder->select('input_type', '类型', $menu['input_type'])->setOptions([
|
||
|
['value' => 'input', 'label' => '文本框']
|
||
|
, ['value' => 'dateTime', 'label' => '日期时间']
|
||
|
, ['value' => 'date', 'label' => '日期']
|
||
|
, ['value' => 'time', 'label' => '时间']
|
||
|
, ['value' => 'color', 'label' => '颜色']
|
||
|
, ['value' => 'number', 'label' => '数字']
|
||
|
]);
|
||
|
//输入框验证规则
|
||
|
$formbuider[] = $this->builder->input('value', '默认值', $menu['value']);
|
||
|
if (!empty($menu['required'])) {
|
||
|
$formbuider[] = $this->builder->number('width', '文本框宽', (int)$menu['width']);
|
||
|
$formbuider[] = $this->builder->input('required', '验证规则', $menu['required'])->placeholder('多个请用,隔开例如:required:true,url:true');
|
||
|
}
|
||
|
break;
|
||
|
case 'textarea':
|
||
|
$menu['value'] = json_decode($menu['value'], true);
|
||
|
//多行文本
|
||
|
if (!empty($menu['high'])) {
|
||
|
$formbuider[] = $this->builder->textarea('value', '默认值', $menu['value'])->rows(5);
|
||
|
$formbuider[] = $this->builder->number('width', '文本框宽', (int)$menu['width']);
|
||
|
$formbuider[] = $this->builder->number('high', '多行文本框高', (int)$menu['high']);
|
||
|
} else {
|
||
|
$formbuider[] = $this->builder->input('value', '默认值', $menu['value']);
|
||
|
}
|
||
|
break;
|
||
|
case 'radio':
|
||
|
$formbuider = array_merge($formbuider, $this->createRadioForm($menu));
|
||
|
//单选和多选参数配置
|
||
|
if (!empty($menu['parameter'])) {
|
||
|
$formbuider[] = $this->builder->textarea('parameter', '配置参数', $menu['parameter'])->placeholder("参数方式例如:\n1=>白色\n2=>红色\n3=>黑色");
|
||
|
}
|
||
|
break;
|
||
|
case 'checkbox':
|
||
|
$formbuider = array_merge($formbuider, $this->createCheckboxForm($menu));
|
||
|
//单选和多选参数配置
|
||
|
if (!empty($menu['parameter'])) {
|
||
|
$formbuider[] = $this->builder->textarea('parameter', '配置参数', $menu['parameter'])->placeholder("参数方式例如:\n1=>白色\n2=>红色\n3=>黑色");
|
||
|
}
|
||
|
break;
|
||
|
case 'upload':
|
||
|
$formbuider = array_merge($formbuider, $this->createUploadForm(($menu['upload_type']), $menu));
|
||
|
//上传类型选择
|
||
|
if (!empty($menu['upload_type'])) {
|
||
|
$formbuider[] = $this->builder->radio('upload_type', '上传类型', $menu['upload_type'])->options([['value' => 1, 'label' => '单图'], ['value' => 2, 'label' => '多图'], ['value' => 3, 'label' => '文件']]);
|
||
|
}
|
||
|
break;
|
||
|
case 'switch':
|
||
|
$formbuider = array_merge($formbuider, $this->createSwitchForm($menu));
|
||
|
break;
|
||
|
}
|
||
|
$formbuider[] = $this->builder->number('sort', '排序', (int)$menu['sort']);
|
||
|
$formbuider[] = $this->builder->radio('status', '状态', $menu['status'])->options([['value' => 1, 'label' => '显示'], ['value' => 0, 'label' => '隐藏']]);
|
||
|
return create_form('编辑字段', $formbuider, $this->url('/setting/config/' . $id), 'PUT');
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 字段状态
|
||
|
* @return array
|
||
|
*/
|
||
|
public function formStatus(): array
|
||
|
{
|
||
|
return [['value' => 1, 'label' => '显示'], ['value' => 0, 'label' => '隐藏']];
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 选择文文件类型
|
||
|
* @return array
|
||
|
*/
|
||
|
public function uploadType(): array
|
||
|
{
|
||
|
return [
|
||
|
['value' => 1, 'label' => '单图']
|
||
|
, ['value' => 2, 'label' => '多图']
|
||
|
, ['value' => 3, 'label' => '文件']
|
||
|
];
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 选择文本框类型
|
||
|
* @return array
|
||
|
*/
|
||
|
public function textType(): array
|
||
|
{
|
||
|
return [
|
||
|
['value' => 'input', 'label' => '文本框']
|
||
|
, ['value' => 'dateTime', 'label' => '日期时间']
|
||
|
, ['value' => 'date', 'label' => '日期']
|
||
|
, ['value' => 'time', 'label' => '时间']
|
||
|
, ['value' => 'color', 'label' => '颜色']
|
||
|
, ['value' => 'number', 'label' => '数字']
|
||
|
];
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取创建配置规格表单
|
||
|
* @param int $type
|
||
|
* @param int $tab_id
|
||
|
* @return array
|
||
|
* @throws \FormBuilder\Exception\FormBuilderException
|
||
|
* @throws \think\db\exception\DataNotFoundException
|
||
|
* @throws \think\db\exception\DbException
|
||
|
* @throws \think\db\exception\ModelNotFoundException
|
||
|
*/
|
||
|
public function createFormRule(int $type, int $tab_id): array
|
||
|
{
|
||
|
/** @var SystemConfigTabServices $service */
|
||
|
$service = app()->make(SystemConfigTabServices::class);
|
||
|
$formbuider = [];
|
||
|
$form_type = '';
|
||
|
$info_type = [];
|
||
|
$parameter = [];
|
||
|
switch ($type) {
|
||
|
case 0://文本框
|
||
|
$form_type = 'text';
|
||
|
$info_type = $this->builder->select('input_type', '类型')->setOptions($this->textType());
|
||
|
$parameter[] = $this->builder->input('value', '默认值');
|
||
|
$parameter[] = $this->builder->number('width', '文本框宽', 100);
|
||
|
$parameter[] = $this->builder->input('required', '验证规则')->placeholder('多个请用,隔开例如:required:true,url:true');
|
||
|
break;
|
||
|
case 1://多行文本框
|
||
|
$form_type = 'textarea';
|
||
|
$parameter[] = $this->builder->textarea('value', '默认值');
|
||
|
$parameter[] = $this->builder->number('width', '文本框宽', 100);
|
||
|
$parameter[] = $this->builder->number('high', '多行文本框高', 5);
|
||
|
break;
|
||
|
case 2://单选框
|
||
|
$form_type = 'radio';
|
||
|
$parameter[] = $this->builder->textarea('parameter', '配置参数')->placeholder("参数方式例如:\n1=>男\n2=>女\n3=>保密");
|
||
|
$parameter[] = $this->builder->input('value', '默认值');
|
||
|
break;
|
||
|
case 3://文件上传
|
||
|
$form_type = 'upload';
|
||
|
$parameter[] = $this->builder->radio('upload_type', '上传类型', 1)->options($this->uploadType());
|
||
|
break;
|
||
|
case 4://多选框
|
||
|
$form_type = 'checkbox';
|
||
|
$parameter[] = $this->builder->textarea('parameter', '配置参数')->placeholder("参数方式例如:\n1=>白色\n2=>红色\n3=>黑色");
|
||
|
break;
|
||
|
case 5://下拉框
|
||
|
$form_type = 'select';
|
||
|
$parameter[] = $this->builder->textarea('parameter', '配置参数')->placeholder("参数方式例如:\n1=>白色\n2=>红色\n3=>黑色");
|
||
|
break;
|
||
|
case 6://开关
|
||
|
$form_type = 'switch';
|
||
|
$parameter[] = $this->builder->switches('value', '默认');
|
||
|
break;
|
||
|
}
|
||
|
if ($form_type) {
|
||
|
$formbuider[] = $this->builder->hidden('type', $form_type);
|
||
|
[$configTabList, $data] = $service->getConfigTabListForm((int)($tab_id ?? 0));
|
||
|
$formbuider[] = $this->builder->cascader('config_tab_id', '分类', $data)->options($configTabList)->filterable(true)->props(['props' => ['multiple' => false, 'checkStrictly' => true, 'emitPath' => false]])->style(['width'=>'100%']);
|
||
|
if ($info_type) {
|
||
|
$formbuider[] = $info_type;
|
||
|
}
|
||
|
$formbuider[] = $this->builder->input('info', '配置名称')->autofocus(1);
|
||
|
$formbuider[] = $this->builder->input('menu_name', '字段变量')->placeholder('例如:site_url');
|
||
|
$formbuider[] = $this->builder->input('desc', '表单说明');
|
||
|
$formbuider = array_merge($formbuider, $parameter);
|
||
|
$formbuider[] = $this->builder->number('sort', '排序', 0);
|
||
|
$formbuider[] = $this->builder->radio('status', '状态', 1)->options($this->formStatus());
|
||
|
}
|
||
|
return create_form('添加字段', $formbuider, $this->url('/setting/config'), 'POST');
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* radio 和 checkbox规则的判断
|
||
|
* @param $data
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function valiDateRadioAndCheckbox($data)
|
||
|
{
|
||
|
$option = [];
|
||
|
$option_new = [];
|
||
|
$data['parameter'] = str_replace("\r\n", "\n", $data['parameter']);//防止不兼容
|
||
|
$parameter = explode("\n", $data['parameter']);
|
||
|
if (count($parameter) < 2) {
|
||
|
throw new AdminException(400603);
|
||
|
}
|
||
|
foreach ($parameter as $k => $v) {
|
||
|
if (isset($v) && !empty($v)) {
|
||
|
$option[$k] = explode('=>', $v);
|
||
|
}
|
||
|
}
|
||
|
if (count($option) < 2) {
|
||
|
throw new AdminException(400603);
|
||
|
}
|
||
|
$bool = 1;
|
||
|
foreach ($option as $k => $v) {
|
||
|
$option_new[$k] = $option[$k][0];
|
||
|
foreach ($v as $kk => $vv) {
|
||
|
$vv_num = strlen($vv);
|
||
|
if (!$vv_num) {
|
||
|
$bool = 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
if (!$bool) {
|
||
|
throw new AdminException(400603);
|
||
|
}
|
||
|
$num1 = count($option_new);//提取该数组的数目
|
||
|
$arr2 = array_unique($option_new);//合并相同的元素
|
||
|
$num2 = count($arr2);//提取合并后数组个数
|
||
|
if ($num1 > $num2) {
|
||
|
throw new AdminException(400603);
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 验证参数
|
||
|
* @param $data
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function valiDateValue($data)
|
||
|
{
|
||
|
if (!$data || !isset($data['required']) || !$data['required']) {
|
||
|
return true;
|
||
|
}
|
||
|
$valids = explode(',', $data['required']);
|
||
|
foreach ($valids as $valid) {
|
||
|
$valid = explode(':', $valid);
|
||
|
if (isset($valid[0]) && isset($valid[1])) {
|
||
|
$k = strtolower(trim($valid[0]));
|
||
|
$v = strtolower(trim($valid[1]));
|
||
|
switch ($k) {
|
||
|
case 'required':
|
||
|
if ($v == 'true' && $data['value'] === '') {
|
||
|
throw new AdminException(400604, ['name' => $data['info'] ?? '']);
|
||
|
}
|
||
|
break;
|
||
|
case 'url':
|
||
|
if ($v == 'true' && !check_link($data['value'])) {
|
||
|
throw new AdminException(400605, ['name' => $data['info'] ?? '']);
|
||
|
}
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 保存平台电子面单打印信息
|
||
|
* @param array $data
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function saveExpressInfo(array $data)
|
||
|
{
|
||
|
if (!is_array($data) || !$data) return false;
|
||
|
// config_export_id 快递公司id
|
||
|
// config_export_temp_id 快递公司模板id
|
||
|
// config_export_com 快递公司编码
|
||
|
// config_export_to_name 发货人姓名
|
||
|
// config_export_to_tel 发货人电话
|
||
|
// config_export_to_address 发货人详细地址
|
||
|
// config_export_siid 电子面单打印机编号
|
||
|
foreach ($data as $key => $value) {
|
||
|
$this->dao->update(['menu_name' => 'config_export_' . $key], ['value' => json_encode($value)]);
|
||
|
}
|
||
|
CacheService::clear();
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取分享海报 兼容方法
|
||
|
*/
|
||
|
public function getSpreadBanner()
|
||
|
{
|
||
|
//配置
|
||
|
$banner = sys_config('spread_banner', []);
|
||
|
if (!$banner) {
|
||
|
//组合数据
|
||
|
$banner = sys_data('routine_spread_banner');
|
||
|
if ($banner) {
|
||
|
$banner = array_column($banner, 'pic');
|
||
|
$this->dao->update(['menu_name' => 'spread_banner'], ['value' => json_encode($banner)]);
|
||
|
CacheService::clear();
|
||
|
}
|
||
|
}
|
||
|
return $banner;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 保存wss配置
|
||
|
* @param int $wssOpen
|
||
|
* @param string $wssLocalpk
|
||
|
* @param string $wssLocalCert
|
||
|
*/
|
||
|
public function saveSslFilePath(int $wssOpen, string $wssLocalpk, string $wssLocalCert)
|
||
|
{
|
||
|
$wssFile = root_path() . '.wss';
|
||
|
$content = <<<WSS
|
||
|
wssOpen = $wssOpen
|
||
|
wssLocalpk = $wssLocalpk
|
||
|
wssLocalCert = $wssLocalCert
|
||
|
WSS;
|
||
|
try {
|
||
|
file_put_contents($wssFile, $content);
|
||
|
} catch (\Throwable $e) {
|
||
|
throw new AdminException(400606);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 获取wss配置
|
||
|
* @param string $key
|
||
|
* @return array|false|mixed
|
||
|
*/
|
||
|
public function getSslFilePath(string $key = '')
|
||
|
{
|
||
|
$wssFile = root_path() . '.wss';
|
||
|
try {
|
||
|
$content = parse_ini_file($wssFile);
|
||
|
} catch (\Throwable $e) {
|
||
|
$content = [];
|
||
|
}
|
||
|
return $content[$key] ?? $content;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 检测缩略图水印配置是否更改
|
||
|
* @param array $post
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function checkThumbParam(array $post)
|
||
|
{
|
||
|
unset($post['upload_type'], $post['image_watermark_status']);
|
||
|
/** @var SystemConfigTabServices $systemConfigTabServices */
|
||
|
$systemConfigTabServices = app()->make(SystemConfigTabServices::class);
|
||
|
//上传配置->基础配置
|
||
|
$tab_id = $systemConfigTabServices->getColumn(['eng_title' => 'base_config'], 'id');
|
||
|
if ($tab_id) {
|
||
|
$all = $this->dao->getColumn(['config_tab_id' => $tab_id], 'value', 'menu_name');
|
||
|
if (array_intersect(array_keys($all), array_keys($post))) {
|
||
|
foreach ($post as $key => $item) {
|
||
|
//配置更改删除原来生成的缩略图
|
||
|
if (isset($all[$key]) && $item != json_decode($all[$key], true)) {
|
||
|
try {
|
||
|
FileService::delDir(public_path('uploads/thumb_water'));
|
||
|
break;
|
||
|
} catch (\Throwable $e) {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 变更分销绑定关系模式
|
||
|
* @param array $post
|
||
|
* @return bool
|
||
|
*/
|
||
|
public function checkBrokerageBinding(array $post)
|
||
|
{
|
||
|
try {
|
||
|
$config_data = $post['store_brokerage_binding_status'];
|
||
|
$config_one = $this->dao->getOne(['menu_name' => 'store_brokerage_binding_status']);
|
||
|
$config_old = json_decode($config_one['value'], true);
|
||
|
if ($config_old != 2 && $config_data == 2) {
|
||
|
//自动解绑上级绑定
|
||
|
|
||
|
/** @var AgentManageServices $agentManage */
|
||
|
$agentManage = app()->make(AgentManageServices::class);
|
||
|
$agentManage->resetSpreadTime();
|
||
|
}
|
||
|
} catch (\Throwable $e) {
|
||
|
Log::error('变更分销绑定模式重置绑定时间失败,失败原因:' . $e->getMessage());
|
||
|
return false;
|
||
|
}
|
||
|
return true;
|
||
|
}
|
||
|
}
|