FIX EV3-394 Verzióváltott teszt- Megrendelés rögzítés
This commit is contained in:
parent
800f35809a
commit
c8cf66aee1
@ -22,7 +22,7 @@
|
|||||||
use App\Services\OrderService;
|
use App\Services\OrderService;
|
||||||
use App\Services\ProfitCenterService;
|
use App\Services\ProfitCenterService;
|
||||||
use ArrayObject;
|
use ArrayObject;
|
||||||
use Barryvdh\DomPDF\Facade as PDF;
|
use Barryvdh\DomPDF\Facade\Pdf as PDF;
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Illuminate\Http\JsonResponse;
|
use Illuminate\Http\JsonResponse;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
@ -443,7 +443,6 @@ private function createSupplier(Request $request)
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
//dd($suppliers);
|
|
||||||
return view('modules.order.supplier')->with([
|
return view('modules.order.supplier')->with([
|
||||||
'suppliers' => $suppliers,
|
'suppliers' => $suppliers,
|
||||||
]);
|
]);
|
||||||
|
|||||||
@ -195,7 +195,7 @@
|
|||||||
'Debugbar' => Barryvdh\Debugbar\Facade\Debugbar::class,
|
'Debugbar' => Barryvdh\Debugbar\Facade\Debugbar::class,
|
||||||
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
|
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
|
||||||
'FastExcel' => Rap2hpoutre\FastExcel\Facades\FastExcel::class,
|
'FastExcel' => Rap2hpoutre\FastExcel\Facades\FastExcel::class,
|
||||||
'PDF' => Barryvdh\DomPDF\Facade::class,
|
'PDF' => Barryvdh\DomPDF\Facade\Pdf::class,
|
||||||
'Schema' => App\Facades\Schema::class,
|
'Schema' => App\Facades\Schema::class,
|
||||||
])->toArray(),
|
])->toArray(),
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"/js/app.js": "/js/app.js?id=8eebbb7cc03522e40f2a774f36c0d6b0",
|
"/js/app.js": "/js/app.js?id=8eebbb7cc03522e40f2a774f36c0d6b0",
|
||||||
"/js/admin.js": "/js/admin.js?id=fa1550926cb7f7481538e844c5fc4725",
|
"/js/admin.js": "/js/admin.js?id=d5bb7fcc276f07bda341f6451c61fd6f",
|
||||||
"/js/module.js": "/js/module.js?id=7fb473400984ae4331f82416fabdd009",
|
"/js/module.js": "/js/module.js?id=b8f30ac658c1296e35f9210683fe57c9",
|
||||||
"/js/components.js": "/js/components.js?id=34668cee8ac371c98657beffcff579b8",
|
"/js/components.js": "/js/components.js?id=34668cee8ac371c98657beffcff579b8",
|
||||||
"/css/app.css": "/css/app.css?id=11474616a7ef31af1acf43a25d65f4b6",
|
"/css/app.css": "/css/app.css?id=11474616a7ef31af1acf43a25d65f4b6",
|
||||||
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366?id=9ad5aa740d7d5e6a0191b309b9b1986c",
|
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366?id=9ad5aa740d7d5e6a0191b309b9b1986c",
|
||||||
|
|||||||
@ -1137,7 +1137,7 @@ solution before template
|
|||||||
let actionColumn={ "className": 'details-control2',
|
let actionColumn={ "className": 'details-control2',
|
||||||
"orderable": false,
|
"orderable": false,
|
||||||
"data": null,
|
"data": null,
|
||||||
"width": "80px",
|
"width": "100px",
|
||||||
"defaultContent":''
|
"defaultContent":''
|
||||||
};
|
};
|
||||||
if(Order.getData('orderType')=='daily'){
|
if(Order.getData('orderType')=='daily'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user