|
|
@@ -784,8 +784,7 @@ Route::group(['prefix'=>'finance'],function(){
|
|
|
Route::get('billConfirmation','CustomerController@financeBillConfirmation');
|
|
|
Route::post('updateBillReport','CustomerController@updateBillReport');
|
|
|
Route::post('billConfirm','CustomerController@billConfirm');
|
|
|
- Route::group(['prefix'=>'settlementBills'],function(){
|
|
|
-// Route::resource('ownerSundryFeeDetails', 'OwnerSundryFeeDetailsController', ['only' => ['index', 'create', 'store', 'update', 'edit','destroy']]);
|
|
|
+ Route::middleware(['auth'])->prefix('settlementBills')->group(function(){
|
|
|
Route::group(['prefix' => 'logisticFee'], function () {
|
|
|
Route::post('detail/confirmBill', 'OwnerLogisticFeeDetailController@confirmBill');
|
|
|
Route::post('report/confirmBill', 'OwnerLogisticFeeReportController@confirmBill');
|