|
|
@@ -4,7 +4,6 @@ namespace App\Http\Controllers;
|
|
|
|
|
|
|
|
|
use App\Authority;
|
|
|
-use App\Carrier;
|
|
|
use App\Commodity;
|
|
|
use App\CommodityBarcode;
|
|
|
use App\Console\Commands\SyncWMSOrderTask;
|
|
|
@@ -33,11 +32,7 @@ use App\RejectedBillItem;
|
|
|
use App\Services\CacheService;
|
|
|
use App\Services\common\BatchUpdateService;
|
|
|
use App\Services\common\DataHandlerService;
|
|
|
-use App\Services\DocWaveHeaderService;
|
|
|
-use App\Services\FeatureService;
|
|
|
use App\Services\InventoryCompareService;
|
|
|
-use App\Services\LogisticService;
|
|
|
-use App\Services\LogService;
|
|
|
use App\Services\OracleDocAsnHerderService;
|
|
|
use App\Services\OracleDOCOrderHeaderService;
|
|
|
use App\Services\OrderPackageService;
|
|
|
@@ -47,11 +42,8 @@ use App\Services\OrderTrackingService;
|
|
|
use App\Services\OwnerService;
|
|
|
use App\Services\StoreService;
|
|
|
use App\Services\WarehouseService;
|
|
|
-use App\StoreCheckingReceiveItem;
|
|
|
use App\User;
|
|
|
use App\Warehouse;
|
|
|
-use App\Waybill;
|
|
|
-use App\WaybillPriceModel;
|
|
|
use Carbon\Carbon;
|
|
|
use Illuminate\Database\Eloquent\Builder;
|
|
|
use Illuminate\Support\Facades\Auth;
|
|
|
@@ -99,8 +91,7 @@ class TestController extends Controller
|
|
|
}
|
|
|
public static function zzd()
|
|
|
{
|
|
|
- $r = new \ReflectionClass('App\Http\Controllers\UnitsController');
|
|
|
- dd($r->getMethods(),$r->getConstants());
|
|
|
+ dd(phpinfo());
|
|
|
}
|
|
|
|
|
|
public function updateLaborRemark(){
|