shish hace 3 años
padre
commit
3339c2f718

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -140,7 +140,7 @@ class PurchaseController extends BaseController
                                 util::fail('预售日期有问题,请提醒门店');
                             }
                             if (in_array(strtotime($sendTimeWant), $hasDate) == false) {
-                                util::fail("有花材在{$sendTimeWant}没到货,请修改");
+                                util::fail("有预售花材在{$sendTimeWant}没到货");
                             }
                             $post['presell'] = 1;
                         }

+ 1 - 1
app-mall/controllers/OrderController.php

@@ -115,7 +115,7 @@ class OrderController extends BaseController
                         util::fail('预售日期有问题,请提醒门店');
                     }
                     if (in_array(strtotime($sendTimeWant), $hasDate) == false) {
-                        util::fail("有花材在{$sendTimeWant}没到货,请修改");
+                        util::fail("有预售花材在{$sendTimeWant}没到货");
                     }
                     $post['presell'] = 1;
                 }