|
return error_show(1002, "未找到销售订单数据");
|
|
return error_show(1002, "未找到销售订单数据");
|
|
$is_reurn = Db::name("sale_return")->where(['orderCode' => $outinfo['orderCode'], 'is_del' => 0])->where("status", "in", [1,2,3,7,9,10])->find();
|
|
$is_reurn = Db::name("sale_return")->where(['orderCode' => $outinfo['orderCode'], 'is_del' => 0])->where("status", "in", [1,2,3,7,9,10])->find();
|
|
return error_show(1002, "销售单存在退货未处理完成");
|
|
return error_show(1002, "销售单存在退货未处理完成");
|