|
|
@@ -4,28 +4,15 @@ namespace App\Http\Controllers;
|
|
|
|
|
|
|
|
|
use App\Authority;
|
|
|
-use App\Batch;
|
|
|
-use App\City;
|
|
|
use App\Commodity;
|
|
|
use App\CommodityBarcode;
|
|
|
-use App\Customer;
|
|
|
use App\Events\CancelOrder;
|
|
|
-use App\Imports\OrderIssueImport;
|
|
|
use App\Imports\OrderTrackingImport;
|
|
|
use App\InventoryAccount;
|
|
|
-use App\Events\ResetProcessStatisticStartDateEvent;
|
|
|
-use App\InventoryAccountMission;
|
|
|
-use App\InventoryCompare;
|
|
|
-use App\InventoryDailyLog;
|
|
|
use App\LaborReport;
|
|
|
use App\Log;
|
|
|
use App\Logistic;
|
|
|
-use App\LogisticTiming;
|
|
|
use App\OracleActAllocationDetails;
|
|
|
-use App\OracleBasCode;
|
|
|
-use App\OracleBasSKU;
|
|
|
-use App\OracleDOCASNDetail;
|
|
|
-use App\OracleDOCASNHeader;
|
|
|
use App\OracleDOCOrderHeader;
|
|
|
use App\OracleDocOrderPackingSummary;
|
|
|
use App\OracleDOCWaveDetails;
|
|
|
@@ -34,36 +21,19 @@ use App\OrderBin;
|
|
|
use App\OrderCommodity;
|
|
|
use App\OrderIssue;
|
|
|
use App\OrderPackage;
|
|
|
-use App\OrderPackageCommodities;
|
|
|
-use App\OrderTracking;
|
|
|
-use App\OrderTrackingOwner;
|
|
|
use App\Owner;
|
|
|
-use App\OwnerAreaReport;
|
|
|
-use App\OwnerPriceOperation;
|
|
|
use App\Package;
|
|
|
use App\Process;
|
|
|
use App\ProcessDaily;
|
|
|
-use App\ProcessesContent;
|
|
|
use App\ProcessStatistic;
|
|
|
-use App\Province;
|
|
|
use App\RejectedBill;
|
|
|
use App\RejectedBillItem;
|
|
|
use App\Services\CacheService;
|
|
|
-use App\Services\CityService;
|
|
|
-use App\Services\CommodityService;
|
|
|
use App\Services\common\BatchUpdateService;
|
|
|
use App\Services\common\DataHandlerService;
|
|
|
-use App\Services\common\ExportService;
|
|
|
-use App\Services\FeatureService;
|
|
|
use App\Services\InventoryCompareService;
|
|
|
-use App\Services\LogService;
|
|
|
-use App\Services\OracleActAllocationDetailService;
|
|
|
-use App\Services\OracleBasCustomerService;
|
|
|
use App\Services\OracleDocAsnHerderService;
|
|
|
use App\Services\OracleDOCOrderHeaderService;
|
|
|
-use App\Services\OrderIssuePerformanceService;
|
|
|
-use App\Services\OrderIssueService;
|
|
|
-use App\Services\OrderPackageCommoditiesService;
|
|
|
use App\Services\OrderPackageService;
|
|
|
use App\Services\OrderService;
|
|
|
use App\Services\OrderTrackingOwnerService;
|
|
|
@@ -72,23 +42,14 @@ use App\Services\OwnerService;
|
|
|
use App\Services\StoreService;
|
|
|
use App\Services\OwnerPriceOperationService;
|
|
|
use App\Services\WarehouseService;
|
|
|
-use App\Store;
|
|
|
-use App\StoreCheckingReceive;
|
|
|
-use App\StoreCheckingReceiveItem;
|
|
|
-use App\Unit;
|
|
|
use App\User;
|
|
|
use App\Warehouse;
|
|
|
-use App\Waybill;
|
|
|
use Carbon\Carbon;
|
|
|
-use Exception;
|
|
|
-use Facade\Ignition\QueryRecorder\Query;
|
|
|
use Illuminate\Database\Eloquent\Builder;
|
|
|
use Illuminate\Support\Facades\Auth;
|
|
|
use Illuminate\Support\Facades\Cache;
|
|
|
use Illuminate\Http\Request;
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
-use Illuminate\Support\Facades\Http;
|
|
|
-use Illuminate\Support\Facades\Redis;
|
|
|
use Illuminate\Support\Str;
|
|
|
use Maatwebsite\Excel\Facades\Excel;
|
|
|
use Ramsey\Collection\Collection;
|