v2 up a9gg
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 03 2018 00:55:03 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+6
-12
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 03 2018 00:55:03 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18684,22 +18684,16 @@ class AutomaticDispose {
|
|||||||
if (Patient.need_Tragehilfe == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
self._ADisVehiclesNeed["0"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
|
|
||||||
//if (Patient.need_RTW == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
// self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
//
|
|
||||||
//if (Patient.need_NEF == true)
|
|
||||||
// self._ADisVehiclesNeed["29"]++;
|
|
||||||
//
|
|
||||||
//if (Patient.need_RTH == true)
|
|
||||||
// self._ADisVehiclesNeed["31"]++;
|
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_RTW == true)
|
if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true)
|
||||||
self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["28"]++;
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true)
|
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
||||||
self._ADisVehiclesNeed["29"]++;
|
self._ADisVehiclesNeed["29"]++;
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true)
|
if ((MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true) || Patient.need_RTH == true)
|
||||||
self._ADisVehiclesNeed["31"]++;
|
self._ADisVehiclesNeed["31"]++;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+5
-11
@@ -1514,22 +1514,16 @@ class AutomaticDispose {
|
|||||||
if (Patient.need_Tragehilfe == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
self._ADisVehiclesNeed["0"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
|
|
||||||
//if (Patient.need_RTW == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
// self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
//
|
|
||||||
//if (Patient.need_NEF == true)
|
|
||||||
// self._ADisVehiclesNeed["29"]++;
|
|
||||||
//
|
|
||||||
//if (Patient.need_RTH == true)
|
|
||||||
// self._ADisVehiclesNeed["31"]++;
|
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_RTW == true)
|
if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true)
|
||||||
self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["28"]++;
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_NEF == true)
|
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
||||||
self._ADisVehiclesNeed["29"]++;
|
self._ADisVehiclesNeed["29"]++;
|
||||||
|
|
||||||
if (self.MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true)
|
if ((MissionConfig.emergency_medical_service.use_RTH == true && Patient.need_RTH == true) || Patient.need_RTH == true)
|
||||||
self._ADisVehiclesNeed["31"]++;
|
self._ADisVehiclesNeed["31"]++;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user