|
@@ -1768,6 +1768,13 @@ class Returngoods extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ //减少代码复用吧
|
|
|
+ $lo_ret = $this->logic_order->checkEditCustomer($post);
|
|
|
+ if($lo_ret['code'] != 1){
|
|
|
+ echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
+ }
|
|
|
|
|
|
$dtctitle = array();
|
|
|
$dictionaries = $this->typeclass->find_all();
|