mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-19 16:55:48 +00:00
修复后台订单发货单号bug
This commit is contained in:
parent
33bbb08e4f
commit
170a70e4c5
@ -242,7 +242,7 @@ class StoreOrder extends AuthController
|
||||
}
|
||||
return $menus;
|
||||
})->filterable(1);
|
||||
$f[] = Form::input('delivery_id','快递单号')->number(1);
|
||||
$f[] = Form::input('delivery_id','快递单号');
|
||||
$form = Form::make_post_form('修改订单',$f,Url::build('updateDeliveryGoods',array('id'=>$id)),5);
|
||||
$this->assign(compact('form'));
|
||||
return $this->fetch('public/form-builder');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user