|
|
|
@ -884,7 +884,7 @@ class OrdersController extends CommonController
|
|
|
|
$errors = [];
|
|
|
|
$errors = [];
|
|
|
|
|
|
|
|
|
|
|
|
if ($price_changed_last_month_paid_items->count()) {
|
|
|
|
if ($price_changed_last_month_paid_items->count()) {
|
|
|
|
$errors[] = "有" . $price_changed_last_month_paid_items->count() . "天往月扣款的子订单已锁定价格,不可修改";
|
|
|
|
//$errors[] = "有" . $price_changed_last_month_paid_items->count() . "天往月扣款的子订单已锁定价格,不可修改";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$manager = $this->guard()->user();
|
|
|
|
$manager = $this->guard()->user();
|
|
|
|
|