Sin descripción
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.

Product.php 65KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500
  1. <?php
  2. /**
  3. * 易优CMS
  4. * ============================================================================
  5. * 版权所有 2016-2028 海口快推科技有限公司,并保留所有权利。
  6. * 网站地址: http://www.eyoucms.com
  7. * ----------------------------------------------------------------------------
  8. * 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.
  9. * ============================================================================
  10. * Author: 小虎哥 <1105415366@qq.com>
  11. * Date: 2018-4-3
  12. */
  13. namespace app\admin\controller;
  14. use think\Page;
  15. use think\Db;
  16. use app\common\logic\ArctypeLogic;
  17. use app\admin\logic\ProductLogic;
  18. use app\admin\logic\ProductSpecLogic; // 用于产品规格逻辑功能处理
  19. class Product extends Base
  20. {
  21. // 模型标识
  22. public $nid = 'product';
  23. // 模型ID
  24. public $channeltype = '';
  25. // 表单类型
  26. public $attrInputTypeArr = array();
  27. public function _initialize()
  28. {
  29. parent::_initialize();
  30. $channeltype_list = config('global.channeltype_list');
  31. $this->channeltype = $channeltype_list[$this->nid];
  32. empty($this->channeltype) && $this->channeltype = 2;
  33. $this->attrInputTypeArr = config('global.attr_input_type_arr');
  34. $this->assign('nid', $this->nid);
  35. $this->assign('channeltype', $this->channeltype);
  36. // 商城中心开关
  37. $shopOpen = isset($this->usersConfig['shop_open']) ? intval($this->usersConfig['shop_open']) : 0;
  38. $this->assign('shopOpen', $shopOpen);
  39. // 返回页面
  40. $paramTypeid = input('param.typeid/d', 0);
  41. $this->callback_url = url('Product/index', ['lang' => $this->admin_lang, 'typeid' => $paramTypeid]);
  42. $this->assign('callback_url', $this->callback_url);
  43. }
  44. //产品列表
  45. public function index()
  46. {
  47. $assign_data = $condition = [];
  48. // 获取到所有GET参数
  49. $param = input('param.');
  50. $typeid = input('typeid/d', 0);
  51. // 搜索、筛选查询条件处理
  52. foreach (['keywords', 'typeid', 'flag', 'is_release','province_id','city_id','area_id'] as $key) {
  53. if ($key == 'typeid' && empty($param['typeid'])) {
  54. $typeids = Db::name('arctype')->where('current_channel', $this->channeltype)->column('id');
  55. $condition['a.typeid'] = array('IN', $typeids);
  56. }
  57. if (isset($param[$key]) && $param[$key] !== '') {
  58. if ($key == 'keywords') {
  59. $keywords = $param[$key];
  60. $condition['a.title'] = array('LIKE', "%{$param[$key]}%");
  61. } else if ($key == 'typeid') {
  62. $typeid = $param[$key];
  63. $hasRow = model('Arctype')->getHasChildren($typeid);
  64. $typeids = get_arr_column($hasRow, 'id');
  65. // 权限控制 by 小虎哥
  66. $admin_info = session('admin_info');
  67. if (0 < intval($admin_info['role_id'])) {
  68. $auth_role_info = $admin_info['auth_role_info'];
  69. if (!empty($typeid) && !empty($auth_role_info) && !empty($auth_role_info['permission']['arctype'])) {
  70. $typeids = array_intersect($typeids, $auth_role_info['permission']['arctype']);
  71. }
  72. }
  73. $condition['a.typeid'] = array('IN', $typeids);
  74. } else if ($key == 'flag') {
  75. if ('is_release' == $param[$key]) {
  76. $condition['a.users_id'] = array('gt', 0);
  77. } else {
  78. $FlagNew = $param[$key];
  79. $condition['a.'.$param[$key]] = array('eq', 1);
  80. }
  81. } else if (in_array($key, ['province_id','city_id','area_id'])) {
  82. if (!empty($param['area_id'])) {
  83. $condition['a.area_id'] = $param['area_id'];
  84. } else if (!empty($param['city_id'])) {
  85. $condition['a.city_id'] = $param['city_id'];
  86. } else if (!empty($param['province_id'])) {
  87. $condition['a.province_id'] = $param['province_id'];
  88. }
  89. } else {
  90. $condition['a.'.$key] = array('eq', $param[$key]);
  91. }
  92. }
  93. }
  94. // 权限控制 by 小虎哥
  95. $admin_info = session('admin_info');
  96. if (0 < intval($admin_info['role_id'])) {
  97. $auth_role_info = $admin_info['auth_role_info'];
  98. if (!empty($auth_role_info) && isset($auth_role_info['only_oneself']) && 1 == $auth_role_info['only_oneself']) {
  99. $condition['a.admin_id'] = $admin_info['admin_id'];
  100. }
  101. }
  102. // 时间检索条件
  103. $begin = strtotime(input('add_time_begin'));
  104. $end = strtotime(input('add_time_end'));
  105. if ($begin > 0 && $end > 0) {
  106. $condition['a.add_time'] = array('between', "$begin, $end");
  107. } else if ($begin > 0) {
  108. $condition['a.add_time'] = array('egt', $begin);
  109. } else if ($end > 0) {
  110. $condition['a.add_time'] = array('elt', $end);
  111. }
  112. // 必要条件
  113. $condition['a.channel'] = array('eq', $this->channeltype);
  114. $condition['a.lang'] = array('eq', $this->admin_lang);
  115. $condition['a.is_del'] = array('eq', 0);
  116. $conditionNew = "(a.users_id = 0 OR (a.users_id > 0 AND a.arcrank >= 0))";
  117. // 自定义排序
  118. $orderby = input('param.orderby/s');
  119. $orderway = input('param.orderway/s');
  120. if (!empty($orderby) && !empty($orderway)) {
  121. $orderby = "a.{$orderby} {$orderway}, a.aid desc";
  122. } else {
  123. $orderby = "a.aid desc";
  124. }
  125. // 数据查询,搜索出主键ID的值
  126. $SqlQuery = Db::name('archives')->alias('a')->where($condition)->where($conditionNew)->fetchSql()->count('aid');
  127. $count = Db::name('sql_cache_table')->where(['sql_md5'=>md5($SqlQuery)])->getField('sql_result');
  128. $count = ($count < 0) ? 0 : $count;
  129. if (empty($count)) {
  130. $count = Db::name('archives')->alias('a')->where($condition)->where($conditionNew)->count('aid');
  131. /*添加查询执行语句到mysql缓存表*/
  132. $SqlCacheTable = [
  133. 'sql_name' => '|product|' . $this->channeltype . '|',
  134. 'sql_result' => $count,
  135. 'sql_md5' => md5($SqlQuery),
  136. 'sql_query' => $SqlQuery,
  137. 'add_time' => getTime(),
  138. 'update_time' => getTime(),
  139. ];
  140. if (!empty($FlagNew)) $SqlCacheTable['sql_name'] = $SqlCacheTable['sql_name'] . $FlagNew . '|';
  141. if (!empty($typeid)) $SqlCacheTable['sql_name'] = $SqlCacheTable['sql_name'] . $typeid . '|';
  142. if (!empty($keywords)) $SqlCacheTable['sql_name'] = '|product|keywords|';
  143. Db::name('sql_cache_table')->insertGetId($SqlCacheTable);
  144. /*END*/
  145. }
  146. $Page = new Page($count, config('paginate.list_rows'));
  147. $list = [];
  148. if (!empty($count)) {
  149. $limit = $count > config('paginate.list_rows') ? $Page->firstRow.','.$Page->listRows : $count;
  150. $list = Db::name('archives')
  151. ->field("a.aid")
  152. ->alias('a')
  153. ->where($condition)
  154. ->where($conditionNew)
  155. ->order($orderby)
  156. ->limit($limit)
  157. ->getAllWithIndex('aid');
  158. // 在数据量大的情况下,经过优化的搜索逻辑,先搜索出主键ID,再通过ID将其他信息补充完整
  159. if (!empty($list)) {
  160. $aids = array_keys($list);
  161. $fields = "b.*, a.*, a.aid as aid";
  162. $row = Db::name('archives')
  163. ->field($fields)
  164. ->alias('a')
  165. ->join('__ARCTYPE__ b', 'a.typeid = b.id', 'LEFT')
  166. ->where('a.aid', 'in', $aids)
  167. ->getAllWithIndex('aid');
  168. foreach ($list as $key => $val) {
  169. $row[$val['aid']]['arcurl'] = get_arcurl($row[$val['aid']]);
  170. $row[$val['aid']]['litpic'] = handle_subdir_pic($row[$val['aid']]['litpic']); // 支持子目录
  171. $list[$key] = $row[$val['aid']];
  172. }
  173. }
  174. }
  175. $show = $Page->show();
  176. $assign_data['page'] = $show;
  177. $assign_data['list'] = $list;
  178. $assign_data['pager'] = $Page;
  179. $assign_data['typeid'] = $typeid;
  180. $assign_data['tab'] = input('param.tab/d', 3);// 选项卡
  181. $assign_data['archives_flags'] = model('ArchivesFlag')->getList();// 文档属性
  182. $assign_data['arctype_info'] = $typeid > 0 ? Db::name('arctype')->field('typename')->find($typeid) : [];// 当前栏目信息
  183. $this->assign($assign_data);
  184. return $this->fetch();
  185. }
  186. /**
  187. * 添加
  188. */
  189. public function add()
  190. {
  191. $admin_info = session('admin_info');
  192. $auth_role_info = $admin_info['auth_role_info'];
  193. $this->assign('auth_role_info', $auth_role_info);
  194. $this->assign('admin_info', $admin_info);
  195. if (IS_POST) {
  196. $post = input('post.');
  197. model('Archives')->editor_auto_210607($post);
  198. /* 处理TAG标签 */
  199. if (!empty($post['tags_new'])) {
  200. $post['tags'] = !empty($post['tags']) ? $post['tags'] . ',' . $post['tags_new'] : $post['tags_new'];
  201. unset($post['tags_new']);
  202. }
  203. $post['tags'] = explode(',', $post['tags']);
  204. $post['tags'] = array_unique($post['tags']);
  205. $post['tags'] = implode(',', $post['tags']);
  206. /* END */
  207. $content = empty($post['addonFieldExt']['content']) ? '' : htmlspecialchars_decode($post['addonFieldExt']['content']);
  208. // 根据标题自动提取相关的关键字
  209. $seo_keywords = $post['seo_keywords'];
  210. if (!empty($seo_keywords)) {
  211. $seo_keywords = str_replace(',', ',', $seo_keywords);
  212. } else {
  213. // $seo_keywords = get_split_word($post['title'], $content);
  214. }
  215. // 自动获取内容第一张图片作为封面图
  216. $is_remote = !empty($post['is_remote']) ? $post['is_remote'] : 0;
  217. $litpic = '';
  218. if ($is_remote == 1) {
  219. $litpic = $post['litpic_remote'];
  220. } else {
  221. $litpic = $post['litpic_local'];
  222. }
  223. if (empty($litpic)) {
  224. $litpic = get_html_first_imgurl($content);
  225. }
  226. $post['litpic'] = $litpic;
  227. /*是否有封面图*/
  228. if (empty($post['litpic'])) {
  229. $is_litpic = 0; // 无封面图
  230. } else {
  231. $is_litpic = 1; // 有封面图
  232. }
  233. // SEO描述
  234. $seo_description = '';
  235. if (empty($post['seo_description']) && !empty($content)) {
  236. $seo_description = @msubstr(checkStrHtml($content), 0, config('global.arc_seo_description_length'), false);
  237. } else {
  238. $seo_description = $post['seo_description'];
  239. }
  240. // 外部链接跳转
  241. $jumplinks = '';
  242. $is_jump = isset($post['is_jump']) ? $post['is_jump'] : 0;
  243. if (intval($is_jump) > 0) {
  244. $jumplinks = $post['jumplinks'];
  245. }
  246. // 模板文件,如果文档模板名与栏目指定的一致,默认就为空。让它跟随栏目的指定而变
  247. if ($post['type_tempview'] == $post['tempview']) {
  248. unset($post['type_tempview']);
  249. unset($post['tempview']);
  250. }
  251. //处理自定义文件名,仅由字母数字下划线和短横杆组成,大写强制转换为小写
  252. $htmlfilename = trim($post['htmlfilename']);
  253. if (!empty($htmlfilename)) {
  254. $htmlfilename = preg_replace("/[^\x{4e00}-\x{9fa5}\w\-]+/u", "-", $htmlfilename);
  255. // $htmlfilename = strtolower($htmlfilename);
  256. //判断是否存在相同的自定义文件名
  257. $map = [
  258. 'htmlfilename' => $htmlfilename,
  259. 'lang' => $this->admin_lang,
  260. ];
  261. if (!empty($post['typeid'])) {
  262. $map['typeid'] = array('eq', $post['typeid']);
  263. }
  264. $filenameCount = Db::name('archives')->where($map)->count();
  265. if (!empty($filenameCount)) {
  266. $this->error("同栏目下,自定义文件名已存在!");
  267. } else if (preg_match('/^(\d+)$/i', $htmlfilename)) {
  268. $this->error("自定义文件名不能纯数字,会与文档ID冲突!");
  269. }
  270. } else {
  271. // 处理外贸链接
  272. if (is_dir('./weapp/Waimao/')) {
  273. $waimaoLogic = new \weapp\Waimao\logic\WaimaoLogic;
  274. $waimaoLogic->get_new_htmlfilename($htmlfilename, $post, 'add', $this->globalConfig);
  275. }
  276. }
  277. $post['htmlfilename'] = $htmlfilename;
  278. // 产品类型
  279. if (!empty($post['prom_type'])) {
  280. if ($post['prom_type_vir'] == 2) {
  281. $post['netdisk_url'] = trim($post['netdisk_url']);
  282. if (empty($post['netdisk_url'])) {
  283. $this->error("网盘地址不能为空!");
  284. }
  285. $post['prom_type'] = 2;
  286. } else if ($post['prom_type_vir'] == 3) {
  287. $post['text_content'] = trim($post['text_content']);
  288. if (empty($post['text_content'])) {
  289. $this->error("虚拟文本内容不能为空!");
  290. }
  291. $post['prom_type'] = 3;
  292. }
  293. }
  294. //做自动通过审核判断
  295. if ($admin_info['role_id'] > 0 && $auth_role_info['check_oneself'] < 1) {
  296. $post['arcrank'] = -1;
  297. }
  298. // 副栏目
  299. if (isset($post['stypeid'])) {
  300. $post['stypeid'] = preg_replace('/([^\d\,\,]+)/i', ',', $post['stypeid']);
  301. $post['stypeid'] = str_replace(',', ',', $post['stypeid']);
  302. $post['stypeid'] = trim($post['stypeid'], ',');
  303. $post['stypeid'] = str_replace(",{$post['typeid']},", ',', ",{$post['stypeid']},");
  304. $post['stypeid'] = trim($post['stypeid'], ',');
  305. }
  306. // 虚拟销量和总虚拟销量
  307. $post['virtual_sales'] = empty($post['virtual_sales']) ? 0 : intval($post['virtual_sales']);
  308. if (!empty($post['spec_type']) && $post['spec_type'] == 2) { // 多规格
  309. $sales_all = 0;
  310. $post['virtual_sales'] = 0; // 多规格不加上虚拟销量
  311. foreach ($post['spec_sales'] as $key => $val) {
  312. $sales_all += intval($val['spec_sales_num']); // + $post['virtual_sales'];
  313. }
  314. } else { // 单规格
  315. $sales_all = $post['virtual_sales'];
  316. }
  317. // --存储数据
  318. $newData = array(
  319. 'typeid'=> empty($post['typeid']) ? 0 : $post['typeid'],
  320. 'channel' => $this->channeltype,
  321. 'is_b' => empty($post['is_b']) ? 0 : $post['is_b'],
  322. 'is_head' => empty($post['is_head']) ? 0 : $post['is_head'],
  323. 'is_special' => empty($post['is_special']) ? 0 : $post['is_special'],
  324. 'is_recom' => empty($post['is_recom']) ? 0 : $post['is_recom'],
  325. 'is_roll' => empty($post['is_roll']) ? 0 : $post['is_roll'],
  326. 'is_slide' => empty($post['is_slide']) ? 0 : $post['is_slide'],
  327. 'is_diyattr' => empty($post['is_diyattr']) ? 0 : $post['is_diyattr'],
  328. 'editor_remote_img_local'=> empty($post['editor_remote_img_local']) ? 0 : $post['editor_remote_img_local'],
  329. 'editor_img_clear_link' => empty($post['editor_img_clear_link']) ? 0 : $post['editor_img_clear_link'],
  330. 'is_jump' => $is_jump,
  331. 'is_litpic' => $is_litpic,
  332. 'jumplinks' => $jumplinks,
  333. 'origin' => empty($post['origin']) ? '网络' : $post['origin'],
  334. 'seo_keywords' => $seo_keywords,
  335. 'seo_description' => $seo_description,
  336. 'admin_id' => session('admin_info.admin_id'),
  337. 'sales_all' => $sales_all,
  338. 'stock_show' => empty($post['stock_show']) ? 0 : $post['stock_show'],
  339. 'users_price' => empty($post['users_price']) ? 0 : floatval($post['users_price']),
  340. 'crossed_price' => empty($post['crossed_price']) ? 0 : floatval($post['crossed_price']),
  341. 'lang' => $this->admin_lang,
  342. 'sort_order' => 100,
  343. 'add_time' => strtotime($post['add_time']),
  344. 'update_time' => strtotime($post['add_time']),
  345. );
  346. $data = array_merge($post, $newData);
  347. // if (!empty($post['param_type']) && 2 == $post['param_type']) {
  348. // $data['attrlist_id'] = 0;
  349. // }
  350. if (2 === intval($post['spec_type'])) {
  351. $data['stock_show'] = 1;
  352. $data['users_discount_type'] = 0;
  353. }
  354. $aid = Db::name('archives')->insertGetId($data);
  355. $_POST['aid'] = $aid;
  356. if (!empty($aid)) {
  357. // 单规格 且 选择指定会员级别 则 执行
  358. if (1 === intval($post['spec_type']) && 1 === intval($post['users_discount_type'])) {
  359. model('ShopPublicHandle')->saveUsersDiscountPriceList($post['users_discount'], $aid);
  360. }
  361. // ---------后置操作
  362. $newAttr = !empty($post['is_old_product_attr']) ? false : true;
  363. model('Product')->afterSave($aid, $data, 'add', $newAttr);
  364. // 添加查询执行语句到mysql缓存表
  365. model('SqlCacheTable')->InsertSqlCacheTable();
  366. // 若选择多规格选项,则添加产品规格
  367. if (!empty($post['spec_type']) && 2 == $post['spec_type']) {
  368. // 更新规格名称数据
  369. $data['aid'] = $aid;
  370. model('ProductSpecData')->ProducSpecNameEditSave($data, 'add');
  371. // 更新规格值及金额数据
  372. model('ProductSpecValue')->ProducSpecValueEditSave($data, 'add');
  373. // model('ProductSpecPreset')->ProductSpecInsertAll($aid, $data);
  374. }
  375. // 若选择自定义参数则执行
  376. if (!empty($post['attr_name']) && !empty($post['attr_value'])) {
  377. // 新增商品参数
  378. $attrName = !empty($post['attr_name']) ? $post['attr_name'] : [];
  379. $attrValue = !empty($post['attr_value']) ? $post['attr_value'] : [];
  380. $sortOrder = !empty($post['sort_order']) ? $post['sort_order'] : 100;
  381. $productAttribute = $productAttr = [];
  382. $time = getTime();
  383. foreach ($attrName as $key => $value) {
  384. if (!empty($value)) {
  385. $productAttribute = [
  386. 'aid' => $aid,
  387. 'attr_name' => trim($value),
  388. 'attr_values' => '',
  389. 'sort_order' => 100,//intval($sortOrder[$key]),
  390. 'lang' => $this->admin_lang,
  391. 'is_custom' => 1,
  392. 'add_time' => $time,
  393. 'update_time' => $time,
  394. ];
  395. $attrID = Db::name('shop_product_attribute')->insertGetId($productAttribute);
  396. if (!empty($attrValue[$key])) {
  397. $productAttr = [
  398. 'aid' => $aid,
  399. 'attr_id' => $attrID,
  400. 'attr_value' => $attrValue[$key],
  401. 'is_custom' => 1,
  402. 'sort_order' => intval($sortOrder[$key]),
  403. 'add_time' => $time,
  404. 'update_time' => $time,
  405. ];
  406. Db::name('shop_product_attr')->insertGetId($productAttr);
  407. }
  408. }
  409. }
  410. }
  411. adminLog('新增产品:' . $data['title']);
  412. // 虚拟商品保存
  413. if (!empty($post['prom_type']) && in_array($post['prom_type'], [2, 3])) {
  414. model('ProductNetdisk')->saveProductNetdisk($aid, $data);
  415. }
  416. // 生成静态页面代码
  417. $successData = [
  418. 'aid' => $aid,
  419. 'tid' => $post['typeid'],
  420. ];
  421. $this->success("操作成功!", null, $successData);
  422. }
  423. $this->error("操作失败!");
  424. }
  425. $typeid = input('param.typeid/d', 0);
  426. $assign_data['typeid'] = $typeid; // 栏目ID
  427. // 栏目信息
  428. $arctypeInfo = Db::name('arctype')->find($typeid);
  429. // 允许发布文档列表的栏目
  430. $assign_data['arctype_html'] = allow_release_arctype($typeid, array($this->channeltype));
  431. // 可控制的字段列表
  432. $assign_data['ifcontrolRow'] = Db::name('channelfield')->field('id,name')->where([
  433. 'channel_id' => $this->channeltype,
  434. 'ifmain' => 1,
  435. 'ifeditable' => 1,
  436. 'ifcontrol' => 0,
  437. 'status' => 1,
  438. ])->getAllWithIndex('name');
  439. // 阅读权限
  440. $assign_data['arcrank_list'] = get_arcrank_list();
  441. // 产品参数
  442. $assign_data['canshu'] = $this->ajax_get_attr_input($typeid);
  443. // 模板列表
  444. $archivesLogic = new \app\admin\logic\ArchivesLogic;
  445. $assign_data['templateList'] = $archivesLogic->getTemplateList($this->nid);
  446. // 默认模板文件
  447. $tempview = 'view_' . $this->nid . '.' . config('template.view_suffix');
  448. !empty($arctypeInfo['tempview']) && $tempview = $arctypeInfo['tempview'];
  449. $assign_data['tempview'] = $tempview;
  450. // 商城配置
  451. $shopConfig = getUsersConfigData('shop');
  452. $assign_data['shopConfig'] = $shopConfig;
  453. // 商品规格
  454. if (isset($shopConfig['shop_open_spec']) && 1 == $shopConfig['shop_open_spec']) {
  455. // 清除处理表的aid
  456. session('handleAID', 0);
  457. // 删除商品添加时产生的废弃规格
  458. $del_spec = session('del_spec') ? session('del_spec') : [];
  459. if (!empty($del_spec)) {
  460. $del_spec = array_unique($del_spec);
  461. $where = [
  462. 'spec_mark_id' => ['IN', $del_spec]
  463. ];
  464. Db::name('product_spec_data_handle')->where($where)->delete(true);
  465. // 清除 session
  466. session('del_spec', null);
  467. }
  468. // 预设值名称
  469. $assign_data['preset_value'] = Db::name('product_spec_preset')->where('lang', $this->admin_lang)->field('preset_id, preset_mark_id, preset_name')->group('preset_mark_id')->order('preset_mark_id desc')->select();
  470. // 读取规格预设库最大参数标记ID
  471. $maxPresetMarkID = $assign_data['preset_value'][0]['preset_mark_id'];
  472. $assign_data['maxPresetMarkID'] = $maxPresetMarkID + 1;
  473. }
  474. /*产品参数 - 新旧兼容*/
  475. $is_old_product_attr = tpSetting('system.system_old_product_attr', [], 'cn');
  476. if (!empty($is_old_product_attr)) { // 旧产品参数
  477. $assign_data['canshu'] = $this->ajax_get_attr_input($typeid);
  478. } else { // 新产品参数
  479. $where = [
  480. 'lang' => $this->admin_lang,
  481. 'status' => 1,
  482. 'is_del' => 0,
  483. ];
  484. $assign_data['AttrList'] = Db::name('shop_product_attrlist')->where($where)->order('sort_order asc, list_id asc')->select();
  485. }
  486. $assign_data['is_old_product_attr'] = $is_old_product_attr;
  487. /*--end*/
  488. // 最大参数属性ID值 +1
  489. $maxAttrID = Db::name('shop_product_attribute')->max('attr_id');
  490. $assign_data['maxAttrID'] = ++$maxAttrID;
  491. // 文档默认浏览量
  492. $globalConfig = tpCache('global');
  493. if (isset($globalConfig['other_arcclick']) && 0 <= $globalConfig['other_arcclick']) {
  494. $arcclick_arr = explode("|", $globalConfig['other_arcclick']);
  495. if (count($arcclick_arr) > 1) {
  496. $assign_data['rand_arcclick'] = mt_rand($arcclick_arr[0], $arcclick_arr[1]);
  497. } else {
  498. $assign_data['rand_arcclick'] = intval($arcclick_arr[0]);
  499. }
  500. }else{
  501. $arcclick_config['other_arcclick'] = '500|1000';
  502. tpCache('other', $arcclick_config);
  503. $assign_data['rand_arcclick'] = mt_rand(500, 1000);
  504. }
  505. // URL模式
  506. $tpcache = config('tpcache');
  507. $assign_data['seo_pseudo'] = !empty($tpcache['seo_pseudo']) ? $tpcache['seo_pseudo'] : 1;
  508. /*文档属性*/
  509. $assign_data['archives_flags'] = model('ArchivesFlag')->getList();
  510. $channelRow = Db::name('channeltype')->where('id', $this->channeltype)->find();
  511. $assign_data['channelRow'] = $channelRow;
  512. // 来源列表
  513. $system_originlist = tpSetting('system.system_originlist');
  514. $system_originlist = json_decode($system_originlist, true);
  515. $system_originlist = !empty($system_originlist) ? $system_originlist : [];
  516. $assign_data['system_originlist_0'] = !empty($system_originlist) ? $system_originlist[0] : "";
  517. $assign_data['system_originlist_str'] = implode(PHP_EOL, $system_originlist);
  518. // 多站点,当用站点域名访问后台,发布文档自动选择当前所属区域
  519. model('Citysite')->auto_location_select($assign_data);
  520. $this->assign($assign_data);
  521. return $this->fetch();
  522. }
  523. /**
  524. * 编辑
  525. */
  526. public function edit()
  527. {
  528. $admin_info = session('admin_info');
  529. $auth_role_info = $admin_info['auth_role_info'];
  530. $this->assign('auth_role_info', $auth_role_info);
  531. $this->assign('admin_info', $admin_info);
  532. if (IS_POST) {
  533. $post = input('post.');
  534. model('Archives')->editor_auto_210607($post);
  535. $post['aid'] = intval($post['aid']);
  536. /* 处理TAG标签 */
  537. if (!empty($post['tags_new'])) {
  538. $post['tags'] = !empty($post['tags']) ? $post['tags'] . ',' . $post['tags_new'] : $post['tags_new'];
  539. unset($post['tags_new']);
  540. }
  541. $post['tags'] = explode(',', $post['tags']);
  542. $post['tags'] = array_unique($post['tags']);
  543. $post['tags'] = implode(',', $post['tags']);
  544. /* END */
  545. $typeid = input('post.typeid/d', 0);
  546. $content = empty($post['addonFieldExt']['content']) ? '' : htmlspecialchars_decode($post['addonFieldExt']['content']);
  547. // 根据标题自动提取相关的关键字
  548. $seo_keywords = $post['seo_keywords'];
  549. if (!empty($seo_keywords)) {
  550. $seo_keywords = str_replace(',', ',', $seo_keywords);
  551. } else {
  552. // $seo_keywords = get_split_word($post['title'], $content);
  553. }
  554. // 自动获取内容第一张图片作为封面图
  555. $is_remote = !empty($post['is_remote']) ? $post['is_remote'] : 0;
  556. $litpic = '';
  557. if ($is_remote == 1) {
  558. $litpic = $post['litpic_remote'];
  559. } else {
  560. $litpic = $post['litpic_local'];
  561. }
  562. if (empty($litpic)) {
  563. $litpic = get_html_first_imgurl($content);
  564. }
  565. $post['litpic'] = $litpic;
  566. /*是否有封面图*/
  567. if (empty($post['litpic'])) {
  568. $is_litpic = 0; // 无封面图
  569. } else {
  570. $is_litpic = !empty($post['is_litpic']) ? $post['is_litpic'] : 0; // 有封面图
  571. }
  572. // 勾选后SEO描述将随正文内容更新
  573. $basic_update_seo_description = empty($post['basic_update_seo_description']) ? 0 : 1;
  574. if (is_language()) {
  575. $langRow = \think\Db::name('language')->order('id asc')
  576. ->cache(true, EYOUCMS_CACHE_TIME, 'language')
  577. ->select();
  578. foreach ($langRow as $key => $val) {
  579. tpCache('basic', ['basic_update_seo_description'=>$basic_update_seo_description], $val['mark']);
  580. }
  581. } else {
  582. tpCache('basic', ['basic_update_seo_description'=>$basic_update_seo_description]);
  583. }
  584. /*--end*/
  585. // SEO描述
  586. $seo_description = '';
  587. if (!empty($basic_update_seo_description) || empty($post['seo_description'])) {
  588. $seo_description = @msubstr(checkStrHtml($content), 0, config('global.arc_seo_description_length'), false);
  589. } else {
  590. $seo_description = $post['seo_description'];
  591. }
  592. // --外部链接
  593. $jumplinks = '';
  594. $is_jump = isset($post['is_jump']) ? $post['is_jump'] : 0;
  595. if (intval($is_jump) > 0) {
  596. $jumplinks = $post['jumplinks'];
  597. }
  598. // 模板文件,如果文档模板名与栏目指定的一致,默认就为空。让它跟随栏目的指定而变
  599. if ($post['type_tempview'] == $post['tempview']) {
  600. unset($post['type_tempview']);
  601. unset($post['tempview']);
  602. }
  603. // 产品类型
  604. if (!empty($post['prom_type']) && !in_array($post['prom_type'],[0,4])) {
  605. if ($post['prom_type_vir'] == 2) {
  606. $post['netdisk_url'] = trim($post['netdisk_url']);
  607. if (empty($post['netdisk_url'])) {
  608. $this->error("网盘地址不能为空!");
  609. }
  610. $post['prom_type'] = 2;
  611. } else if ($post['prom_type_vir'] == 3) {
  612. $post['text_content'] = trim($post['text_content']);
  613. if (empty($post['text_content'])) {
  614. $this->error("虚拟文本内容不能为空!");
  615. }
  616. $post['prom_type'] = 3;
  617. }
  618. }
  619. //处理自定义文件名,仅由字母数字下划线和短横杆组成,大写强制转换为小写
  620. $htmlfilename = trim($post['htmlfilename']);
  621. if (!empty($htmlfilename)) {
  622. $htmlfilename = preg_replace("/[^\x{4e00}-\x{9fa5}\w\-]+/u", "-", $htmlfilename);
  623. // $htmlfilename = strtolower($htmlfilename);
  624. //判断是否存在相同的自定义文件名
  625. $map = [
  626. 'aid' => ['NEQ', $post['aid']],
  627. 'htmlfilename' => $htmlfilename,
  628. 'lang' => $this->admin_lang,
  629. ];
  630. if (!empty($post['typeid'])) {
  631. $map['typeid'] = array('eq', $post['typeid']);
  632. }
  633. $filenameCount = Db::name('archives')->where($map)->count();
  634. if (!empty($filenameCount)) {
  635. $this->error("同栏目下,自定义文件名已存在!");
  636. } else if (preg_match('/^(\d+)$/i', $htmlfilename)) {
  637. $this->error("自定义文件名不能纯数字,会与文档ID冲突!");
  638. }
  639. } else {
  640. // 处理外贸链接
  641. if (is_dir('./weapp/Waimao/')) {
  642. $waimaoLogic = new \weapp\Waimao\logic\WaimaoLogic;
  643. $waimaoLogic->get_new_htmlfilename($htmlfilename, $post, 'edit', $this->globalConfig);
  644. }
  645. }
  646. $post['htmlfilename'] = $htmlfilename;
  647. // 同步栏目切换模型之后的文档模型
  648. $channel = Db::name('arctype')->where(['id'=>$typeid])->getField('current_channel');
  649. //做未通过审核文档不允许修改文档状态操作
  650. if ($admin_info['role_id'] > 0 && $auth_role_info['check_oneself'] < 1) {
  651. $old_archives_arcrank = Db::name('archives')->where(['aid' => $post['aid']])->getField("arcrank");
  652. if ($old_archives_arcrank < 0) {
  653. unset($post['arcrank']);
  654. }
  655. }
  656. // 副栏目
  657. if (isset($post['stypeid'])) {
  658. $post['stypeid'] = preg_replace('/([^\d\,\,]+)/i', ',', $post['stypeid']);
  659. $post['stypeid'] = str_replace(',', ',', $post['stypeid']);
  660. $post['stypeid'] = trim($post['stypeid'], ',');
  661. $post['stypeid'] = str_replace(",{$typeid},", ',', ",{$post['stypeid']},");
  662. $post['stypeid'] = trim($post['stypeid'], ',');
  663. }
  664. // 虚拟销量和总虚拟销量
  665. $post['virtual_sales'] = empty($post['virtual_sales']) ? 0 : intval($post['virtual_sales']);
  666. if (!empty($post['spec_type']) && $post['spec_type'] == 2) { // 多规格
  667. $sales_all = 0;
  668. $post['virtual_sales'] = 0; // 多规格不加上虚拟销量
  669. foreach ($post['spec_sales'] as $key => $val) {
  670. $sales_all += intval($val['spec_sales_num']); // + $post['virtual_sales'];
  671. }
  672. } else { // 单规格
  673. $sales_all = $post['virtual_sales'];
  674. }
  675. // --存储数据
  676. $newData = array(
  677. 'typeid'=> $typeid,
  678. 'channel' => $channel,
  679. 'is_b' => empty($post['is_b']) ? 0 : $post['is_b'],
  680. 'is_head' => empty($post['is_head']) ? 0 : $post['is_head'],
  681. 'is_special' => empty($post['is_special']) ? 0 : $post['is_special'],
  682. 'is_recom' => empty($post['is_recom']) ? 0 : $post['is_recom'],
  683. 'is_roll' => empty($post['is_roll']) ? 0 : $post['is_roll'],
  684. 'is_slide' => empty($post['is_slide']) ? 0 : $post['is_slide'],
  685. 'is_diyattr' => empty($post['is_diyattr']) ? 0 : $post['is_diyattr'],
  686. 'editor_remote_img_local'=> empty($post['editor_remote_img_local']) ? 0 : $post['editor_remote_img_local'],
  687. 'editor_img_clear_link' => empty($post['editor_img_clear_link']) ? 0 : $post['editor_img_clear_link'],
  688. 'is_jump' => $is_jump,
  689. 'is_litpic' => $is_litpic,
  690. 'jumplinks' => $jumplinks,
  691. 'seo_keywords' => $seo_keywords,
  692. 'seo_description' => $seo_description,
  693. 'sales_all' => $sales_all,
  694. 'stock_show' => empty($post['stock_show']) ? 0 : $post['stock_show'],
  695. 'users_price' => empty($post['users_price']) ? 0 : floatval($post['users_price']),
  696. 'crossed_price' => empty($post['crossed_price']) ? 0 : floatval($post['crossed_price']),
  697. 'add_time' => strtotime($post['add_time']),
  698. 'update_time' => getTime(),
  699. );
  700. $data = array_merge($post, $newData);
  701. // if (!empty($post['param_type']) && 2 == $post['param_type']) {
  702. // $data['attrlist_id'] = 0;
  703. // }
  704. // 更新商品信息
  705. $where = [
  706. 'aid' => $data['aid'],
  707. 'lang' => $this->admin_lang,
  708. ];
  709. if (2 === intval($post['spec_type'])) {
  710. $data['stock_show'] = 1;
  711. $data['users_discount_type'] = 0;
  712. }
  713. $result = Db::name('archives')->where($where)->update($data);
  714. if (!empty($result)) {
  715. // 单规格 且 选择指定会员级别 则 执行
  716. if (1 === intval($post['spec_type']) && 1 === intval($post['users_discount_type'])) {
  717. model('ShopPublicHandle')->saveUsersDiscountPriceList($post['users_discount'], $data['aid']);
  718. }
  719. // ---------后置操作
  720. $newAttr = !empty($post['is_old_product_attr']) ? false : true;
  721. model('Product')->afterSave($data['aid'], $data, 'edit', $newAttr);
  722. //虚拟商品保存
  723. if (!empty($post['prom_type']) && in_array($post['prom_type'], [2,3])) {
  724. model('ProductNetdisk')->saveProductNetdisk($data['aid'], $data);
  725. }
  726. // 若选择单规格则清理多规格数据
  727. if (!empty($post['spec_type']) && 1 == $post['spec_type']) {
  728. // 产品规格数据表
  729. Db::name("product_spec_data")->where('aid', $data['aid'])->delete();
  730. // 产品多规格组装表
  731. Db::name("product_spec_value")->where('aid', $data['aid'])->delete();
  732. // 产品规格数据处理表
  733. Db::name("product_spec_data_handle")->where('aid', $data['aid'])->delete();
  734. }
  735. // 若选择多规格选项,则添加产品规格
  736. else if (!empty($post['spec_type']) && 2 == $post['spec_type']) {
  737. // 更新规格名称数据
  738. model('ProductSpecData')->ProducSpecNameEditSave($data);
  739. // 更新规格值及金额数据
  740. model('ProductSpecValue')->ProducSpecValueEditSave($data);
  741. }
  742. // 若选择自定义参数则执行
  743. if (!empty($post['attr_name']) && !empty($post['attr_value'])) {
  744. // 新增商品参数
  745. $attrName = !empty($post['attr_name']) ? $post['attr_name'] : [];
  746. $attrValue = !empty($post['attr_value']) ? $post['attr_value'] : [];
  747. $sortOrder = !empty($post['sort_order']) ? $post['sort_order'] : 100;
  748. $productAttribute = $productAttr = [];
  749. $time = getTime();
  750. foreach ($attrName as $key => $value) {
  751. if (!empty($value)) {
  752. $productAttribute = [
  753. 'aid' => $post['aid'],
  754. 'attr_name' => trim($value),
  755. 'attr_values' => '',
  756. 'sort_order' => 100,//intval($sortOrder[$key]),
  757. 'lang' => $this->admin_lang,
  758. 'is_custom' => 1,
  759. 'add_time' => $time,
  760. 'update_time' => $time,
  761. ];
  762. $attrID = Db::name('shop_product_attribute')->insertGetId($productAttribute);
  763. if (!empty($attrValue[$key])) {
  764. $productAttr = [
  765. 'aid' => $post['aid'],
  766. 'attr_id' => $attrID,
  767. 'attr_value' => $attrValue[$key],
  768. 'is_custom' => 1,
  769. 'sort_order' => intval($sortOrder[$key]),
  770. 'add_time' => $time,
  771. 'update_time' => $time,
  772. ];
  773. Db::name('shop_product_attr')->insertGetId($productAttr);
  774. }
  775. }
  776. }
  777. }
  778. // 删除指定的商品参数
  779. if (!empty($post['del_attr_id'])) {
  780. $delAttrID = explode(',', $post['del_attr_id']);
  781. $where = [
  782. 'is_custom' => 1,
  783. 'attr_id' => ['IN', $delAttrID]
  784. ];
  785. Db::name('shop_product_attr')->where($where)->delete(true);
  786. Db::name('shop_product_attribute')->where($where)->delete(true);
  787. }
  788. adminLog('编辑产品:' . $data['title']);
  789. // 系统商品操作时,积分商品的被动处理
  790. model('ShopPublicHandle')->pointsGoodsPassiveHandle([$data['aid']]);
  791. // 生成静态页面代码
  792. $successData = [
  793. 'aid' => $data['aid'],
  794. 'tid' => $typeid,
  795. ];
  796. $this->success("操作成功!", null, $successData);
  797. }
  798. $this->error("操作失败!");
  799. }
  800. $assign_data = array();
  801. $id = input('id/d', 0);
  802. $info = model('Product')->getInfo($id);
  803. if (empty($info)) $this->error('数据不存在,请联系管理员!');
  804. // 获取规格数据信息
  805. // 包含:SpecSelectName、HtmlTable、spec_mark_id_arr、preset_value
  806. $assign_data = model('ProductSpecData')->GetProductSpecData($id);
  807. // 兼容采集没有归属栏目的文档
  808. if (empty($info['channel'])) {
  809. $channelRow = Db::name('channeltype')->field('id as channel')->where('id', $this->channeltype)->find();
  810. $info = array_merge($info, $channelRow);
  811. }
  812. // 栏目ID及栏目信息
  813. $typeid = $info['typeid'];
  814. $assign_data['typeid'] = $typeid;
  815. // 副栏目
  816. $stypeid_arr = [];
  817. if (!empty($info['stypeid'])) {
  818. $info['stypeid'] = trim($info['stypeid'], ',');
  819. $stypeid_arr = Db::name('arctype')->field('id,typename')->where(['id'=>['IN', $info['stypeid']],'is_del'=>0])->select();
  820. }
  821. $assign_data['stypeid_arr'] = $stypeid_arr;
  822. // 栏目信息
  823. $arctypeInfo = Db::name('arctype')->find($typeid);
  824. $info['channel'] = $arctypeInfo['current_channel'];
  825. if (is_http_url($info['litpic'])) {
  826. $info['is_remote'] = 1;
  827. $info['litpic_remote'] = handle_subdir_pic($info['litpic']);
  828. } else {
  829. $info['is_remote'] = 0;
  830. $info['litpic_local'] = handle_subdir_pic($info['litpic']);
  831. }
  832. // SEO描述
  833. // if (!empty($info['seo_description'])) {
  834. // $info['seo_description'] = @msubstr(checkStrHtml($info['seo_description']), 0, config('global.arc_seo_description_length'), false);
  835. // }
  836. $assign_data['field'] = $info;
  837. // 产品相册
  838. $proimg_list = model('ProductImg')->getProImg($id);
  839. foreach ($proimg_list as $key => $val) {
  840. $proimg_list[$key]['image_url'] = handle_subdir_pic($val['image_url']); // 支持子目录
  841. }
  842. $assign_data['proimg_list'] = $proimg_list;
  843. // 允许发布文档列表的栏目,文档所在模型以栏目所在模型为主,兼容切换模型之后的数据编辑
  844. $assign_data['arctype_html'] = allow_release_arctype($typeid, array($info['channel']));
  845. // 可控制的主表字段列表
  846. $assign_data['ifcontrolRow'] = Db::name('channelfield')->field('id,name')->where([
  847. 'channel_id' => $this->channeltype,
  848. 'ifmain' => 1,
  849. 'ifeditable' => 1,
  850. 'ifcontrol' => 0,
  851. 'status' => 1,
  852. ])->getAllWithIndex('name');
  853. // 虚拟商品内容读取
  854. $assign_data['netdisk'] = Db::name("product_netdisk")->where('aid', $id)->find();
  855. // 阅读权限
  856. $assign_data['arcrank_list'] = get_arcrank_list();
  857. // 模板列表
  858. $archivesLogic = new \app\admin\logic\ArchivesLogic;
  859. $templateList = $archivesLogic->getTemplateList($this->nid);
  860. $assign_data['templateList'] = $templateList;
  861. // 默认模板文件
  862. $tempview = $info['tempview'];
  863. empty($tempview) && $tempview = $arctypeInfo['tempview'];
  864. $assign_data['tempview'] = $tempview;
  865. // 商城配置
  866. $shopConfig = getUsersConfigData('shop');
  867. $assign_data['shopConfig'] = $shopConfig;
  868. // 产品参数 - 新旧兼容
  869. $is_old_product_attr = tpSetting('system.system_old_product_attr', [], 'cn');
  870. // 旧产品参数
  871. if (!empty($is_old_product_attr)) {
  872. $assign_data['canshu'] = $this->ajax_get_attr_input($typeid, $id);
  873. }
  874. // 新产品参数
  875. else {
  876. // 商品参数列表
  877. $where = [
  878. 'lang' => $this->admin_lang,
  879. 'status' => 1,
  880. 'is_del' => 0,
  881. ];
  882. $assign_data['AttrList'] = Db::name('shop_product_attrlist')->where($where)->order('sort_order asc, list_id asc')->select();
  883. // 商品参数值
  884. $assign_data['canshu'] = $assign_data['customParam'] = '';
  885. if (!empty($info['attrlist_id'])) {
  886. $assign_data['canshu'] = $this->ajax_get_shop_attr_input($typeid, $id, $info['attrlist_id']);
  887. }
  888. }
  889. $assign_data['is_old_product_attr'] = $is_old_product_attr;
  890. // 自定义参数
  891. $where = [
  892. 'a.is_custom' => 1,
  893. 'b.is_custom' => 1,
  894. 'a.aid' => $info['aid'],
  895. ];
  896. $field = 'a.*, b.attr_name';
  897. $order = 'a.sort_order asc, b.attr_id sac, a.product_attr_id asc';
  898. $productAttr = Db::name('shop_product_attr')
  899. ->alias('a')
  900. ->where($where)
  901. ->field($field)
  902. ->order($order)
  903. ->join('__SHOP_PRODUCT_ATTRIBUTE__ b', 'a.attr_id = b.attr_id', 'LEFT')
  904. ->select();
  905. $assign_data['customParam'] = $productAttr;
  906. $delAttrID = get_arr_column($productAttr, 'attr_id');
  907. $assign_data['delAttrID'] = !empty($delAttrID) ? implode(',', $delAttrID) : '';
  908. // 最大参数属性ID值 +1
  909. $maxAttrID = Db::name('shop_product_attribute')->max('attr_id');
  910. $maxAttrID++;
  911. $assign_data['maxAttrID'] = $maxAttrID;
  912. // URL模式
  913. $tpcache = config('tpcache');
  914. $assign_data['seo_pseudo'] = !empty($tpcache['seo_pseudo']) ? $tpcache['seo_pseudo'] : 1;
  915. /*文档属性*/
  916. $assign_data['archives_flags'] = model('ArchivesFlag')->getList();
  917. $channelRow = Db::name('channeltype')->where('id', $this->channeltype)->find();
  918. $assign_data['channelRow'] = $channelRow;
  919. // 来源列表
  920. $system_originlist = tpSetting('system.system_originlist');
  921. $system_originlist = json_decode($system_originlist, true);
  922. $system_originlist = !empty($system_originlist) ? $system_originlist : [];
  923. $assign_data['system_originlist_str'] = implode(PHP_EOL, $system_originlist);
  924. $this->assign($assign_data);
  925. return $this->fetch();
  926. }
  927. /**
  928. * 删除
  929. */
  930. public function del()
  931. {
  932. if (IS_POST) {
  933. $archivesLogic = new \app\admin\logic\ArchivesLogic;
  934. $archivesLogic->del([], 0, 'product');
  935. }
  936. }
  937. /**
  938. * 删除商品相册图
  939. */
  940. public function del_proimg()
  941. {
  942. if (IS_POST) {
  943. $filename= input('filename/s');
  944. $aid = input('aid/d');
  945. if (!empty($filename) && !empty($aid)) {
  946. Db::name('product_img')->where('image_url','like','%'.$filename)->where('aid',$aid)->delete();
  947. }
  948. }
  949. }
  950. //产品参数
  951. public function attribute_index()
  952. {
  953. $assign_data = array();
  954. $condition = array();
  955. $get = input('get.');
  956. $typeid = input('typeid/d', 0);
  957. foreach (['keywords','typeid'] as $key) {
  958. if (isset($get[$key]) && $get[$key] !== '') {
  959. if ($key == 'keywords') {
  960. $condition['a.attr_name'] = array('LIKE', "%{$get[$key]}%");
  961. } else if ($key == 'typeid') {
  962. $typeids = model('Arctype')->getHasChildren($get[$key]);
  963. $condition['a.typeid'] = array('IN', array_keys($typeids));
  964. } else {
  965. $condition['a.'.$key] = array('eq', $get[$key]);
  966. }
  967. }
  968. }
  969. $condition['a.is_del'] = 0;
  970. $condition['a.lang'] = $this->admin_lang;
  971. $count = Db::name('product_attribute')->alias('a')->where($condition)->count();
  972. $Page = new Page($count, config('paginate.list_rows'));
  973. $list = Db::name('product_attribute')
  974. ->field("a.attr_id")
  975. ->alias('a')
  976. ->where($condition)
  977. ->order('a.sort_order asc, a.attr_id asc')
  978. ->limit($Page->firstRow.','.$Page->listRows)
  979. ->getAllWithIndex('attr_id');
  980. if ($list) {
  981. $attr_ids = array_keys($list);
  982. $fields = "b.*, a.*";
  983. $row = Db::name('product_attribute')
  984. ->field($fields)
  985. ->alias('a')
  986. ->join('__ARCTYPE__ b', 'a.typeid = b.id', 'LEFT')
  987. ->where('a.attr_id', 'in', $attr_ids)
  988. ->getAllWithIndex('attr_id');
  989. // $row = model('LanguageAttr')->getBindValue($row, 'product_attribute', $this->main_lang);//获取多语言关联绑定的值
  990. foreach ($row as $key => $val) {
  991. $val['fieldname'] = 'attr_'.$val['attr_id'];
  992. $row[$key] = $val;
  993. }
  994. foreach ($list as $key => $val) {
  995. $list[$key] = $row[$val['attr_id']];
  996. }
  997. }
  998. $show = $Page->show();
  999. $assign_data['page'] = $show;
  1000. $assign_data['list'] = $list;
  1001. $assign_data['pager'] = $Page;
  1002. /*多语言模式下,参数ID显示主体语言的ID和属性title名称*/
  1003. $main_attribute_list = [];
  1004. if ($this->admin_lang != $this->main_lang && empty($this->globalConfig['language_split'])) {
  1005. $attr_values = get_arr_column($list, 'attr_id');
  1006. $languageAttrRow = Db::name('language_attr')->field('attr_name,attr_value')->where([
  1007. 'attr_value' => ['IN', $attr_values],
  1008. 'attr_group' => 'product_attribute',
  1009. 'lang' => $this->admin_lang,
  1010. ])->getAllWithIndex('attr_value');
  1011. $attr_ids = [];
  1012. foreach ($languageAttrRow as $key => $val) {
  1013. $tid_tmp = str_replace('attr_', '', $val['attr_name']);
  1014. array_push($attr_ids, intval($tid_tmp));
  1015. }
  1016. $main_attributeRow = Db::name('product_attribute')->field("attr_id,attr_name as title,CONCAT('attr_', attr_id) AS attr_name")
  1017. ->where([
  1018. 'attr_id' => ['IN', $attr_ids],
  1019. 'lang' => $this->main_lang,
  1020. ])->getAllWithIndex('attr_name');
  1021. foreach ($list as $key => $val) {
  1022. $key_tmp = !empty($languageAttrRow[$val['attr_id']]['attr_name']) ? $languageAttrRow[$val['attr_id']]['attr_name'] : '';
  1023. $main_attribute_list[$val['attr_id']] = [
  1024. 'id' => !empty($main_attributeRow[$key_tmp]['attr_id']) ? $main_attributeRow[$key_tmp]['attr_id'] : '',
  1025. 'attr_name' => !empty($main_attributeRow[$key_tmp]['title']) ? $main_attributeRow[$key_tmp]['title'] : '',
  1026. ];
  1027. }
  1028. }
  1029. $this->assign('main_attribute_list', $main_attribute_list);
  1030. /*end*/
  1031. // 获取当前模型栏目
  1032. $selected = $typeid;
  1033. $arctypeLogic = new ArctypeLogic();
  1034. $map = array(
  1035. 'channeltype' => $this->channeltype,
  1036. 'is_del' => 0,
  1037. );
  1038. $arctype_max_level = intval(config('global.arctype_max_level'));
  1039. $select_html = $arctypeLogic->arctype_list(0, $selected, true, $arctype_max_level, $map);
  1040. $this->assign('select_html',$select_html);
  1041. $assign_data['typeid'] = $typeid;
  1042. // 当前栏目信息
  1043. $arctype_info = array();
  1044. if ($typeid > 0) {
  1045. $arctype_info = Db::name('arctype')->field('typename')->find($typeid);
  1046. }
  1047. $assign_data['arctype_info'] = $arctype_info;
  1048. $tab = input('param.tab/d', 3);//选项卡
  1049. $assign_data['tab'] = $tab;
  1050. $assign_data['attrInputTypeArr'] = $this->attrInputTypeArr; // 表单类型
  1051. $this->assign($assign_data);
  1052. return $this->fetch();
  1053. }
  1054. /**
  1055. * 新增产品参数
  1056. */
  1057. public function attribute_add()
  1058. {
  1059. //防止php超时
  1060. function_exists('set_time_limit') && set_time_limit(0);
  1061. if(IS_AJAX && IS_POST)//ajax提交验证
  1062. {
  1063. $model = model('ProductAttribute');
  1064. $attr_values = str_replace('_', '', input('attr_values')); // 替换特殊字符
  1065. $attr_values = str_replace('@', '', $attr_values); // 替换特殊字符
  1066. $attr_values = trim($attr_values);
  1067. $post_data = input('post.');
  1068. $post_data['attr_values'] = $attr_values;
  1069. $savedata = array(
  1070. 'attr_name' => $post_data['attr_name'],
  1071. 'typeid' => $post_data['typeid'],
  1072. 'attr_input_type' => isset($post_data['attr_input_type']) ? $post_data['attr_input_type'] : '',
  1073. 'attr_values' => isset($post_data['attr_values']) ? $post_data['attr_values'] : '',
  1074. 'sort_order' => $post_data['sort_order'],
  1075. 'lang' => $this->admin_lang,
  1076. 'add_time' => getTime(),
  1077. 'update_time' => getTime(),
  1078. );
  1079. // 数据验证
  1080. $validate = \think\Loader::validate('ProductAttribute');
  1081. if(!$validate->batch()->check($savedata))
  1082. {
  1083. $error = $validate->getError();
  1084. $error_msg = array_values($error);
  1085. $return_arr = array(
  1086. 'status' => -1,
  1087. 'msg' => $error_msg[0],
  1088. 'data' => $error,
  1089. );
  1090. respose($return_arr);
  1091. } else {
  1092. $model->data($savedata,true); // 收集数据
  1093. $model->save(); // 写入数据到数据库
  1094. $insertId = $model->getLastInsID();
  1095. /*同步产品属性ID到多语言的模板变量里*/
  1096. $this->syn_add_language_attribute($insertId);
  1097. /*--end*/
  1098. $return_arr = array(
  1099. 'status' => 1,
  1100. 'msg' => '操作成功',
  1101. 'data' => array('url'=>url('Product/attribute_index', array('typeid'=>$post_data['typeid']))),
  1102. );
  1103. adminLog('新增产品参数:'.$savedata['attr_name']);
  1104. respose($return_arr);
  1105. }
  1106. }
  1107. $typeid = input('param.typeid/d', 0);
  1108. $assign_data = array();
  1109. /*允许发布文档列表的栏目*/
  1110. $arctype_html = allow_release_arctype($typeid, array($this->channeltype));
  1111. $assign_data['arctype_html'] = $arctype_html;
  1112. /*--end*/
  1113. $this->assign($assign_data);
  1114. return $this->fetch();
  1115. }
  1116. /**
  1117. * 编辑产品参数
  1118. */
  1119. public function attribute_edit()
  1120. {
  1121. if(IS_AJAX && IS_POST)//ajax提交验证
  1122. {
  1123. $model = model('ProductAttribute');
  1124. $attr_values = str_replace('_', '', input('attr_values')); // 替换特殊字符
  1125. $attr_values = str_replace('@', '', $attr_values); // 替换特殊字符
  1126. $attr_values = trim($attr_values);
  1127. $post_data = input('post.');
  1128. $post_data['attr_id'] = intval($post_data['attr_id']);
  1129. $post_data['attr_values'] = $attr_values;
  1130. $savedata = array(
  1131. 'attr_id' => $post_data['attr_id'],
  1132. 'attr_name' => $post_data['attr_name'],
  1133. 'typeid' => $post_data['typeid'],
  1134. 'attr_input_type' => isset($post_data['attr_input_type']) ? $post_data['attr_input_type'] : '',
  1135. 'attr_values' => isset($post_data['attr_values']) ? $post_data['attr_values'] : '',
  1136. 'sort_order' => $post_data['sort_order'],
  1137. 'update_time' => getTime(),
  1138. );
  1139. // 数据验证
  1140. $validate = \think\Loader::validate('ProductAttribute');
  1141. if(!$validate->batch()->check($savedata))
  1142. {
  1143. $error = $validate->getError();
  1144. $error_msg = array_values($error);
  1145. $return_arr = array(
  1146. 'status' => -1,
  1147. 'msg' => $error_msg[0],
  1148. 'data' => $error,
  1149. );
  1150. respose($return_arr);
  1151. } else {
  1152. $model->data($savedata,true); // 收集数据
  1153. $model->isUpdate(true, [
  1154. 'attr_id' => $post_data['attr_id'],
  1155. 'lang' => $this->admin_lang,
  1156. ])->save(); // 写入数据到数据库
  1157. $return_arr = array(
  1158. 'status' => 1,
  1159. 'msg' => '操作成功',
  1160. 'data' => array('url'=>url('Product/attribute_index', array('typeid'=>$post_data['typeid']))),
  1161. );
  1162. adminLog('编辑产品参数:'.$savedata['attr_name']);
  1163. respose($return_arr);
  1164. }
  1165. }
  1166. $assign_data = array();
  1167. $id = input('id/d');
  1168. /*获取多语言关联绑定的值*/
  1169. $new_id = model('LanguageAttr')->getBindValue($id, 'product_attribute'); // 多语言
  1170. !empty($new_id) && $id = $new_id;
  1171. /*--end*/
  1172. $info = Db::name('ProductAttribute')->where([
  1173. 'attr_id' => $id,
  1174. 'lang' => $this->admin_lang,
  1175. ])->find();
  1176. if (empty($info)) {
  1177. $this->error('数据不存在,请联系管理员!');
  1178. exit;
  1179. }
  1180. $assign_data['field'] = $info;
  1181. /*允许发布文档列表的栏目*/
  1182. $arctype_html = allow_release_arctype($info['typeid'], array($this->channeltype));
  1183. $assign_data['arctype_html'] = $arctype_html;
  1184. /*--end*/
  1185. $this->assign($assign_data);
  1186. return $this->fetch();
  1187. }
  1188. /**
  1189. * 删除产品参数
  1190. */
  1191. public function attribute_del()
  1192. {
  1193. $id_arr = input('del_id/a');
  1194. $thorough = input('thorough/d');
  1195. $id_arr = eyIntval($id_arr);
  1196. if(!empty($id_arr)){
  1197. // 多语言
  1198. if (is_language()) {
  1199. $attr_name_arr = [];
  1200. foreach ($id_arr as $key => $val) {
  1201. $attr_name_arr[] = 'attr_'.$val;
  1202. }
  1203. $new_id_arr = Db::name('language_attr')->where([
  1204. 'attr_name' => ['IN', $attr_name_arr],
  1205. 'attr_group' => 'product_attribute',
  1206. ])->column('attr_value');
  1207. !empty($new_id_arr) && $id_arr = $new_id_arr;
  1208. }
  1209. if (1 == $thorough){//彻底删除
  1210. $r = Db::name('ProductAttribute')->where([
  1211. 'attr_id' => ['IN', $id_arr],
  1212. ])->delete();
  1213. }else{
  1214. $r = Db::name('ProductAttribute')->where([
  1215. 'attr_id' => ['IN', $id_arr],
  1216. ])->update([
  1217. 'is_del' => 1,
  1218. 'update_time' => getTime(),
  1219. ]);
  1220. }
  1221. if($r){
  1222. adminLog('删除产品参数-id:'.implode(',', $id_arr));
  1223. $this->success('删除成功');
  1224. }else{
  1225. $this->error('删除失败');
  1226. }
  1227. }else{
  1228. $this->error('参数有误');
  1229. }
  1230. }
  1231. /**
  1232. * 动态获取产品参数输入框 根据不同的数据返回不同的输入框类型
  1233. */
  1234. public function ajax_get_attr_input($typeid = '', $aid = '')
  1235. {
  1236. $productLogic = new ProductLogic();
  1237. $str = $productLogic->getAttrInput($aid, $typeid);
  1238. if (empty($str)) {
  1239. $str = '<div style="font-size: 12px;text-align: center;">提示:该主栏目还没有参数值,若有需要先确认提交,再点击【<a href="javascript:void(0);" data-href="'.url('Product/attribute_index', array('typeid'=>$typeid)).'" onclick="openFullframe(this, \'产品参数\', \'100%\', \'100%\');">产品参数</a>】进行更多操作。</div>';
  1240. }
  1241. if (IS_AJAX) {
  1242. exit($str);
  1243. } else {
  1244. return $str;
  1245. }
  1246. }
  1247. /**
  1248. * 动态获取商品参数输入框 根据不同的数据返回不同的输入框类型
  1249. */
  1250. public function ajax_get_shop_attr_input($typeid = '', $aid = '', $list_id = '')
  1251. {
  1252. $typeid = intval($typeid);
  1253. $aid = intval($aid);
  1254. $list_id = intval($list_id);
  1255. $productLogic = new ProductLogic();
  1256. $str = $productLogic->getShopAttrInput($aid, $typeid, $list_id);
  1257. if (empty($str)) {
  1258. $str = '<div style="font-size: 12px;text-align: center;">提示:该参数还没有参数值,若有需要请点击【<a href="'.url('Product/attribute_index', array('list_id'=>$list_id)).'">商品参数</a>】进行更多操作。</div>';
  1259. }
  1260. if (IS_AJAX) {
  1261. exit($str);
  1262. } else {
  1263. return $str;
  1264. }
  1265. }
  1266. /**
  1267. * 获取新版产品参数分组
  1268. */
  1269. public function ajax_get_shop_attrlist()
  1270. {
  1271. $list_id = input('param.list_id/d');
  1272. $html = "";
  1273. $where = [
  1274. 'lang' => $this->admin_lang,
  1275. 'status' => 1,
  1276. 'is_del' => 0,
  1277. ];
  1278. $AttrList = Db::name('shop_product_attrlist')->where($where)->order('sort_order asc, list_id asc')->select();
  1279. foreach ($AttrList as $key => $val) {
  1280. $selected = ($list_id == $val['list_id']) ? " selected='true' " : '';
  1281. $html .= "<option value='{$val['list_id']}' {$selected}>{$val['list_name']}</option>";
  1282. }
  1283. exit($html);
  1284. }
  1285. /**
  1286. * 同步新增产品属性ID到多语言的模板变量里
  1287. */
  1288. private function syn_add_language_attribute($attr_id)
  1289. {
  1290. /*单语言情况下不执行多语言代码*/
  1291. if (!is_language()) {
  1292. return true;
  1293. }
  1294. /*--end*/
  1295. $attr_group = 'product_attribute';
  1296. $admin_lang = $this->admin_lang;
  1297. $main_lang = $this->main_lang;
  1298. $languageRow = Db::name('language')->field('mark')->order('id asc')->select();
  1299. if (!empty($languageRow) && $admin_lang == $main_lang) { // 当前语言是主体语言,即语言列表最早新增的语言
  1300. $result = Db::name('product_attribute')->find($attr_id);
  1301. $attr_name = 'attr_'.$attr_id;
  1302. $r = Db::name('language_attribute')->save([
  1303. 'attr_title' => $result['attr_name'],
  1304. 'attr_name' => $attr_name,
  1305. 'attr_group' => $attr_group,
  1306. 'add_time' => getTime(),
  1307. 'update_time' => getTime(),
  1308. ]);
  1309. if (false !== $r) {
  1310. $data = [];
  1311. foreach ($languageRow as $key => $val) {
  1312. /*同步新产品属性到其他语言产品属性列表*/
  1313. if ($val['mark'] != $admin_lang) {
  1314. $addsaveData = $result;
  1315. $addsaveData['lang'] = $val['mark'];
  1316. $newTypeid = Db::name('language_attr')->where([
  1317. 'attr_name' => 'tid'.$result['typeid'],
  1318. 'attr_group' => 'arctype',
  1319. 'lang' => $val['mark'],
  1320. ])->getField('attr_value');
  1321. $addsaveData['typeid'] = $newTypeid;
  1322. unset($addsaveData['attr_id']);
  1323. $attr_id = Db::name('product_attribute')->insertGetId($addsaveData);
  1324. }
  1325. /*--end*/
  1326. /*所有语言绑定在主语言的ID容器里*/
  1327. $data[] = [
  1328. 'attr_name' => $attr_name,
  1329. 'attr_value' => $attr_id,
  1330. 'lang' => $val['mark'],
  1331. 'attr_group' => $attr_group,
  1332. 'add_time' => getTime(),
  1333. 'update_time' => getTime(),
  1334. ];
  1335. /*--end*/
  1336. }
  1337. if (!empty($data)) {
  1338. model('LanguageAttr')->saveAll($data);
  1339. }
  1340. }
  1341. }
  1342. }
  1343. //帮助
  1344. public function help()
  1345. {
  1346. $system_originlist = tpSetting('system.system_originlist');
  1347. $system_originlist = json_decode($system_originlist, true);
  1348. $system_originlist = !empty($system_originlist) ? $system_originlist : [];
  1349. $assign_data['system_originlist_str'] = implode(PHP_EOL, $system_originlist);
  1350. $this->assign($assign_data);
  1351. return $this->fetch();
  1352. }
  1353. }