123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560 |
-
- (function () {
- BemsWebApplication.FmsDailyReportViewModel = function (data) {
- this.SiteId = ko.observable();
- this.DailyReportId = ko.observable();
- this.Name = ko.observable();
- this.Contents = ko.observable();
- this.RegisterUserId = ko.observable();
- this.AddDate = ko.observable();
- this.RegisterDate = ko.observable();
- this.BusinessFieldId = ko.observable();
- this.Datas = ko.observable();
- this.ApproverUserId = ko.observable();
- this.ApproveDate = ko.observable();
- this.ApproverUserId2 = ko.observable();
- this.ApproveDate2 = ko.observable();
- this.ApproverUserId3 = ko.observable();
- this.ApproveDate3 = ko.observable();
- this.ApproverUserId4 = ko.observable();
- this.ApproveDate4 = ko.observable();
- this.ApproverUserId5 = ko.observable();
- this.ApproveDate5 = ko.observable();
- this.HumanResourceTotal = ko.observable();
- this.HumanResourceVacancy = ko.observable();
- this.HumanResourceOff = ko.observable();
- this.HumanResourceVacation = ko.observable();
- this.HumanResourceCurrent = ko.observable();
- this.HumanResourceTrain = ko.observable();
- this.HumanResourceOut = ko.observable();
- this.HumanResourceEtc = ko.observable();
- this.dataseq = ko.observable();
- this.Approveseq = ko.observable();
- this.ApproveCnt = ko.observable();
- this.HumanResourceClosed = ko.observable();
- this.WorkStatusTypeOccasional = ko.observable();
- this.WorkStatusTypePeriodicInspection = ko.observable();
- this.WorkStatusTypeForensicExamination = ko.observable();
- this.WorkStatusTypeEtc = ko.observable();
- this.WorkStatusTypeTotal = ko.observable();
- this.WorkStatusPending = ko.observable();
- this.WorkStatusInProgress = ko.observable();
- this.WorkStatusDeferred = ko.observable();
- this.WorkStatusComplete = ko.observable();
- this.WorkStatusApproved = ko.observable();
- this.WorkStatusTotal = ko.observable();
- this.resultWorkCommon = ko.observableArray();
- this.resultFmsMaterial = ko.observableArray();
- this.resultEnergy1Name = ko.observableArray();
- this.resultEnergy1Today = ko.observableArray();
- this.resultEnergy1Daybefore = ko.observableArray();
- this.resultEnergy1Dailyusage = ko.observableArray();
- this.resultEnergy1Monthusage = ko.observableArray();
- this.resultEnergy2Name = ko.observableArray();
- this.resultEnergy2Today = ko.observableArray();
- this.resultEnergy2Daybefore = ko.observableArray();
- this.resultEnergy2Dailyusage = ko.observableArray();
- this.resultEnergy2Monthusage = ko.observableArray();
- this.resultEnergy3Name = ko.observableArray();
- this.resultEnergy3Today = ko.observableArray();
- this.resultEnergy3Daybefore = ko.observableArray();
- this.resultEnergy3Dailyusage = ko.observableArray();
- this.resultEnergy3Monthusage = ko.observableArray();
- this.resultEnergy4Name = ko.observableArray();
- this.resultEnergy4Today = ko.observableArray();
- this.resultEnergy4Daybefore = ko.observableArray();
- this.resultEnergy4Dailyusage = ko.observableArray();
- this.resultEnergy4Monthusage = ko.observableArray();
- this.resultEnergy5Name = ko.observableArray();
- this.resultEnergy5Today = ko.observableArray();
- this.resultEnergy5Daybefore = ko.observableArray();
- this.resultEnergy5Dailyusage = ko.observableArray();
- this.resultEnergy5Monthusage = ko.observableArray();
- this.resultEnergy6Name = ko.observableArray();
- this.resultEnergy6Today = ko.observableArray();
- this.resultEnergy6Daybefore = ko.observableArray();
- this.resultEnergy6Dailyusage = ko.observableArray();
- this.resultEnergy6Monthusage = ko.observableArray();
- this.resultEnergy7Name = ko.observableArray();
- this.resultEnergy7Today = ko.observableArray();
- this.resultEnergy7Daybefore = ko.observableArray();
- this.resultEnergy7Dailyusage = ko.observableArray();
- this.resultEnergy7Monthusage = ko.observableArray();
- this.resultEnergy8Name = ko.observableArray();
- this.resultEnergy8Today = ko.observableArray();
- this.resultEnergy8Daybefore = ko.observableArray();
- this.resultEnergy8Dailyusage = ko.observableArray();
- this.resultEnergy8Monthusage = ko.observableArray();
- this.resultEnergy9Name = ko.observableArray();
- this.resultEnergy9Today = ko.observableArray();
- this.resultEnergy9Daybefore = ko.observableArray();
- this.resultEnergy9Dailyusage = ko.observableArray();
- this.resultEnergy9Monthusage = ko.observableArray();
- this.resultEnergytotal1Name = ko.observableArray();
- this.resultEnergytotal1Today = ko.observableArray();
- this.resultEnergytotal1Daybefore = ko.observableArray();
- this.resultEnergytotal1Dailyusage = ko.observableArray();
- this.resultEnergytotal1Monthusage = ko.observableArray();
- this.resultEnergytotal2Name = ko.observableArray();
- this.resultEnergytotal2Today = ko.observableArray();
- this.resultEnergytotal2Daybefore = ko.observableArray();
- this.resultEnergytotal2Dailyusage = ko.observableArray();
- this.resultEnergytotal2Monthusage = ko.observableArray();
- this.resultEnergytotal3Name = ko.observableArray();
- this.resultEnergytotal3Today = ko.observableArray();
- this.resultEnergytotal3Daybefore = ko.observableArray();
- this.resultEnergytotal3Dailyusage = ko.observableArray();
- this.resultEnergytotal3Monthusage = ko.observableArray();
- this.resultWorkCommon1 = ko.observableArray();
- this.resultFmsMaterial1 = ko.observableArray();
- this.resultWorkCommon2 = ko.observableArray();
- this.resultFmsMaterial2 = ko.observableArray();
- this.resultWorkCommon3 = ko.observableArray();
- this.resultFmsMaterial3 = ko.observableArray();
- this.resultWorkCommon4 = ko.observableArray();
- this.resultFmsMaterial4 = ko.observableArray();
- this.resultWorkCommon5 = ko.observableArray();
- this.resultFmsMaterial5 = ko.observableArray();
- this.resultWorkCommon6 = ko.observableArray();
- this.resultFmsMaterial6 = ko.observableArray();
- this.resultWorkCommon7 = ko.observableArray();
- this.resultFmsMaterial7 = ko.observableArray();
- this.resultWorkCommon8 = ko.observableArray();
- this.resultFmsMaterial8 = ko.observableArray();
- if (data)
- this.fromJS(data);
- };
- $.extend(BemsWebApplication.FmsDailyReportViewModel.prototype, {
- toJS: function () {
- var dataArray = {
- //Department: this.Department(),
- //Author: this.Author(),
- HumanResourceTotal: this.HumanResourceTotal(),
- HumanResourceOff: this.HumanResourceOff(),
- HumanResourceVacancy: this.HumanResourceVacancy(),
- HumanResourceVacation: this.HumanResourceVacation(),
- HumanResourceClosed: this.HumanResourceClosed(),
- HumanResourceCurrent: this.HumanResourceCurrent(),
- HumanResourceTrain: this.HumanResourceTrain(),
- HumanResourceOut: this.HumanResourceOut(),
- HumanResourceEtc: this.HumanResourceEtc(),
- dataseq: this.dataseq(),
- Approveseq: this.Approveseq(),
- ApproveCnt: this.ApproveCnt(),
- WorkStatus: {
- WorkStatusTypeOccasional: this.WorkStatusTypeOccasional(),
- WorkStatusTypePeriodicInspection: this.WorkStatusTypePeriodicInspection(),
- WorkStatusTypeForensicExamination: this.WorkStatusTypeForensicExamination(),
- WorkStatusTypeEtc: this.WorkStatusTypeEtc(),
- WorkStatusTypeTotal: this.WorkStatusTypeTotal(),
- WorkStatusPending: this.WorkStatusPending(),
- WorkStatusInProgress: this.WorkStatusInProgress(),
- WorkStatusDeferred: this.WorkStatusDeferred(),
- WorkStatusComplete: this.WorkStatusComplete(),
- WorkStatusApproved: this.WorkStatusApproved(),
- WorkStatusTotal: this.WorkStatusTotal(),
- },
- resultEnergy1: {
- Name: this.resultEnergy1Name(),
- Today: this.resultEnergy1Today(),
- Daybefore: this.resultEnergy1Daybefore(),
- Dailyusage: this.resultEnergy1Dailyusage(),
- Monthusage: this.resultEnergy1Monthusage(),
- },
- resultEnergy2: {
- Name: this.resultEnergy2Name(),
- Today: this.resultEnergy2Today(),
- Daybefore: this.resultEnergy2Daybefore(),
- Dailyusage: this.resultEnergy2Dailyusage(),
- Monthusage: this.resultEnergy2Monthusage(),
- },
- resultEnergy3: {
- Name: this.resultEnergy3Name(),
- Today: this.resultEnergy3Today(),
- Daybefore: this.resultEnergy3Daybefore(),
- Dailyusage: this.resultEnergy3Dailyusage(),
- Monthusage: this.resultEnergy3Monthusage(),
- },
- resultEnergy4: {
- Name: this.resultEnergy4Name(),
- Today: this.resultEnergy4Today(),
- Daybefore: this.resultEnergy4Daybefore(),
- Dailyusage: this.resultEnergy4Dailyusage(),
- Monthusage: this.resultEnergy4Monthusage(),
- },
- resultEnergy5: {
- Name: this.resultEnergy5Name(),
- Today: this.resultEnergy5Today(),
- Daybefore: this.resultEnergy5Daybefore(),
- Dailyusage: this.resultEnergy5Dailyusage(),
- Monthusage: this.resultEnergy5Monthusage(),
- },
- resultEnergy6: {
- Name: this.resultEnergy6Name(),
- Today: this.resultEnergy6Today(),
- Daybefore: this.resultEnergy6Daybefore(),
- Dailyusage: this.resultEnergy6Dailyusage(),
- Monthusage: this.resultEnergy6Monthusage(),
- },
- resultEnergy7: {
- Name: this.resultEnergy7Name(),
- Today: this.resultEnergy7Today(),
- Daybefore: this.resultEnergy7Daybefore(),
- Dailyusage: this.resultEnergy7Dailyusage(),
- Monthusage: this.resultEnergy7Monthusage(),
- },
- resultEnergy8: {
- Name: this.resultEnergy8Name(),
- Today: this.resultEnergy8Today(),
- Daybefore: this.resultEnergy8Daybefore(),
- Dailyusage: this.resultEnergy8Dailyusage(),
- Monthusage: this.resultEnergy8Monthusage(),
- },
- resultEnergy9: {
- Name: this.resultEnergy9Name(),
- Today: this.resultEnergy9Today(),
- Daybefore: this.resultEnergy9Daybefore(),
- Dailyusage: this.resultEnergy9Dailyusage(),
- Monthusage: this.resultEnergy9Monthusage(),
- },
- resultEnergytotal1: {
- Name: this.resultEnergytotal1Name(),
- Today: this.resultEnergytotal1Today(),
- Daybefore: this.resultEnergytotal1Daybefore(),
- Dailyusage: this.resultEnergytotal1Dailyusage(),
- Monthusage: this.resultEnergytotal1Monthusage(),
- },
- resultEnergytotal2: {
- Name: this.resultEnergytotal2Name(),
- Today: this.resultEnergytotal2Today(),
- Daybefore: this.resultEnergytotal2Daybefore(),
- Dailyusage: this.resultEnergytotal2Dailyusage(),
- Monthusage: this.resultEnergytotal2Monthusage(),
- },
- resultEnergytotal3: {
- Name: this.resultEnergytotal3Name(),
- Today: this.resultEnergytotal3Today(),
- Daybefore: this.resultEnergytotal3Daybefore(),
- Dailyusage: this.resultEnergytotal3Dailyusage(),
- Monthusage: this.resultEnergytotal3Monthusage(),
- },
- resultWorkCommon: this.resultWorkCommon(),
- resultFmsMaterial: this.resultFmsMaterial(),
- resultWorkCommon1: this.resultWorkCommon1(),
- resultFmsMaterial1: this.resultFmsMaterial1(),
- resultWorkCommon2: this.resultWorkCommon2(),
- resultFmsMaterial2: this.resultFmsMaterial2(),
- resultWorkCommon3: this.resultWorkCommon3(),
- resultFmsMaterial3: this.resultFmsMaterial3(),
- resultWorkCommon4: this.resultWorkCommon4(),
- resultFmsMaterial4: this.resultFmsMaterial4(),
- resultWorkCommon5: this.resultWorkCommon5(),
- resultFmsMaterial5: this.resultFmsMaterial5(),
- resultWorkCommon6: this.resultWorkCommon6(),
- resultFmsMaterial6: this.resultFmsMaterial6(),
- resultWorkCommon7: this.resultWorkCommon7(),
- resultFmsMaterial7: this.resultFmsMaterial7(),
- resultWorkCommon8: this.resultWorkCommon8(),
- resultFmsMaterial8: this.resultFmsMaterial8(),
- };
- return {
- SiteId: this.SiteId(),
- DailyReportId: this.DailyReportId(),
- Name: this.Name(),
- Contents: this.Contents(),
- RegisterUserId: this.RegisterUserId(),
- AddDate: this.AddDate(),
- RegisterDate: this.RegisterDate(),
- ApproverUserId: this.ApproverUserId(),
- ApproveDate: this.ApproveDate(),
- ApproverUserId2: this.ApproverUserId2(),
- ApproveDate2: this.ApproveDate2(),
- ApproverUserId3: this.ApproverUserId3(),
- ApproveDate3: this.ApproveDate3(),
- ApproverUserId4: this.ApproverUserId4(),
- ApproveDate4: this.ApproveDate4(),
- ApproverUserId5: this.ApproverUserId5(),
- ApproveDate5: this.ApproveDate5(),
- BusinessFieldId: this.BusinessFieldId(),
- Datas: JSON.stringify(dataArray)
- };
- },
- fromJS: function (data) {
- if (data) {
- this.SiteId(data.SiteId);
- this.DailyReportId(data.DailyReportId);
- this.Name(data.Name);
- this.Contents(data.Contents);
- this.RegisterUserId(data.RegisterUserId);
- this.AddDate(data.AddDate);
- this.RegisterDate(data.RegisterDate);
- this.ApproverUserId(data.ApproverUserId);
- this.ApproveDate(data.ApproveDate);
- this.ApproverUserId2(data.ApproverUserId2);
- this.ApproveDate2(data.ApproveDate2);
- this.ApproverUserId3(data.ApproverUserId3);
- this.ApproveDate3(data.ApproveDate3);
- this.ApproverUserId4(data.ApproverUserId4);
- this.ApproveDate4(data.ApproveDate4);
- this.ApproverUserId5(data.ApproverUserId5);
- this.ApproveDate5(data.ApproveDate5);
- this.BusinessFieldId(data.BusinessFieldId);
- if (data.Datas) {
- var datas = JSON.parse(data.Datas);
- this.HumanResourceTotal(datas.HumanResourceTotal);
- this.HumanResourceOff(datas.HumanResourceOff);
- this.HumanResourceVacancy(datas.HumanResourceVacancy);
- this.HumanResourceVacation(datas.HumanResourceVacation);
- this.HumanResourceClosed(datas.HumanResourceClosed);
- this.HumanResourceCurrent(datas.HumanResourceCurrent);
- this.HumanResourceTrain(datas.HumanResourceTrain);
- this.HumanResourceOut(datas.HumanResourceOut);
- this.HumanResourceEtc(datas.HumanResourceEtc);
- this.dataseq(datas.dataseq);
- this.Approveseq(datas.Approveseq);
-
- this.ApproveCnt(datas.ApproveCnt);
- this.WorkStatusTypeOccasional(datas.WorkStatus.WorkStatusTypeOccasional);
- this.WorkStatusTypePeriodicInspection(datas.WorkStatus.WorkStatusTypePeriodicInspection);
- this.WorkStatusTypeForensicExamination(datas.WorkStatus.WorkStatusTypeForensicExamination);
- this.WorkStatusTypeEtc(datas.WorkStatus.WorkStatusTypeEtc);
- this.WorkStatusTypeTotal(datas.WorkStatus.WorkStatusTypeTotal);
- this.WorkStatusPending(datas.WorkStatus.WorkStatusPending);
- this.WorkStatusInProgress(datas.WorkStatus.WorkStatusInProgress);
- this.WorkStatusDeferred(datas.WorkStatus.WorkStatusDeferred);
- this.WorkStatusComplete(datas.WorkStatus.WorkStatusComplete);
- this.WorkStatusApproved(datas.WorkStatus.WorkStatusApproved);
- this.WorkStatusTotal(datas.WorkStatus.WorkStatusTotal);
- this.resultEnergy1Name(datas.resultEnergy1.Name);
- this.resultEnergy1Today(datas.resultEnergy1.Today);
- this.resultEnergy1Daybefore(datas.resultEnergy1.Daybefore);
- this.resultEnergy1Dailyusage(datas.resultEnergy1.Dailyusage);
- this.resultEnergy1Monthusage(datas.resultEnergy1.Monthusage);
- this.resultEnergy2Name(datas.resultEnergy2.Name);
- this.resultEnergy2Today(datas.resultEnergy2.Today);
- this.resultEnergy2Daybefore(datas.resultEnergy2.Daybefore);
- this.resultEnergy2Dailyusage(datas.resultEnergy2.Dailyusage);
- this.resultEnergy2Monthusage(datas.resultEnergy2.Monthusage);
- this.resultEnergy3Name(datas.resultEnergy3.Name);
- this.resultEnergy3Today(datas.resultEnergy3.Today);
- this.resultEnergy3Daybefore(datas.resultEnergy3.Daybefore);
- this.resultEnergy3Dailyusage(datas.resultEnergy3.Dailyusage);
- this.resultEnergy3Monthusage(datas.resultEnergy3.Monthusage);
- this.resultEnergy4Name(datas.resultEnergy4.Name);
- this.resultEnergy4Today(datas.resultEnergy4.Today);
- this.resultEnergy4Daybefore(datas.resultEnergy4.Daybefore);
- this.resultEnergy4Dailyusage(datas.resultEnergy4.Dailyusage);
- this.resultEnergy4Monthusage(datas.resultEnergy4.Monthusage);
- this.resultEnergy5Name(datas.resultEnergy5.Name);
- this.resultEnergy5Today(datas.resultEnergy5.Today);
- this.resultEnergy5Daybefore(datas.resultEnergy5.Daybefore);
- this.resultEnergy5Dailyusage(datas.resultEnergy5.Dailyusage);
- this.resultEnergy5Monthusage(datas.resultEnergy5.Monthusage);
- this.resultEnergy6Name(datas.resultEnergy6.Name);
- this.resultEnergy6Today(datas.resultEnergy6.Today);
- this.resultEnergy6Daybefore(datas.resultEnergy6.Daybefore);
- this.resultEnergy6Dailyusage(datas.resultEnergy6.Dailyusage);
- this.resultEnergy6Monthusage(datas.resultEnergy6.Monthusage);
- this.resultEnergy7Name(datas.resultEnergy7.Name);
- this.resultEnergy7Today(datas.resultEnergy7.Today);
- this.resultEnergy7Daybefore(datas.resultEnergy7.Daybefore);
- this.resultEnergy7Dailyusage(datas.resultEnergy7.Dailyusage);
- this.resultEnergy7Monthusage(datas.resultEnergy7.Monthusage);
- this.resultEnergy8Name(datas.resultEnergy8.Name);
- this.resultEnergy8Today(datas.resultEnergy8.Today);
- this.resultEnergy8Daybefore(datas.resultEnergy8.Daybefore);
- this.resultEnergy8Dailyusage(datas.resultEnergy8.Dailyusage);
- this.resultEnergy8Monthusage(datas.resultEnergy8.Monthusage);
- this.resultEnergy9Name(datas.resultEnergy9.Name);
- this.resultEnergy9Today(datas.resultEnergy9.Today);
- this.resultEnergy9Daybefore(datas.resultEnergy9.Daybefore);
- this.resultEnergy9Dailyusage(datas.resultEnergy9.Dailyusage);
- this.resultEnergy9Monthusage(datas.resultEnergy9.Monthusage);
- this.resultEnergytotal1Name(datas.resultEnergytotal1.Name);
- this.resultEnergytotal1Today(datas.resultEnergytotal1.Today);
- this.resultEnergytotal1Daybefore(datas.resultEnergytotal1.Daybefore);
- this.resultEnergytotal1Dailyusage(datas.resultEnergytotal1.Dailyusage);
- this.resultEnergytotal1Monthusage(datas.resultEnergytotal1.Monthusage);
- this.resultEnergytotal2Name(datas.resultEnergytotal2.Name);
- this.resultEnergytotal2Today(datas.resultEnergytotal2.Today);
- this.resultEnergytotal2Daybefore(datas.resultEnergytotal2.Daybefore);
- this.resultEnergytotal2Dailyusage(datas.resultEnergytotal2.Dailyusage);
- this.resultEnergytotal2Monthusage(datas.resultEnergytotal2.Monthusage);
- this.resultEnergytotal3Name(datas.resultEnergytotal3.Name);
- this.resultEnergytotal3Today(datas.resultEnergytotal3.Today);
- this.resultEnergytotal3Daybefore(datas.resultEnergytotal3.Daybefore);
- this.resultEnergytotal3Dailyusage(datas.resultEnergytotal3.Dailyusage);
- this.resultEnergytotal3Monthusage(datas.resultEnergytotal3.Monthusage);
- this.resultWorkCommon(datas.resultWorkCommon);
- this.resultFmsMaterial(datas.resultFmsMaterial);
- this.resultWorkCommon1(datas.resultWorkCommon1);
- this.resultFmsMaterial1(datas.resultFmsMaterial1);
- this.resultWorkCommon2(datas.resultWorkCommon2);
- this.resultFmsMaterial2(datas.resultFmsMaterial2);
- this.resultWorkCommon3(datas.resultWorkCommon3);
- this.resultFmsMaterial3(datas.resultFmsMaterial3);
- this.resultWorkCommon4(datas.resultWorkCommon4);
- this.resultFmsMaterial4(datas.resultFmsMaterial4);
- this.resultWorkCommon5(datas.resultWorkCommon5);
- this.resultFmsMaterial5(datas.resultFmsMaterial5);
- this.resultWorkCommon6(datas.resultWorkCommon6);
- this.resultFmsMaterial6(datas.resultFmsMaterial6);
- this.resultWorkCommon7(datas.resultWorkCommon7);
- this.resultFmsMaterial7(datas.resultFmsMaterial7);
- this.resultWorkCommon8(datas.resultWorkCommon8);
- this.resultFmsMaterial8(datas.resultFmsMaterial8);
- } else {
- this.HumanResourceTotal(null);
- this.HumanResourceOff(null);
- this.HumanResourceVacancy(null);
- this.HumanResourceVacation(null);
- this.HumanResourceClosed(null);
- this.HumanResourceCurrent(null);
- this.HumanResourceTrain(null);
- this.HumanResourceOut(null);
- this.HumanResourceEtc(null);
- this.dataseq(null);
- this.Approveseq(null);
- this.ApproveCnt(null);
- this.WorkStatusTypeOccasional(null);
- this.WorkStatusTypePeriodicInspection(null);
- this.WorkStatusTypeForensicExamination(null);
- this.WorkStatusTypeEtc(null);
- this.WorkStatusTypeTotal(null);
- this.WorkStatusPending(null);
- this.WorkStatusInProgress(null);
- this.WorkStatusDeferred(null);
- this.WorkStatusComplete(null);
- this.WorkStatusApproved(null);
- this.WorkStatusTotal(null);
- this.resultEnergy1Name(null);
- this.resultEnergy1Today(null);
- this.resultEnergy1Daybefore(null);
- this.resultEnergy1Dailyusage(null);
- this.resultEnergy1Monthusage(null);
- this.resultEnergy2Name(null);
- this.resultEnergy2Today(null);
- this.resultEnergy2Daybefore(null);
- this.resultEnergy2Dailyusage(null);
- this.resultEnergy2Monthusage(null);
- this.resultEnergy3Name(null);
- this.resultEnergy3Today(null);
- this.resultEnergy3Daybefore(null);
- this.resultEnergy3Dailyusage(null);
- this.resultEnergy3Monthusage(null);
- this.resultEnergy4Name(null);
- this.resultEnergy4Today(null);
- this.resultEnergy4Daybefore(null);
- this.resultEnergy4Dailyusage(null);
- this.resultEnergy4Monthusage(null);
- this.resultEnergy5Name(null);
- this.resultEnergy5Today(null);
- this.resultEnergy5Daybefore(null);
- this.resultEnergy5Dailyusage(null);
- this.resultEnergy5Monthusage(null);
- this.resultEnergy6Name(null);
- this.resultEnergy6Today(null);
- this.resultEnergy6Daybefore(null);
- this.resultEnergy6Dailyusage(null);
- this.resultEnergy6Monthusage(null);
- this.resultEnergy7Name(null);
- this.resultEnergy7Today(null);
- this.resultEnergy7Daybefore(null);
- this.resultEnergy7Dailyusage(null);
- this.resultEnergy7Monthusage(null);
- this.resultEnergy8Name(null);
- this.resultEnergy8Today(null);
- this.resultEnergy8Daybefore(null);
- this.resultEnergy8Dailyusage(null);
- this.resultEnergy8Monthusage(null);
- this.resultEnergy9Name(null);
- this.resultEnergy9Today(null);
- this.resultEnergy9Daybefore(null);
- this.resultEnergy9Dailyusage(null);
- this.resultEnergy9Monthusage(null);
- this.resultEnergytotal1Name(null);
- this.resultEnergytotal1Today(null);
- this.resultEnergytotal1Daybefore(null);
- this.resultEnergytotal1Dailyusage(null);
- this.resultEnergytotal1Monthusage(null);
- this.resultEnergytotal2Name(null);
- this.resultEnergytotal2Today(null);
- this.resultEnergytotal2Daybefore(null);
- this.resultEnergytotal2Dailyusage(null);
- this.resultEnergytotal2Monthusage(null);
- this.resultEnergytotal3Name(null);
- this.resultEnergytotal3Today(null);
- this.resultEnergytotal3Daybefore(null);
- this.resultEnergytotal3Dailyusage(null);
- this.resultEnergytotal3Monthusage(null);
- this.resultWorkCommon([]);
- this.resultFmsMaterial([]);
- this.resultWorkCommon1([]);
- this.resultFmsMaterial1([]);
- this.resultWorkCommon2([]);
- this.resultFmsMaterial2([]);
- this.resultWorkCommon3([]);
- this.resultFmsMaterial3([]);
- this.resultWorkCommon4([]);
- this.resultFmsMaterial4([]);
- this.resultWorkCommon5([]);
- this.resultFmsMaterial5([]);
- this.resultWorkCommon6([]);
- this.resultFmsMaterial6([]);
- this.resultWorkCommon7([]);
- this.resultFmsMaterial7([]);
- this.resultWorkCommon8([]);
- this.resultFmsMaterial8([]);
- }
- }
- }
- });
- })();
|