17 Star 48 Fork 17

koyshe/phpshe

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
refund_add.html 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
koyshe 提交于 2021-12-08 13:55 +08:00 . v1.8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$seo['title']}</title>
<meta name="keywords" content="{$seo['keywords']}" />
<meta name="description" content="{$seo['description']}" />
<link type="text/css" rel="stylesheet" href="{$pe['host_tpl']}css/style.css" />
<script type="text/javascript" src="{$pe['host']}include/js/jquery.js"></script>
<script type="text/javascript" src="{$pe['host']}include/js/global.js"></script>
<script type="text/javascript" src="{$pe['host']}include/plugin/layer/layer.js"></script>
</head>
<body style="background:#fff;padding:10px;">
<form method="post" id="form" autocomplete="off">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="wenzhang_border">
<tr>
<td class="bgtt" width="150">商品信息:</td>
<td>
<a href="{pe_url('product/'.$info['product_id'])}" target="_blank" class="cblue">{$info['product_name']}</a>
</td>
</tr>
<tr>
<td class="bgtt">退款类型:</td>
<td>
<!--{if($act == 'add'):}-->
<!--{foreach($info['refund_type_arr'] as $v):}-->
<label for="refund_type_{$v['type']}" class="mar20">
<input type="radio" name="refund_type" value="{$v['type']}" id="refund_type_{$v['type']}" <!--{if($info['refund_type']==$v['type']):}-->checked="checked"<!--{endif;}--> class="inputfix" /> {$v['name']}
</label>
<!--{endforeach;}-->
<!--{else:}-->
{$info['refund_typeshow']}
<!--{endif;}-->
</td>
</tr>
<tr>
<td class="bgtt">退款金额:</td>
<td><input type="text" name="refund_money" value="{$info['refund_money']}" class="inputall input100" /><span class="c999 mal10">(最多可退 {$info['refund_maxmoney']['money']} 元,含运费 {$info['refund_maxmoney']['wl']}元)</span></td>
</tr>
<tr>
<td class="bgtt">申请原因:</td>
<td><textarea name="refund_text" style="width:350px; height:80px; resize:none">{$info['refund_text']}</textarea></td>
</tr>
</table>
<div class="mat30" style="text-align:center">
<input type="hidden" name="pe_token" value="{$pe_token}" />
<input type="hidden" name="pesubmit" />
<input type="button" value="提 交" class="tjbtn" />
</div>
</form>
<script type="text/javascript">
$(function(){
$(":button").click(function(){
pe_submit('{pe_nowurl()}', function(json){
if (json.code == 1) pe_open('dialog', 1000);
})
})
})
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/koyshe/phpshe.git
git@gitee.com:koyshe/phpshe.git
koyshe
phpshe
phpshe
master

搜索帮助