safecheck-client 3.1.1-gaomi-5 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +70 -41
- package/build/example-server.js +4 -4
- package/build/webpack.base.conf.js +3 -1
- package/docs/FormPrint.md +1 -1
- package/docs/GridTree.md +4 -4
- package/docs/PrintFile.md +2 -2
- package/docs/tree.md +2 -2
- package/examples/ChangeConfig/comp.js +1 -1
- package/examples/PhoneSafePlan/comp.js +1 -1
- package/examples/SafePlan/App.vue +28 -58
- package/examples/SafePlan/comp.js +135 -334
- package/examples/SafePlan/index.html +0 -1
- package/examples/SafePlan-aode/App.vue +68 -17
- package/examples/SafePlan-aode/comp.js +496 -87
- package/examples/SafePlan-aode/index.html +1 -0
- package/examples/SafePlan-aode-ts/App.vue +90 -0
- package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/comp.js +633 -501
- package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/index.html +2 -2
- package/examples/SafePlan-aodezx/App.vue +89 -0
- package/examples/SafePlan-aodezx/comp.js +1538 -0
- package/examples/{SafePlan-shaoguan → SafePlan-aodezx}/index.html +2 -2
- package/examples/SafePlan-aodezx-ts/App.vue +89 -0
- package/examples/SafePlan-aodezx-ts/comp.js +1532 -0
- package/examples/{SafePlanrongcheng → SafePlan-aodezx-ts}/index.html +2 -2
- package/examples/SafePlanItem/comp.js +2 -2
- package/examples/UserFiles/comp.js +4 -4
- package/package.json +9 -11
- package/src/AndroidApp.vue +10 -8
- package/src/App.vue +10 -3
- package/src/android.js +8 -2
- package/src/assets/Excelformat.png +0 -0
- package/src/assets/addnew.png +0 -0
- package/src/assets/addpic.png +0 -0
- package/src/assets/banner.jpg +0 -0
- package/src/assets/baochi.png +0 -0
- package/src/assets/baoxiuxinxi.png +0 -0
- package/src/assets/bg_mobile_foot.png +0 -0
- package/src/assets/bg_mobile_head.png +0 -0
- package/src/assets/caozuo.png +0 -0
- package/src/assets/chongxinpaifa.png +0 -0
- package/src/assets/cqzm.png +0 -0
- package/src/assets/cqzm1.png +0 -0
- package/src/assets/daibangongdan.png +0 -0
- package/src/assets/dancheng.png +0 -0
- package/src/assets/doc.jpg +0 -0
- package/src/assets/doubledown.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/excel.jpg +0 -0
- package/src/assets/feiyong.png +0 -0
- package/src/assets/gongdantixing.png +0 -0
- package/src/assets/guaduan.png +0 -0
- package/src/assets/guanbishengyin.png +0 -0
- package/src/assets/guandao.png +0 -0
- package/src/assets/guzhanghuizong.png +0 -0
- package/src/assets/heart.png +0 -0
- package/src/assets/horse.mp3 +0 -0
- package/src/assets/huchu.png +0 -0
- package/src/assets/huifang.png +0 -0
- package/src/assets/huiyi.png +0 -0
- package/src/assets/huneiweixiu.png +0 -0
- package/src/assets/jianting.png +0 -0
- package/src/assets/jinbenxinxi.png +0 -0
- package/src/assets/jingyin.png +0 -0
- package/src/assets/juxing.png +0 -0
- package/src/assets/kaixiaochai.jpg +0 -0
- package/src/assets/lingsheng.mp3 +0 -0
- package/src/assets/list.png +0 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/luyi.png +0 -0
- package/src/assets/movie.ogg +0 -0
- package/src/assets/mp3.png +0 -0
- package/src/assets/nopic.png +0 -0
- package/src/assets/novoice.png +0 -0
- package/src/assets/pdf.jpg +0 -0
- package/src/assets/person.png +0 -0
- package/src/assets/play.png +0 -0
- package/src/assets/psicon.png +0 -0
- package/src/assets/qrcode_no.png +0 -0
- package/src/assets/qrcode_no1.png +0 -0
- package/src/assets/quxiaobaochi.png +0 -0
- package/src/assets/quxiaojingyin.png +0 -0
- package/src/assets/scanCode.png +0 -0
- package/src/assets/search.png +0 -0
- package/src/assets/searchhover.png +0 -0
- package/src/assets/serachactive.png +0 -0
- package/src/assets/shangchuan.png +0 -0
- package/src/assets/shebeiweixiu.png +0 -0
- package/src/assets/shengyin1.png +0 -0
- package/src/assets/shengyin2.png +0 -0
- package/src/assets/shengyin3.png +0 -0
- package/src/assets/shipin1.mp4 +0 -0
- package/src/assets/shipinst1.jpg +0 -0
- package/src/assets/success.png +0 -0
- package/src/assets/telphonesend.png +0 -0
- package/src/assets/titleicon01.png +0 -0
- package/src/assets/usericon.png +0 -0
- package/src/assets/video.png +0 -0
- package/src/assets/waibo.png +0 -0
- package/src/assets/x.png +0 -0
- package/src/assets/xiangcheng.png +0 -0
- package/src/assets/xiaoxitixing.png +0 -0
- package/src/assets/xihua.png +0 -0
- package/src/assets/yinpin.mp3 +0 -0
- package/src/assets/zhimang.png +0 -0
- package/src/assets/zhixian.png +0 -0
- package/src/assets/zhoukou.png +0 -0
- package/src/assets/zhuan.png +0 -0
- package/src/assets/zhuanjie.png +0 -0
- package/src/assets/zhuanyi.png +0 -0
- package/src/assets//344/270/212/344/274/240.png +0 -0
- package/src/assets//344/270/213/347/256/255/345/244/264.png +0 -0
- package/src/assets//344/270/252/344/272/272/344/272/214/347/273/264/347/240/201.png +0 -0
- package/src/assets//344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240.png +0 -0
- package/src/assets//344/277/235/345/255/230.png +0 -0
- package/src/assets//344/277/235/351/231/251/346/234/215/345/212/241.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275-hover.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/271.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/2711.png +0 -0
- package/src/assets//345/215/225/345/205/203.png +0 -0
- package/src/assets//345/215/225/351/200/211/350/242/253/351/200/211@3x.png +0 -0
- package/src/assets//345/215/225/351/200/211/351/273/230/350/256/244@3x.png +0 -0
- package/src/assets//345/215/241/345/217/267 (1).png +0 -0
- package/src/assets//345/215/241/345/217/267.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242.png +0 -0
- package/src/assets//345/216/213/345/212/233.png +0 -0
- package/src/assets//345/217/226/346/266/210.png +0 -0
- package/src/assets//345/217/263/351/224/256/345/244/264.png +0 -0
- package/src/assets//345/220/216/351/200/200.png +0 -0
- package/src/assets//345/222/250/350/257/242/345/215/225.png +0 -0
- package/src/assets//345/224/256/346/260/2241.png +0 -0
- package/src/assets//345/233/236/346/224/266/347/253/231.png +0 -0
- package/src/assets//345/234/206/350/247/222/347/237/251/345/275/242-7.png +0 -0
- package/src/assets//345/244/251/347/204/266/346/260/224.png +0 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//345/260/217/345/214/272/350/223/235/350/211/262.png +0 -0
- package/src/assets//345/267/245/345/215/225/344/270/212/344/274/240.png +0 -0
- package/src/assets//345/267/245/345/215/225/347/273/237/350/256/241.png +0 -0
- package/src/assets//345/267/256/345/200/274.png +0 -0
- package/src/assets//345/267/262/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/217/226/346/266/210/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/346/210/220/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/347/273/223/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/351/200/276/346/234/237/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/274/200/345/247/213/346/227/266/351/227/264.png +0 -0
- package/src/assets//345/275/242/347/212/266-2.png +0 -0
- package/src/assets//345/275/242/347/212/266-4.png +0 -0
- package/src/assets//345/275/242/347/212/266-6.png +0 -0
- package/src/assets//345/276/205/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//346/210/221-hover.png +0 -0
- package/src/assets//346/210/221.png +0 -0
- package/src/assets//346/211/213/346/234/272/346/212/204/350/241/250/347/263/273/347/273/237.png +0 -0
- package/src/assets//346/211/253/344/270/200/346/211/253.png +0 -0
- package/src/assets//346/211/253/347/240/2012.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241.png +0 -0
- package/src/assets//346/212/225/350/257/211/345/215/225.png +0 -0
- package/src/assets//346/213/215/347/205/247/347/255/276/345/220/215.png +0 -0
- package/src/assets//346/215/242/350/241/250.png +0 -0
- package/src/assets//346/215/242/350/241/2501.png +0 -0
- package/src/assets//346/224/266/350/264/271.png +0 -0
- package/src/assets//346/225/260/346/215/256.png +0 -0
- package/src/assets//346/237/245/350/257/242.png +0 -0
- package/src/assets//346/240/207/351/242/230.png +0 -0
- package/src/assets//346/243/200/346/237/245/345/215/225.png +0 -0
- package/src/assets//346/245/274/345/261/202.png +0 -0
- package/src/assets//346/266/210/346/201/257-hover.png +0 -0
- package/src/assets//346/266/210/346/201/257.png +0 -0
- package/src/assets//346/270/251/345/272/246.png +0 -0
- package/src/assets//347/205/247/347/211/207.png +0 -0
- package/src/assets//347/207/203/346/260/224/345/231/250/345/205/267/344/277/241/346/201/257.png +0 -0
- package/src/assets//347/207/203/346/260/224/350/241/250.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215-/350/223/235/350/211/262.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/261/273/345/236/213.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/274/226/345/217/267.png +0 -0
- package/src/assets//347/236/254/346/227/266.png +0 -0
- package/src/assets//347/264/257/350/256/241.png +0 -0
- package/src/assets//347/264/257/350/256/241/345/215/225/346/225/260.png +0 -0
- package/src/assets//347/273/2045.png +0 -0
- package/src/assets//347/273/223/346/235/237/346/227/266/351/227/264.png +0 -0
- package/src/assets//347/273/264/344/277/256/345/215/225.png +0 -0
- package/src/assets//347/274/226/350/276/221.png +0 -0
- package/src/assets//347/274/264/350/264/271/350/257/246/346/203/205.png +0 -0
- package/src/assets//350/241/245/345/215/241 1.png +0 -0
- package/src/assets//350/241/245/345/215/241.png +0 -0
- package/src/assets//350/241/245/345/215/2411.png +0 -0
- package/src/assets//350/241/250/345/217/267.png +0 -0
- package/src/assets//350/241/250/345/220/215.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213icon.png +0 -0
- package/src/assets//350/256/242/345/215/225/347/212/266/346/200/201.png +0 -0
- package/src/assets//350/256/276/347/275/256-hover.png +0 -0
- package/src/assets//350/256/276/347/275/256.png +0 -0
- package/src/assets//350/257/273/345/215/241.png +0 -0
- package/src/assets//350/257/273/345/215/2411.png +0 -0
- package/src/assets//350/264/255/346/260/224/347/274/264/350/264/271.png +0 -0
- package/src/assets//350/277/233/350/241/214/344/270/255/345/267/245/345/215/225.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225-hover.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225.png +0 -0
- package/src/assets//351/227/250/347/211/214.png +0 -0
- package/src/assets//351/231/204/345/261/236/350/256/276/345/244/207/344/277/241/346/201/257.png +0 -0
- package/src/bootstrap/fonts/PINGFANG LIGHT.TTF +0 -0
- package/src/bootstrap/fonts/PingFangSC-Regular.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-bold.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-medium.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-regular.ttf +0 -0
- package/src/bootstrap/fonts/trendstrends.ttf +0 -0
- package/src/bootstrap/less/bootstrap.less +3 -2
- package/src/bootstrap/less/fonts-list.less +25 -0
- package/src/bootstrap/less/glyphicons.less +2 -2
- package/src/bootstrap/less/stand.less +2 -2
- package/src/bootstrap/less/variables.less +2 -2
- package/src/components/Test.vue +49 -551
- package/src/components/Util/ImageViewer.vue +369 -0
- package/src/components/Util/ImgSelfSafe.vue +744 -81
- package/src/components/Util.js +86 -0
- package/src/components/android/AddGas.vue +2 -2
- package/src/components/android/AddPlanItem.vue +105 -224
- package/src/components/android/AdviseCommit.vue +1 -1
- package/src/components/android/AndroidCheckResult.vue +1 -1
- package/src/components/android/Announcement.vue +43 -42
- package/src/components/android/AreaPlan.vue +20 -34
- package/src/components/android/CheckMeterAlreadyReading.vue +475 -0
- package/src/components/android/CheckMeterReading.vue +657 -0
- package/src/components/android/CheckMeterReadingNoncivil.vue +1097 -0
- package/src/components/android/CheckNotice.vue +1 -1
- package/src/components/android/CheckPlan.vue +2 -2
- package/src/components/android/CheckPlanDown.vue +83 -34
- package/src/components/android/CheckPlanItems.vue +2 -2
- package/src/components/android/CheckerMonthly.vue +1 -1
- package/src/components/android/CurrentCreate.vue +1194 -985
- package/src/{filiale/wuan/android/CurrentCreate.vue → components/android/DailyworkloadQuery.vue} +172 -380
- package/src/components/android/Devices.vue +1 -2
- package/src/components/android/DevicesItemm.vue +28 -13
- package/src/components/android/Devicesm.vue +29 -8
- package/src/components/android/DoorService.vue +3 -3
- package/src/components/android/ExtractCheckPlan.vue +1 -1
- package/src/components/android/ExtractPlanItem.vue +61 -99
- package/src/components/android/InsureManagement.vue +258 -0
- package/src/components/android/LcheckUnplan.vue +1 -1
- package/src/components/android/Login.vue +1 -1
- package/src/components/android/PaperFeedback.vue +470 -566
- package/src/components/android/PaperFeedbackm.vue +5 -16
- package/src/components/android/PaperMessage.vue +62 -60
- package/src/components/android/PaperMessageNocivil.vue +79 -61
- package/src/components/android/PaperMeter.vue +1 -1
- package/src/components/android/PaperMeterNoncivil.vue +1 -1
- package/src/components/android/PaperSet.vue +5 -5
- package/src/components/android/PaperSetNoncivil.vue +4 -4
- package/src/components/android/PaperUser.vue +1 -1
- package/src/components/android/PaperUserNoncivil.vue +1 -1
- package/src/components/android/PhoneChangemeterInfo.vue +1 -1
- package/src/components/android/PhoneSellInfo.vue +1 -1
- package/src/components/android/PhoneState.vue +2 -2
- package/src/components/android/PhoneUserFind.vue +1 -1
- package/src/components/android/PlanChooserAndroid.vue +133 -0
- package/src/components/android/PrearrangedPlan.vue +1 -1
- package/src/components/android/QueryCheckHandplanAlreadyList.vue +408 -0
- package/src/components/android/QueryCheckHandplanList.vue +426 -0
- package/src/components/android/RepairList.vue +4 -4
- package/src/components/android/RepairQuery.vue +1 -1
- package/src/components/android/ResAreaList.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +386 -80
- package/src/components/android/SafecheckOrderV.vue +1530 -412
- package/src/components/android/SafecheckState.vue +1 -1
- package/src/components/android/SafecheckUser.vue +1 -1
- package/src/components/android/SelectTask.vue +244 -0
- package/src/components/android/SystemSetting.vue +1 -1
- package/src/components/android/TableAnomalyRecords.vue +122 -0
- package/src/components/android/UploadImgList.vue +249 -0
- package/src/components/android/UploadPage.vue +44 -12
- package/src/components/android/changePlanId.vue +504 -0
- package/src/components/android/checkPlanResult.vue +2 -2
- package/src/components/android/old/PaperFeedback.vue +4 -4
- package/src/components/android/userinfo/PhoneUpUserinfo.vue +1120 -0
- package/src/components/android/userinfo/SafecheckUserInfo.vue +246 -241
- package/src/components/android/wasm/comp.js +1 -1
- package/src/components/attendance/DailyAttendance.vue +1 -1
- package/src/components/attendance/MonthlyAttendance.vue +4 -4
- package/src/components/callincheck/CallInCheckMain.vue +1 -1
- package/src/components/callincheck/CallInPlan.vue +1 -1
- package/src/components/callincheck/UserFileList.vue +1 -1
- package/src/components/checkerphonestate/Checker.vue +1 -1
- package/src/components/checkerphonestate/CheckerState.vue +1 -1
- package/src/components/checkplan/CheckDetail.vue +4 -21
- package/src/components/checkplan/CheckPlan.vue +12 -13
- package/src/components/checkplan/SelectCheckPlan.vue +200 -182
- package/src/components/checkplan/SelectMessage.vue +1 -1
- package/src/components/checkplan/checkmsg.vue +163 -354
- package/src/components/cockpit/Splash.vue +1 -1
- package/src/components/cockpit/SplashDetail.vue +1 -1
- package/src/components/createcheckplan/CreatePlan.vue +11 -11
- package/src/components/createcheckplan/DelPlanRepeat.vue +5 -5
- package/src/components/createcheckplan/PlanList.vue +6 -6
- package/src/components/createcheckplan/PlanUersList.vue +4 -4
- package/src/components/defect/DefectDetail.vue +3 -3
- package/src/components/defect/DefectList.vue +92 -39
- package/src/components/defect/DefectMain.vue +10 -20
- package/src/components/defect/DefectPaper.vue +499 -403
- package/src/components/defect/ImgButton.vue +7 -3
- package/src/components/defects/AddDefectModal.vue +2 -2
- package/src/components/defects/AddDevice.vue +1 -1
- package/src/components/defects/CheckPaperItem.vue +4 -4
- package/src/components/defects/CheckPaperItems.vue +1 -1
- package/src/components/defects/CheckPaperSearch.vue +3 -74
- package/src/components/defects/DefectSeting.vue +2 -2
- package/src/components/defects/DefectsQuery.vue +1 -1
- package/src/components/defects/DevicesSeting.vue +1 -1
- package/src/components/discrepancy/differenceMain.vue +47 -0
- package/src/components/discrepancy/differencePaper.vue +554 -0
- package/src/components/equipment/BoilerUsage.vue +1 -1
- package/src/components/equipment/CheckRate.vue +7 -7
- package/src/components/equipment/CheckerRate.vue +6 -6
- package/src/components/equipment/CookerUsage.vue +1 -1
- package/src/components/equipment/DeviceUsage.vue +1 -1
- package/src/components/equipment/FurnaceUsage.vue +1 -1
- package/src/components/equipment/GasMeterUsage.vue +1 -1
- package/src/components/equipment/HeaterUsage.vue +1 -1
- package/src/components/equipment/MonthCheckRate.vue +6 -6
- package/src/components/gasusage/GasUsage.vue +1 -1
- package/src/components/issueplan/IssuePlanAction.vue +2 -2
- package/src/components/issueplan/IssuePlanQuery.vue +1 -1
- package/src/components/levelplan/AdjustPlan.vue +3 -3
- package/src/components/levelplan/CheckerLeft.vue +2 -2
- package/src/components/levelplan/CheckerPlanAdjust.vue +94 -42
- package/src/components/levelplan/CheckerRight.vue +2 -2
- package/src/components/map/FootPrintList.vue +2 -2
- package/src/components/map/PersonTrack.vue +224 -0
- package/src/components/map/douglasPeuckerForAMap.js +88 -0
- package/src/components/metterfiles/AddUserfiles.vue +1 -1
- package/src/components/metterfiles/MetterFiles.vue +3 -3
- package/src/components/metterfiles/MetterfilesChange.vue +1 -1
- package/src/components/metterfiles/UserFiles.vue +2 -2
- package/src/components/metterfiles/Userfileschange.vue +3 -3
- package/src/components/newfile/NewfileList.vue +114 -0
- package/src/components/newfile/NewfileList1.vue +84 -0
- package/src/components/newfile/NewfileList2.vue +112 -0
- package/src/components/newfile/NewfileList3.vue +111 -0
- package/src/components/newfile/NewfileList4.vue +118 -0
- package/src/components/newfile/NewfileList5.vue +89 -0
- package/src/components/newfile/NewfileMain.vue +89 -0
- package/src/components/newfile/NewfilePaper.vue +160 -0
- package/src/components/newuser/MonthlyMeterReadingStatistics.vue +742 -0
- package/src/components/newuser/SearchCompanyCompletion.vue +212 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionPJ.vue +251 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionZX.vue +233 -0
- package/src/components/newuser/SearchComprehensivePlanSummary.vue +233 -0
- package/src/components/newuser/SearchGas.vue +576 -0
- package/src/components/newuser/SearchGasWlw.vue +291 -0
- package/src/components/newuser/SearchLargeAreaCompletion.vue +338 -0
- package/src/components/newuser/UserCheckState.vue +60 -0
- package/src/components/newuser/WorkCount.vue +58 -0
- package/src/components/newuser/common/TabButton.vue +152 -0
- package/src/components/newuser/common/Tabs.vue +67 -0
- package/src/components/niandu/CheckPaperListND.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUserNo.vue → niandu/CheckPaperSearchUserND.vue} +14 -6
- package/src/components/niandu/CheckSearchUserND.vue +739 -0
- package/src/components/notice/NoticeQuery.vue +1 -1
- package/src/components/outsideSafecheck/android/androidCheckPlanDown/CheckPlanDownTS.vue +253 -0
- package/src/components/{rongcheng/AspiratedAreaPlan.vue → outsideSafecheck/android/safecheckAlreadyDoneWork/AreaPlanTS.vue} +50 -44
- package/src/components/outsideSafecheck/android/safecheckUpload/UploadPageTS.vue +317 -0
- package/src/components/outsideSafecheck/android/safecheckWaitWork/CurrentCreateTS.vue +1166 -0
- package/src/components/{rongcheng/AspPaperFeedback.vue → outsideSafecheck/android/safecheckWaitWork/PaperFeedbackTS.vue} +233 -125
- package/src/components/{rongcheng/SafecheckDevices.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckDevicesTS.vue} +368 -177
- package/src/{filiale/wenxi/android/SafecheckOrderV.vue → components/outsideSafecheck/android/safecheckWaitWork/SafecheckOrderVTS.vue} +814 -268
- package/src/components/{rongcheng/SafecheckUserInfo.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckUserInfoTS.vue} +126 -65
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectDetailTS.vue +177 -0
- package/src/components/{shaoguan/DefectList.vue → outsideSafecheck/pc/HiddenDangerView/DefectListTS.vue} +146 -94
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectMainTS.vue +53 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectPaperTS.vue +607 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/PlanChooserTS.vue +137 -0
- package/src/components/outsideSafecheck/pc/aggregateQuery/CheckPlanAreaListTS.vue +404 -0
- package/src/components/{CheckerCount/CheckCountAreaManage.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanAreaManageTS.vue} +3 -6
- package/src/components/{shaoguan/CheckPlanUserList.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanUserListTS.vue} +44 -16
- package/src/components/outsideSafecheck/pc/planadjustment/CheckerPlanAdjustTS.vue +354 -0
- package/src/components/outsideSafecheck/pc/planadjustment/SafecheckVisitInfoTS.vue +219 -0
- package/src/components/outsideSafecheck/pc/report/HiddenSituationTS.vue +135 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyCompletionTS.vue +212 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionPJTS.vue +251 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionZXTS.vue +233 -0
- package/src/components/outsideSafecheck/pc/report/SearchComprehensivePlanSummaryTS.vue +223 -0
- package/src/components/outsideSafecheck/pc/report/SearchGasTS.vue +575 -0
- package/src/components/outsideSafecheck/pc/report/SearchLargeAreaCompletionTS.vue +338 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckDetailTS.vue +74 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckPlanTS.vue +58 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/SelectCheckPlanTS.vue +242 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/NewCheckpaperTS.vue +1256 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/PaperListTS.vue +553 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperListTS.vue +129 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperSearchUserTS.vue +63 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckSearchUserTS.vue +805 -0
- package/src/components/paper/PaperList.vue +468 -504
- package/src/components/paper/PaperVerify.vue +1 -1
- package/src/components/paper/PlanChooser.vue +13 -7
- package/src/components/paper/RepairVerify.vue +1 -1
- package/src/components/paper/RepairVerifyForm.vue +1 -1
- package/src/components/paper/VerifyForm.vue +3 -3
- package/src/components/pc/AnnouncementPC.vue +51 -22
- package/src/components/pc/CheckHandPlanAllList.vue +1246 -0
- package/src/components/pc/CheckHandPlanAreaItemInfo.vue +177 -0
- package/src/components/pc/CheckHandPlanAreaList.vue +296 -0
- package/src/components/pc/CheckHandPlanAreaMain.vue +57 -0
- package/src/components/pc/DeviceChange.vue +140 -122
- package/src/components/pc/NewCheckpaper.vue +704 -569
- package/src/components/pc/PlanListStatistics.vue +321 -0
- package/src/components/pc/SafeFinInfo.vue +30 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentList.vue +150 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentMain.vue +53 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentPaper.vue +136 -0
- package/src/components/pc/SafecheckResponseTimeList.vue +396 -0
- package/src/components/pc/SafecheckVisitHistory.vue +142 -0
- package/src/components/pc/SafecheckVisitInfo.vue +299 -0
- package/src/components/pc/SearchOverdueNoSafeCheck.vue +280 -0
- package/src/components/phonestate/DailyTraffic.vue +1 -1
- package/src/components/phonestate/FootprintMap.vue +1 -1
- package/src/components/phonestate/LastKnownState.vue +1 -1
- package/src/components/plan/RetailMain.vue +44 -0
- package/src/components/plan/Retailitem.vue +99 -0
- package/src/components/plan/Retailplan.vue +150 -0
- package/src/components/planmanage/PlanManage.vue +861 -0
- package/src/components/{Util → planmanage}/RightTreeSafe.vue +6 -1
- package/src/components/planmanage/checkPlanList.vue +397 -0
- package/src/components/planmanage/checkUserList.vue +773 -0
- package/src/components/planmanage/zxplan/PlanManageZX.vue +21 -0
- package/src/components/planmanagets/PlanManage.vue +862 -0
- package/src/components/planmanagets/checkPlanList.vue +397 -0
- package/src/components/planmanagets/checkUserList.vue +772 -0
- package/src/components/planmanagets/zxplan/PlanManageZX.vue +21 -0
- package/src/components/querycheckpaper/CheckPaperList.vue +6 -19
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +10 -2
- package/src/components/querycheckpaper/CheckSearchUser.vue +374 -90
- package/src/components/querycheckpaper/PaperItems.vue +1 -1
- package/src/components/report/CheckPlanAreaList.vue +282 -252
- package/src/components/report/CheckPlanAreaManage.vue +0 -2
- package/src/components/report/CheckPlanUserList.vue +58 -43
- package/src/components/report/HiddenSituation.vue +49 -19
- package/src/components/report/MeterReadingRate.vue +131 -0
- package/src/components/report/ReportSql1.vue +345 -0
- package/src/components/report/SafePlanSale.vue +1 -1
- package/src/components/report/SafePlanStatistics.vue +1 -1
- package/src/components/rongcheng/AddPlanItem.vue +4 -13
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +21 -72
- package/src/components/rongcheng/CheckCurrentCreate.vue +133 -201
- package/src/components/rongcheng/CheckSearchUser.vue +45 -302
- package/src/components/rongcheng/CheckSearchUserNo.vue +53 -240
- package/src/components/rongcheng/PaperListAJ.vue +25 -65
- package/src/components/rongcheng/PaperListNPAJ.vue +18 -56
- package/src/components/rongcheng/PaperListNPSQ.vue +17 -43
- package/src/components/rongcheng/PaperListSQ.vue +16 -42
- package/src/components/rongcheng/SafecheckOrderV.vue +108 -217
- package/src/components/rongcheng/UploadPage.vue +13 -17
- package/src/components/{rongcheng/AspiratedPaperFeedbackm.vue → shaoguan/PaperFeedbackm.vue} +15 -23
- package/src/components/task/RepairAnnual.vue +1 -1
- package/src/components/task/RepairAnnualDetail.vue +1 -1
- package/src/components/task/RepairMonthly.vue +1 -1
- package/src/components/task/TaskAnnual.vue +1 -1
- package/src/components/task/TaskAnnualDetail.vue +1 -1
- package/src/components/task/TaskMonthly.vue +1 -1
- package/src/components/tongcheng/AreaPlan.vue +2 -2
- package/src/components/tongcheng/CurrentCreate.vue +2 -2
- package/src/components/tongcheng/PaperFeedback.vue +4 -4
- package/src/components/tongcheng/PaperSet.vue +5 -5
- package/src/components/tongcheng/PaperUser.vue +1 -1
- package/src/components/userfile/InfoModifyModal.vue +3 -3
- package/src/components/userfile/UserFile.vue +2 -2
- package/src/components/userfile/UserInfoAudit.vue +5 -5
- package/src/components/userfile/UserfileChange.vue +2 -2
- package/src/components/userfileaudit/UserFileaudit.vue +1 -1
- package/src/components/userfileaudit/UserfileChangeaudit.vue +2 -2
- package/src/components/userplan/UserplanList.vue +166 -0
- package/src/components/userplan/UserplanMain.vue +71 -0
- package/src/components/userplan/UserplanPaper.vue +182 -0
- package/src/components/zhuanxiang/CheckPaperListZX.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUser.vue → zhuanxiang/CheckPaperSearchUserZX.vue} +14 -6
- package/src/components/zhuanxiang/CheckSearchUserZX.vue +739 -0
- package/src/expandcssAndroid.less +1 -1
- package/src/index.js +6 -0
- package/src/main.js +4 -3
- package/src/plugins/LocalPagedList.js +1 -2
- package/src/safecheck-android.js +39 -24
- package/src/safecheck.js +411 -149
- package/static/ManageHomePic//346/244/255/345/234/2064.png +0 -0
- package/static/ManagementControl/echarts10.png +0 -0
- package/static/ManagementControl/echarts11.png +0 -0
- package/static/ManagementControl/echarts12.png +0 -0
- package/static/ManagementControl/echarts13.png +0 -0
- package/static/ManagementControl/echarts14.png +0 -0
- package/static/ManagementControl/echarts15.png +0 -0
- package/static/ManagementControl/echarts16.png +0 -0
- package/static/ManagementControl/echarts17.png +0 -0
- package/static/ManagementControl/echarts18.png +0 -0
- package/static/ManagementControl/echarts4.png +0 -0
- package/static/ManagementControl/echarts5.png +0 -0
- package/static/ManagementControl/echarts51.png +0 -0
- package/static/ManagementControl/echarts6.png +0 -0
- package/static/ManagementControl/echarts7.png +0 -0
- package/static/ManagementControl/echarts71.png +0 -0
- package/static/ManagementControl/echarts8.png +0 -0
- package/static/ManagementControl//345/233/276/345/261/20211/346/213/267/350/264/235.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2353.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2355.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2356.png +0 -0
- package/static/batchleft.png +0 -0
- package/static/batchright.png +0 -0
- package/static/bluemainbg.jpg +0 -0
- package/static/huangtengbiaozhi.png +0 -0
- package/static/jcwx.jpg +0 -0
- package/static/lefticon//345/215/241/346/234/215/345/212/241/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//345/221/274/345/217/253/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//345/224/256/346/260/224/346/224/266/350/264/271.png +0 -0
- package/static/lefticon//345/233/276/345/261/2023/346/213/267/350/264/2354.png +0 -0
- package/static/lefticon//345/233/276/345/261/202577.png +0 -0
- package/static/lefticon//345/233/276/345/261/2028/346/213/267/350/264/23513.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/346/237/245/347/234/213.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/350/256/241/345/210/222.png +0 -0
- package/static/lefticon//345/276/256/344/277/241/346/234/215/345/212/241.png +0 -0
- package/static/lefticon//346/212/245/345/273/272/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//346/212/245/350/241/250/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//346/227/245/345/270/270/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/234/272/350/241/250/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/237/245/350/257/242/345/210/227/350/241/250.png +0 -0
- package/static/lefticon//346/241/243/346/241/210/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/211/251/350/201/224/347/275/221/350/241/250.png +0 -0
- package/static/lefticon//347/237/251/345/275/2421183.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/350/256/276/347/275/256.png +0 -0
- package/static/lefticon//347/273/217/350/220/245/347/256/241/346/216/247.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//350/217/234/345/215/225/344/274/270/347/274/251.png +0 -0
- package/static/lefticon//351/200/200/345/207/272/347/263/273/347/273/237.png +0 -0
- package/static/login_bg.jpg +0 -0
- package/static/login_title.png +0 -0
- package/static/login_title1.png +0 -0
- package/static/loginbg.jpg +0 -0
- package/static/loginbg1.jpg +0 -0
- package/static/loginbg_jincheng.jpg +0 -0
- package/static/loginbgmain.jpg +0 -0
- package/static/loginlogo.png +0 -0
- package/static/main_logo.png +0 -0
- package/static/mainbg.jpg +0 -0
- package/static/mainicon/adddevice.png +0 -0
- package/static/mainicon/addmeter.png +0 -0
- package/static/mainicon/bank.png +0 -0
- package/static/mainicon/biaopan.png +0 -0
- package/static/mainicon/cad.jpg +0 -0
- package/static/mainicon/chaobiaoyuan.png +0 -0
- package/static/mainicon/danganguanli.png +0 -0
- package/static/mainicon/deletedevice.png +0 -0
- package/static/mainicon/excel.jpg +0 -0
- package/static/mainicon/huizong.png +0 -0
- package/static/mainicon/jibiaoguanli.png +0 -0
- package/static/mainicon/jibiaoguanli2.png +0 -0
- package/static/mainicon/jiezhang.png +0 -0
- package/static/mainicon/loginbg.jpg +0 -0
- package/static/mainicon/shouqishoufei.png +0 -0
- package/static/mainicon/treeopen.png +0 -0
- package/static/mainicon/treeout.png +0 -0
- package/static/mainicon/treeset.png +0 -0
- package/static/mainicon/word.jpg +0 -0
- package/static/mainicon/wulianwang.png +0 -0
- package/static/mainicon/yingyechaxun.png +0 -0
- package/static/mainicon/zongheyewu.png +0 -0
- package/static/menulogo.png +0 -0
- package/static/newStyle/fife.png +0 -0
- package/static/newStyle/hidden.png +0 -0
- package/static/newStyle/label-clear.png +0 -0
- package/static/newStyle/left-img.png +0 -0
- package/static/newStyle/login-f.png +0 -0
- package/static/newStyle/loginbg.gif +0 -0
- package/static/newStyle/loginbg1366.gif +0 -0
- package/static/newStyle/loginbg_1.gif +0 -0
- package/static/newStyle/searchin.png +0 -0
- package/static/newStyle/searchout.png +0 -0
- package/static/newStyle/setting.png +0 -0
- package/static/newStyle/setting1.png +0 -0
- package/static/newStyle/shirk.png +0 -0
- package/static/newStyle/system-off.png +0 -0
- package/static/newStyle//350/261/252/344/275/263/347/207/203/346/260/224.png +0 -0
- package/static/newStyle.7z +0 -0
- package/static/newStyle.zip +0 -0
- package/static/newmainbg.jpg +0 -0
- package/static/psicon.png +0 -0
- package/static/refresh.png +0 -0
- package/static/singleleft.png +0 -0
- package/static/singleright.png +0 -0
- package/static/static.zip +0 -0
- package/static/treeclose.png +0 -0
- package/static/treeopen.png +0 -0
- package/static/treeout.png +0 -0
- package/static/treeset.png +0 -0
- package/static/usericon.png +0 -0
- package/static/xinxi.png +0 -0
- package/.npmignore +0 -15
- package/examples/SafePlan-liaoyuan/App.vue +0 -53
- package/examples/SafePlan-shaoguan/App.vue +0 -52
- package/examples/SafePlan-shaoguan/comp.js +0 -1190
- package/examples/SafePlanrongcheng/App.vue +0 -52
- package/examples/SafePlanrongcheng/comp.js +0 -1041
- package/package-lock.json +0 -10779
- package/src/assets/JsonEditor/jsoneditor.css +0 -930
- package/src/assets/JsonEditor/jsoneditor.js +0 -36377
- package/src/assets/bj.jpg +0 -0
- package/src/assets/jt.jpg +0 -0
- package/src/assets/marrio.jpg +0 -0
- package/src/assets/ss.jpg +0 -0
- package/src/assets/xl.jpg +0 -0
- package/src/assets//346/230/237/347/220/203/350/203/214/346/231/257.jpg +0 -0
- package/src/assets//351/232/220/346/202/243/345/210/206/346/236/220.png +0 -0
- package/src/components/CheckerCount/CheckCountAreaList.vue +0 -298
- package/src/components/CheckerCount/CheckCountUserList.vue +0 -144
- package/src/components/ExportExcel.vue +0 -201
- package/src/components/android/SwitchValve.vue +0 -189
- package/src/components/checkAreaClassification.vue +0 -285
- package/src/components/checkplan/checkmsgZG.vue +0 -519
- package/src/components/filialCircle/AddCircleFiliale.vue +0 -114
- package/src/components/filialCircle/CircleList.vue +0 -139
- package/src/components/filialCircle/CircleManage.vue +0 -69
- package/src/components/json-editor/SafeJsonEditor.vue +0 -212
- package/src/components/json-editor/assets/img/jsoneditor-icons.svg +0 -893
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +0 -9751
- package/src/components/json-editor/assets/jsoneditor.css +0 -930
- package/src/components/json-editor/assets/jsoneditor.js +0 -36377
- package/src/components/json-editor/example/App.vue +0 -53
- package/src/components/json-editor/example/index.html +0 -9
- package/src/components/json-editor/example/main.js +0 -10
- package/src/components/json-editor/package.json +0 -71
- package/src/components/json-editor/vue-json-editor.vue +0 -189
- package/src/components/pc/HiddenChart.vue +0 -189
- package/src/components/pc/RoleSelector.vue +0 -89
- package/src/components/plan/PlanLeft.vue +0 -320
- package/src/components/plan/PlanManage.vue +0 -50
- package/src/components/plan/PlanRightUp.vue +0 -185
- package/src/components/plan/PlanRightdown.vue +0 -239
- package/src/components/plan/testss.vue +0 -116
- package/src/components/plancheck/CheckPlanAreaManage.vue +0 -116
- package/src/components/plancheck/CheckPlanList.vue +0 -282
- package/src/components/report/ManageBusSummary.vue +0 -242
- package/src/components/rongcheng/AreaPlan.vue +0 -463
- package/src/components/rongcheng/AspPaperStatem.vue +0 -339
- package/src/components/rongcheng/AspiratedDevices.vue +0 -965
- package/src/components/rongcheng/AspiratedOrderV.vue +0 -2361
- package/src/components/rongcheng/AspiratedPaperMessage.vue +0 -1378
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +0 -1288
- package/src/components/rongcheng/AspiratedUserInfo.vue +0 -399
- package/src/components/rongcheng/DefectList.vue +0 -560
- package/src/components/rongcheng/DefectPaper.vue +0 -582
- package/src/components/rongcheng/PaperFeedback.vue +0 -1318
- package/src/components/rongcheng/PaperMessage.vue +0 -1186
- package/src/components/rongcheng/PaperMessageNocivil.vue +0 -1211
- package/src/components/rongcheng/PaperStateNoncivilm.vue +0 -366
- package/src/components/rongcheng/PaperStatem.vue +0 -343
- package/src/components/rongcheng/PhoneDevicesInfo.vue +0 -233
- package/src/components/rongcheng/SafecheckOrderVCli.vue +0 -2538
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +0 -245
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +0 -419
- package/src/components/rongcheng/report/CheckPlanUserList.vue +0 -190
- package/src/components/shaoguan/DefectDetail.vue +0 -177
- package/src/components/shaoguan/DefectMain.vue +0 -53
- package/src/components/shaoguan/DefectPaper.vue +0 -217
- package/src/components/shaoguan/PaperList.vue +0 -532
- package/src/components/shaoguan/SafecheckOrderV.vue +0 -2140
- package/src/components/tongcheng/PaperMessage.vue +0 -1270
- package/src/components/tongcheng/PaperMessageNocivil.vue +0 -1228
- package/src/filiale/Util.js +0 -325
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +0 -928
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +0 -2383
- package/src/filiale/liaoyuan/android.js +0 -13
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +0 -1020
- package/src/filiale/liaoyuan/pc/PaperList.vue +0 -628
- package/src/filiale/liaoyuan/pc.js +0 -13
- package/src/filiale/wenxi/android.js +0 -9
- package/src/filiale/wenxi/pc/PaperList.vue +0 -627
- package/src/filiale/wenxi/pc/checkmsg.vue +0 -229
- package/src/filiale/wenxi/pc.js +0 -12
- package/src/filiale/wuan/android/SafecheckOrderV.vue +0 -2235
- package/src/filiale/wuan/android.js +0 -14
- package/src/filiale/wuan/pc/PaperList.vue +0 -625
- package/src/filiale/wuan/pc.js +0 -12
- package/src/rongcheng-android.js +0 -186
- package/src/rongcheng.js +0 -303
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/main.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/TestData.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/main.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/main.js +0 -0
- /package/{git → static/.gitkeep} +0 -0
@@ -1,38 +1,89 @@
|
|
1
1
|
<template>
|
2
|
+
<work-busy :is-busy="comp.isSend"></work-busy>
|
2
3
|
<app-base>
|
3
4
|
<div id="content"></div>
|
5
|
+
<modal :show.sync="comp.showModel" width="500px" title="文件导入" v-ref:modal large backdrop="false">
|
6
|
+
<article slot="modal-body" class="modal-body">
|
7
|
+
<file-upload class="my-file-uploader " name="UploadFile" class="btn btn-success" style="border-radius: 2px;"
|
8
|
+
action="rs/file/uploadFile" tagname="档案信息导入" v-ref:file :headers="headers" multiple></file-upload>
|
9
|
+
<img src="../../static/Excelformat.png" style="width: 100%"/>
|
10
|
+
</article>
|
11
|
+
|
12
|
+
<footer slot="modal-footer" class="modal-footer">
|
13
|
+
</footer>
|
14
|
+
</modal>
|
4
15
|
</app-base>
|
5
16
|
</template>
|
6
17
|
<script>
|
7
18
|
import Comp from "./comp"
|
8
19
|
import TestData from "./TestData"
|
20
|
+
import {HttpResetClass,trans} from 'vue-client'
|
21
|
+
import Vue from "vue";
|
9
22
|
export default {
|
10
|
-
|
23
|
+
data(){
|
24
|
+
return{
|
25
|
+
comp:{}
|
26
|
+
}
|
27
|
+
},
|
11
28
|
ready() {
|
29
|
+
try{
|
30
|
+
if (this.$login) {
|
31
|
+
console.log('登录信息', this.$login.f)
|
32
|
+
if(this.$login.f){
|
33
|
+
global.login=this.$login.f
|
34
|
+
}else{
|
35
|
+
this.$showMessage("未获取到当前登录人信息,请重新登陆!(可能由网络原因导致)")
|
36
|
+
}
|
37
|
+
}else{
|
38
|
+
this.$showMessage("未获取到当前登录人信息,请重新登陆!(可能由网络原因导致)")
|
39
|
+
}
|
40
|
+
this.comp=new Comp()
|
41
|
+
window.global = window;
|
42
|
+
// 设置模板为测试,,
|
43
|
+
global.canvas = "TestDataComponent";
|
44
|
+
global.myjson = Object.assign(global.myjson, {
|
45
|
+
TestDataComponent:{"template":{"Row":"@1*","Background":"@#f5f7f9","Column":"@230,1*","children":[{"type":"Dock","Name":"@左边","Background":"@#ffffff","StrokeStyle":"@#dce0e3","Classes":"@BorderRect","children":[{"Column":"@*,1*","PaddingLeft":"@5","Classes":"@BorderRect","Pos":"@Top","Row":"@*,*","children":[{"Text":"@查询","@MouseDown":"stat.Popup($SearchPlan$,stat,this,e.draw)","@Click":"stat.Popup($SearchPlan$,stat,this,e.draw)","Slots":{"item":{"type":"Image","Path":"this.MouseIn:$searchhover$,$searchnormal$","Classes":"@SearchButtonImg"}},"type":"Button"},{"Selected":"$按时间降序$","Data":"stat.Data.orderList","Left":"@10","Classes":"@SelectGray BorderRound","Background":"@#fff","@Change":"stat.Call($loadCheckPlan$,e.Value)","type":"Select","StrokeStyle":"@#dfe4e7"},{"type":"Text","Text":"@"},{"children":[{"FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","@Click":"stat.Call($sendCheckPlan$)","type":"Button","Left":"@110","Text":"@下发"},{"type":"Button","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","Left":"@12","Text":"@删除","@Click":"stat.Call($delCheckPlan$)"}],"type":"Stack","PaddingTop":"@8","PaddingBottom":"@4"}],"type":"Grid","PaddingRight":"@5","Name":"@上边","PaddingTop":"@3","StrokeStyle":"@#dce0e3","Bottom":"@1","PaddingBottom":"@4"},{"type":"Grid","Row":"@1*,0,*,0,*","Pos":"@Center","Classes":"@NormalFontlight","Column":"@1*","children":[{"Slots":{"item":{"Slots":{"item":{"Original":"@V","Background":"data.id==stat.Data.SelectedPlan: $#d8eafb$, this.MouseIn: $#f5f6f7$, $$","PaddingBottom":"@1","Width":"@230","children":[{"children":[{"type":"Stack","VAlign":"@Center","RowSpan":"@4","children":[{"if":"stat.Data.Call($planIsChecked$, data.f_issued,data.plan_count)","@Change":"stat.Call($addParam$, $checkplan$, data.id)","type":"CheckBox","IsSelected":"stat.Data.checkplan.check.Call($isChecked$, data.id)"}]},{"Font":"@15px 微软雅黑","type":"Text","Text":"data.f_plan_name","ColSpan":"@3"},{"type":"Button","HAlign":"@Center","Classes":"@BorderRound","@Click":"stat.Data.Call($setPlanVal$,data.self),stat.ShowModal($upPlan$,$修改计划$,$upCheckPlan$,$cancel$)","Slots":{"item":{"Path":"@edit","type":"Image","Name":"Button_Image"}}},{"Text":"data.f_issued","Top":"@12","FillStyle":"@#4792de","type":"Text"},{"ColSpan":"@3","HAlign":"@Right","Top":"@10","children":[{"PaddingRight":"@5","PaddingBottom":"@2","PaddingTop":"@2","type":"Text","Classes":"@BorderRound","FillStyle":"@#4792de","Background":"@#ffffff","StrokeStyle":"@#cfdce8","Font":"@12px 微软雅黑","Text":"data.f_checker!=$$:data.f_checker,$共享","PaddingLeft":"@5","ColSpan":"@3","Radius":"@8"}],"type":"Stack"},{"Top":"@12","ColSpan":"@2","Text":"${data.f_plan_year}-{data.f_plan_month}$","type":"Text","Classes":"@NormalFontLighter"},{"Classes":"@NormalFontLighter","Text":"@总","Top":"@12","Left":"@10","type":"Text"},{"Name":"@总数","HAlign":"@Right","Text":"data.plan_count","Top":"@12","Right":"@10","Classes":"@NormalFontHeavy","ColSpan":"@1","type":"Text"},{"Text":"@已检","Top":"@12","Classes":"@NormalFontLighter","type":"Text"},{"Text":"data.checked","Left":"@5","Classes":"@NormalFontHeavy","type":"Text","Top":"@12"},{"Text":"@未检","Classes":"@NormalFontLighter","Left":"@10","type":"Text","Top":"@12"},{"Right":"@10","Classes":"@NormalFontHeavy","type":"Text","Text":"data.unchecked","HAlign":"@Right","Top":"@12"}],"Row":"@*,*,*,*","PaddingTop":"@20","Column":"@25,42,1*,42,1*","PaddingLeft":"@10","PaddingRight":"@10","type":"Grid","@Drop":"stat.Call($dragtoPlan$,data.id,data.f_safecheck_type,data.f_filialeid,stat.GetDrag())","PaddingBottom":"@20"},{"StrokeStyle":"@#dce0e3","Classes":"@BorderRect","Left":"@5","type":"Stack","Right":"@5"}],"type":"Stack"}},"type":"List","Name":"@安检计划","Data":"stat.Data.checkplan.list.data","@Change":"stat.Call($openPlan$, e.Value.self)"}},"type":"Scroll","@DragOver":"stat.DragOver()"},{"type":"Stack","Classes":"@BorderRect","Left":"@5","Right":"@5","StrokeStyle":"@#dfe4e7"},{"PaddingBottom":"@10","Column":"@1*,1*","Row":"@1*","PaddingLeft":"@20","PaddingRight":"@20","children":[{"type":"Text","Text":"$共{stat.Data.checkplan.list.count}条$"},{"type":"Button","HAlign":"@Right","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplan$)","Slots":{"item":{"Name":"LoadMoreButton_Stack","children":[{"VAlign":"@Bottom","Path":"@doubledown","type":"Image"},{"Left":"@4","Text":"@更多","type":"Text"}],"type":"Stack"}}}],"type":"Grid","PaddingTop":"@10"},{"type":"Stack","Left":"@5","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","Right":"@5"},{"HAlign":"@Center","Top":"@20","@Click":"stat.ShowModal($NewPlan$,$生成计划$,$addNewPlan$,$cancel$)","Slots":{"item":{"Name":"Button_Image","Path":"this.MouseIn:$addnewhover$,$addnew$","type":"Image"}},"type":"Button","Classes":"@BorderRound","Bottom":"@20"}]}]},{"type":"Dock","Name":"@右边","Background":"@#f5f7f9","Classes":"@BorderRect","children":[{"Background":"@#ffffff","Top":"@2","HAlign":"@Right","StrokeStyle":"@#dce0e3","Classes":"@BorderRect","children":[{"Text":"@组织机构","Right":"@10","type":"Text","VAlign":"@Center"},{"Right":"@400","HAlign":"@Left","@Change":"stat.Call($orgChange$,e.Value.self)","Slots":{"item":{"type":"Stack","Height":"@30","children":[{"Text":"data.label","Left":"@10","VAlign":"@Center","type":"Text"}]}},"type":"Select","StrokeStyle":"@#dfe4e7","Data":"stat.Data.orgs","Background":"@#fff","Width":"@200","Classes":"@SelectWhite BorderRound","Selected":"stat.Data.filialeidname"},{"type":"Stack","Right":"@600","Top":"@4","Bottom":"@4","children":[{"type":"Text","VAlign":"@Center","Text":"@年度计划派发"}]},{"Text":"@清空用户编号","Classes":"@Button2","Right":"@10","@Click":"stat.Call($clearUserInfoId$)","type":"Button"}],"type":"Stack","Bottom":"@2","Name":"@工具条","Pos":"@Top"},{"children":[{"StrokeStyle":"@#dfe4e7","PaddingRight":"@24","PaddingBottom":"@20","Row":"@*,1*,*","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","VAlign":"@Center","Text":"@计划信息"},{"@Change":"stat.Call($setProperty$,$checkplanitems$,$usercode$, e.Value)","type":"Input","Classes":"@BorderRect","Left":"@10","Width":"@150","PlaceHolder":"@用户编号"},{"Width":"@150","Classes":"@BorderRect","PlaceHolder":"@用户名称","Left":"@10","@Change":"stat.Call($setProperty$,$checkplanitems$,$username$, e.Value)","type":"Input"},{"type":"Input","PlaceHolder":"@用户地址","Width":"@150","Left":"@10","@Change":"stat.Call($setProperty$,$checkplanitems$,$f_address$, e.Value)"},{"type":"Button","Classes":"@DropDownButton BorderRound","Left":"@10","@Click":"stat.Popup($condition1$,stat,this,e.draw)","Slots":{"item":{"Classes":"@DropDownButtonImg","type":"Image","Name":"DropDownButton_Image"}}},{"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchPlanItem$)","Slots":{"item":{"type":"Image","Name":"SearchButton_Image","Classes":"@SearchButtonImg"}}},{"Text":"stat.Data.SelectedPlan.f_plan_name","VAlign":"@Center","Left":"@300","type":"Text"}]},{"@Drop":"stat.Call($dragtoPlanItem$,stat.Data.checkplanitems.search.model.f_plan_id,stat.Data.plan.f_safecheck_type,stat.GetDrag())","@DragOver":"stat.DragOver()","Slots":{"item":{"children":[{"type":"CheckBox","HAlign":"@Center","IsSelected":"stat.Data.checkplanitems.check.Call($isChecked$, data.f_check_item_id)","Classes":"@DataGridBody","@Change":"stat.Call($addParam$, $checkplanitems$, data.f_check_item_id)"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_userinfo_code"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_name"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_type"},{"Classes":"@DataGridBody","Text":"data.f_residential_area","type":"Text"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_state"},{"Classes":"@DataGridBody","Text":"data.f_check_state","type":"Text"},{"Text":"data.f_address","type":"Text","Classes":"@DataGridBody"},{"Height":"@28","VAlign":"@Center","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","children":[{"Right":"@10","Text":"@补录","if":"data.f_state==$未检$:false,false","@Click":"stat.DrawModal($suppPaper$,$补录$,$addnewPaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($suppfdevice$),stat.Call($fieldChange$,$suppplanitem$,data.self)","type":"Button","Classes":"@Button2"},{"Classes":"@Button2","Text":"@修改","if":"stat.Data.Call($isUpdate$,data.f_state,data.f_supplement_tag):false,false","@Click":"stat.DrawModal($suppPaper$,$修改$,$updatePaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($getPaper$,data.f_check_item_id)","type":"Button"}],"type":"Stack","HAlign":"@Center"}],"type":"Grid","Row":"@1*"},"head":{"children":[{"Classes":"@DataGridHead","children":[{"type":"CheckBox","IsSelected":"stat.Data.checkplanitems.check.checkAll","@Change":"stat.Call($changeCheckAll$, $checkplanitems$)"},{"Left":"@9","type":"Text","Text":"@全选"}],"type":"Stack","HAlign":"@Center"},{"HAlign":"@Center","Text":"@用户编号","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@用户名称","HAlign":"@Center"},{"Text":"@用户类型","Classes":"@DataGridHead","HAlign":"@Center","type":"Text"},{"Classes":"@DataGridHead","HAlign":"@Center","Text":"@小区名称","type":"Text"},{"HAlign":"@Center","Text":"@状态","type":"Text","Classes":"@DataGridBody"},{"type":"Text","Text":"@安检结果","Classes":"@DataGridBody"},{"Classes":"@DataGridHead","HAlign":"@Center","Text":"@地址","type":"Text"},{"type":"Text","Text":"@操作","HAlign":"@Center","Classes":"@DataGridHead"}],"type":"Grid","Row":"@1*"}},"type":"DataGrid","Data":"stat.Data.checkplanitems.list.data","Classes":"@BorderRect","Column":"@100,100,130,100,130,100,110,1*,1*","@DragStart":"stat.SetDrag($item$)"},{"Column":"@*,*,1*,*","PaddingTop":"@5","children":[{"type":"Stack","children":[{"type":"Text","Text":"$显示 1~{global.Length(stat.Data.checkplanitems.list.data)}$","VAlign":"@Center","if":"global.Length(stat.Data.checkplanitems.list.data)==0:false,true"}]},{"type":"Text","Left":"@20","VAlign":"@Center","Text":"$共{stat.Data.checkplanitems.list.count}条$"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplanitems$)","Slots":{"item":{"Name":"LoadMoreButton_Stack","children":[{"VAlign":"@Bottom","Path":"@doubledown","type":"Image"},{"Text":"@更多","type":"Text","Left":"@4"}],"type":"Stack"}}}],"type":"Grid","Classes":"@NormalFontlight","Top":"@12","Row":"@1*"}],"type":"Grid","Classes":"@BorderRect","Column":"@1*","PaddingTop":"@12","PaddingLeft":"@10"},{"Classes":"@BorderRect","PaddingBottom":"@20","type":"Grid","Column":"@1*","Row":"@*,1*,*","PaddingLeft":"@10","PaddingTop":"@12","StrokeStyle":"@#dfe4e7","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","VAlign":"@Center","Text":"@用户信息"},{"type":"Input","Left":"@10","Width":"@150","PlaceHolder":"@用户编号","Classes":"@BorderRect","@Change":"stat.Call($setProperty$,$user$,$userinfocode$, e.Value)"},{"type":"Input","PlaceHolder":"@用户名称","Width":"@150","Left":"@10","@Change":"stat.Call($setProperty$,$user$,$username$, e.Value)"},{"type":"Text","Left":"@10","VAlign":"@Center","Text":"@距上次安检"},{"Left":"@5","Right":"@5","@Change":"stat.Call($fieldChange$,$startday$,e.Value)","type":"Input","Width":"@40"},{"Text":"@到","type":"Text","VAlign":"@Center"},{"type":"Input","Left":"@5","Width":"@40","@Change":"stat.Call($fieldChange$,$endday$,e.Value)"},{"Data":"stat.Data.unitTime","StrokeStyle":"@#dfe4e7","Selected":"stat.Data.selectTime","Classes":"@SelectGray BorderRound","@Change":"stat.Call($fieldChange$,$selectTime$,e.Value)","type":"Select","Left":"@5","Background":"@#fff","Width":"@50"},{"Data":"stat.Data.residential_area","PlaceHolder":"@请选择小区","HasSearch":"true","@Change":"stat.Call($selectChanged$,$user$,$f_residential_area$, e.Value)","StrokeStyle":"@#dfe4e7","Width":"@150","Background":"@#fff","Selected":"stat.Data.user.search.model.f_residential_area","type":"Select","Classes":"@SelectGray BorderRound","Left":"@10"},{"type":"Select","TemplateName":"@RadioButton","Original":"@H","Data":"stat.Data.userTypes","Selected":"stat.Data.user.search.model.userType","@Change":"stat.Call($selectChanged$,$user$,$userType$, e.Value)"},{"type":"Button","Left":"@10","Classes":"@DropDownButton BorderRound","@Click":"stat.Popup($condition$,stat,this,e.draw)","Slots":{"item":{"Classes":"@DropDownButtonImg","type":"Image","Name":"DropDownButton_Image"}}},{"Slots":{"item":{"Name":"SearchButton_Image","Classes":"@SearchButtonImg","type":"Image"}},"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchUser$)"},{"type":"Button","Text":"@导入用户编号","Classes":"@Button2","Left":"@10","@Click":"stat.Call($show1$)"},{"type":"Button","Left":"@10","Text":"@限制购气","Classes":"@Button2","@Click":"stat.Call($LimitBuyGas$)"},{"type":"Button","Classes":"@Button2","Left":"@10","Text":"@导出Excel","@Click":"stat.Call($exportFile$)"}]},{"Classes":"@BorderRect","Column":"@100,100,130,100,150,150,150,1*","Data":"stat.Data.user.list.data","@Drop":"stat.Call($delPlanItem$,stat.GetDrag())","@DragStart":"stat.SetDrag($user$)","@DragOver":"stat.DragOver()","Slots":{"item":{"children":[{"@Change":"stat.Call($addParam$, $user$, data.id)","type":"CheckBox","IsSelected":"stat.Data.user.check.Call($isChecked$, data.id)","HAlign":"@Center","Classes":"@DataGridBody","VAlign":"@Center"},{"type":"Text","Text":"data.f_userinfo_code","Classes":"@DataGridBody"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_name"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_type"},{"type":"Text","Text":"data.f_residential_area","Classes":"@DataGridBody"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_plan_name"},{"type":"Text","Text":"data.f_last_check_date","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_address"}],"type":"Grid","Row":"@*"},"head":{"type":"Grid","Row":"@*","children":[{"Classes":"@DataGridHead","children":[{"IsSelected":"stat.Data.user.check.checkAll","@Change":"stat.Call($changeCheckAll$, $user$)","type":"CheckBox"},{"Left":"@9","Text":"@全选","type":"Text"}],"type":"Stack"},{"Classes":"@DataGridHead","type":"Text","Text":"@用户编号"},{"type":"Text","Classes":"@DataGridHead","Text":"@用户名称"},{"type":"Text","Text":"@用户类型","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","type":"Text","Text":"@小区"},{"Text":"@所属计划","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","Text":"@安检时间","type":"Text"},{"type":"Text","Text":"@地址","Classes":"@DataGridHead"}]}},"type":"DataGrid"},{"Column":"@*,*,1*,*","Classes":"@NormalFontlight","Top":"@12","children":[{"type":"Stack","children":[{"Text":"$显示 1~{global.Length(stat.Data.user.list.data)}$","if":"global.Length(stat.Data.user.list.data)==0:false,true","type":"Text"}]},{"type":"Text","Left":"@20","Text":"$共{stat.Data.user.list.count}条$"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","Text":"@加载更多","@Click":"stat.Call($loadMore$,$user$)","Slots":{"item":{"children":[{"type":"Image","Path":"@doubledown","VAlign":"@Bottom"},{"Left":"@4","Text":"@更多","type":"Text"}],"type":"Stack"}}}],"type":"Grid","Row":"@1*"}],"PaddingRight":"@24"}],"type":"Grid","Row":"@1*,1*","Column":"@1*","Pos":"@Center"}]}],"type":"Grid"},"Drag":{"SearchPlan":{"children":[{"type":"Grid","PaddingRight":"@20","Column":"@70,170","PaddingBottom":"@10","Classes":"@BorderRound NormalFont PopupSearch","Row":"@*,*,*,*,*,*,*","PaddingLeft":"@10","PaddingTop":"@10","children":[{"Classes":"@GridLabel","Text":"@计划名称","PaddingBottom":"@6","type":"Text"},{"Value":"stat.Data.checkplan.search.model.f_plan_name","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_name$, e.Value)","type":"Input"},{"type":"Text","Text":"@计划年份","Classes":"@GridLabel"},{"type":"Select","Data":"stat.Call($years$)","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_year","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_year$, e.Value)"},{"type":"Text","Classes":"@GridLabel","Text":"@计划月份"},{"type":"Select","Bottom":"@1","Classes":"@SelectWhite BorderRound","Data":"stat.Call($months$)","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_month","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_month$, e.Value)"},{"type":"Text","Classes":"@GridLabel","Text":"@是否共享"},{"@Change":"stat.Call($isAndNotChange$, e.Value)","type":"Select","TemplateName":"@RadioButton","Selected":"stat.Data.sIsAndNotSelect","Original":"@H","VAlign":"@Center","Data":"stat.Data.isAndNot"},{"type":"Text","Text":"@安检员","Classes":"@GridLabel"},{"HasSearch":"true","Top":"@10","Classes":"@SelectWhite BorderRound","Selected":"stat.Data.checkplan.search.model.checkername","Data":"stat.Data.checker","@Change":"stat.Call($fieldChange$,$checkplan$,e.Value.self)","type":"Select"},{"Classes":"@GridLabel","type":"Text","Text":"@安检类型"},{"Top":"@10","Selected":"stat.Data.checkplan.search.model.safechecktype","@Change":"stat.Call($setProperty$, $checkplan$, $safechecktype$, e.Value)","type":"Select","Data":"stat.Data.safecheckTypeList","Classes":"@SelectWhite BorderRound"},{"type":"Stack","Top":"@20","ColSpan":"@2","HAlign":"@Center","children":[{"Classes":"@Button2","Right":"@50","Text":"@取消","@Click":"stat.RestorePopup(this,e.draw)","type":"Button"},{"type":"Button","Classes":"@Button","Text":"@查询","FillStyle":"@#ffffff","@Click":"stat.Call($loadCheckPlan$,$$),stat.RestorePopup(this,e.draw)"}]}]}],"type":"Grid","Classes":"@PopupSearch PopupShadow","Row":"@1*","Column":"@1*"},"start":{"Path":"@drag","type":"Image"},"condition":{"Row":"@1*","children":[{"Row":"@*,*","children":[{"Height":"@200","Slots":{"item":{"Name":"@新","Slots":{"item":{"children":[{"StrokeStyle":"@#dfe4e7","Text":"this.Selected.checkname","Selected":"data.selectitem","Data":"stat.Data.conditionJson","@Change":"stat.Call($conditionListChange$,$conditionList$,index,$selectitem$,e.Value.self)","Background":"@#fff","Classes":"@SelectGray BorderRound","Slots":{"item":{"children":[{"VAlign":"@Center","type":"Text","Text":"data.checkname","Left":"@10"}],"type":"Stack","Height":"@30"}},"type":"Select","Right":"@8","Width":"@150"},{"if":"data.selectitem.type==$input$","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","type":"Input","Value":"data.selectValue","Width":"@150"},{"ShowDateAndTime":"@All","type":"DateInput","Classes":"@SelectGray BorderRound","if":"data.selectitem.type==$date$","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","StrokeStyle":"@#dfe4e7","Width":"@150","Date":"data.selectValue","Background":"@#fff"},{"Data":"data.selectitem.options","Width":"@150","Classes":"@SelectGray BorderRound","Background":"@#fff","if":"data.selectitem.type==$selector$","Selected":"data.selectValue","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value),stat.Call($conditionChangeFun$,data.selectitem.column)","type":"Select","StrokeStyle":"@#dfe4e7"},{"@Click":"stat.Call($deletecondition$,$conditionList$,$user$,index)","type":"Image","VAlign":"@Center","Path":"@littledelete","Left":"@8"}],"Background":"@#fff","PaddingRight":"@10","PaddingBottom":"@10","Column":"@*,*,*,*,*","Row":"@*","PaddingTop":"@10","type":"Grid","PaddingLeft":"@10"}},"type":"List","Data":"stat.Data.conditionList"}},"type":"Scroll"},{"type":"Image","HAlign":"@Center","Bottom":"@10","VAlign":"@Center","Path":"@littleadd","@Click":"stat.Call($addconditionList$,$conditionList$)"}],"type":"Grid","Background":"@#fff","Column":"@*","Classes":"@BorderRound NormalFont PopupSearch"}],"type":"Grid","Column":"@1*","Classes":"@PopupSearch PopupShadow"},"condition1":{"Row":"@1*","Classes":"@PopupSearch PopupShadow","children":[{"Classes":"@BorderRound NormalFont PopupSearch","Column":"@*","Row":"@*,*","children":[{"Slots":{"item":{"Name":"@新","Data":"stat.Data.planitemconditionList","Slots":{"item":{"PaddingRight":"@10","Background":"@#fff","PaddingTop":"@10","children":[{"type":"Select","Background":"@#fff","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,index,$selectitem$,e.Value.self)","StrokeStyle":"@#dfe4e7","Slots":{"item":{"Height":"@30","children":[{"type":"Text","Text":"data.checkname","Left":"@10","VAlign":"@Center"}],"type":"Stack"}},"Selected":"data.selectitem","Data":"stat.Data.planitemconditionJson","Text":"this.Selected.checkname","Right":"@8","Width":"@150","Classes":"@SelectGray BorderRound"},{"Value":"data.selectValue","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","type":"Input","if":"data.selectitem.type==$input$","Width":"@150"},{"@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","Date":"data.selectValue","StrokeStyle":"@#dfe4e7","if":"data.selectitem.type==$date$","Background":"@#fff","Classes":"@SelectGray BorderRound","Width":"@150","type":"DateInput","ShowDateAndTime":"@All"},{"Width":"@150","Data":"data.selectitem.options","type":"Select","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","if":"data.selectitem.type==$selector$","Classes":"@SelectGray BorderRound","StrokeStyle":"@#dfe4e7","Background":"@#fff","Selected":"data.selectValue"},{"@Click":"stat.Call($deletecondition$,$planitemconditionList$,$checkplanitems$,index)","type":"Image","Left":"@8","VAlign":"@Center","Path":"@littledelete"}],"PaddingLeft":"@10","PaddingBottom":"@10","Column":"@*,*,*,*,*","type":"Grid","Row":"@*"}},"type":"List"}},"type":"Scroll","Height":"@200"},{"Path":"@littleadd","@Click":"stat.Call($addconditionList$,$planitemconditionList$)","type":"Image","Bottom":"@10","HAlign":"@Center","VAlign":"@Center"}],"type":"Grid"}],"type":"Grid","Column":"@1*"},"drag":{"Text":"@ ","type":"Text"},"NewPlan":{"type":"Grid","Row":"@*","Column":"@*","children":[{"children":[{"type":"Text","Text":"@* 计划名称","HAlign":"@Right","VAlign":"@Center","Right":"@10"},{"type":"Input","@Change":"stat.Call($setNewPlan$, $f_plan_name$, e.Value)"},{"HAlign":"@Right","VAlign":"@Center","type":"Text","Right":"@10","Text":"@计划年份"},{"Data":"stat.Call($years$)","@Change":"stat.Call($setNewPlan$, $f_plan_year$, e.Value)","type":"Select","Classes":"@SelectWhite BorderRound"},{"type":"Text","Text":"@计划月份","HAlign":"@Right","VAlign":"@Center","Right":"@10"},{"type":"Select","Data":"stat.Call($months$)","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPlan$, $f_plan_month$, e.Value)"},{"Right":"@10","Text":"@安检员","HAlign":"@Right","VAlign":"@Center","type":"Text"},{"type":"Select","Classes":"@SelectWhite BorderRound","Selected":"stat.Data.newPlan.f_checker==$$:$请选择安检员$,stat.Data.newPlan.f_checker","Data":"stat.Data.checker","HasSearch":"true","Top":"@10","@Change":"stat.Call($fieldChange$,$createPlan$,e.Value.self)"},{"Text":"@安检类型","HAlign":"@Right","VAlign":"@Center","type":"Text","Right":"@10","Top":"@10"},{"type":"Select","Data":"stat.Data.safecheckList","Classes":"@SelectWhite BorderRound","Top":"@10","Selected":"stat.Data.newPlan.f_checker==$$:$请选择安检员$,stat.Data.newPlan.f_safecheck_type","@Change":"stat.Call($setNewPlan$, $f_safecheck_type$, e.Value)"}],"type":"Grid","Pos":"@Center","PaddingBottom":"@20","Column":"@80,170,80,170,80,170","PaddingRight":"@36","PaddingTop":"@20","Row":"@*,*","Classes":"@NormalFontlight","PaddingLeft":"@20","Background":"@#ffffff"}]},"upPlan":{"type":"Grid","Column":"@*","Row":"@*","children":[{"type":"Grid","Classes":"@NormalFontlight","PaddingTop":"@20","PaddingBottom":"@20","PaddingLeft":"@20","children":[{"HAlign":"@Right","VAlign":"@Center","Text":"@* 计划名称","type":"Text","Right":"@10"},{"type":"Input","Value":"stat.Data.plan.f_plan_name","@Change":"stat.Data.Call($setPlan$,$f_plan_name$,e.Value) "},{"HAlign":"@Right","VAlign":"@Center","Text":"@安检员","Right":"@10","type":"Text"},{"Classes":"@SelectWhite BorderRound","Selected":"stat.Data.plan.f_checker","HasSearch":"true","@Change":"stat.Call($fieldChange$,$upPlan$,e.Value.self)","type":"Select","Data":"stat.Data.checker"},{"Top":"@10","type":"Text","Text":"@计划年份","Right":"@10","HAlign":"@Right","VAlign":"@Center"},{"type":"Select","Classes":"@SelectWhite BorderRound","Data":"stat.Data.Call($years$)","Top":"@10","Selected":"stat.Data.plan.f_plan_year","@Change":"stat.Data.Call($setPlan$,$f_plan_year$,e.Value) "},{"type":"Text","VAlign":"@Center","Top":"@10","Text":"@计划月份","Right":"@10","HAlign":"@Right"},{"Selected":"stat.Data.plan.f_plan_month","Classes":"@SelectWhite BorderRound","Top":"@10","Data":"stat.Data.Call($months$)","@Change":"stat.Data.Call($setPlan$,$f_plan_month$,e.Value) ","type":"Select"}],"PaddingRight":"@36","Column":"@80,170,80,170","Background":"@#ffffff","Row":"@*,*"}]},"suppPaper":{"children":[{"Classes":"@BorderRect","children":[{"type":"Text","Text":"@用户基本信息","VAlign":"@Center","HAlign":"@Center"},{"children":[{"Classes":"@GridLabel","type":"Text","PaddingBottom":"@6","Text":"@用户地址"},{"Bottom":"@5","Classes":"@SelectWhite","Value":"stat.Data.suppplanitem.f_address","@Change":"stat.Call($setNewPaper$,$f_address$,e.Value)","type":"Input","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@证件号","Classes":"@GridLabel"},{"Value":"stat.Data.suppplanitem.f_idnumber","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_idnumber$,e.Value)","type":"Input"},{"PaddingBottom":"@6","type":"Text","Text":"@电话号码","Classes":"@GridLabel"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_user_phone","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_user_phone$,e.Value)","type":"Input"},{"Text":"@用户性质","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"Value":"stat.Data.suppplanitem.f_userproperties","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_userproperties$,e.Value)","type":"Input"},{"PaddingBottom":"@6","Text":"@区/县","Classes":"@GridLabel","type":"Text"},{"type":"Input","Bottom":"@5","Value":"stat.Data.suppplanitem.f_area","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_area$,e.Value)"},{"PaddingBottom":"@6","type":"Text","Text":"@备注信息","Classes":"@GridLabel"},{"@Change":"stat.Call($setNewPaper$,$f_comments$,e.Value)","type":"Input","Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_comments"},{"type":"Text","Classes":"@GridLabel","PaddingBottom":"@6","Text":"@楼号"},{"Value":"stat.Data.suppplanitem.f_building","@Change":"stat.Call($setNewPaper$,$f_building$,e.Value)","type":"Input","Top":"@5","Bottom":"@5"},{"PaddingBottom":"@6","Text":"@楼层","Classes":"@GridLabel","type":"Text"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_floor","@Change":"stat.Call($setNewPaper$,$f_floor$,e.Value)","type":"Input","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@小区","Classes":"@GridLabel"},{"@Change":"stat.Call($setNewPaper$,$f_residential_area$,e.Value)","type":"Input","Bottom":"@5","Value":"stat.Data.suppplanitem.f_residential_area","Top":"@5"},{"type":"Text","Classes":"@GridLabel","PaddingBottom":"@6","Text":"@街道"},{"Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_street$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_street","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@单元","Classes":"@GridLabel"},{"Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_unit","@Change":"stat.Call($setNewPaper$,$f_unit$,e.Value)","type":"Input"},{"Classes":"@GridLabel","type":"Text","PaddingBottom":"@6","Text":"@用户名"},{"type":"Input","Value":"stat.Data.suppplanitem.f_user_name","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_user_name$,e.Value)"},{"Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户类型","type":"Text"},{"@Change":"stat.Call($setNewPaper$,$f_user_type$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_user_type","Top":"@5","Bottom":"@5"},{"Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户编号","type":"Text"},{"Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_userinfo_code$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_userinfo_code"},{"PaddingBottom":"@6","Text":"@门牌号","Classes":"@GridLabel","type":"Text"},{"@Change":"stat.Call($setNewPaper$,$f_room$,e.Value)","type":"Input","Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_room"}],"PaddingRight":"@20","Column":"@70,170","Classes":"@BorderRound NormalFont PopupSearch","PaddingLeft":"@10","PaddingTop":"@10","type":"Grid","PaddingBottom":"@10","Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35"}],"type":"Grid","Column":"@1*","Row":"@30,1*"},{"type":"Grid","Row":"@30,1*","Column":"@1*","children":[{"type":"Text","HAlign":"@Center","VAlign":"@Center","Text":"@安检状况"},{"children":[{"type":"Text","PaddingBottom":"@6","Text":"@到达时间","Classes":"@GridLabel"},{"type":"DateInput","Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5","Date":"stat.Data.suppplanitem.f_onsite_time","@Change":"stat.Call($setNewPaper$,$f_onsite_time$,e.Value)"},{"type":"Text","Text":"@离开时间","Classes":"@GridLabel","PaddingBottom":"@6"},{"Bottom":"@5","Date":"stat.Data.suppplanitem.f_offsite_time","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPaper$,$f_offsite_time$,e.Value)","type":"DateInput","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@入户状态","Classes":"@GridLabel"},{"Bottom":"@5","Selected":"stat.Data.suppplanitem.f_entry_status","Data":"stat.Data.userState","Classes":"@SelectWhite BorderRound","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_entry_status$,e.Value)","type":"Select"},{"PaddingBottom":"@6","type":"Text","Text":"@燃气使用","Classes":"@GridLabel"},{"Data":"stat.Data.gasUse","Classes":"@SelectWhite BorderRound","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_usegas$,e.Value)","type":"Select","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_usegas"},{"Classes":"@GridLabel","Text":"@安检员","type":"Text","PaddingBottom":"@6"},{"Data":"stat.Data.checkersname","@Change":"stat.Call($setNewPaper$,$f_checker_name$,e.Value)","type":"Select","Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_checker_name"}],"PaddingBottom":"@10","PaddingTop":"@10","type":"Grid","PaddingLeft":"@10","Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35","Classes":"@BorderRound NormalFont PopupSearch","Column":"@70,170","PaddingRight":"@20"}]},{"Column":"@1*","children":[{"VAlign":"@Center","Text":"@安检选项","HAlign":"@Center","type":"Text"},{"type":"Grid","children":[{"Slots":{"item":{"Data":"stat.Data.listbutton","Slots":{"item":{"Bottom":"@5","Row":"@35","children":[{"type":"Grid","Row":"@1*","Column":"@100,200","children":[{"Classes":"@GridLabel","Text":"data.lname","Width":"@100","Pos":"@Center","type":"Text"},{"Value":"data.selected","Height":"@25","if":"data.type==$string$:true,false","Width":"@200","Top":"@5","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","type":"Input","Bottom":"@5"},{"Height":"@25","if":"data.type==$date$:true,false","Top":"@5","Classes":"@SelectWhite BorderRound","type":"DateInput","Date":"data.selected","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","Bottom":"@5","Width":"@200"},{"Top":"@5","Bottom":"@5","Data":"stat.Data.Call($reoption$,data.lname,data.mname)","if":"data.type==$selector$:true,false","Classes":"@SelectWhite BorderRound","Height":"@25","Width":"@200","Selected":"data.selected","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","type":"Select"}]}],"type":"Grid","Column":"@1*","Top":"@5"}},"type":"List"}},"type":"Scroll","Height":"@525"}],"PaddingBottom":"@10","Classes":"@BorderRound NormalFont PopupSearch","Column":"@1*","PaddingLeft":"@10","PaddingRight":"@20","Row":"@*","PaddingTop":"@10"}],"type":"Grid","Row":"@30,1*"}],"type":"Grid","Row":"@1*","Column":"@280,280,331","Classes":"@PopupSearch PopupShadow"}}}
|
46
|
+
});
|
12
47
|
|
13
|
-
|
14
|
-
|
15
|
-
|
48
|
+
loadWasm().then(()=> {
|
49
|
+
global.stat = this.comp
|
50
|
+
global.stat.ready().then(()=> {
|
51
|
+
console.log(global.stat)
|
52
|
+
run()
|
53
|
+
this.comp.isSend=false
|
54
|
+
})
|
55
|
+
})
|
56
|
+
}catch (e) {
|
57
|
+
this.$showAlert("加载出错啦!请清除缓存在试一次!"+JSON.stringify(e))
|
58
|
+
this.comp.isSend=false
|
16
59
|
}
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
TestDataComponent:{"template":{"Column":"@230,1*","Row":"@1*","Background":"@#f5f7f9","children":[{"type":"Dock","Background":"@#ffffff","StrokeStyle":"@#dce0e3","Classes":"@BorderRect","Name":"@左边","children":[{"PaddingRight":"@5","PaddingTop":"@3","StrokeStyle":"@#dce0e3","PaddingBottom":"@4","Name":"@上边","PaddingLeft":"@5","Column":"@*,1*","Classes":"@BorderRect","Row":"@*,*","Pos":"@Top","Bottom":"@1","children":[{"type":"Button","Text":"@查询","@MouseDown":"stat.Popup($SearchPlan$,stat,this,e.draw)","@Click":"stat.Popup($SearchPlan$,stat,this,e.draw)","Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Path":"this.MouseIn:$searchhover$,$searchnormal$"}}},{"Background":"@#fff","StrokeStyle":"@#dfe4e7","@Change":"stat.Call($loadCheckPlan$,e.Value)","type":"Select","Selected":"$按时间降序$","Data":"stat.Data.orderList","Left":"@10","Classes":"@SelectGray BorderRound"},{"type":"Text","Text":"@"},{"type":"Stack","PaddingTop":"@8","PaddingBottom":"@4","children":[{"@Click":"stat.Call($sendCheckPlan$)","type":"Button","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","Left":"@110","Text":"@下发"},{"FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","Left":"@12","@Click":"stat.Call($delCheckPlan$)","type":"Button","Text":"@删除"}]}],"type":"Grid"},{"type":"Grid","Classes":"@NormalFontlight","Column":"@1*","Row":"@1*,0,*,0,*","Pos":"@Center","children":[{"Slots":{"item":{"Name":"@安检计划","@Change":"stat.Call($openPlan$, e.Value.self)","Slots":{"item":{"type":"Stack","Original":"@V","Background":"data.id==stat.Data.SelectedPlan: $#d8eafb$, this.MouseIn: $#f5f6f7$, $$","PaddingBottom":"@1","Width":"@230","children":[{"PaddingRight":"@10","PaddingLeft":"@10","PaddingTop":"@20","Column":"@25,42,1*,42,1*","Row":"@*,*,*,*","type":"Grid","PaddingBottom":"@20","@Drop":"stat.Call($dragtoPlan$,data.id,data.f_safecheck_type,data.f_filialeid,stat.GetDrag())","children":[{"RowSpan":"@4","VAlign":"@Center","children":[{"type":"CheckBox","if":"data.f_issued==$已下发$:false,true","IsSelected":"stat.Data.checkplan.check.Call($isChecked$, data.id)","@Change":"stat.Call($addParam$, $checkplan$, data.id)"}],"type":"Stack"},{"type":"Text","ColSpan":"@3","Font":"@15px 微软雅黑","Text":"data.f_plan_name"},{"HAlign":"@Center","@Click":"stat.Data.Call($setPlanVal$,data.self),stat.ShowModal($upPlan$,$修改计划$,$upCheckPlan$,$cancel$)","Slots":{"item":{"type":"Image","Name":"Button_Image","Path":"@edit"}},"type":"Button","Classes":"@BorderRound"},{"Text":"data.f_issued","Top":"@12","FillStyle":"@#4792de","type":"Text"},{"type":"Stack","Top":"@10","ColSpan":"@3","HAlign":"@Right","children":[{"StrokeStyle":"@#cfdce8","PaddingLeft":"@5","FillStyle":"@#4792de","Radius":"@8","Background":"@#ffffff","PaddingTop":"@2","PaddingRight":"@5","type":"Text","Font":"@12px 微软雅黑","Classes":"@BorderRound","ColSpan":"@3","PaddingBottom":"@2","Text":"data.f_checker!=$$:data.f_checker,$共享"}]},{"Top":"@12","ColSpan":"@2","type":"Text","Text":"${data.f_plan_year}-{data.f_plan_month}$","Classes":"@NormalFontLighter"},{"Classes":"@NormalFontLighter","type":"Text","Text":"@总","Top":"@12","Left":"@10"},{"Classes":"@NormalFontHeavy","ColSpan":"@1","type":"Text","Name":"@总数","HAlign":"@Right","Text":"data.plan_count","Top":"@12","Right":"@10"},{"Classes":"@NormalFontLighter","Text":"@已检","Top":"@12","type":"Text"},{"Classes":"@NormalFontHeavy","Top":"@12","type":"Text","Text":"data.checked","Left":"@5"},{"Classes":"@NormalFontLighter","Left":"@10","type":"Text","Top":"@12","Text":"@未检"},{"HAlign":"@Right","Top":"@12","Right":"@10","type":"Text","Classes":"@NormalFontHeavy","Text":"data.unchecked"}]},{"Left":"@5","Right":"@5","StrokeStyle":"@#dce0e3","Classes":"@BorderRect","type":"Stack"}]}},"type":"List","Data":"stat.Data.checkplan.list.data"}},"type":"Scroll","@DragOver":"stat.DragOver()"},{"StrokeStyle":"@#dfe4e7","type":"Stack","Classes":"@BorderRect","Left":"@5","Right":"@5"},{"Column":"@1*,1*","Row":"@1*","PaddingLeft":"@20","children":[{"Text":"$共{stat.Data.checkplan.list.count}条$","type":"Text"},{"FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplan$)","Slots":{"item":{"children":[{"Path":"@doubledown","type":"Image","VAlign":"@Bottom"},{"Text":"@更多","type":"Text","Left":"@4"}],"type":"Stack","Name":"LoadMoreButton_Stack"}},"type":"Button","HAlign":"@Right"}],"type":"Grid","PaddingRight":"@20","PaddingTop":"@10","PaddingBottom":"@10"},{"StrokeStyle":"@#dfe4e7","Right":"@5","Left":"@5","type":"Stack","Classes":"@BorderRect"},{"type":"Button","Classes":"@BorderRound","Bottom":"@20","HAlign":"@Center","Top":"@20","@Click":"stat.ShowModal($NewPlan$,$生成计划$,$addNewPlan$,$cancel$)","Slots":{"item":{"type":"Image","Name":"Button_Image","Path":"this.MouseIn:$addnewhover$,$addnew$"}}}]}]},{"type":"Dock","Classes":"@BorderRect","Name":"@右边","Background":"@#f5f7f9","children":[{"Pos":"@Top","children":[{"type":"Stack","Top":"@4","Bottom":"@4","children":[{"Height":"@30","type":"Stack"}]}],"type":"Stack","Background":"@#ffffff","StrokeStyle":"@#dce0e3","Name":"@工具条","Classes":"@BorderRect","HAlign":"@Right"},{"Pos":"@Center","children":[{"PaddingBottom":"@20","PaddingTop":"@12","Row":"@*,1*,*","type":"Grid","StrokeStyle":"@#dfe4e7","PaddingLeft":"@10","Classes":"@BorderRect","Column":"@1*","PaddingRight":"@24","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","VAlign":"@Center","Text":"@计划信息"},{"Width":"@150","PlaceHolder":"@用户编号","@Change":"stat.Call($setProperty$,$checkplanitems$,$usercode$, e.Value)","type":"Input","Classes":"@BorderRect","Left":"@10"},{"type":"Input","Width":"@150","Classes":"@BorderRect","PlaceHolder":"@用户名称","Left":"@10","@Change":"stat.Call($setProperty$,$checkplanitems$,$username$, e.Value)"},{"type":"Input","PlaceHolder":"@用户地址","Width":"@150","Left":"@10","@Change":"stat.Call($setProperty$,$checkplanitems$,$f_address$, e.Value)"},{"Width":"@150","@Change":"stat.Call($fieldChange$,$planItemConditionValue$,e.Value)","type":"Input","PlaceHolder":"@全文搜索","Left":"@10"},{"type":"Button","Left":"@10","Classes":"@DropDownButton BorderRound","@Click":"stat.Popup($condition1$,stat,this,e.draw)","Slots":{"item":{"Name":"DropDownButton_Image","Classes":"@DropDownButtonImg","type":"Image"}}},{"Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Name":"SearchButton_Image"}},"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchPlanItem$)"}]},{"Slots":{"item":{"type":"Grid","Row":"@1*","children":[{"@Change":"stat.Call($addParam$, $checkplanitems$, data.f_check_item_id)","type":"CheckBox","HAlign":"@Center","IsSelected":"stat.Data.checkplanitems.check.Call($isChecked$, data.f_check_item_id)","Classes":"@DataGridBody"},{"Text":"data.f_userinfo_code","type":"Text","Classes":"@DataGridBody"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_name"},{"type":"Text","Text":"data.f_user_type","Classes":"@DataGridBody"},{"Text":"data.f_residential_area","Classes":"@DataGridBody","type":"Text"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_state"},{"Text":"data.f_address","Classes":"@DataGridBody","type":"Text"},{"HAlign":"@Center","Height":"@28","VAlign":"@Center","Classes":"@BorderRect","children":[{"Classes":"@Button2","if":"data.f_state==$未检$:false,false","@Click":"stat.DrawModal($suppPaper$,$补录$,$addnewPaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($suppfdevice$),stat.Call($fieldChange$,$suppplanitem$,data.self)","type":"Button","Right":"@10","Text":"@补录"},{"if":"stat.Data.Call($isUpdate$,data.f_state,data.f_supplement_tag):false,false","@Click":"stat.DrawModal($suppPaper$,$修改$,$updatePaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($getPaper$,data.f_check_item_id)","type":"Button","Text":"@修改","Classes":"@Button2"}],"type":"Stack","StrokeStyle":"@#dfe4e7"}]},"head":{"children":[{"HAlign":"@Center","children":[{"type":"CheckBox","@Change":"stat.Call($changeCheckAll$, $checkplanitems$)"},{"type":"Text","Text":"@全选","Left":"@9"}],"type":"Stack","Classes":"@DataGridHead"},{"type":"Text","Classes":"@DataGridHead","HAlign":"@Center","Text":"@用户编号"},{"HAlign":"@Center","type":"Text","Classes":"@DataGridHead","Text":"@用户名称"},{"HAlign":"@Center","type":"Text","Text":"@用户类型","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","HAlign":"@Center","type":"Text","Text":"@小区名称"},{"Text":"@状态","Classes":"@DataGridBody","HAlign":"@Center","type":"Text"},{"type":"Text","Text":"@地址","Classes":"@DataGridHead","HAlign":"@Center"},{"Text":"@操作","HAlign":"@Center","Classes":"@DataGridHead","type":"Text"}],"type":"Grid","Row":"@1*"}},"type":"DataGrid","Data":"stat.Data.checkplanitems.list.data","Classes":"@BorderRect","Column":"@100,100,130,100,130,100,1*,1*","@DragOver":"stat.DragOver()","@DragStart":"stat.SetDrag($item$)","@Drop":"stat.Call($dragtoPlanItem$,stat.Data.checkplanitems.search.model.f_plan_id,stat.Data.plan.f_safecheck_type,stat.GetDrag())"},{"Classes":"@NormalFontlight","Top":"@12","Row":"@1*","Column":"@*,*,1*,*","children":[{"type":"Stack","children":[{"type":"Text","VAlign":"@Center","Text":"$显示 1~{global.Length(stat.Data.checkplanitems.list.data)}$","if":"global.Length(stat.Data.checkplanitems.list.data)==0:false,true"}]},{"type":"Text","Left":"@20","VAlign":"@Center","Text":"$共{stat.Data.checkplanitems.list.count}条$"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplanitems$)","Slots":{"item":{"type":"Stack","Name":"LoadMoreButton_Stack","children":[{"VAlign":"@Bottom","Path":"@doubledown","type":"Image"},{"Text":"@更多","type":"Text","Left":"@4"}]}}}],"type":"Grid","PaddingTop":"@5"}]},{"PaddingRight":"@24","StrokeStyle":"@#dfe4e7","PaddingLeft":"@10","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","VAlign":"@Center","Text":"@用户信息"},{"PlaceHolder":"@用户编号","Classes":"@BorderRect","@Change":"stat.Call($setProperty$,$user$,$userinfocode$, e.Value)","type":"Input","Left":"@10","Width":"@150"},{"type":"Input","Left":"@10","PlaceHolder":"@用户名称","Width":"@150","@Change":"stat.Call($setProperty$,$user$,$username$, e.Value)"},{"type":"Input","Left":"@10","PlaceHolder":"@用户地址","Width":"@150","@Change":"stat.Call($setProperty$,$user$,$useraddress$, e.Value)"},{"VAlign":"@Center","type":"Text","Text":"@距上次安检","Left":"@10"},{"Width":"@40","Left":"@5","Right":"@5","@Change":"stat.Call($fieldChange$,$startday$,e.Value)","type":"Input"},{"type":"Text","Text":"@到","VAlign":"@Center"},{"Left":"@5","Width":"@40","@Change":"stat.Call($fieldChange$,$endday$,e.Value)","type":"Input"},{"Classes":"@SelectGray BorderRound","@Change":"stat.Call($fieldChange$,$selectTime$,e.Value)","Left":"@5","Selected":"stat.Data.selectTime","StrokeStyle":"@#dfe4e7","type":"Select","Data":"stat.Data.unitTime","Width":"@50","Background":"@#fff"},{"PlaceHolder":"@全文搜索","type":"Input","Classes":"@BorderRect","Left":"@10","Width":"@150"},{"Classes":"@DropDownButton BorderRound","Left":"@10","@Click":"stat.Popup($condition$,stat,this,e.draw)","Slots":{"item":{"Classes":"@DropDownButtonImg","type":"Image","Name":"DropDownButton_Image"}},"type":"Button"},{"@Click":"stat.Call($searchUser$)","Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Name":"SearchButton_Image"}},"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound"}]},{"@DragOver":"stat.DragOver()","@Drop":"stat.Call($delPlanItem$,stat.GetDrag())","@DragStart":"stat.SetDrag($user$)","Slots":{"item":{"type":"Grid","Row":"@*","children":[{"HAlign":"@Center","@Change":"stat.Call($addParam$, $user$, data.id)","type":"CheckBox","Classes":"@DataGridBody","VAlign":"@Center","IsSelected":"stat.Data.user.check.Call($isChecked$, data.id)"},{"Text":"data.f_userinfo_code","type":"Text","Classes":"@DataGridBody"},{"type":"Text","Text":"data.f_user_name","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_user_type"},{"Text":"data.f_residential_area","Classes":"@DataGridBody","type":"Text"},{"type":"Text","Text":"data.f_plan_name","Classes":"@DataGridBody"},{"Text":"data.f_address","type":"Text","Classes":"@DataGridBody"}]},"head":{"Row":"@*","children":[{"Classes":"@DataGridHead","children":[{"type":"CheckBox","@Change":"stat.Call($changeCheckAll$, $user$)"},{"Text":"@全选","Left":"@9","type":"Text"}],"type":"Stack"},{"Classes":"@DataGridHead","Text":"@用户编号","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@用户名称"},{"type":"Text","Classes":"@DataGridHead","Text":"@用户类型"},{"Text":"@区/县","type":"Text","Classes":"@DataGridHead"},{"Text":"@所属计划","type":"Text","Classes":"@DataGridHead"},{"Text":"@地址","Classes":"@DataGridHead","type":"Text"}],"type":"Grid"}},"type":"DataGrid","Data":"stat.Data.user.list.data","Classes":"@BorderRect","Column":"@100,100,130,100,150,150,1*"},{"type":"Grid","Classes":"@NormalFontlight","Top":"@12","Row":"@1*","Column":"@*,*,1*,*","children":[{"type":"Stack","children":[{"type":"Text","if":"global.Length(stat.Data.user.list.data)==0:false,true","Text":"$显示 1~{global.Length(stat.Data.user.list.data)}$"}]},{"type":"Text","Left":"@20","Text":"$共{stat.Data.user.list.count}条$"},{"type":"Text","Text":"@ "},{"type":"Button","Text":"@加载更多","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$user$)","Slots":{"item":{"type":"Stack","children":[{"Path":"@doubledown","VAlign":"@Bottom","type":"Image"},{"type":"Text","Left":"@4","Text":"@更多"}]}}}]}],"type":"Grid","Row":"@*,1*,*","Classes":"@BorderRect","PaddingBottom":"@20","PaddingTop":"@12","Column":"@1*"}],"type":"Grid","Row":"@1*,1*","Column":"@1*"}]}],"type":"Grid"},"Drag":{"condition1":{"Classes":"@PopupSearch PopupShadow","children":[{"Row":"@*,*","children":[{"Slots":{"item":{"type":"List","Name":"@新","Data":"stat.Data.planitemconditionList","Slots":{"item":{"PaddingBottom":"@10","PaddingRight":"@10","Background":"@#fff","children":[{"Width":"@150","Slots":{"item":{"type":"Stack","Height":"@30","children":[{"type":"Text","Text":"data.checkname","Left":"@10","VAlign":"@Center"}]}},"Right":"@8","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,index,$selectitem$,e.Value.self)","StrokeStyle":"@#dfe4e7","Data":"stat.Data.planitemconditionJson","Background":"@#fff","Text":"this.Selected.checkname","Classes":"@SelectGray BorderRound","type":"Select","Selected":"data.selectitem"},{"@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","type":"Input","if":"data.selectitem.type==$input$","Width":"@150","Value":"data.selectValue"},{"@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","type":"DateInput","ShowDateAndTime":"@All","if":"data.selectitem.type==$date$","Background":"@#fff","StrokeStyle":"@#dfe4e7","Date":"data.selectValue","Width":"@150","Classes":"@SelectGray BorderRound"},{"if":"data.selectitem.type==$selector$","Classes":"@SelectGray BorderRound","StrokeStyle":"@#dfe4e7","Width":"@150","Background":"@#fff","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","Data":"data.selectitem.options","Selected":"data.selectValue","type":"Select"},{"@Click":"stat.Call($deletecondition$,$planitemconditionList$,$checkplanitems$,index)","type":"Image","Left":"@8","VAlign":"@Center","Path":"@littledelete"}],"PaddingTop":"@10","Row":"@*","PaddingLeft":"@10","Column":"@*,*,*,*,*","type":"Grid"}}}},"type":"Scroll","Height":"@200"},{"@Click":"stat.Call($addconditionList$,$planitemconditionList$)","type":"Image","Bottom":"@10","HAlign":"@Center","VAlign":"@Center","Path":"@littleadd"}],"type":"Grid","Classes":"@BorderRound NormalFont PopupSearch","Column":"@*"}],"type":"Grid","Column":"@1*","Row":"@1*"},"drag":{"type":"Text","Text":"@ "},"NewPlan":{"Column":"@*","children":[{"PaddingRight":"@36","Classes":"@NormalFontlight","Column":"@80,170,80,170,80,170","Row":"@*,*","Background":"@#ffffff","type":"Grid","PaddingBottom":"@20","PaddingTop":"@20","PaddingLeft":"@20","Pos":"@Center","children":[{"type":"Text","VAlign":"@Center","Right":"@10","Text":"@* 计划名称","HAlign":"@Right"},{"@Change":"stat.Call($setNewPlan$, $f_plan_name$, e.Value)","type":"Input"},{"VAlign":"@Center","Right":"@10","type":"Text","Text":"@计划年份","HAlign":"@Right"},{"Data":"stat.Call($years$)","@Change":"stat.Call($setNewPlan$, $f_plan_year$, e.Value)","type":"Select","Classes":"@SelectWhite BorderRound"},{"Right":"@10","Text":"@计划月份","HAlign":"@Right","type":"Text","VAlign":"@Center"},{"@Change":"stat.Call($setNewPlan$, $f_plan_month$, e.Value)","type":"Select","Data":"stat.Call($months$)","Classes":"@SelectWhite BorderRound"},{"HAlign":"@Right","VAlign":"@Center","type":"Text","Right":"@10","Text":"@是否共享","Top":"@10"},{"Original":"@H","@Change":"stat.Call($fieldChange$, $isShare$, e.Value)","type":"Select","TemplateName":"@RadioButton","Selected":"stat.Data.isShare","Data":"stat.Data.isAndNot"},{"HAlign":"@Right","if":"stat.Data.isShare==$否$:true,false","VAlign":"@Center","type":"Text","Top":"@10","Right":"@10","Text":"@安检员"},{"Slots":{"item":{"type":"Stack","Height":"@30","children":[{"Text":"data.name","Left":"@10","VAlign":"@Center","type":"Text"}]}},"type":"Select","Data":"stat.Data.checker","Classes":"@SelectWhite BorderRound","Top":"@10","Selected":"stat.Data.newPlan.f_checker==$$:$请选择安检员$,stat.Data.newPlan.f_checker","if":"stat.Data.isShare==$否$:true,false","@Change":"stat.Call($fieldChange$,$createPlan$,e.Value.self)"},{"VAlign":"@Center","Right":"@10","Top":"@10","Text":"@安检类型","type":"Text","HAlign":"@Right"},{"Data":"stat.Data.safecheckList","@Change":"stat.Call($setNewPlan$, $f_safecheck_type$, e.Value)","type":"Select","Classes":"@SelectWhite BorderRound","Top":"@10"}]}],"type":"Grid","Row":"@*"},"upPlan":{"children":[{"Row":"@*,*","PaddingRight":"@36","type":"Grid","PaddingBottom":"@20","children":[{"HAlign":"@Right","VAlign":"@Center","Text":"@* 计划名称","Right":"@10","type":"Text"},{"@Change":"stat.Data.Call($setPlan$,$f_plan_name$,e.Value) ","type":"Input","Value":"stat.Data.plan.f_plan_name"},{"Right":"@10","HAlign":"@Right","VAlign":"@Center","type":"Text","Text":"@安检员"},{"@Change":"stat.Call($fieldChange$,$upPlan$,e.Value.self)","Slots":{"item":{"Height":"@30","children":[{"Text":"data.name","Left":"@10","VAlign":"@Center","type":"Text"}],"type":"Stack"}},"type":"Select","Classes":"@SelectWhite BorderRound","Selected":"stat.Data.plan.f_checker","Data":"stat.Data.checkersname"},{"VAlign":"@Center","type":"Text","Top":"@10","Text":"@计划年份","Right":"@10","HAlign":"@Right"},{"Top":"@10","Selected":"stat.Data.plan.f_plan_year","Classes":"@SelectWhite BorderRound","@Change":"stat.Data.Call($setPlan$,$f_plan_year$,e.Value) ","type":"Select","Data":"stat.Data.Call($years$)"},{"HAlign":"@Right","VAlign":"@Center","Top":"@10","type":"Text","Text":"@计划月份","Right":"@10"},{"Data":"stat.Data.Call($months$)","Selected":"stat.Data.plan.f_plan_month","Classes":"@SelectWhite BorderRound","Top":"@10","@Change":"stat.Data.Call($setPlan$,$f_plan_month$,e.Value) ","type":"Select"}],"PaddingTop":"@20","Background":"@#ffffff","Classes":"@NormalFontlight","Column":"@80,170,80,170","PaddingLeft":"@20"}],"type":"Grid","Row":"@*","Column":"@*"},"suppPaper":{"Column":"@280,280,331","Classes":"@PopupSearch PopupShadow","children":[{"type":"Grid","Column":"@1*","Row":"@30,1*","Classes":"@BorderRect","children":[{"HAlign":"@Center","type":"Text","Text":"@用户基本信息","VAlign":"@Center"},{"PaddingTop":"@10","type":"Grid","PaddingRight":"@20","PaddingLeft":"@10","children":[{"Text":"@用户地址","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"@Change":"stat.Call($setNewPaper$,$f_address$,e.Value)","type":"Input","Top":"@5","Bottom":"@5","Classes":"@SelectWhite","Value":"stat.Data.suppplanitem.f_address"},{"Classes":"@GridLabel","type":"Text","PaddingBottom":"@6","Text":"@证件号"},{"@Change":"stat.Call($setNewPaper$,$f_idnumber$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_idnumber","Top":"@5","Bottom":"@5"},{"type":"Text","Text":"@电话号码","Classes":"@GridLabel","PaddingBottom":"@6"},{"Value":"stat.Data.suppplanitem.f_user_phone","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_user_phone$,e.Value)","type":"Input","Bottom":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@用户性质","Classes":"@GridLabel"},{"Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_userproperties$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_userproperties","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@区/县","Classes":"@GridLabel"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_area","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_area$,e.Value)","type":"Input"},{"Classes":"@GridLabel","PaddingBottom":"@6","type":"Text","Text":"@备注信息"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_comments","@Change":"stat.Call($setNewPaper$,$f_comments$,e.Value)","type":"Input","Top":"@5"},{"type":"Text","Classes":"@GridLabel","PaddingBottom":"@6","Text":"@楼号"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_building","@Change":"stat.Call($setNewPaper$,$f_building$,e.Value)","type":"Input","Top":"@5"},{"PaddingBottom":"@6","Text":"@楼层","Classes":"@GridLabel","type":"Text"},{"Value":"stat.Data.suppplanitem.f_floor","@Change":"stat.Call($setNewPaper$,$f_floor$,e.Value)","type":"Input","Top":"@5","Bottom":"@5"},{"Text":"@小区","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"type":"Input","Bottom":"@5","Value":"stat.Data.suppplanitem.f_residential_area","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_residential_area$,e.Value)"},{"type":"Text","Classes":"@GridLabel","PaddingBottom":"@6","Text":"@街道"},{"Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_street$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_street","Top":"@5"},{"PaddingBottom":"@6","Text":"@单元","Classes":"@GridLabel","type":"Text"},{"Value":"stat.Data.suppplanitem.f_unit","@Change":"stat.Call($setNewPaper$,$f_unit$,e.Value)","type":"Input","Top":"@5","Bottom":"@5"},{"Text":"@用户名","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"Value":"stat.Data.suppplanitem.f_user_name","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_user_name$,e.Value)","type":"Input"},{"Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户类型","type":"Text"},{"Value":"stat.Data.suppplanitem.f_user_type","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_user_type$,e.Value)","type":"Input"},{"Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户编号","type":"Text"},{"Value":"stat.Data.suppplanitem.f_userinfo_code","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_userinfo_code$,e.Value)","type":"Input"},{"PaddingBottom":"@6","Text":"@门牌号","Classes":"@GridLabel","type":"Text"},{"Value":"stat.Data.suppplanitem.f_room","@Change":"stat.Call($setNewPaper$,$f_room$,e.Value)","type":"Input","Top":"@5","Bottom":"@5"}],"PaddingBottom":"@10","Classes":"@BorderRound NormalFont PopupSearch","Column":"@70,170","Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35"}]},{"children":[{"VAlign":"@Center","Text":"@安检状况","type":"Text","HAlign":"@Center"},{"PaddingBottom":"@10","Column":"@70,170","PaddingLeft":"@10","PaddingRight":"@20","children":[{"Classes":"@GridLabel","type":"Text","PaddingBottom":"@6","Text":"@到达时间"},{"@Change":"stat.Call($setNewPaper$,$f_onsite_time$,e.Value)","type":"DateInput","Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5","Date":"stat.Data.suppplanitem.f_onsite_time"},{"type":"Text","Text":"@离开时间","Classes":"@GridLabel","PaddingBottom":"@6"},{"Date":"stat.Data.suppplanitem.f_offsite_time","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPaper$,$f_offsite_time$,e.Value)","type":"DateInput","Top":"@5","Bottom":"@5"},{"Text":"@入户状态","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"@Change":"stat.Call($setNewPaper$,$f_entry_status$,e.Value)","type":"Select","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_entry_status","Data":"stat.Data.userState","Classes":"@SelectWhite BorderRound","Top":"@5"},{"Classes":"@GridLabel","PaddingBottom":"@6","type":"Text","Text":"@燃气使用"},{"type":"Select","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_usegas","Data":"stat.Data.gasUse","Classes":"@SelectWhite BorderRound","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_usegas$,e.Value)"},{"Text":"@安检员","type":"Text","PaddingBottom":"@6","Classes":"@GridLabel"},{"Top":"@5","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_checker_name","Data":"stat.Data.checkersname","@Change":"stat.Call($setNewPaper$,$f_checker_name$,e.Value)","type":"Select","Classes":"@SelectWhite BorderRound"}],"Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35","Classes":"@BorderRound NormalFont PopupSearch","PaddingTop":"@10","type":"Grid"}],"type":"Grid","Row":"@30,1*","Column":"@1*"},{"children":[{"type":"Text","VAlign":"@Center","Text":"@安检选项","HAlign":"@Center"},{"PaddingLeft":"@10","Row":"@*","Column":"@1*","PaddingRight":"@20","PaddingTop":"@10","children":[{"Height":"@525","Slots":{"item":{"Slots":{"item":{"Bottom":"@5","Row":"@35","children":[{"children":[{"type":"Text","Classes":"@GridLabel","Text":"data.lname","Width":"@100","Pos":"@Center"},{"Height":"@25","if":"data.type==$string$:true,false","Width":"@200","Top":"@5","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","type":"Input","Bottom":"@5","Value":"data.selected"},{"if":"data.type==$date$:true,false","type":"DateInput","Width":"@200","Date":"data.selected","Height":"@25","Top":"@5","Bottom":"@5","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","Classes":"@SelectWhite BorderRound"},{"Bottom":"@5","Classes":"@SelectWhite BorderRound","type":"Select","Height":"@25","if":"data.type==$selector$:true,false","Width":"@200","Selected":"data.selected","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","Data":"stat.Data.Call($reoption$,data.lname,data.mname)","Top":"@5"}],"type":"Grid","Row":"@1*","Column":"@100,200"}],"type":"Grid","Column":"@1*","Top":"@5"}},"type":"List","Data":"stat.Data.listbutton"}},"type":"Scroll"}],"PaddingBottom":"@10","type":"Grid","Classes":"@BorderRound NormalFont PopupSearch"}],"type":"Grid","Row":"@30,1*","Column":"@1*"}],"type":"Grid","Row":"@1*"},"SearchPlan":{"Classes":"@PopupSearch PopupShadow","Row":"@1*","Column":"@1*","children":[{"type":"Grid","Classes":"@BorderRound NormalFont PopupSearch","PaddingBottom":"@10","PaddingRight":"@20","Column":"@70,170","Row":"@*,*,*,*,*,*,*","PaddingTop":"@10","PaddingLeft":"@10","children":[{"type":"Text","Classes":"@GridLabel","Text":"@计划名称","PaddingBottom":"@6"},{"@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_name$, e.Value)","type":"Input","Value":"stat.Data.checkplan.search.model.f_plan_name"},{"type":"Text","Classes":"@GridLabel","Text":"@计划年份"},{"type":"Select","Classes":"@SelectWhite BorderRound","Data":"stat.Call($years$)","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_year","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_year$, e.Value)"},{"Text":"@计划月份","type":"Text","Classes":"@GridLabel"},{"type":"Select","Selected":"stat.Data.checkplan.search.model.f_plan_month","Bottom":"@1","Classes":"@SelectWhite BorderRound","Data":"stat.Call($months$)","Top":"@10","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_month$, e.Value)"},{"Classes":"@GridLabel","type":"Text","Text":"@是否共享"},{"Selected":"stat.Data.sIsAndNotSelect","Original":"@H","VAlign":"@Center","Data":"stat.Data.isAndNot","TemplateName":"@RadioButton","@Change":"stat.Call($isAndNotChange$, e.Value)","type":"Select"},{"Text":"@安检员","Classes":"@GridLabel","type":"Text"},{"Selected":"stat.Data.checkplan.search.model.checkername","Top":"@10","@Change":"stat.Call($fieldChange$,$checkplan$,e.Value.self)","Slots":{"item":{"type":"Stack","Height":"@30","children":[{"Left":"@10","Text":"data.name","type":"Text","VAlign":"@Center"}]}},"type":"Select","Data":"stat.Data.checker","Classes":"@SelectWhite BorderRound"},{"Classes":"@GridLabel","type":"Text","Text":"@安检类型"},{"Data":"stat.Data.safecheckTypeList","@Change":"stat.Call($setProperty$, $checkplan$, $safechecktype$, e.Value)","type":"Select","Classes":"@SelectWhite BorderRound","Top":"@10"},{"ColSpan":"@2","HAlign":"@Center","Top":"@20","children":[{"Text":"@取消","Classes":"@Button2","Right":"@50","@Click":"stat.RestorePopup(this,e.draw)","type":"Button"},{"Text":"@查询","@Click":"stat.Call($loadCheckPlan$,$$),stat.RestorePopup(this,e.draw)","type":"Button","FillStyle":"@#ffffff","Classes":"@Button"}],"type":"Stack"}]}],"type":"Grid"},"start":{"Path":"@drag","type":"Image"},"condition":{"Column":"@1*","Classes":"@PopupSearch PopupShadow","Row":"@1*","children":[{"type":"Grid","Column":"@*","Classes":"@BorderRound NormalFont PopupSearch","Row":"@*,*","Background":"@#fff","children":[{"type":"Scroll","Height":"@200","Slots":{"item":{"Slots":{"item":{"PaddingBottom":"@10","Background":"@#fff","children":[{"StrokeStyle":"@#dfe4e7","Slots":{"item":{"children":[{"Text":"data.checkname","Left":"@10","VAlign":"@Center","type":"Text"}],"type":"Stack","Height":"@30"}},"Data":"stat.Data.conditionJson","Right":"@8","Classes":"@SelectGray BorderRound","Width":"@150","Background":"@#fff","Text":"this.Selected.checkname","@Change":"stat.Call($conditionListChange$,$conditionList$,index,$selectitem$,e.Value.self)","Selected":"data.selectitem","type":"Select"},{"if":"data.selectitem.type==$input$","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","type":"Input","Value":"data.selectValue","Width":"@150"},{"if":"data.selectitem.type==$date$","Classes":"@SelectGray BorderRound","ShowDateAndTime":"@All","Date":"data.selectValue","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","Background":"@#fff","StrokeStyle":"@#dfe4e7","type":"DateInput","Width":"@150"},{"Data":"data.selectitem.options","if":"data.selectitem.type==$selector$","StrokeStyle":"@#dfe4e7","Classes":"@SelectGray BorderRound","Selected":"data.selectValue","Background":"@#fff","type":"Select","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","Width":"@150"},{"Left":"@8","VAlign":"@Center","Path":"@littledelete","@Click":"stat.Call($deletecondition$,$conditionList$,$user$,index)","type":"Image"}],"Column":"@*,*,*,*,*","type":"Grid","PaddingTop":"@10","PaddingRight":"@10","PaddingLeft":"@10","Row":"@*"}},"type":"List","Data":"stat.Data.conditionList","Name":"@新"}}},{"type":"Image","HAlign":"@Center","Bottom":"@10","VAlign":"@Center","Path":"@littleadd","@Click":"stat.Call($addconditionList$,$conditionList$)"}]}],"type":"Grid"}}}
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
60
|
+
},
|
61
|
+
events: {
|
62
|
+
onFileUpload: function (file, res) {
|
63
|
+
console.log("-------------"+JSON.stringify(res))
|
64
|
+
console.log("-file------------"+JSON.stringify(file))
|
65
|
+
let data = {
|
66
|
+
filepath: res.f_downloadpath
|
67
|
+
}
|
68
|
+
new HttpResetClass().load('POST','/api/af-safecheck/logic/safe_GetUserInfoFromExcel', {data: data}, {
|
69
|
+
resolveMsg: '导入成功!已生成条件,若要去除导入条件请点击旁边 ‘清空用户编号’ 按钮。',
|
70
|
+
rejectMsg: '导入失败'
|
71
|
+
}).then((res) => {
|
72
|
+
this.comp.setProperty("user","uploadCondition",res.data.condition)
|
73
|
+
this.comp.showModel = false
|
28
74
|
})
|
29
|
-
}
|
30
|
-
|
75
|
+
},
|
76
|
+
|
77
|
+
},
|
31
78
|
|
32
79
|
/*{"template":{"type":"Grid","Column":"@200,1*","Row":"@1*","Background":"@#f5f7f9","children":[{"StrokeStyle":"@#dce0e3","children":[{"PaddingLeft":"@5","Column":"@*,1*","Name":"@上边","Bottom":"@1","PaddingTop":"@3","Row":"@*","StrokeStyle":"@#dce0e3","type":"Grid","PaddingBottom":"@4","Classes":"@BorderRect","Pos":"@Top","PaddingRight":"@5","children":[{"type":"Button","Text":"@查询","@MouseDown":"stat.Popup($SearchPlan$,stat,this,e.draw)","@Click":"stat.Popup($SearchPlan$,stat,this,e.draw)","Slots":{"item":{"type":"Image","Path":"this.MouseIn:$searchhover$,$searchnormal$","Classes":"@SearchButtonImg"}}},{"Background":"@#fff","Selected":"$按时间降序$","Data":"stat.Data.orderList","@Change":"stat.Call($loadCheckPlan$,e.Value)","type":"Select","Left":"@10","Classes":"@SelectGray BorderRound"}]},{"Column":"@1*","children":[{"type":"Scroll","Slots":{"item":{"type":"List","Name":"@安检计划","Data":"stat.Data.checkplan.list.data","@Change":"stat.Call($openPlan$, e.Value.self)","Slots":{"item":{"PaddingBottom":"@1","children":[{"children":[{"type":"Text","Font":"@15px 微软雅黑","Text":"data.f_plan_name","ColSpan":"@4"},{"type":"Text","Top":"@12","Text":"@已下载"},{"children":[{"Classes":"@BorderRound","PaddingLeft":"@5","Font":"@12px 微软雅黑","Text":"data.f_checker!=$$:data.f_checker,$共享","PaddingTop":"@2","Background":"@#ffffff","Radius":"@8","FillStyle":"@#4792de","PaddingRight":"@5","ColSpan":"@3","StrokeStyle":"@#cfdce8","type":"Text","PaddingBottom":"@2"}],"type":"Stack","HAlign":"@Right","Top":"@10","ColSpan":"@3"},{"Classes":"@NormalFontLighter","type":"Text","Top":"@12","ColSpan":"@2","Text":"${data.f_plan_year}-{data.f_plan_month}$"},{"Text":"@总","Top":"@12","type":"Text","Left":"@10","Classes":"@NormalFontLighter"},{"Text":"stat.Call($getSumItem$, data.self)","Top":"@12","Classes":"@NormalFontHeavy","Name":"@总数","HAlign":"@Right","type":"Text"},{"type":"Text","Text":"@已检","Top":"@12","Classes":"@NormalFontLighter"},{"Top":"@12","Text":"stat.Call($getChecked$, data.self)","type":"Text","Left":"@5","Classes":"@NormalFontHeavy"},{"Left":"@10","Top":"@12","Text":"@未检","Classes":"@NormalFontLighter","type":"Text"},{"Top":"@12","Classes":"@NormalFontHeavy","type":"Text","Text":"stat.Call($getNotChecked$, data.self)","HAlign":"@Right"}],"Row":"@*,*,*,*","PaddingRight":"@15","PaddingTop":"@20","type":"Grid","PaddingLeft":"@15","Column":"@42,1*,42,1*","@Drop":"stat.Call($dragtoPlan$,data.id,data.f_filialeid,stat.GetDrag())","PaddingBottom":"@20"},{"Right":"@5","StrokeStyle":"@#dce0e3","Classes":"@BorderRect","type":"Stack","Left":"@5"}],"type":"Stack","Width":"@200","Original":"@V"}}}}},{"StrokeStyle":"@#dfe4e7","type":"Stack","Classes":"@BorderRect","Left":"@5","Right":"@5"},{"type":"Grid","PaddingRight":"@20","PaddingTop":"@10","PaddingBottom":"@10","Column":"@1*,1*","Row":"@1*","PaddingLeft":"@20","children":[{"type":"Text","Text":"$共{stat.Data.checkplan.list.count}条$"},{"Slots":{"item":{"children":[{"type":"Image","VAlign":"@Bottom","Path":"@doubledown"},{"Left":"@4","Text":"@更多","type":"Text"}],"type":"Stack","Name":"LoadMoreButton_Stack"}},"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","HAlign":"@Right","@Click":"stat.Call($loadMore$,$checkplan$)"}]},{"type":"Stack","StrokeStyle":"@#dfe4e7","Right":"@5","Left":"@5","Classes":"@BorderRect"},{"Classes":"@BorderRound","Bottom":"@20","HAlign":"@Center","Top":"@20","@Click":"stat.ShowModal($NewPlan$,$生成计划$,$addNewPlan$,$cancel$)","Slots":{"item":{"Path":"this.MouseIn:$addnewhover$,$addnew$","type":"Image","Name":"Button_Image"}},"type":"Button"}],"type":"Grid","Row":"@1*,0,*,0,*","Pos":"@Center","Classes":"@NormalFontlight"}],"type":"Dock","Classes":"@BorderRect","Name":"@左边","Background":"@#ffffff"},{"children":[{"Classes":"@BorderRect","HAlign":"@Right","Pos":"@Top","children":[{"type":"Stack","Top":"@4","Bottom":"@4","children":[{"Text":"@删除","type":"Button","Right":"@10","Classes":"@Button2"},{"type":"Button","Right":"@10","Text":"@打印","Classes":"@Button2"},{"Classes":"@Button2","type":"Button","Right":"@24","Text":"@导出"}]}],"type":"Stack","Background":"@#ffffff","StrokeStyle":"@#dce0e3","Name":"@工具条"},{"type":"Grid","Column":"@1*","Pos":"@Center","Row":"@1*,1*","children":[{"type":"Grid","PaddingBottom":"@20","PaddingRight":"@24","children":[{"Bottom":"@17","children":[{"type":"Text","Text":"@计划信息","VAlign":"@Center"},{"Classes":"@BorderRect","Left":"@10","@Change":"stat.Call($setProperty$,$checkplanitems$,$f_address$, e.Value)","type":"Input","Width":"@150","PlaceHolder":"@住户地址"},{"type":"Input","Left":"@10","Width":"@150","Classes":"@BorderRect","PlaceHolder":"@其他条件"},{"Classes":"@DropDownButton BorderRound","Left":"@10","Slots":{"item":{"Name":"DropDownButton_Image","Classes":"@DropDownButtonImg","type":"Image"}},"type":"Button"},{"Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Name":"SearchButton_Image"}},"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchPlanItem$)"}],"type":"Stack"},{"Data":"stat.Data.checkplanitems.list.data","Classes":"@BorderRect","@DragStart":"stat.SetDrag($item$)","Slots":{"head":{"type":"Grid","Row":"@1*","children":[{"children":[{"type":"CheckBox"},{"Text":"@全选","type":"Text","Left":"@9"}],"type":"Stack","HAlign":"@Center","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","Text":"@用户编号","type":"Text"},{"type":"Text","Text":"@用户名称","Classes":"@DataGridHead"},{"type":"Text","Classes":"@DataGridHead","Text":"@用户类型"},{"type":"Text","Text":"@小区名称","Classes":"@DataGridHead"},{"Text":"@状态","type":"Text","Classes":"@DataGridBody"},{"Classes":"@DataGridHead","type":"Text","Text":"@地址"}]},"item":{"children":[{"type":"CheckBox","Classes":"@DataGridBody","HAlign":"@Center","IsSelected":"stat.Data.checkplanitems.check.Call($isChecked$, data.itemid)","@Change":"stat.Call($addParam$, $checkplanitems$, data.itemid)"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_userinfo_code"},{"type":"Text","Text":"data.f_user_name","Classes":"@DataGridBody"},{"type":"Text","Text":"data.f_user_type","Classes":"@DataGridBody"},{"type":"Text","Text":"data.f_residential_area","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_state"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_address"}],"type":"Grid","Row":"@1*","@Drop":"stat.Call($dragtoPlanItem$,data.id,data.f_filialeid,stat.GetDrag())"}},"type":"DataGrid","Column":"@100,100,100,100,100,100,1*"},{"type":"Grid","Top":"@12","Row":"@1*","Column":"@*,*,1*,*","PaddingTop":"@5","Classes":"@NormalFontlight","children":[{"Text":"@显示1~22行","VAlign":"@Center","type":"Text"},{"Left":"@20","VAlign":"@Center","Text":"$共{stat.Data.checkplanitems.list.count}条$","type":"Text"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplanitems$)","Slots":{"item":{"type":"Stack","Name":"LoadMoreButton_Stack","children":[{"Path":"@doubledown","type":"Image","VAlign":"@Bottom"},{"Text":"@更多","type":"Text","Left":"@4"}]}}}]}],"PaddingLeft":"@10","Column":"@1*","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","Row":"@*,1*,*","PaddingTop":"@12"},{"PaddingLeft":"@10","Column":"@1*","PaddingBottom":"@20","PaddingTop":"@12","type":"Grid","StrokeStyle":"@#dfe4e7","Row":"@*,1*,*","PaddingRight":"@24","Classes":"@BorderRect","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","Text":"@用户信息","VAlign":"@Center"},{"type":"Input","Width":"@150","PlaceHolder":"@用户编号","Classes":"@BorderRect","Left":"@10","@Change":"stat.Call($setProperty$,$user$,$userinfocode$, e.Value)"},{"type":"Input","Left":"@10","Width":"@150","PlaceHolder":"@其它条件","Classes":"@BorderRect"},{"type":"Button","Classes":"@DropDownButton BorderRound","Left":"@10","Slots":{"item":{"Classes":"@DropDownButtonImg","type":"Image","Name":"DropDownButton_Image"}}},{"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchUser$)","Slots":{"item":{"type":"Image","Name":"SearchButton_Image","Classes":"@SearchButtonImg"}}}]},{"Column":"@100,100,100,100,100,150,1*","Data":"stat.Data.user.list.data","@DragStart":"stat.SetDrag($user$)","@Drop":"stat.Call($delPlanItem$,stat.GetDrag())","Slots":{"item":{"type":"Grid","Row":"@*","children":[{"VAlign":"@Center","IsSelected":"stat.Data.user.check.Call($isChecked$, data.id)","HAlign":"@Center","Classes":"@DataGridBody","@Change":"stat.Call($addParam$, $user$, data.id)","type":"CheckBox"},{"Text":"data.f_userinfo_code","Classes":"@DataGridBody","type":"Text"},{"Text":"data.f_user_name","type":"Text","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"@无"},{"type":"Text","Text":"data.f_residential_area","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_plan_name"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_address"}]},"head":{"Row":"@*","children":[{"Classes":"@DataGridHead","children":[{"type":"CheckBox","@Change":"stat.Call($changeCheckAll$, $user$)"},{"type":"Text","Text":"@全选","Left":"@9"}],"type":"Stack"},{"Classes":"@DataGridHead","Text":"@用户编号","type":"Text"},{"type":"Text","Text":"@用户名称","Classes":"@DataGridHead"},{"Text":"@用户类型","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@区/县"},{"type":"Text","Text":"@所属计划","Classes":"@DataGridHead"},{"type":"Text","Text":"@地址","Classes":"@DataGridHead"}],"type":"Grid"}},"type":"DataGrid","Classes":"@BorderRect"},{"type":"Grid","Row":"@1*","Column":"@*,*,1*,*","Classes":"@NormalFontlight","Top":"@12","children":[{"type":"Text","Text":"@显示2~22行"},{"type":"Text","Left":"@20","Text":"$共{stat.Data.user.list.count}条$"},{"type":"Text","Text":"@ "},{"Text":"@加载更多","@Click":"stat.Call($loadMore$,$user$)","Slots":{"item":{"type":"Stack","children":[{"Path":"@doubledown","VAlign":"@Bottom","type":"Image"},{"type":"Text","Left":"@4","Text":"@更多"}]}},"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$"}]}]}]}],"type":"Dock","Name":"@右边","Background":"@#f5f7f9","Classes":"@BorderRect"}]},"Drag":{"SearchPlan":{"Column":"@1*","children":[{"Classes":"@BorderRound NormalFont PopupSearch","Column":"@70,170","PaddingLeft":"@10","PaddingRight":"@20","children":[{"type":"Text","PaddingBottom":"@6","Classes":"@GridLabel","Text":"@计划名称"},{"type":"Input","Value":"stat.Data.checkplan.search.model.f_plan_name","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_name$, e.Value)"},{"Text":"@计划年份","type":"Text","Classes":"@GridLabel"},{"Top":"@10","Classes":"@SelectWhite BorderRound","type":"Select"},{"Classes":"@GridLabel","type":"Text","Text":"@计划月份"},{"Top":"@10","Bottom":"@1","Classes":"@SelectWhite BorderRound","type":"Select"},{"type":"Text","Text":"@是否共享","Classes":"@GridLabel"},{"type":"Select","Data":"stat.Data.isAndNot","TemplateName":"@RadioButton","Original":"@H"},{"Classes":"@GridLabel","Text":"@安检员","type":"Text"},{"Classes":"@SelectWhite BorderRound","Top":"@10","type":"Select"},{"Top":"@20","ColSpan":"@2","children":[{"Classes":"@Button2","Right":"@50","@Click":"stat.RestorePopup(this,e.draw)","type":"Button","Text":"@取消"},{"type":"Button","Text":"@查询","FillStyle":"@#ffffff","Classes":"@Button","@Click":"stat.Call($loadCheckPlan$),stat.RestorePopup(this,e.draw)"}],"type":"Stack","HAlign":"@Center"}],"type":"Grid","PaddingBottom":"@10","PaddingTop":"@10","Row":"@*,*,*,*,*,*"}],"type":"Grid","Classes":"@PopupSearch PopupShadow","Row":"@1*"},"start":{"type":"Text","Text":"@start"},"drag":{"type":"Text","Text":"@drag"},"NewPlan":{"children":[{"Column":"@80,170,80,170,80,170","Background":"@#ffffff","PaddingRight":"@36","PaddingTop":"@20","Row":"@*,*","children":[{"HAlign":"@Right","VAlign":"@Center","type":"Text","Right":"@10","Text":"@* 计划名称"},{"@Change":"stat.Call($setNewPlan$, $f_plan_name$, e.Value)","type":"Input"},{"Text":"@计划年份","HAlign":"@Right","VAlign":"@Center","Right":"@10","type":"Text"},{"Classes":"@SelectWhite BorderRound","Data":"stat.Call($years$)","@Change":"stat.Call($setNewPlan$, $f_plan_year$, e.Value)","type":"Select"},{"type":"Text","VAlign":"@Center","Right":"@10","Text":"@计划月份","HAlign":"@Right"},{"type":"Select","Classes":"@SelectWhite BorderRound","Data":"stat.Call($months$)","@Change":"stat.Call($setNewPlan$, $f_plan_month$, e.Value)"},{"HAlign":"@Right","VAlign":"@Center","type":"Text","Right":"@10","Text":"@是否共享","Top":"@10"},{"type":"Select","Data":"stat.Data.isAndNot","Original":"@H","TemplateName":"@RadioButton"},{"Text":"@安检员","HAlign":"@Right","type":"Text","VAlign":"@Center","Top":"@10","Right":"@10"},{"type":"Select","Classes":"@SelectWhite BorderRound","Top":"@10"}],"PaddingBottom":"@20","Classes":"@NormalFontlight","Pos":"@Center","PaddingLeft":"@20","type":"Grid"}],"type":"Grid","Row":"@*","Column":"@*"}}}
|
33
80
|
*/
|
34
81
|
//
|
35
82
|
/*
|
83
|
+
|
84
|
+
{"template":{"children":[{"type":"Dock","Classes":"@BorderRect","Name":"@左边","Background":"@#ffffff","StrokeStyle":"@#dce0e3","children":[{"PaddingTop":"@3","PaddingBottom":"@4","Bottom":"@1","Classes":"@BorderRect","children":[{"type":"Button","Text":"@查询","@Click":"stat.Popup($SearchPlan$,stat,this,e.draw)","@MouseDown":"stat.Popup($SearchPlan$,stat,this,e.draw)","Slots":{"item":{"type":"Image","Path":"this.MouseIn:$searchhover$,$searchnormal$","Classes":"@SearchButtonImg"}}},{"Selected":"$按时间降序$","Data":"stat.Data.orderList","@Change":"stat.Call($loadCheckPlan$,e.Value)","type":"Select","Left":"@10","Classes":"@SelectGray BorderRound","Background":"@#fff","StrokeStyle":"@#dfe4e7"},{"type":"Text","Text":"@"},{"PaddingTop":"@8","PaddingBottom":"@4","children":[{"@Click":"stat.Call($sendCheckPlan$)","type":"Button","Left":"@110","Text":"@下发","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$"},{"Text":"@删除","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","@Click":"stat.Call($delCheckPlan$)","type":"Button","Left":"@12"}],"type":"Stack"}],"StrokeStyle":"@#dce0e3","Pos":"@Top","PaddingRight":"@5","type":"Grid","Name":"@上边","Column":"@*,1*","PaddingLeft":"@5","Row":"@*,*"},{"Classes":"@NormalFontlight","Column":"@1*","Row":"@1*,0,*,0,*","Pos":"@Center","children":[{"type":"Scroll","@DragOver":"stat.DragOver()","Slots":{"item":{"Name":"@安检计划","Data":"stat.Data.checkplan.list.data","@Change":"stat.Call($openPlan$, e.Value.self)","Slots":{"item":{"type":"Stack","Original":"@V","Background":"data.id==stat.Data.SelectedPlan: $#d8eafb$, this.MouseIn: $#f5f6f7$, $$","PaddingBottom":"@1","Width":"@230","children":[{"PaddingRight":"@10","@Drop":"stat.Call($dragtoPlan$,data.id,data.f_safecheck_type,data.f_filialeid,stat.GetDrag())","type":"Grid","children":[{"type":"Stack","VAlign":"@Center","RowSpan":"@4","children":[{"@Change":"stat.Call($addParam$, $checkplan$, data.id)","type":"CheckBox","IsSelected":"stat.Data.checkplan.check.Call($isChecked$, data.id)","if":"stat.Data.Call($planIsChecked$, data.f_issued,data.plan_count)"}]},{"Font":"@15px 微软雅黑","type":"Text","Text":"data.f_plan_name","ColSpan":"@3"},{"type":"Button","HAlign":"@Center","Classes":"@BorderRound","@Click":"stat.Data.Call($setPlanVal$,data.self),stat.ShowModal($upPlan$,$修改计划$,$upCheckPlan$,$cancel$)","Slots":{"item":{"Path":"@edit","type":"Image","Name":"Button_Image"}}},{"FillStyle":"@#4792de","type":"Text","Text":"data.f_issued","Top":"@12"},{"type":"Stack","ColSpan":"@3","HAlign":"@Right","Top":"@10","children":[{"Background":"@#ffffff","StrokeStyle":"@#cfdce8","Font":"@12px 微软雅黑","Text":"data.f_checker!=$$:data.f_checker,$共享","PaddingRight":"@5","PaddingLeft":"@5","PaddingBottom":"@2","PaddingTop":"@2","ColSpan":"@3","Radius":"@8","type":"Text","Classes":"@BorderRound","FillStyle":"@#4792de"}]},{"Top":"@12","ColSpan":"@2","Text":"${data.f_plan_year}-{data.f_plan_month}$","type":"Text","Classes":"@NormalFontLighter"},{"Classes":"@NormalFontLighter","Text":"@总","Top":"@12","Left":"@10","type":"Text"},{"Top":"@12","Right":"@10","Classes":"@NormalFontHeavy","ColSpan":"@1","type":"Text","Name":"@总数","HAlign":"@Right","Text":"data.plan_count"},{"type":"Text","Text":"@已检","Top":"@12","Classes":"@NormalFontLighter"},{"type":"Text","Top":"@12","Text":"data.checked","Left":"@5","Classes":"@NormalFontHeavy"},{"Top":"@12","Text":"@未检","Classes":"@NormalFontLighter","Left":"@10","type":"Text"},{"Classes":"@NormalFontHeavy","type":"Text","Text":"data.unchecked","HAlign":"@Right","Top":"@12","Right":"@10"}],"PaddingBottom":"@20","Row":"@*,*,*,*","PaddingTop":"@20","Column":"@25,42,1*,42,1*","PaddingLeft":"@10"},{"StrokeStyle":"@#dce0e3","Classes":"@BorderRect","Left":"@5","type":"Stack","Right":"@5"}]}},"type":"List"}}},{"type":"Stack","StrokeStyle":"@#dfe4e7","Classes":"@BorderRect","Left":"@5","Right":"@5"},{"children":[{"type":"Text","Text":"$共{stat.Data.checkplan.list.count}条$"},{"@Click":"stat.Call($loadMore$,$checkplan$)","Slots":{"item":{"Name":"LoadMoreButton_Stack","children":[{"Path":"@doubledown","type":"Image","VAlign":"@Bottom"},{"type":"Text","Left":"@4","Text":"@更多"}],"type":"Stack"}},"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","HAlign":"@Right"}],"type":"Grid","PaddingRight":"@20","PaddingTop":"@10","PaddingBottom":"@10","Column":"@1*,1*","Row":"@1*","PaddingLeft":"@20"},{"type":"Stack","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","Right":"@5","Left":"@5"},{"HAlign":"@Center","Top":"@20","Classes":"@BorderRound","@Click":"stat.ShowModal($NewPlan$,$生成计划$,$addNewPlan$,$cancel$)","Slots":{"item":{"Name":"Button_Image","Path":"this.MouseIn:$addnewhover$,$addnew$","type":"Image"}},"type":"Button","Bottom":"@20"}],"type":"Grid"}]},{"Name":"@右边","Background":"@#f5f7f9","children":[{"HAlign":"@Right","StrokeStyle":"@#dce0e3","children":[{"VAlign":"@Center","type":"Text","Text":"@组织机构","Right":"@10"},{"type":"Select","Background":"@#fff","Data":"stat.Data.orgs","HAlign":"@Left","Width":"@200","Classes":"@SelectWhite BorderRound","StrokeStyle":"@#dfe4e7","Right":"@400","Selected":"stat.Data.filialeidname","@Change":"stat.Call($orgChange$,e.Value.self)","Slots":{"item":{"type":"Stack","Height":"@30","children":[{"VAlign":"@Center","type":"Text","Text":"data.label","Left":"@10"}]}}},{"Right":"@600","Top":"@4","children":[{"type":"Text","Text":"@年度计划派发","VAlign":"@Center"}],"type":"Stack","Bottom":"@4"},{"Classes":"@Button2","Right":"@10","@Click":"stat.Call($clearUserInfoId$)","type":"Button","Text":"@清空用户编号"}],"Classes":"@BorderRect","Bottom":"@2","Pos":"@Top","Top":"@2","Name":"@工具条","type":"Stack","Background":"@#ffffff"},{"Column":"@1*","Pos":"@Center","Row":"@1*,1*","children":[{"Row":"@*,1*,*","PaddingRight":"@24","PaddingBottom":"@20","Column":"@1*","children":[{"type":"Stack","Bottom":"@17","children":[{"VAlign":"@Center","Text":"@计划信息","type":"Text"},{"type":"Input","Classes":"@BorderRect","Left":"@10","Width":"@150","PlaceHolder":"@用户编号","@Change":"stat.Call($setProperty$,$checkplanitems$,$usercode$, e.Value)"},{"type":"Input","Left":"@10","Width":"@150","Classes":"@BorderRect","PlaceHolder":"@用户名称","@Change":"stat.Call($setProperty$,$checkplanitems$,$username$, e.Value)"},{"@Change":"stat.Call($setProperty$,$checkplanitems$,$f_address$, e.Value)","type":"Input","PlaceHolder":"@用户地址","Width":"@150","Left":"@10"},{"@Click":"stat.Popup($condition1$,stat,this,e.draw)","Slots":{"item":{"Name":"DropDownButton_Image","Classes":"@DropDownButtonImg","type":"Image"}},"type":"Button","Classes":"@DropDownButton BorderRound","Left":"@10"},{"type":"Button","Classes":"@SearchButton BorderRound","Left":"@10","@Click":"stat.Call($searchPlanItem$)","Slots":{"item":{"Name":"SearchButton_Image","Classes":"@SearchButtonImg","type":"Image"}}},{"type":"Text","VAlign":"@Center","Left":"@300","Text":"stat.Data.SelectedPlan.f_plan_name"}]},{"Column":"@100,100,130,100,130,100,110,1*,1*","@DragStart":"stat.SetDrag($item$)","@Drop":"stat.Call($dragtoPlanItem$,stat.Data.checkplanitems.search.model.f_plan_id,stat.Data.plan.f_safecheck_type,stat.GetDrag())","@DragOver":"stat.DragOver()","Slots":{"item":{"children":[{"Classes":"@DataGridBody","@Change":"stat.Call($addParam$, $checkplanitems$, data.f_check_item_id)","type":"CheckBox","HAlign":"@Center","IsSelected":"stat.Data.checkplanitems.check.Call($isChecked$, data.f_check_item_id)"},{"Text":"data.f_userinfo_code","Classes":"@DataGridBody","type":"Text"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_name"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_type"},{"Classes":"@DataGridBody","Text":"data.f_residential_area","type":"Text"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_state"},{"Classes":"@DataGridBody","Text":"data.f_check_state","type":"Text"},{"Text":"data.f_address","type":"Text","Classes":"@DataGridBody"},{"Height":"@28","VAlign":"@Center","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","children":[{"Right":"@10","Text":"@补录","if":"data.f_state==$未检$:false,false","@Click":"stat.DrawModal($suppPaper$,$补录$,$addnewPaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($suppfdevice$),stat.Call($fieldChange$,$suppplanitem$,data.self)","type":"Button","Classes":"@Button2"},{"@Click":"stat.DrawModal($suppPaper$,$修改$,$updatePaper$,$cancel$,e.draw),stat.Call($getselector$),stat.Call($getPaper$,data.f_check_item_id)","type":"Button","Classes":"@Button2","Text":"@修改","if":"stat.Data.Call($isUpdate$,data.f_state,data.f_supplement_tag):false,false"}],"type":"Stack","HAlign":"@Center"}],"type":"Grid","Row":"@1*"},"head":{"children":[{"type":"Stack","HAlign":"@Center","Classes":"@DataGridHead","children":[{"type":"CheckBox","IsSelected":"stat.Data.checkplanitems.check.checkAll","@Change":"stat.Call($changeCheckAll$, $checkplanitems$)"},{"Text":"@全选","Left":"@9","type":"Text"}]},{"HAlign":"@Center","Text":"@用户编号","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@用户名称","HAlign":"@Center"},{"HAlign":"@Center","type":"Text","Text":"@用户类型","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","HAlign":"@Center","Text":"@小区名称","type":"Text"},{"Text":"@状态","type":"Text","Classes":"@DataGridBody","HAlign":"@Center"},{"Classes":"@DataGridBody","type":"Text","Text":"@安检结果"},{"HAlign":"@Center","Text":"@地址","type":"Text","Classes":"@DataGridHead"},{"type":"Text","Text":"@操作","HAlign":"@Center","Classes":"@DataGridHead"}],"type":"Grid","Row":"@1*"}},"type":"DataGrid","Data":"stat.Data.checkplanitems.list.data","Classes":"@BorderRect"},{"type":"Grid","Top":"@12","Row":"@1*","Column":"@*,*,1*,*","PaddingTop":"@5","Classes":"@NormalFontlight","children":[{"children":[{"type":"Text","Text":"$显示 1~{global.Length(stat.Data.checkplanitems.list.data)}$","VAlign":"@Center","if":"global.Length(stat.Data.checkplanitems.list.data)==0:false,true"}],"type":"Stack"},{"Left":"@20","VAlign":"@Center","Text":"$共{stat.Data.checkplanitems.list.count}条$","type":"Text"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplanitems$)","Slots":{"item":{"children":[{"Path":"@doubledown","type":"Image","VAlign":"@Bottom"},{"Text":"@更多","type":"Text","Left":"@4"}],"type":"Stack","Name":"LoadMoreButton_Stack"}}}]}],"type":"Grid","PaddingTop":"@12","PaddingLeft":"@10","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7"},{"PaddingTop":"@12","Column":"@1*","Row":"@*,1*,*","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","PaddingRight":"@24","PaddingBottom":"@20","PaddingLeft":"@10","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","Text":"@用户信息","VAlign":"@Center"},{"type":"Input","Left":"@10","Width":"@150","PlaceHolder":"@用户编号","Classes":"@BorderRect","@Change":"stat.Call($setProperty$,$user$,$userinfocode$, e.Value)"},{"Width":"@150","Left":"@10","@Change":"stat.Call($setProperty$,$user$,$username$, e.Value)","type":"Input","PlaceHolder":"@用户名称"},{"Left":"@10","type":"Text","VAlign":"@Center","Text":"@距上次安检"},{"Right":"@5","@Change":"stat.Call($fieldChange$,$startday$,e.Value)","type":"Input","Width":"@40","Left":"@5"},{"type":"Text","VAlign":"@Center","Text":"@到"},{"type":"Input","Left":"@5","Width":"@40","@Change":"stat.Call($fieldChange$,$endday$,e.Value)"},{"Left":"@5","Background":"@#fff","StrokeStyle":"@#dfe4e7","type":"Select","Width":"@50","Selected":"stat.Data.selectTime","Classes":"@SelectGray BorderRound","Data":"stat.Data.unitTime","@Change":"stat.Call($fieldChange$,$selectTime$,e.Value)"},{"PlaceHolder":"@请选择小区","Selected":"stat.Data.user.search.model.f_residential_area","StrokeStyle":"@#dfe4e7","Classes":"@SelectGray BorderRound","Width":"@150","@Change":"stat.Call($selectChanged$,$user$,$f_residential_area$, e.Value)","type":"Select","HasSearch":"true","Background":"@#fff","Left":"@10","Data":"stat.Data.residential_area"},{"type":"Select","Selected":"stat.Data.user.search.model.userType","TemplateName":"@RadioButton","Original":"@H","Data":"stat.Data.userTypes","@Change":"stat.Call($selectChanged$,$user$,$userType$, e.Value)"},{"Classes":"@DropDownButton BorderRound","Left":"@10","@Click":"stat.Popup($condition$,stat,this,e.draw)","Slots":{"item":{"Classes":"@DropDownButtonImg","type":"Image","Name":"DropDownButton_Image"}},"type":"Button"},{"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchUser$)","Slots":{"item":{"Name":"SearchButton_Image","Classes":"@SearchButtonImg","type":"Image"}}},{"Text":"@导入用户编号","Classes":"@Button2","@Click":"stat.Call($show1$)","type":"Button","Left":"@10"},{"type":"Button","Left":"@10","Text":"@限制购气","Classes":"@Button2","@Click":"stat.Call($LimitBuyGas$)"},{"Left":"@10","Text":"@导出Excel","@Click":"stat.Call($exportFile$)","type":"Button","Classes":"@Button2"}]},{"Data":"stat.Data.user.list.data","Classes":"@BorderRect","@Drop":"stat.Call($delPlanItem$,stat.GetDrag())","@DragStart":"stat.SetDrag($user$)","@DragOver":"stat.DragOver()","Slots":{"item":{"children":[{"IsSelected":"stat.Data.user.check.Call($isChecked$, data.id)","HAlign":"@Center","Classes":"@DataGridBody","VAlign":"@Center","@Change":"stat.Call($addParam$, $user$, data.id)","type":"CheckBox"},{"type":"Text","Text":"data.f_userinfo_code","Classes":"@DataGridBody"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_name"},{"Text":"data.f_user_type","Classes":"@DataGridBody","type":"Text"},{"Text":"data.f_residential_area","Classes":"@DataGridBody","type":"Text"},{"type":"Text","Text":"data.f_plan_name","Classes":"@DataGridBody"},{"type":"Text","Text":"data.f_last_check_date","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_address"}],"type":"Grid","Row":"@*"},"head":{"type":"Grid","Row":"@*","children":[{"type":"Stack","Classes":"@DataGridHead","children":[{"type":"CheckBox","IsSelected":"stat.Data.user.check.checkAll","@Change":"stat.Call($changeCheckAll$, $user$)"},{"Left":"@9","Text":"@全选","type":"Text"}]},{"Classes":"@DataGridHead","type":"Text","Text":"@用户编号"},{"type":"Text","Classes":"@DataGridHead","Text":"@用户名称"},{"Text":"@用户类型","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@小区"},{"Classes":"@DataGridHead","type":"Text","Text":"@所属计划"},{"Classes":"@DataGridHead","Text":"@安检时间","type":"Text"},{"type":"Text","Text":"@地址","Classes":"@DataGridHead"}]}},"type":"DataGrid","Column":"@100,100,130,100,150,150,150,1*"},{"Top":"@12","Row":"@1*","children":[{"children":[{"type":"Text","Text":"$显示 1~{global.Length(stat.Data.user.list.data)}$","if":"global.Length(stat.Data.user.list.data)==0:false,true"}],"type":"Stack"},{"Text":"$共{stat.Data.user.list.count}条$","type":"Text","Left":"@20"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","Text":"@加载更多","@Click":"stat.Call($loadMore$,$user$)","Slots":{"item":{"children":[{"Path":"@doubledown","VAlign":"@Bottom","type":"Image"},{"Left":"@4","Text":"@更多","type":"Text"}],"type":"Stack"}}}],"type":"Grid","Column":"@*,*,1*,*","Classes":"@NormalFontlight"}],"type":"Grid"}],"type":"Grid"}],"type":"Dock","Classes":"@BorderRect"}],"type":"Grid","Column":"@230,1*","Row":"@1*","Background":"@#f5f7f9"},"Drag":{"drag":{"Text":"@ ","type":"Text"},"NewPlan":{"type":"Grid","Row":"@*","Column":"@*","children":[{"children":[{"HAlign":"@Right","VAlign":"@Center","Right":"@10","type":"Text","Text":"@* 计划名称"},{"type":"Input","@Change":"stat.Call($setNewPlan$, $f_plan_name$, e.Value)"},{"type":"Text","Right":"@10","Text":"@计划年份","HAlign":"@Right","VAlign":"@Center"},{"type":"Select","Data":"stat.Call($years$)","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPlan$, $f_plan_year$, e.Value)"},{"type":"Text","Right":"@10","Text":"@计划月份","HAlign":"@Right","VAlign":"@Center"},{"type":"Select","Classes":"@SelectWhite BorderRound","Data":"stat.Call($months$)","@Change":"stat.Call($setNewPlan$, $f_plan_month$, e.Value)"},{"HAlign":"@Right","VAlign":"@Center","if":"stat.Data.isShare==$否$:true,false","Top":"@10","Right":"@10","Text":"@安检员","type":"Text"},{"Top":"@10","Selected":"stat.Data.newPlan.f_checker==$$:$请选择安检员$,stat.Data.newPlan.f_checker","if":"stat.Data.isShare==$否$:true,false","SearchField":"name","Data":"stat.Data.checker","Slots":{"item":{"Height":"@30","children":[{"VAlign":"@Center","Text":"data.name","Left":"@10","type":"Text"}],"type":"Stack"}},"type":"Select","Classes":"@SelectWhite BorderRound","HasSearch":"true","@Change":"stat.Call($fieldChange$,$createPlan$,e.Value.self)"},{"Text":"@安检类型","HAlign":"@Right","VAlign":"@Center","Right":"@10","type":"Text","Top":"@10"},{"Data":"stat.Data.safecheckList","@Change":"stat.Call($setNewPlan$, $f_safecheck_type$, e.Value)","type":"Select","Classes":"@SelectWhite BorderRound","Top":"@10","Selected":"stat.Data.newPlan.f_checker==$$:$请选择安检员$,stat.Data.newPlan.f_safecheck_type"}],"type":"Grid","PaddingBottom":"@20","Background":"@#ffffff","Row":"@*,*","Column":"@80,170,80,170,80,170","PaddingRight":"@36","PaddingTop":"@20","Pos":"@Center","PaddingLeft":"@20","Classes":"@NormalFontlight"}]},"upPlan":{"children":[{"children":[{"Right":"@10","HAlign":"@Right","VAlign":"@Center","type":"Text","Text":"@* 计划名称"},{"@Change":"stat.Data.Call($setPlan$,$f_plan_name$,e.Value) ","type":"Input","Value":"stat.Data.plan.f_plan_name"},{"type":"Text","Right":"@10","HAlign":"@Right","VAlign":"@Center","Text":"@安检员"},{"Selected":"stat.Data.plan.f_checker","@Change":"stat.Call($fieldChange$,$upPlan$,e.Value.self)","Slots":{"item":{"Height":"@30","children":[{"type":"Text","Text":"data.name","Left":"@10","VAlign":"@Center"}],"type":"Stack"}},"type":"Select","Data":"stat.Data.checker","Classes":"@SelectWhite BorderRound"},{"Top":"@10","type":"Text","Text":"@计划年份","Right":"@10","HAlign":"@Right","VAlign":"@Center"},{"Classes":"@SelectWhite BorderRound","Data":"stat.Data.Call($years$)","Top":"@10","@Change":"stat.Data.Call($setPlan$,$f_plan_year$,e.Value) ","type":"Select","Selected":"stat.Data.plan.f_plan_year"},{"Right":"@10","HAlign":"@Right","VAlign":"@Center","type":"Text","Top":"@10","Text":"@计划月份"},{"Classes":"@SelectWhite BorderRound","Top":"@10","Data":"stat.Data.Call($months$)","Selected":"stat.Data.plan.f_plan_month","@Change":"stat.Data.Call($setPlan$,$f_plan_month$,e.Value) ","type":"Select"}],"Row":"@*,*","PaddingLeft":"@20","PaddingRight":"@36","Classes":"@NormalFontlight","type":"Grid","PaddingBottom":"@20","Column":"@80,170,80,170","PaddingTop":"@20","Background":"@#ffffff"}],"type":"Grid","Column":"@*","Row":"@*"},"suppPaper":{"children":[{"Row":"@30,1*","Classes":"@BorderRect","children":[{"HAlign":"@Center","type":"Text","Text":"@用户基本信息","VAlign":"@Center"},{"children":[{"Classes":"@GridLabel","type":"Text","PaddingBottom":"@6","Text":"@用户地址"},{"@Change":"stat.Call($setNewPaper$,$f_address$,e.Value)","type":"Input","Top":"@5","Bottom":"@5","Classes":"@SelectWhite","Value":"stat.Data.suppplanitem.f_address"},{"type":"Text","PaddingBottom":"@6","Text":"@证件号","Classes":"@GridLabel"},{"Value":"stat.Data.suppplanitem.f_idnumber","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_idnumber$,e.Value)","type":"Input"},{"PaddingBottom":"@6","type":"Text","Text":"@电话号码","Classes":"@GridLabel"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_user_phone","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_user_phone$,e.Value)","type":"Input"},{"Text":"@用户性质","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_userproperties$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_userproperties","Top":"@5"},{"Text":"@区/县","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"Value":"stat.Data.suppplanitem.f_area","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_area$,e.Value)","type":"Input","Bottom":"@5"},{"PaddingBottom":"@6","type":"Text","Text":"@备注信息","Classes":"@GridLabel"},{"@Change":"stat.Call($setNewPaper$,$f_comments$,e.Value)","type":"Input","Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_comments"},{"PaddingBottom":"@6","Text":"@楼号","type":"Text","Classes":"@GridLabel"},{"Value":"stat.Data.suppplanitem.f_building","@Change":"stat.Call($setNewPaper$,$f_building$,e.Value)","type":"Input","Top":"@5","Bottom":"@5"},{"PaddingBottom":"@6","Text":"@楼层","Classes":"@GridLabel","type":"Text"},{"Bottom":"@5","Value":"stat.Data.suppplanitem.f_floor","@Change":"stat.Call($setNewPaper$,$f_floor$,e.Value)","type":"Input","Top":"@5"},{"PaddingBottom":"@6","Text":"@小区","Classes":"@GridLabel","type":"Text"},{"Value":"stat.Data.suppplanitem.f_residential_area","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_residential_area$,e.Value)","type":"Input","Bottom":"@5"},{"PaddingBottom":"@6","Text":"@街道","type":"Text","Classes":"@GridLabel"},{"type":"Input","Value":"stat.Data.suppplanitem.f_street","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_street$,e.Value)"},{"type":"Text","PaddingBottom":"@6","Text":"@单元","Classes":"@GridLabel"},{"type":"Input","Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_unit","@Change":"stat.Call($setNewPaper$,$f_unit$,e.Value)"},{"Text":"@用户名","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"type":"Input","Value":"stat.Data.suppplanitem.f_user_name","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_user_name$,e.Value)"},{"Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户类型","type":"Text"},{"Value":"stat.Data.suppplanitem.f_user_type","Top":"@5","Bottom":"@5","@Change":"stat.Call($setNewPaper$,$f_user_type$,e.Value)","type":"Input"},{"type":"Text","Classes":"@GridLabel","PaddingBottom":"@6","Text":"@用户编号"},{"@Change":"stat.Call($setNewPaper$,$f_userinfo_code$,e.Value)","type":"Input","Value":"stat.Data.suppplanitem.f_userinfo_code","Top":"@5","Bottom":"@5"},{"PaddingBottom":"@6","Text":"@门牌号","Classes":"@GridLabel","type":"Text"},{"type":"Input","Top":"@5","Bottom":"@5","Value":"stat.Data.suppplanitem.f_room","@Change":"stat.Call($setNewPaper$,$f_room$,e.Value)"}],"PaddingTop":"@10","type":"Grid","PaddingBottom":"@10","PaddingRight":"@20","Column":"@70,170","Classes":"@BorderRound NormalFont PopupSearch","PaddingLeft":"@10","Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35"}],"type":"Grid","Column":"@1*"},{"type":"Grid","Row":"@30,1*","Column":"@1*","children":[{"type":"Text","HAlign":"@Center","VAlign":"@Center","Text":"@安检状况"},{"Row":"@35,35,35,35,35,35,35,35,35,35,35,35,35,35,35","Classes":"@BorderRound NormalFont PopupSearch","children":[{"Text":"@到达时间","Classes":"@GridLabel","type":"Text","PaddingBottom":"@6"},{"Date":"stat.Data.suppplanitem.f_onsite_time","@Change":"stat.Call($setNewPaper$,$f_onsite_time$,e.Value)","type":"DateInput","Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5"},{"Classes":"@GridLabel","PaddingBottom":"@6","type":"Text","Text":"@离开时间"},{"Bottom":"@5","Date":"stat.Data.suppplanitem.f_offsite_time","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPaper$,$f_offsite_time$,e.Value)","type":"DateInput","Top":"@5"},{"type":"Text","PaddingBottom":"@6","Text":"@入户状态","Classes":"@GridLabel"},{"type":"Select","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_entry_status","Data":"stat.Data.userState","Classes":"@SelectWhite BorderRound","Top":"@5","@Change":"stat.Call($setNewPaper$,$f_entry_status$,e.Value)"},{"type":"Text","Text":"@燃气使用","Classes":"@GridLabel","PaddingBottom":"@6"},{"Top":"@5","@Change":"stat.Call($setNewPaper$,$f_usegas$,e.Value)","type":"Select","Bottom":"@5","Selected":"stat.Data.suppplanitem.f_usegas","Data":"stat.Data.gasUse","Classes":"@SelectWhite BorderRound"},{"Classes":"@GridLabel","Text":"@安检员","type":"Text","PaddingBottom":"@6"},{"Selected":"stat.Data.suppplanitem.f_checker_name","Data":"stat.Data.checkersname","@Change":"stat.Call($setNewPaper$,$f_checker_name$,e.Value)","type":"Select","Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5"}],"PaddingBottom":"@10","PaddingTop":"@10","type":"Grid","Column":"@70,170","PaddingRight":"@20","PaddingLeft":"@10"}]},{"Column":"@1*","children":[{"HAlign":"@Center","type":"Text","VAlign":"@Center","Text":"@安检选项"},{"Column":"@1*","type":"Grid","PaddingLeft":"@10","PaddingRight":"@20","children":[{"Slots":{"item":{"Data":"stat.Data.listbutton","Slots":{"item":{"Bottom":"@5","Row":"@35","children":[{"type":"Grid","Row":"@1*","Column":"@100,200","children":[{"Classes":"@GridLabel","Text":"data.lname","Width":"@100","Pos":"@Center","type":"Text"},{"@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","type":"Input","Bottom":"@5","Value":"data.selected","Height":"@25","if":"data.type==$string$:true,false","Width":"@200","Top":"@5"},{"Height":"@25","type":"DateInput","Date":"data.selected","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","if":"data.type==$date$:true,false","Bottom":"@5","Width":"@200","Top":"@5","Classes":"@SelectWhite BorderRound"},{"Classes":"@SelectWhite BorderRound","Top":"@5","Bottom":"@5","Data":"stat.Data.Call($reoption$,data.lname,data.mname)","Height":"@25","if":"data.type==$selector$:true,false","Width":"@200","Selected":"data.selected","@Change":"stat.Call($changeSelected$,data.lname,data.mname,e.Value)","type":"Select"}]}],"type":"Grid","Column":"@1*","Top":"@5"}},"type":"List"}},"type":"Scroll","Height":"@525"}],"PaddingBottom":"@10","Classes":"@BorderRound NormalFont PopupSearch","Row":"@*","PaddingTop":"@10"}],"type":"Grid","Row":"@30,1*"}],"type":"Grid","Row":"@1*","Column":"@280,280,331","Classes":"@PopupSearch PopupShadow"},"SearchPlan":{"children":[{"PaddingBottom":"@10","type":"Grid","PaddingRight":"@20","PaddingLeft":"@10","Classes":"@BorderRound NormalFont PopupSearch","PaddingTop":"@10","Row":"@*,*,*,*,*,*,*","children":[{"PaddingBottom":"@6","type":"Text","Classes":"@GridLabel","Text":"@计划名称"},{"@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_name$, e.Value)","type":"Input","Value":"stat.Data.checkplan.search.model.f_plan_name"},{"Text":"@计划年份","Classes":"@GridLabel","type":"Text"},{"type":"Select","Classes":"@SelectWhite BorderRound","Data":"stat.Call($years$)","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_year","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_year$, e.Value)"},{"Text":"@计划月份","type":"Text","Classes":"@GridLabel"},{"Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_month","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_month$, e.Value)","type":"Select","Bottom":"@1","Classes":"@SelectWhite BorderRound","Data":"stat.Call($months$)"},{"type":"Text","Text":"@是否共享","Classes":"@GridLabel"},{"Data":"stat.Data.isAndNot","@Change":"stat.Call($isAndNotChange$, e.Value)","type":"Select","TemplateName":"@RadioButton","Selected":"stat.Data.sIsAndNotSelect","Original":"@H","VAlign":"@Center"},{"Classes":"@GridLabel","type":"Text","Text":"@安检员"},{"@Change":"stat.Call($fieldChange$,$checkplan$,e.Value.self)","Slots":{"item":{"type":"Stack","Height":"@30","children":[{"type":"Text","VAlign":"@Center","Left":"@10","Text":"data.name"}]}},"type":"Select","Selected":"stat.Data.checkplan.search.model.checkername","Top":"@10","Data":"stat.Data.checker","Classes":"@SelectWhite BorderRound","HasSearch":"true"},{"type":"Text","Classes":"@GridLabel","Text":"@安检类型"},{"Top":"@10","@Change":"stat.Call($setProperty$, $checkplan$, $safechecktype$, e.Value)","type":"Select","Selected":"stat.Data.checkplan.search.model.safechecktype","Data":"stat.Data.safecheckTypeList","Classes":"@SelectWhite BorderRound"},{"ColSpan":"@2","HAlign":"@Center","Top":"@20","children":[{"Classes":"@Button2","@Click":"stat.RestorePopup(this,e.draw)","type":"Button","Right":"@50","Text":"@取消"},{"FillStyle":"@#ffffff","Classes":"@Button","Text":"@查询","@Click":"stat.Call($loadCheckPlan$,$$),stat.RestorePopup(this,e.draw)","type":"Button"}],"type":"Stack"}],"Column":"@70,170"}],"type":"Grid","Classes":"@PopupSearch PopupShadow","Row":"@1*","Column":"@1*"},"start":{"Path":"@drag","type":"Image"},"condition":{"Row":"@1*","children":[{"children":[{"Height":"@200","Slots":{"item":{"Name":"@新","Slots":{"item":{"Background":"@#fff","type":"Grid","PaddingLeft":"@10","PaddingRight":"@10","PaddingBottom":"@10","Column":"@*,*,*,*,*","Row":"@*","PaddingTop":"@10","children":[{"Right":"@8","Text":"this.Selected.checkname","Width":"@150","Data":"stat.Data.conditionJson","@Change":"stat.Call($conditionListChange$,$conditionList$,index,$selectitem$,e.Value.self)","Background":"@#fff","Classes":"@SelectGray BorderRound","Selected":"data.selectitem","StrokeStyle":"@#dfe4e7","Slots":{"item":{"children":[{"Left":"@10","VAlign":"@Center","type":"Text","Text":"data.checkname"}],"type":"Stack","Height":"@30"}},"type":"Select"},{"type":"Input","Value":"data.selectValue","Width":"@150","if":"data.selectitem.type==$input$","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)"},{"ShowDateAndTime":"@All","Background":"@#fff","type":"DateInput","Classes":"@SelectGray BorderRound","if":"data.selectitem.type==$date$","@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value)","StrokeStyle":"@#dfe4e7","Width":"@150","Date":"data.selectValue"},{"@Change":"stat.Call($conditionListChange$,$conditionList$,data.num,$selectValue$,e.Value),stat.Call($conditionChangeFun$,data.selectitem.column)","Classes":"@SelectGray BorderRound","Background":"@#fff","type":"Select","StrokeStyle":"@#dfe4e7","if":"data.selectitem.type==$selector$","Data":"data.selectitem.options","Selected":"data.selectValue","Width":"@150"},{"Left":"@8","@Click":"stat.Call($deletecondition$,$conditionList$,$user$,index)","type":"Image","VAlign":"@Center","Path":"@littledelete"}]}},"type":"List","Data":"stat.Data.conditionList"}},"type":"Scroll"},{"VAlign":"@Center","Path":"@littleadd","@Click":"stat.Call($addconditionList$,$conditionList$)","type":"Image","HAlign":"@Center","Bottom":"@10"}],"type":"Grid","Background":"@#fff","Column":"@*","Classes":"@BorderRound NormalFont PopupSearch","Row":"@*,*"}],"type":"Grid","Column":"@1*","Classes":"@PopupSearch PopupShadow"},"condition1":{"Row":"@1*","Classes":"@PopupSearch PopupShadow","children":[{"Classes":"@BorderRound NormalFont PopupSearch","Column":"@*","Row":"@*,*","children":[{"Slots":{"item":{"Name":"@新","Data":"stat.Data.planitemconditionList","Slots":{"item":{"PaddingBottom":"@10","Column":"@*,*,*,*,*","PaddingRight":"@10","type":"Grid","Background":"@#fff","Row":"@*","PaddingLeft":"@10","PaddingTop":"@10","children":[{"Selected":"data.selectitem","Data":"stat.Data.planitemconditionJson","type":"Select","Text":"this.Selected.checkname","Right":"@8","Width":"@150","Background":"@#fff","Classes":"@SelectGray BorderRound","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,index,$selectitem$,e.Value.self)","StrokeStyle":"@#dfe4e7","Slots":{"item":{"children":[{"type":"Text","Text":"data.checkname","Left":"@10","VAlign":"@Center"}],"type":"Stack","Height":"@30"}}},{"@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","type":"Input","if":"data.selectitem.type==$input$","Width":"@150","Value":"data.selectValue"},{"Width":"@150","StrokeStyle":"@#dfe4e7","type":"DateInput","if":"data.selectitem.type==$date$","Background":"@#fff","Classes":"@SelectGray BorderRound","ShowDateAndTime":"@All","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","Date":"data.selectValue"},{"Selected":"data.selectValue","if":"data.selectitem.type==$selector$","@Change":"stat.Call($conditionListChange$,$planitemconditionList$,data.num,$selectValue$,e.Value)","Classes":"@SelectGray BorderRound","StrokeStyle":"@#dfe4e7","Width":"@150","Data":"data.selectitem.options","Background":"@#fff","type":"Select"},{"@Click":"stat.Call($deletecondition$,$planitemconditionList$,$checkplanitems$,index)","type":"Image","Left":"@8","VAlign":"@Center","Path":"@littledelete"}]}},"type":"List"}},"type":"Scroll","Height":"@200"},{"VAlign":"@Center","Path":"@littleadd","@Click":"stat.Call($addconditionList$,$planitemconditionList$)","type":"Image","Bottom":"@10","HAlign":"@Center"}],"type":"Grid"}],"type":"Grid","Column":"@1*"}}}
|
85
|
+
|
86
|
+
|
36
87
|
* {"template":{"children":[{"StrokeStyle":"@#dce0e3","Classes":"@BorderRect","Name":"@左边","children":[{"children":[{"@MouseDown":"stat.Popup($SearchPlan$,stat,this,e.draw)","Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Path":"this.MouseIn:$searchhover$,$searchnormal$"}},"type":"Button","Text":"@查询","@Click":"stat.Popup($SearchPlan$,stat,this,e.draw)"},{"type":"Select","StrokeStyle":"@#dfe4e7","Selected":"$按时间降序$","Data":"stat.Data.orderList","Left":"@10","Classes":"@SelectGray BorderRound","Background":"@#fff","@Change":"stat.Call($loadCheckPlan$,e.Value)"},{"type":"Text","Text":"@"},{"type":"Stack","PaddingBottom":"@4","PaddingTop":"@8","children":[{"type":"Button","Left":"@80","Text":"@下发","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","@Click":"stat.Call($sendCheckPlan$)"},{"type":"Button","FillStyle":"this.MouseIn: $#0f69c5$, $#4792de$","Left":"@12","Text":"@删除","@Click":"stat.Call($delCheckPlan$)"}]}],"type":"Grid","PaddingRight":"@5","Name":"@上边","PaddingTop":"@3","Bottom":"@1","Classes":"@BorderRect","StrokeStyle":"@#dce0e3","PaddingLeft":"@5","Pos":"@Top","Column":"@*,1*","Row":"@*,*","PaddingBottom":"@4"},{"children":[{"type":"Scroll","Slots":{"item":{"Slots":{"item":{"PaddingBottom":"@1","children":[{"PaddingTop":"@20","Row":"@*,*,*,*","Column":"@25,42,1*,42,1*","type":"Grid","children":[{"type":"Stack","VAlign":"@Center","RowSpan":"@4","children":[{"@Change":"stat.Call($addParam$, $checkplan$, data.id)","type":"CheckBox","IsSelected":"stat.Data.checkplan.check.Call($isChecked$, data.id)","if":"data.f_issued==$是$:false,true"}]},{"type":"Text","Font":"@15px 微软雅黑","Text":"data.f_plan_name","ColSpan":"@3"},{"type":"Button","Classes":"@BorderRound","@Click":"stat.ShowModal($upPlan$,$修改计划$,$upCheckPlan$,$cancel$)","Slots":{"item":{"Name":"Button_Image","Path":"@edit","type":"Image"}}},{"type":"Text","Top":"@12","FillStyle":"@#4792de","Text":"data.f_issued==$是$:$已下发$,$未下发$"},{"ColSpan":"@3","HAlign":"@Right","Top":"@10","children":[{"PaddingTop":"@2","ColSpan":"@3","Font":"@12px 微软雅黑","StrokeStyle":"@#cfdce8","FillStyle":"@#4792de","Classes":"@BorderRound","Text":"data.f_checker!=$$:data.f_checker,$共享","PaddingBottom":"@2","PaddingLeft":"@5","type":"Text","Background":"@#ffffff","PaddingRight":"@5","Radius":"@8"}],"type":"Stack"},{"Text":"${data.f_plan_year}-{data.f_plan_month}$","Classes":"@NormalFontLighter","type":"Text","Top":"@12","ColSpan":"@2"},{"Text":"@总","Top":"@12","type":"Text","Left":"@10","Classes":"@NormalFontLighter"},{"Top":"@12","type":"Text","Classes":"@NormalFontHeavy","ColSpan":"@1","Name":"@总数","HAlign":"@Right","Text":"stat.Call($getSumItem$, data.self)"},{"Classes":"@NormalFontLighter","type":"Text","Text":"@已检","Top":"@12"},{"Left":"@5","Classes":"@NormalFontHeavy","type":"Text","Top":"@12","Text":"stat.Call($getChecked$, data.self)"},{"Left":"@10","Top":"@12","Text":"@未检","type":"Text","Classes":"@NormalFontLighter"},{"Text":"stat.Call($getNotChecked$, data.self)","HAlign":"@Right","type":"Text","Top":"@12","Classes":"@NormalFontHeavy"}],"PaddingBottom":"@20","PaddingRight":"@10","@Drop":"stat.Call($dragtoPlan$,data.id,data.f_filialeid,stat.GetDrag())","PaddingLeft":"@10"},{"StrokeStyle":"@#dce0e3","type":"Stack","Classes":"@BorderRect","Left":"@5","Right":"@5"}],"type":"Stack","Width":"@200","Original":"@V","Background":"data.id==stat.Data.SelectedPlan: $#d8eafb$, this.MouseIn: $#f5f6f7$, $$"}},"type":"List","Data":"stat.Data.checkplan.list.data","Name":"@安检计划","@Change":"stat.Call($openPlan$, e.Value.self)"}}},{"type":"Stack","StrokeStyle":"@#dfe4e7","Classes":"@BorderRect","Left":"@5","Right":"@5"},{"children":[{"type":"Text","Text":"$共{stat.Data.checkplan.list.count}条$"},{"FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplan$)","Slots":{"item":{"type":"Stack","Name":"LoadMoreButton_Stack","children":[{"type":"Image","VAlign":"@Bottom","Path":"@doubledown"},{"type":"Text","Left":"@4","Text":"@更多"}]}},"type":"Button","HAlign":"@Right"}],"type":"Grid","PaddingBottom":"@10","Column":"@1*,1*","Row":"@1*","PaddingLeft":"@20","PaddingRight":"@20","PaddingTop":"@10"},{"Left":"@5","Classes":"@BorderRect","StrokeStyle":"@#dfe4e7","type":"Stack","Right":"@5"},{"type":"Button","Top":"@20","Classes":"@BorderRound","Bottom":"@20","HAlign":"@Center","@Click":"stat.ShowModal($NewPlan$,$生成计划$,$addNewPlan$,$cancel$)","Slots":{"item":{"type":"Image","Name":"Button_Image","Path":"this.MouseIn:$addnewhover$,$addnew$"}}}],"type":"Grid","Classes":"@NormalFontlight","Column":"@1*","Row":"@1*,0,*,0,*","Pos":"@Center"}],"type":"Dock","Background":"@#ffffff"},{"Name":"@右边","children":[{"Name":"@工具条","Classes":"@BorderRect","children":[{"type":"Stack","Bottom":"@4","Top":"@4","children":[{"Text":"@删除","Right":"@10","Classes":"@Button2","type":"Button"},{"Right":"@10","Text":"@打印","type":"Button","Classes":"@Button2"},{"type":"Button","Classes":"@Button2","Right":"@24","Text":"@导出"}]}],"type":"Stack","HAlign":"@Right","Pos":"@Top","Background":"@#ffffff","StrokeStyle":"@#dce0e3"},{"type":"Grid","Column":"@1*","Pos":"@Center","Row":"@1*,1*","children":[{"Column":"@1*","children":[{"children":[{"type":"Text","VAlign":"@Center","Text":"@计划信息"},{"Left":"@10","Width":"@150","@Change":"stat.Call($setProperty$,$checkplanitems$,$f_address$, e.Value)","type":"Input","PlaceHolder":"@住户地址","Classes":"@BorderRect"},{"type":"Input","PlaceHolder":"@全文搜索","Left":"@10","Width":"@150","Classes":"@BorderRect"},{"Left":"@10","Data":"stat.Data.planItemCondition","type":"Select","Classes":"@SelectGray BorderRound","Width":"@120","Background":"@#fff","@Change":"stat.Call($fieldChange$,$planItemConditionSelect$,e.Value)","StrokeStyle":"@#dfe4e7","Selected":"$请选择条件$"},{"type":"Input","Left":"@10","Width":"@150","@Change":"stat.Call($fieldChange$,$planItemConditionValue$,e.Value)"},{"@Click":"stat.Call($searchPlanItem$)","Slots":{"item":{"type":"Image","Name":"SearchButton_Image","Classes":"@SearchButtonImg"}},"type":"Button","Classes":"@SearchButton BorderRound","Left":"@10"}],"type":"Stack","Bottom":"@17"},{"Classes":"@BorderRect","Column":"@100,100,100,100,100,100,1*","@Drop":"stat.Call($dragtoPlanItem$,stat.Data.checkplanitems.search.model.f_plan_id,stat.GetDrag())","@DragOver":"stat.DragOver()","@DragStart":"stat.SetDrag($item$)","Slots":{"item":{"children":[{"Classes":"@DataGridBody","@Change":"stat.Call($addParam$, $checkplanitems$, data.itemid)","type":"CheckBox","HAlign":"@Center","IsSelected":"stat.Data.checkplanitems.check.Call($isChecked$, data.itemid)"},{"Text":"data.f_userinfo_code","Classes":"@DataGridBody","type":"Text"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_user_name"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_user_type"},{"Classes":"@DataGridBody","Text":"data.f_residential_area","type":"Text"},{"Text":"data.f_state","type":"Text","Classes":"@DataGridBody"},{"Classes":"@DataGridBody","type":"Text","Text":"data.f_address"}],"type":"Grid","Row":"@1*"},"head":{"Row":"@1*","children":[{"type":"Stack","HAlign":"@Center","Classes":"@DataGridHead","children":[{"type":"CheckBox"},{"type":"Text","Left":"@9","Text":"@全选"}]},{"type":"Text","Classes":"@DataGridHead","Text":"@用户编号"},{"type":"Text","Text":"@用户名称","Classes":"@DataGridHead"},{"Text":"@用户类型","type":"Text","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","type":"Text","Text":"@小区名称"},{"Classes":"@DataGridBody","Text":"@状态","type":"Text"},{"type":"Text","Text":"@地址","Classes":"@DataGridHead"}],"type":"Grid"}},"type":"DataGrid","Data":"stat.Data.checkplanitems.list.data"},{"Column":"@*,*,1*,*","PaddingTop":"@5","children":[{"Text":"@显示 1~20","VAlign":"@Center","type":"Text"},{"type":"Text","Text":"$共{stat.Data.checkplanitems.list.count}条$","Left":"@20","VAlign":"@Center"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","@Click":"stat.Call($loadMore$,$checkplanitems$)","Slots":{"item":{"type":"Stack","Name":"LoadMoreButton_Stack","children":[{"type":"Image","VAlign":"@Bottom","Path":"@doubledown"},{"Text":"@更多","type":"Text","Left":"@4"}]}}}],"type":"Grid","Classes":"@NormalFontlight","Top":"@12","Row":"@1*"}],"type":"Grid","PaddingBottom":"@20","PaddingRight":"@24","Classes":"@BorderRect","Row":"@*,1*,*","StrokeStyle":"@#dfe4e7","PaddingLeft":"@10","PaddingTop":"@12"},{"PaddingTop":"@12","PaddingLeft":"@10","PaddingBottom":"@20","Column":"@1*","Row":"@*,1*,*","type":"Grid","PaddingRight":"@24","StrokeStyle":"@#dfe4e7","Classes":"@BorderRect","children":[{"type":"Stack","Bottom":"@17","children":[{"type":"Text","Text":"@用户信息","VAlign":"@Center"},{"@Change":"stat.Call($setProperty$,$user$,$userinfocode$, e.Value)","type":"Input","Width":"@150","PlaceHolder":"@用户编号","Classes":"@BorderRect","Left":"@10"},{"Width":"@150","type":"Input","PlaceHolder":"@全文搜索","Classes":"@BorderRect","Left":"@10"},{"Width":"@120","Left":"@10","Data":"stat.Data.userCondition","Classes":"@SelectGray BorderRound","@Change":"stat.Call($fieldChange$,$userConditionSelect$,e.Value)","type":"Select","Background":"@#fff","Selected":"$请选择条件$","StrokeStyle":"@#dfe4e7"},{"Left":"@10","Width":"@150","@Change":"stat.Call($fieldChange$,$userConditionValue$,e.Value)","type":"Input"},{"Slots":{"item":{"Classes":"@SearchButtonImg","type":"Image","Name":"SearchButton_Image"}},"type":"Button","Left":"@10","Classes":"@SearchButton BorderRound","@Click":"stat.Call($searchUser$)"}]},{"Slots":{"head":{"type":"Grid","Row":"@*","children":[{"children":[{"type":"CheckBox","@Change":"stat.Call($changeCheckAll$, $user$)"},{"Left":"@9","type":"Text","Text":"@全选"}],"type":"Stack","Classes":"@DataGridHead"},{"Classes":"@DataGridHead","Text":"@用户编号","type":"Text"},{"Text":"@用户名称","Classes":"@DataGridHead","type":"Text"},{"Classes":"@DataGridHead","type":"Text","Text":"@用户类型"},{"Classes":"@DataGridHead","type":"Text","Text":"@区/县"},{"Classes":"@DataGridHead","type":"Text","Text":"@所属计划"},{"Classes":"@DataGridHead","type":"Text","Text":"@地址"}]},"item":{"Row":"@*","children":[{"HAlign":"@Center","Classes":"@DataGridBody","@Change":"stat.Call($addParam$, $user$, data.id)","type":"CheckBox","VAlign":"@Center","IsSelected":"stat.Data.user.check.Call($isChecked$, data.id)"},{"type":"Text","Text":"data.f_userinfo_code","Classes":"@DataGridBody"},{"Text":"data.f_user_name","type":"Text","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"@无"},{"type":"Text","Text":"data.f_residential_area","Classes":"@DataGridBody"},{"type":"Text","Classes":"@DataGridBody","Text":"data.f_plan_name"},{"Text":"data.f_address","type":"Text","Classes":"@DataGridBody"}],"type":"Grid"}},"type":"DataGrid","Column":"@100,100,100,100,100,150,1*","Data":"stat.Data.user.list.data","Classes":"@BorderRect","@DragStart":"stat.SetDrag($user$)","@Drop":"stat.Call($delPlanItem$,stat.GetDrag())"},{"Classes":"@NormalFontlight","Top":"@12","children":[{"type":"Text","Text":"@显示 1~20"},{"type":"Text","Text":"$共{stat.Data.user.list.count}条$","Left":"@20"},{"type":"Text","Text":"@ "},{"type":"Button","FillStyle":"this.MouseIn:$#000000$,$#666666$","Text":"@加载更多","@Click":"stat.Call($loadMore$,$user$)","Slots":{"item":{"children":[{"type":"Image","Path":"@doubledown","VAlign":"@Bottom"},{"type":"Text","Left":"@4","Text":"@更多"}],"type":"Stack"}}}],"type":"Grid","Row":"@1*","Column":"@*,*,1*,*"}]}]}],"type":"Dock","Background":"@#f5f7f9","Classes":"@BorderRect"}],"type":"Grid","Background":"@#f5f7f9","Column":"@200,1*","Row":"@1*"},"Drag":{"SearchPlan":{"type":"Grid","Row":"@1*","Column":"@1*","Classes":"@PopupSearch PopupShadow","children":[{"type":"Grid","PaddingRight":"@20","Column":"@70,170","PaddingTop":"@10","Row":"@*,*,*,*,*,*","PaddingLeft":"@10","PaddingBottom":"@10","Classes":"@BorderRound NormalFont PopupSearch","children":[{"Classes":"@GridLabel","type":"Text","Text":"@计划名称","PaddingBottom":"@6"},{"type":"Input","Value":"stat.Data.checkplan.search.model.f_plan_name","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_name$, e.Value)"},{"type":"Text","Text":"@计划年份","Classes":"@GridLabel"},{"type":"Select","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_year","Classes":"@SelectWhite BorderRound","Data":"stat.Call($years$)","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_year$, e.Value)"},{"Text":"@计划月份","Classes":"@GridLabel","type":"Text"},{"Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setProperty$, $checkplan$, $f_plan_month$, e.Value)","type":"Select","Data":"stat.Call($months$)","Top":"@10","Selected":"stat.Data.checkplan.search.model.f_plan_month","Bottom":"@1"},{"type":"Text","Text":"@是否共享","Classes":"@GridLabel"},{"Data":"stat.Data.isAndNot","TemplateName":"@RadioButton","Selected":"stat.Data.sIsAndNotSelect","Original":"@H","VAlign":"@Center","@Change":"stat.Call($isAndNotChange$, e.Value)","type":"Select"},{"type":"Text","Classes":"@GridLabel","Text":"@安检员"},{"type":"Select","Top":"@10","Classes":"@SelectWhite BorderRound"},{"children":[{"@Click":"stat.RestorePopup(this,e.draw)","type":"Button","Right":"@50","Text":"@取消","Classes":"@Button2"},{"type":"Button","Text":"@查询","FillStyle":"@#ffffff","Classes":"@Button","@Click":"stat.Call($loadCheckPlan$,$$),stat.RestorePopup(this,e.draw)"}],"type":"Stack","ColSpan":"@2","HAlign":"@Center","Top":"@20"}]}]},"start":{"type":"Image","Path":"@drag"},"drag":{"Text":"@ ","type":"Text"},"NewPlan":{"type":"Grid","Row":"@*","Column":"@*","children":[{"PaddingRight":"@36","Row":"@*,*","PaddingBottom":"@20","PaddingLeft":"@20","Column":"@80,170,80,170,80,170","Background":"@#ffffff","Classes":"@NormalFontlight","Pos":"@Center","children":[{"Right":"@10","type":"Text","Text":"@* 计划名称","HAlign":"@Right","VAlign":"@Center"},{"type":"Input","@Change":"stat.Call($setNewPlan$, $f_plan_name$, e.Value)"},{"type":"Text","HAlign":"@Right","VAlign":"@Center","Right":"@10","Text":"@计划年份"},{"type":"Select","Data":"stat.Call($years$)","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPlan$, $f_plan_year$, e.Value)"},{"Text":"@计划月份","HAlign":"@Right","VAlign":"@Center","Right":"@10","type":"Text"},{"type":"Select","Data":"stat.Call($months$)","Classes":"@SelectWhite BorderRound","@Change":"stat.Call($setNewPlan$, $f_plan_month$, e.Value)"},{"Text":"@是否共享","Top":"@10","HAlign":"@Right","type":"Text","VAlign":"@Center","Right":"@10"},{"TemplateName":"@RadioButton","Selected":"stat.Data.newPlan.f_share","@Change":"stat.Call($setNewPlan$, $f_share$, e.Value),stat.Call($flush$)","type":"Select","Data":"stat.Data.isAndNot","Original":"@H"},{"Right":"@10","Text":"@安检员","HAlign":"@Right","VAlign":"@Center","Top":"@10","if":"stat.Data.newPlan.f_share==$否$:true,false","type":"Text"},{"type":"Select","Top":"@10","if":"stat.Data.newPlan.f_share==$否$:true,false","Classes":"@SelectWhite BorderRound"}],"type":"Grid","PaddingTop":"@20"}]},"upPlan":{"type":"Grid","Row":"@*","Column":"@*","children":[{"children":[{"type":"Text","VAlign":"@Center","Text":"@* 计划名称","Right":"@10","HAlign":"@Right"},{"type":"Input","Value":"stat.Data.plan.f_plan_name","@Change":"stat.Data.Call($setPlan$,$f_plan_name$,e.Value) "},{"type":"Text","HAlign":"@Right","VAlign":"@Center","Text":"@安检员","Right":"@10"},{"@Change":"stat.Data.Call($setPlan$,$f_checker$,e.Value) ","type":"Select","Classes":"@SelectWhite BorderRound","Selected":"stat.Data.plan.checker"},{"VAlign":"@Center","Top":"@10","Text":"@计划年份","type":"Text","Right":"@10","HAlign":"@Right"},{"Top":"@10","Selected":"stat.Data.plan.f_plan_year","@Change":"stat.Data.Call($setPlan$,$f_plan_year$,e.Value) ","type":"Select","Classes":"@SelectWhite BorderRound"},{"VAlign":"@Center","type":"Text","Top":"@10","Text":"@计划月份","Right":"@10","HAlign":"@Right"},{"Top":"@10","Selected":"stat.Data.plan.f_plan_month","Classes":"@SelectWhite BorderRound","@Change":"stat.Data.Call($setPlan$,$f_plan_month$,e.Value) ","type":"Select"}],"type":"Grid","Background":"@#ffffff","Classes":"@NormalFontlight","PaddingLeft":"@20","Column":"@80,170,80,170","PaddingTop":"@20","PaddingRight":"@36","Row":"@*,*","PaddingBottom":"@20"}]}}}
|
37
88
|
* */
|
38
89
|
}
|