Commit ce4a8696 by lizhilin

更新

parent 64157074
...@@ -170,7 +170,7 @@ protected function form() ...@@ -170,7 +170,7 @@ protected function form()
->autoUpload() ->autoUpload()
->required() ->required()
->help('内容须包含三证合一证件照、法人身份证正面照、法人身份证反面照、开户银行许可证照。 压缩 zip包后上传,最大限制为 9 M'); //hf ->help('内容须包含三证合一证件照、法人身份证正面照、法人身份证反面照、开户银行许可证照。 压缩 zip包后上传,最大限制为 9 M'); //hf
$form->text('card_no', '银行卡号')->required(); $form->text('card_no', '银行卡号(对公)')->required();
$form->text('card_name', '银行卡对应的户名')->required(); $form->text('card_name', '银行卡对应的户名')->required();
$form->hidden('audit_state'); $form->hidden('audit_state');
$form->hidden('audit_desc'); $form->hidden('audit_desc');
......
...@@ -540,6 +540,9 @@ public function scanCodeVerifi(Request $request) ...@@ -540,6 +540,9 @@ public function scanCodeVerifi(Request $request)
if ($result['errcode'] != 0) { if ($result['errcode'] != 0) {
throw new Exception($result['errmsg']); throw new Exception($result['errmsg']);
} else { } else {
$orderObj->shipping_type = 4;
$orderObj->shipping_goods = $ogItem->shipping_goods;
$orderObj->shipping_at = date("Y-m-d H:i:s");
$orderObj->save(); $orderObj->save();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment