mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-14 19:31:07 +08:00
Compare commits
No commits in common. "c13d7e738f030c01a3a686f50f96d612398c8f08" and "8c3c2d8f2a9b9c022c29c08d38bade998a84772b" have entirely different histories.
c13d7e738f
...
8c3c2d8f2a
@ -15,10 +15,6 @@
|
||||
<span class="help-label"><b>提现手续费</b></span>
|
||||
<input class='layui-input layui-disabled layui-bg-gray' disabled value='{$vo.charge_amount|default="0.00"}'>
|
||||
</label>
|
||||
<label class="layui-col-xs3">
|
||||
<span class="help-label"><b>应打款金额</b></span>
|
||||
<input class='layui-input layui-disabled layui-bg-gray' disabled value='{$vo.amount - $vo.charge_amount}'>
|
||||
</label>
|
||||
<label class="layui-col-xs3">
|
||||
<span class="help-label"><b>提现方式</b></span>
|
||||
<input class='layui-input layui-disabled layui-bg-gray' disabled value='{$vo.type|default="-"}'>
|
||||
@ -122,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
<div class="hr-line-dashed"></div>
|
||||
{notempty name='vo.code'}<input name='code' type='hidden' value='{$vo.code}'>{/notempty}
|
||||
{notempty name='vo.id'}<input name='id' type='hidden' value='{$vo.id}'>{/notempty}
|
||||
|
||||
<div class="layui-form-item text-center">
|
||||
<button class="layui-btn" type='submit'>保存数据</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user