@ -795,6 +795,8 @@ class StatementMangementController extends ThinkController
$is_save = M('statement','tab_')->where(['id'=>$_REQUEST['withdraw_id']])->save($data);
// echo M('statement','tab_')->_sql();die();
if ($is_save) {
$this->ajaxReturn(['status'=>1,'msg'=>'修改成功']);
} else {
@ -80,6 +80,7 @@
<div class="jssearch fl cf search_list">
<div class="input-list">
<input type="text" id="withdraw_id" style="display: none" value="{:I('id')}"/>
<input type="text" name="withdraw" style="display: none" value="{:I('withdraw')}"/>
<input type="text" readonly id="time_start" name="time_start" class="" value="{:I('time_start')}" placeholder="结算开始时间" />
-
<div class="input-append date" id="datetimepicker" style="display:inline-block">