324 lines
22 KiB
PHP
Executable File
324 lines
22 KiB
PHP
Executable File
<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:103:"/www/wwwroot/testy.hschool.com.cn/public/../application/admin/view/school/classes/order/order/edit.html";i:1731983029;s:76:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/layout/default.html";i:1725591948;s:73:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/common/meta.html";i:1725591948;s:75:"/www/wwwroot/testy.hschool.com.cn/application/admin/view/common/script.html";i:1725591948;}*/ ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="referrer" content="never">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
|
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
|
|
<!-- Loading Bootstrap -->
|
|
<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
|
|
|
|
<?php if(\think\Config::get('fastadmin.adminskin')): ?>
|
|
<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
|
|
<?php endif; ?>
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
|
|
<!--[if lt IE 9]>
|
|
<script src="/assets/js/html5shiv.js"></script>
|
|
<script src="/assets/js/respond.min.js"></script>
|
|
<![endif]-->
|
|
<script type="text/javascript">
|
|
var require = {
|
|
config: <?php echo json_encode($config ?? ''); ?>
|
|
};
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
|
|
<div id="main" role="main">
|
|
<div class="tab-content tab-addtabs">
|
|
<div id="content">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|
<section class="content-header hide">
|
|
<h1>
|
|
<?php echo __('Dashboard'); ?>
|
|
<small><?php echo __('Control panel'); ?></small>
|
|
</h1>
|
|
</section>
|
|
<?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
|
|
<!-- RIBBON -->
|
|
<div id="ribbon">
|
|
<ol class="breadcrumb pull-left">
|
|
<?php if($auth->check('dashboard')): ?>
|
|
<li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
|
|
<?php endif; ?>
|
|
</ol>
|
|
<ol class="breadcrumb pull-right">
|
|
<?php foreach($breadcrumb as $vo): ?>
|
|
<li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
|
|
<?php endforeach; ?>
|
|
</ol>
|
|
</div>
|
|
<!-- END RIBBON -->
|
|
<?php endif; ?>
|
|
<div class="content">
|
|
<form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
|
|
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Order_no'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-order_no" class="form-control" name="row[order_no]" readonly disabled type="text" value="<?php echo htmlentities($row['order_no'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Pay_no'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-pay_no" class="form-control" name="row[pay_no]" readonly disabled type="text" value="<?php echo htmlentities($row['pay_no'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('User_id'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-user_id" data-rule="required" data-source="user/user/index" disabled readonly data-field="mobile" data-format-item="{id} - {nickname} - {mobile}" class="form-control selectpage" name="row[user_id]" type="text" value="<?php echo htmlentities($row['user_id'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Shop_id'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-shop_id" data-rule="required" data-source="dyqc/manystore_shop/index" disabled readonly class="form-control selectpage" name="row[shop_id]" type="text" value="<?php echo htmlentities($row['shop_id'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Code'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-code" class="form-control" name="row[code]" readonly disabled type="text" value="<?php echo htmlentities($row['code'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Codeimage'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<div class="input-group">
|
|
<input id="c-codeimage" class="form-control" readonly disabled size="50" name="row[codeimage]" type="text" value="<?php echo htmlentities($row['codeimage'] ?? ''); ?>">
|
|
<div class="input-group-addon no-border no-padding">
|
|
<span><button type="button" id="faupload-codeimage" class="btn btn-danger faupload" data-input-id="c-codeimage" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp,image/webp" data-multiple="false" data-preview-id="p-codeimage"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
|
|
<span><button type="button" id="fachoose-codeimage" class="btn btn-primary fachoose" data-input-id="c-codeimage" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
|
|
</div>
|
|
<span class="msg-box n-right" for="c-codeimage"></span>
|
|
</div>
|
|
<ul class="row list-inline faupload-preview" id="p-codeimage"></ul>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Codeoneimage'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<div class="input-group">
|
|
<input id="c-codeoneimage" class="form-control" readonly disabled size="50" name="row[codeoneimage]" type="text" value="<?php echo htmlentities($row['codeoneimage'] ?? ''); ?>">
|
|
<div class="input-group-addon no-border no-padding">
|
|
<span><button type="button" id="faupload-codeoneimage" class="btn btn-danger faupload" data-input-id="c-codeoneimage" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp,image/webp" data-multiple="false" data-preview-id="p-codeoneimage"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
|
|
<span><button type="button" id="fachoose-codeoneimage" class="btn btn-primary fachoose" data-input-id="c-codeoneimage" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
|
|
</div>
|
|
<span class="msg-box n-right" for="c-codeoneimage"></span>
|
|
</div>
|
|
<ul class="row list-inline faupload-preview" id="p-codeoneimage"></ul>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Classes_lib_id'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-classes_lib_id" data-rule="required" readonly disabled data-source="school/classes/classes_lib/index" data-field="title" class="form-control selectpage" name="row[classes_lib_id]" type="text" value="<?php echo htmlentities($row['classes_lib_id'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Classes_order_detail_id'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <input id="c-classes_order_detail_id" data-rule="required" data-source="school/classes/order/detail/index" class="form-control selectpage" name="row[classes_order_detail_id]" type="text" value="<?php echo htmlentities($row['classes_order_detail_id'] ?? ''); ?>">-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Beforeprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-beforeprice" class="form-control" step="0.01" readonly disabled name="row[beforeprice]" type="number" value="<?php echo htmlentities($row['beforeprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Totalprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-totalprice" class="form-control" step="0.01" readonly disabled name="row[totalprice]" type="number" value="<?php echo htmlentities($row['totalprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Payprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-payprice" class="form-control" step="0.01" readonly disabled name="row[payprice]" type="number" value="<?php echo htmlentities($row['payprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Pay_type'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
|
<select id="c-pay_type" class="form-control selectpicker" readonly disabled name="row[pay_type]">
|
|
<?php if(is_array($payTypeList) || $payTypeList instanceof \think\Collection || $payTypeList instanceof \think\Paginator): if( count($payTypeList)==0 ) : echo "" ;else: foreach($payTypeList as $key=>$vo): ?>
|
|
<option value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['pay_type'])?$row['pay_type']:explode(',',$row['pay_type']))): ?>selected<?php endif; ?>><?php echo $vo; ?></option>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</select>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Status'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
|
<div class="radio">
|
|
<?php if(is_array($statusList) || $statusList instanceof \think\Collection || $statusList instanceof \think\Paginator): if( count($statusList)==0 ) : echo "" ;else: foreach($statusList as $key=>$vo): ?>
|
|
<label for="row[status]-<?php echo $key; ?>"><input id="row[status]-<?php echo $key; ?>" name="row[status]" readonly disabled type="radio" value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['status'])?$row['status']:explode(',',$row['status']))): ?>checked<?php endif; ?> /> <?php echo $vo; ?></label>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Before_status'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- -->
|
|
<!-- <div class="radio">-->
|
|
<!-- <?php if(is_array($beforeStatusList) || $beforeStatusList instanceof \think\Collection || $beforeStatusList instanceof \think\Paginator): if( count($beforeStatusList)==0 ) : echo "" ;else: foreach($beforeStatusList as $key=>$vo): ?>-->
|
|
<!-- <label for="row[before_status]-<?php echo $key; ?>"><input id="row[before_status]-<?php echo $key; ?>" readonly disabled name="row[before_status]" type="radio" value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['before_status'])?$row['before_status']:explode(',',$row['before_status']))): ?>checked<?php endif; ?> /> <?php echo $vo; ?></label>-->
|
|
<!-- <?php endforeach; endif; else: echo "" ;endif; ?>-->
|
|
<!-- </div>-->
|
|
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Server_status'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- -->
|
|
<!-- <div class="radio">-->
|
|
<!-- <?php if(is_array($serverStatusList) || $serverStatusList instanceof \think\Collection || $serverStatusList instanceof \think\Paginator): if( count($serverStatusList)==0 ) : echo "" ;else: foreach($serverStatusList as $key=>$vo): ?>-->
|
|
<!-- <label for="row[server_status]-<?php echo $key; ?>"><input id="row[server_status]-<?php echo $key; ?>" readonly disabled name="row[server_status]" type="radio" value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['server_status'])?$row['server_status']:explode(',',$row['server_status']))): ?>checked<?php endif; ?> /> <?php echo $vo; ?></label>-->
|
|
<!-- <?php endforeach; endif; else: echo "" ;endif; ?>-->
|
|
<!-- </div>-->
|
|
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Reason'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <input id="c-reason" class="form-control" name="row[reason]" type="text" value="<?php echo htmlentities($row['reason'] ?? ''); ?>">-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Auth_manystore_id'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <input id="c-auth_manystore_id" data-rule="required" data-source="auth/manystore/index" class="form-control selectpage" name="row[auth_manystore_id]" type="text" value="<?php echo htmlentities($row['auth_manystore_id'] ?? ''); ?>">-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Auth_opinion'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <input id="c-auth_opinion" class="form-control" name="row[auth_opinion]" type="text" value="<?php echo htmlentities($row['auth_opinion'] ?? ''); ?>">-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Auth_file'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <div class="input-group">-->
|
|
<!-- <input id="c-auth_file" class="form-control" size="50" name="row[auth_file]" type="text" value="<?php echo htmlentities($row['auth_file'] ?? ''); ?>">-->
|
|
<!-- <div class="input-group-addon no-border no-padding">-->
|
|
<!-- <span><button type="button" id="faupload-auth_file" class="btn btn-danger faupload" data-input-id="c-auth_file" data-multiple="false" data-preview-id="p-auth_file"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>-->
|
|
<!-- <span><button type="button" id="fachoose-auth_file" class="btn btn-primary fachoose" data-input-id="c-auth_file" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>-->
|
|
<!-- </div>-->
|
|
<!-- <span class="msg-box n-right" for="c-auth_file"></span>-->
|
|
<!-- </div>-->
|
|
<!-- <ul class="row list-inline faupload-preview" id="p-auth_file"></ul>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Result_status'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- -->
|
|
<!-- <div class="radio">-->
|
|
<!-- <?php if(is_array($resultStatusList) || $resultStatusList instanceof \think\Collection || $resultStatusList instanceof \think\Paginator): if( count($resultStatusList)==0 ) : echo "" ;else: foreach($resultStatusList as $key=>$vo): ?>-->
|
|
<!-- <label for="row[result_status]-<?php echo $key; ?>"><input id="row[result_status]-<?php echo $key; ?>" name="row[result_status]" type="radio" value="<?php echo $key; ?>" <?php if(in_array(($key), is_array($row['result_status'])?$row['result_status']:explode(',',$row['result_status']))): ?>checked<?php endif; ?> /> <?php echo $vo; ?></label> -->
|
|
<!-- <?php endforeach; endif; else: echo "" ;endif; ?>-->
|
|
<!-- </div>-->
|
|
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Result_text'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <input id="c-result_text" class="form-control" name="row[result_text]" type="text" value="<?php echo htmlentities($row['result_text'] ?? ''); ?>">-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- <div class="form-group">-->
|
|
<!-- <label class="control-label col-xs-12 col-sm-2"><?php echo __('Result_file'); ?>:</label>-->
|
|
<!-- <div class="col-xs-12 col-sm-8">-->
|
|
<!-- <div class="input-group">-->
|
|
<!-- <input id="c-result_file" class="form-control" size="50" name="row[result_file]" type="text" value="<?php echo htmlentities($row['result_file'] ?? ''); ?>">-->
|
|
<!-- <div class="input-group-addon no-border no-padding">-->
|
|
<!-- <span><button type="button" id="faupload-result_file" class="btn btn-danger faupload" data-input-id="c-result_file" data-multiple="false" data-preview-id="p-result_file"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>-->
|
|
<!-- <span><button type="button" id="fachoose-result_file" class="btn btn-primary fachoose" data-input-id="c-result_file" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>-->
|
|
<!-- </div>-->
|
|
<!-- <span class="msg-box n-right" for="c-result_file"></span>-->
|
|
<!-- </div>-->
|
|
<!-- <ul class="row list-inline faupload-preview" id="p-result_file"></ul>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Canceltime'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-canceltime" class="form-control datetimepicker" readonly disabled data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[canceltime]" type="text" value="<?php echo $row['canceltime']?datetime($row['canceltime']):''; ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Paytime'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-paytime" class="form-control datetimepicker" readonly disabled data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[paytime]" type="text" value="<?php echo $row['paytime']?datetime($row['paytime']):''; ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Finishtime'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-finishtime" class="form-control datetimepicker" readonly disabled data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[finishtime]" type="text" value="<?php echo $row['finishtime']?datetime($row['finishtime']):''; ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Refundtime'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-refundtime" class="form-control datetimepicker" readonly disabled data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[refundtime]" type="text" value="<?php echo $row['refundtime']?datetime($row['refundtime']):''; ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Total_refundprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-total_refundprice" class="form-control" step="0.01" readonly disabled name="row[total_refundprice]" type="number" value="<?php echo htmlentities($row['total_refundprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Real_refundprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-real_refundprice" class="form-control" step="0.01" readonly disabled name="row[real_refundprice]" type="number" value="<?php echo htmlentities($row['real_refundprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="control-label col-xs-12 col-sm-2"><?php echo __('Sub_refundprice'); ?>:</label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<input id="c-sub_refundprice" class="form-control" step="0.01" readonly disabled name="row[sub_refundprice]" type="number" value="<?php echo htmlentities($row['sub_refundprice'] ?? ''); ?>">
|
|
</div>
|
|
</div>
|
|
<div class="form-group layer-footer">
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<!-- <button type="submit" class="btn btn-primary btn-embossed disabled"><?php echo __('OK'); ?></button>-->
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version'] ?? ''); ?>"></script>
|
|
</body>
|
|
</html>
|