hook
This commit is contained in:
parent
24dc01baf3
commit
01f4316d80
|
|
@ -27,6 +27,9 @@ return [
|
|||
'Set status to -20' => '设为已移交',
|
||||
'Status -30' => '已取消',
|
||||
'Set status to -30' => '设为已取消',
|
||||
'Total' => '线下尾款',
|
||||
'Online' => '线上尾款',
|
||||
'Amount' => '预计佣金',
|
||||
'Remark' => '备注',
|
||||
'Notice_num' => '通知次数',
|
||||
'Plan_time' => '预约时间',
|
||||
|
|
|
|||
|
|
@ -70,10 +70,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">{:__('Cost')}:</label>
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
<input id="c-cost" data-rule="required" class="form-control" step="0.01" name="row[cost]" type="number" value="{$row.cost|htmlentities}">
|
||||
<input id="c-cost" data-rule="required" class="form-control" step="0.01" name="row[cost]" type="number" value="{$row.dispatch.amount|htmlentities}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class OrderLogic
|
|||
|
||||
|
||||
/**
|
||||
* todo...
|
||||
*
|
||||
* 师傅超时未接单的处理逻辑
|
||||
* @return void
|
||||
*/
|
||||
|
|
@ -100,7 +100,7 @@ class OrderLogic
|
|||
$dispatch->notice_time = date('Y-m-d H:i:s');
|
||||
$dispatch->save();
|
||||
|
||||
//发送短信通知师傅
|
||||
//发送短信通知师傅 todo...
|
||||
$smsLogic = new SmsLogic();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user