Files
addons
app_download_files
extend
hyhproject
admin
behavior
common
conf
controller
model
validate
view
accreds
addons
adgoods
adpositions
ads
areas
articlecats
articles
attributes
banks
brands
carts
cashdraws
chargeitems
css
datas
ectday
ectdeal
ecttarget
ecttarget.html
ecttarget.js
list.html
express
friendlinks
goods
goodsappraises
goodscats
goodsclassify
goodsconsult
homemenus
hooks
images
img
informs
js
logmoneys
logoperates
logsms
logstafflogins
member
menus
messages
mobilebtns
navs
ordercomplains
orderrefunds
orders
payments
platform
recommends
reports
roles
settlements
shops
shops_back
speccats
staffs
styles
sysconfigs
templatemsgs
userranks
users
userscores
wsysconfigs
wxmenus
wxpassivereplys
wxtemplatemsgs
wxusers
base.html
enter_license.html
index.html
login.html
main.html
app
common
home
home2
mobile2
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/hyhproject/admin/view/ecttarget/ecttarget.html
2019-09-06 23:53:10 +08:00

55 lines
1.8 KiB
HTML
Executable File

{if !empty($object)}
<form id='editFrom'>
<table class='wst-form'>
<tr>
<td colspan='2' class='head-ititle'>订单信息</td>
</tr>
<tr>
<th width='100'>订单编号:</th>
<td>{$object['transactionId']}</td>
</tr>
<tr>
<th>用户名称:</th>
<td>¥{$object['loginName']}</td>
</tr>
<tr>
<th>ECT发送方:</th>
<td>{$object['fromAccount']}</td>
</tr>
<tr>
<th>ECT接收方:</th>
<td>{$object['toAccount']}</td>
</tr>
<tr>
<th>备注:</th>
<td>{$object['dataRemarks']}</td>
</tr>
<tr>
<th>ECT数量:</th>
<td>{$object['ectNum']}</td>
</tr>
<tr>
<th>创建时间:</th>
<td>{$object['createTime']}</td>
</tr>
<tr>
<th width='120'>管理员意见:</th>
<td>
<label><input type='radio' {if $object['status']==1} checked{/if} onclick='WST.showHide(0,"#tr")' name='status' id='refundStatus1' value='1'/>同意</label>
<label style='margin-left:15px;'><input type='radio' {if $object['status']==2} checked{/if} onclick='WST.showHide(1,"#tr")' name='status' id='refundStatus0' value='2'/>不同意</label>
</td>
</tr>
<tr>
<td colspan='2' style='text-align:center;padding-top:30px;'>
<button type="button" class="btn btn-primary btn-mright" onclick="javascript:toEcttarget({$object['id']})"><i class="fa fa-check"></i>&nbsp;&nbsp;</button>
<button type="button" class="btn" onclick='javascript:layer.close(w)'><i class="fa fa-angle-double-left"></i>&nbsp;&nbsp;</button>
</td>
</tr>
</table>
</form>
{else}
<div style='color:red;margin:20px;'>
该订单不存在或已退款。
</div>
{/if}