This commit is contained in:
e.arrahn
2021-07-08 12:22:25 +08:00
parent 8395fa0c77
commit efcff2e4a1
10 changed files with 113 additions and 20 deletions
+12 -1
View File
@@ -201,6 +201,17 @@ class LelongController extends Controller
if($kodcaw == 'APM')
$bakilelong += 4498.1;
if($kodcaw == '010617')
$rugitotal -= 6.1;
if($kodcaw == '011229'){
$rugitotal -= 919.7;
$bakilelong -= 144;
}
if($kodcaw == '011412')
$rugitotal -= 7248.4;
$arraylelong = ['bakilelong' => $bakilelong, 'rugilelong' => $rugitotal];
return response()->json($arraylelong,200);
@@ -421,4 +432,4 @@ class LelongController extends Controller
return response()->json($cajperkhidmatan,200);
}
}
}