No Description
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.

conf.htm 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. {include file="shop/left" /}
  7. <div class="page">
  8. <div class="flexigrid htitx">
  9. <form class="form-horizontal" id="post_form" action="{:url('Shop/conf')}" method="post">
  10. <div class="hDiv">
  11. <div class="hDivBox">
  12. <table cellspacing="0" cellpadding="0" style="width: 100%">
  13. <thead>
  14. <tr>
  15. <th class="sign w10" axis="col0">
  16. <div class="tc"></div>
  17. </th>
  18. <th abbr="article_title" axis="col3" class="w10">
  19. <div class="tc">基本设置</div>
  20. </th>
  21. <th abbr="ac_id" axis="col4">
  22. <div class=""></div>
  23. </th>
  24. </tr>
  25. </thead>
  26. </table>
  27. </div>
  28. </div>
  29. <div class="ncap-form-default">
  30. <dl class="row">
  31. <dt class="tit">标签调用</dt>
  32. <dd class="opt">
  33. <a href="javascript:void(0);" onclick="tag_call('shop_open');" class="ncap-btn ncap-btn-green">查看标签</a>
  34. <p class="notic">请确保商城模板已经调用购买行为的标签,里面包含规格、数量、价格等!</p>
  35. </dd>
  36. </dl>
  37. <dl class="row">
  38. <dt class="tit">
  39. <label for="uname">商家提示</label>
  40. </dt>
  41. <dd class="opt">
  42. <textarea name="shop[shop_prompt]" placeholder="此处文字将显示在会员下单确认页面上" style="width: 30%; height: 60px;">{$userConfig.shop_prompt}</textarea>
  43. </dd>
  44. </dl>
  45. <dl class="row">
  46. <dt class="tit">
  47. <label for="uname">货到付款</label>
  48. </dt>
  49. <dd class="opt">
  50. <label>
  51. <input type="radio" name="shop[shop_open_offline]" value="0" {if condition="!isset($userConfig.shop_open_offline) || empty($userConfig.shop_open_offline)"}checked="checked"{/if}/>开启
  52. </label>
  53. &nbsp;&nbsp;&nbsp;
  54. <label>
  55. <input type="radio" name="shop[shop_open_offline]" value="1" {if condition="$userConfig.shop_open_offline == 1"}checked="checked"{/if}/>关闭
  56. </label>
  57. </dd>
  58. </dl>
  59. <dl class="row">
  60. <dt class="tit">
  61. <label for="username">快递公司</label>
  62. </dt>
  63. <dd class="opt" style="line-height: 30px;">
  64. <a href="javascript:void(0);" onclick="SelectExpress();" class="ncap-btn ncap-btn-green">设置快递公司</a>
  65. </dd>
  66. </dl>
  67. <dl class="row">
  68. <dt class="tit">
  69. <label for="username">运费模板</label>
  70. </dt>
  71. <dd class="opt" style="line-height: 30px;">
  72. <label>
  73. <input type="radio" name="shop[shop_open_shipping]" value="0" {if condition="!isset($userConfig.shop_open_shipping) || empty($userConfig.shop_open_shipping)"}checked="checked"{/if}/>包邮
  74. </label>
  75. &nbsp;&nbsp;&nbsp;
  76. <label>
  77. <input type="radio" name="shop[shop_open_shipping]" value="1" {if condition="$userConfig.shop_open_shipping == 1"}checked="checked"{/if}/>需要运费
  78. &nbsp;<a id="a_shop_open_shipping" href="javascript:void(0);" onclick="SetShipping();" class="ncap-btn ncap-btn-green" {if condition="!isset($userConfig.shop_open_shipping) || empty($userConfig.shop_open_shipping)"}style="display:none;"{/if}>设置价格</a>
  79. </label>
  80. </dd>
  81. </dl>
  82. <dl class="row">
  83. <dt class="tit">
  84. <label for="uname">产品类型</label>
  85. </dt>
  86. <dd class="opt">
  87. <label>
  88. <input type="radio" name="shop[shop_type]" value="0" {if condition="!isset($userConfig.shop_type) || empty($userConfig.shop_type)"}checked="checked"{/if}/>实物
  89. </label>
  90. &nbsp;&nbsp;&nbsp;
  91. <label>
  92. <input type="radio" name="shop[shop_type]" value="1" {if condition="$userConfig.shop_type == 1"}checked="checked"{/if}/>虚拟
  93. </label>
  94. &nbsp;&nbsp;&nbsp;
  95. <label>
  96. <input type="radio" name="shop[shop_type]" value="2" {if condition="$userConfig.shop_type == 2"}checked="checked"{/if}/>两者均有
  97. </label>
  98. </dd>
  99. </dl>
  100. <dl class="row">
  101. <dt class="tit">
  102. <label for="username">商品多规格</label>
  103. </dt>
  104. <dd class="opt" style="line-height: 30px;">
  105. <input type="hidden" id="TestPass" name="TestPass" value="{$TestPass}">
  106. <label><input type="radio" onclick="tag_call('shop_open', '{$TestPass}');" name="shop[shop_open_spec]" value="1" {if condition="$userConfig.shop_open_spec == 1"}checked="checked"{/if}/>开启</label>
  107. &nbsp;&nbsp;&nbsp;
  108. <label><input type="radio" name="shop[shop_open_spec]" value="0" {if condition="!isset($userConfig.shop_open_spec) || empty($userConfig.shop_open_spec)"}checked="checked"{/if}/>关闭</label>
  109. <!--&nbsp;
  110. <span id="a_shop_open_spec" {if condition="!isset($userConfig.shop_open_spec) || empty($userConfig.shop_open_spec)"}style="display:none;"{/if}>
  111. <a href="javascript:void(0);" id='shop_open' onclick="tag_call('shop_open');" class="ncap-btn ncap-btn-green">标签调用</a>
  112. </span>-->
  113. </dd>
  114. </dl>
  115. </div>
  116. <div class="hDiv">
  117. <div class="hDivBox">
  118. <table cellspacing="0" cellpadding="0" style="width: 100%">
  119. <thead>
  120. <tr>
  121. <th class="sign w10" axis="col0">
  122. <div class="tc"></div>
  123. </th>
  124. <th abbr="article_title" axis="col3" class="w10">
  125. <div class="tc">订单设置</div>
  126. </th>
  127. <th abbr="ac_id" axis="col4">
  128. <div class=""></div>
  129. </th>
  130. </tr>
  131. </thead>
  132. </table>
  133. </div>
  134. </div>
  135. <div class="ncap-form-default">
  136. <dl class="row">
  137. <dt class="tit" style="width: 120px;">
  138. <label for="order_unpay_close_time">未付款关闭时间</label>
  139. </dt>
  140. <dd class="opt">
  141. <input type="text" id="order_unpay_close_time" name="order[order_unpay_close_time]" value="{$userConfig.order_unpay_close_time|default='0'}"/><span class="ml10">分钟</span>
  142. <p class="notic">订单创建后多长时间未付款将自动关闭,订单自动关闭后商品库存将自动补回<br/><span style="color: red;">0表示不关闭未付款订单</span></p>
  143. </dd>
  144. </dl>
  145. <dl class="row">
  146. <dt class="tit" style="width: 120px;">
  147. <label for="order_auto_receipt_time">发货后收货时间</label>
  148. </dt>
  149. <dd class="opt">
  150. <input type="text" id="order_auto_receipt_time" name="order[order_auto_receipt_time]" value="{$userConfig.order_auto_receipt_time|default='0'}"/><span class="ml10">天后</span>
  151. <p class="notic">订单发货后自动收货时间<br/><span style="color: red;">0表示不自动确认收货</span></p>
  152. </dd>
  153. </dl>
  154. <dl class="row">
  155. <dt class="tit" style="width: 120px;">
  156. <label for="order_right_protect_time">收货后可维权时间</label>
  157. </dt>
  158. <dd class="opt">
  159. <input type="text" id="order_right_protect_time" name="order[order_right_protect_time]" value="{$userConfig.order_right_protect_time|default='0'}"/><span class="ml10">天内</span>
  160. <p class="notic">订单确认收货完成后,多长时间内可申请维权<br/><span style="color: red;">0表示订单不允许维权,修改为0仅影响修改之后的订单</span></p>
  161. </dd>
  162. </dl>
  163. </div>
  164. <div class="hDiv">
  165. <div class="hDivBox">
  166. <table cellspacing="0" cellpadding="0" style="width: 100%">
  167. <thead>
  168. <tr>
  169. <th class="sign w10" axis="col0">
  170. <div class="tc"></div>
  171. </th>
  172. <th abbr="article_title" axis="col3" class="w10">
  173. <div class="tc">评价设置</div>
  174. </th>
  175. <th abbr="ac_id" axis="col4">
  176. <div class=""></div>
  177. </th>
  178. </tr>
  179. </thead>
  180. </table>
  181. </div>
  182. </div>
  183. <div class="ncap-form-default">
  184. <dl class="row">
  185. <dt class="tit"> <label>商品评价</label> </dt>
  186. <dd class="opt">
  187. <label> <input type="radio" name="shop[shop_open_comment]" value="1" {if condition="$userConfig.shop_open_comment == 1"} checked="checked" {/if}/>开启 </label>
  188. &nbsp;&nbsp;&nbsp;
  189. <label> <input type="radio" name="shop[shop_open_comment]" value="0" {if condition="!isset($userConfig.shop_open_comment) || empty($userConfig.shop_open_comment)"} checked="checked" {/if}/>关闭 </label>
  190. </dd>
  191. </dl>
  192. <dl class="row">
  193. <dt class="tit"> <label>评价审核</label> </dt>
  194. <dd class="opt">
  195. <label> <input type="radio" name="shop[shop_open_comment_audit]" value="1" {if condition="$userConfig.shop_open_comment_audit == 1"} checked="checked" {/if}/>开启 </label>
  196. &nbsp;&nbsp;&nbsp;
  197. <label> <input type="radio" name="shop[shop_open_comment_audit]" value="0" {if condition="$userConfig.shop_open_comment_audit == 0"} checked="checked" {/if}/>关闭 </label>
  198. </dd>
  199. </dl>
  200. </div>
  201. <div class="hDiv">
  202. <div class="hDivBox">
  203. <table cellspacing="0" cellpadding="0" style="width: 100%">
  204. <thead>
  205. <tr>
  206. <th class="sign w10" axis="col0">
  207. <div class="tc"></div>
  208. </th>
  209. <th abbr="article_title" axis="col3" class="w10">
  210. <div class="tc">商家收货信息</div>
  211. </th>
  212. <th abbr="ac_id" axis="col4">
  213. <div class=""></div>
  214. </th>
  215. </tr>
  216. </thead>
  217. </table>
  218. </div>
  219. </div>
  220. <div class="ncap-form-default">
  221. <dl class="row">
  222. <dt class="tit">
  223. <label for="addr_contact_person">联系人</label>
  224. </dt>
  225. <dd class="opt">
  226. <input type="text" id="addr_contact_person" style="width: 30%;" name="addr[addr_contact_person]" value="{$userConfig.addr_contact_person|default=''}"/>
  227. </dd>
  228. </dl>
  229. <dl class="row">
  230. <dt class="tit">
  231. <label for="addr_contact_phone">联系号码</label>
  232. </dt>
  233. <dd class="opt">
  234. <input type="text" id="addr_contact_phone" style="width: 30%;" maxlength="11" name="addr[addr_contact_phone]" value="{$userConfig.addr_contact_phone|default=''}"/>
  235. </dd>
  236. </dl>
  237. <dl class="row">
  238. <dt class="tit">
  239. <label for="addr_shipping_addr">收货地址</label>
  240. </dt>
  241. <dd class="opt">
  242. <input type="text" id="addr_shipping_addr" style="width: 30%;" name="addr[addr_shipping_addr]" value="{$userConfig.addr_shipping_addr|default=''}"/>
  243. </dd>
  244. </dl>
  245. </div>
  246. <div class="ncap-form-default">
  247. <dl class="row">
  248. <div class="bot">
  249. <a href="JavaScript:void(0);" onclick="ShopConfig();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  250. </div>
  251. </dl>
  252. </div>
  253. </form>
  254. </div>
  255. </div>
  256. <script type="text/javascript">
  257. $(function(){
  258. try{
  259. if (typeof(eval('is_conceal_1649209614'))=="function" && is_conceal_1649209614()){
  260. $(".page").css("margin-left","");
  261. $(".page").css("min-width","");
  262. }else{
  263. $(".page").css("margin-left","100px");
  264. $(".page").css("min-width","auto");
  265. }
  266. }catch(e){}
  267. // 点击刷新数据
  268. $('.fa-refresh').click(function(){
  269. location.href = location.href;
  270. });
  271. $('input[name="shop[shop_open_shipping]"]').click(function() {
  272. var shop_open_shipping = $(this).val();
  273. if (1 == shop_open_shipping) {
  274. $('#a_shop_open_shipping').show();
  275. } else {
  276. $('#a_shop_open_shipping').hide();
  277. }
  278. });
  279. var ForceUse = $('#shop_force_use_wechat').val();
  280. if (1 == ForceUse) $('#shop_micro0').attr("disabled", "disabled");
  281. });
  282. // 设置快递公司
  283. function SelectExpress() {
  284. var url = "{:url('Shop/order_express', ['select'=>1])}";
  285. //iframe窗
  286. layer.open({
  287. type: 2,
  288. title: '设置快递公司',
  289. move: false,
  290. shadeClose: false,
  291. maxmin: false, //开启最大化最小化按钮
  292. shade: layer_shade,
  293. closeBtn: 3,
  294. area: ['60%', '80%'],
  295. content: url
  296. });
  297. }
  298. // 设置运费模板
  299. function SetShipping() {
  300. var url = "{:url('Shop/shipping_template')}";
  301. //iframe窗
  302. layer.open({
  303. type: 2,
  304. title: '运费模板管理',
  305. move: false,
  306. shadeClose: false,
  307. maxmin: false, //开启最大化最小化按钮
  308. shade: layer_shade,
  309. closeBtn: 3,
  310. area: ['60%', '80%'],
  311. content: url
  312. });
  313. }
  314. // 标签调用
  315. function tag_call(name, TestPass) {
  316. if (1 == TestPass) return false
  317. $.ajax({
  318. type: "POST",
  319. url: "{:url('System/ajax_tag_call', ['_ajax'=>1])}",
  320. data: {name:name},
  321. dataType: 'json',
  322. success: function (res) {
  323. if(res.code == 1){
  324. //询问框
  325. var layer_str = '<style type="text/css">.layui-layer-content{text-align:left!important;}</style>'+res.data.msg;
  326. var confirm = layer.confirm(layer_str, {
  327. shade: layer_shade,
  328. move: false,
  329. title: '提示',
  330. btnAlign:'r',
  331. closeBtn: 3,
  332. area: ['50%','80%'],
  333. btn: ['确定','取消'],
  334. cancel: function(){
  335. window.location.href = "{:url('Shop/conf',['close'=>1])}";
  336. }
  337. }, function (){
  338. VerifyLatestTemplate(name);
  339. },
  340. );
  341. }else{
  342. layer.alert(res.msg, {icon: 2, title:false});
  343. }
  344. },
  345. error:function(e){
  346. layer.alert(e.responseText, {icon: 2, title:false});
  347. }
  348. });
  349. }
  350. // 检测文件是否最新版
  351. function VerifyLatestTemplate(name, is_close) {
  352. layer_loading('正在处理');
  353. $.ajax({
  354. type: "POST",
  355. url: "{:url('Shop/VerifyLatestTemplate', ['_ajax'=>1])}",
  356. data: {name:name, is_close:is_close},
  357. dataType: 'json',
  358. success: function (res) {
  359. layer.closeAll();
  360. if(res.code == 1){
  361. layer.msg(res.msg, {icon: 1, time:1500}, function(){
  362. window.location.href = "{:url('Shop/conf')}";
  363. });
  364. }else{
  365. layer.alert(res.msg, {
  366. icon: 2,
  367. title: false,
  368. cancel: function(){
  369. window.location.href = "{:url('Shop/conf')}";
  370. }
  371. }, function(){
  372. window.location.href = "{:url('Shop/conf')}";
  373. });
  374. }
  375. },
  376. error:function(e){
  377. layer.closeAll();
  378. layer.alert(e.responseText, {icon: 2, title:false});
  379. }
  380. });
  381. }
  382. // 判断输入框是否为空
  383. function ShopConfig() {
  384. layer_loading('正在处理');
  385. $('#post_form').submit();
  386. }
  387. </script>
  388. {include file="public/footer" /}