|
@@ -853,7 +853,7 @@ Route::group(['prefix'=>'package'],function(){
|
|
|
});
|
|
});
|
|
|
//仓储费
|
|
//仓储费
|
|
|
Route::group(['prefix' => 'storageFee'], function () {
|
|
Route::group(['prefix' => 'storageFee'], function () {
|
|
|
- Route::get('','SettlementBillStorageFeeController@index');
|
|
|
|
|
|
|
+ Route::get('','SettlementBillStorageFeeController@index')->name('settlementBills.storageFee.index');
|
|
|
Route::post('confirmBill','SettlementBillStorageFeeController@confirmBill');
|
|
Route::post('confirmBill','SettlementBillStorageFeeController@confirmBill');
|
|
|
Route::any('export','SettlementBillStorageFeeController@export');
|
|
Route::any('export','SettlementBillStorageFeeController@export');
|
|
|
});
|
|
});
|
|
@@ -864,7 +864,7 @@ Route::group(['prefix'=>'package'],function(){
|
|
|
Route::any('detail/export', 'SettlementBillStoreFeeDetailController@export');
|
|
Route::any('detail/export', 'SettlementBillStoreFeeDetailController@export');
|
|
|
Route::any('report/export', 'SettlementBillStoreFeeReportController@export');
|
|
Route::any('report/export', 'SettlementBillStoreFeeReportController@export');
|
|
|
Route::get('detail', 'SettlementBillStoreFeeDetailController@index');
|
|
Route::get('detail', 'SettlementBillStoreFeeDetailController@index');
|
|
|
- Route::get('report', 'SettlementBillStoreFeeReportController@index');
|
|
|
|
|
|
|
+ Route::get('report', 'SettlementBillStoreFeeReportController@index')->name('settlementBills.storeFee.report');
|
|
|
});
|
|
});
|
|
|
//出库费
|
|
//出库费
|
|
|
Route::group(['prefix' => 'storeOutFee'], function () {
|
|
Route::group(['prefix' => 'storeOutFee'], function () {
|
|
@@ -873,7 +873,7 @@ Route::group(['prefix'=>'package'],function(){
|
|
|
Route::any('detail/export', 'SettlementBillStoreOutFeeDetailController@export');
|
|
Route::any('detail/export', 'SettlementBillStoreOutFeeDetailController@export');
|
|
|
Route::any('report/export', 'SettlementBillStoreOutFeeReportController@export');
|
|
Route::any('report/export', 'SettlementBillStoreOutFeeReportController@export');
|
|
|
Route::get('detail', 'SettlementBillStoreOutFeeDetailController@index');
|
|
Route::get('detail', 'SettlementBillStoreOutFeeDetailController@index');
|
|
|
- Route::get('report', 'SettlementBillStoreOutFeeReportController@index');
|
|
|
|
|
|
|
+ Route::get('report', 'SettlementBillStoreOutFeeReportController@index')->name('settlementBills.storeOutFee.report');
|
|
|
});
|
|
});
|
|
|
//杂项费
|
|
//杂项费
|
|
|
Route::group(['prefix' => 'sundryFee'], function () {
|
|
Route::group(['prefix' => 'sundryFee'], function () {
|