apply-clients 7.1.35 → 7.1.36-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/.eslintrc.js +5 -1
- package/android.html +9 -0
- package/build/css-loaders.js +34 -0
- package/build/dev-client.js +8 -0
- package/build/dev-server.js +166 -0
- package/build/example-server.js +80 -0
- package/build/release.sh +28 -0
- package/build/utils.js +80 -0
- package/build/webpack.base.conf.js +123 -0
- package/build/webpack.baseandroid.conf.js +123 -0
- package/build/webpack.dev.conf.js +43 -0
- package/build/webpack.devandroid.conf.js +34 -0
- package/build/webpack.example.conf.js +49 -0
- package/build/webpack.prod.conf.js +60 -0
- package/build/webpack.prodandroid.conf.js +60 -0
- package/dist-android.7z +0 -0
- package/dist.7z +0 -0
- package/index.html +10 -1
- package/package.json +14 -8
- package/src/AndroidApp.vue +21 -14
- package/src/App.vue +4 -6
- package/{dist-android/static → src/android-bootstrap/fonts}/glyphicons-halflings-regular.eot +0 -0
- package/{dist-android/static → src/android-bootstrap/fonts}/glyphicons-halflings-regular.svg +0 -0
- package/{dist-android/static → src/android-bootstrap/fonts}/glyphicons-halflings-regular.ttf +0 -0
- package/{dist-android/static → src/android-bootstrap/fonts}/glyphicons-halflings-regular.woff +0 -0
- package/{dist-android/static → src/android-bootstrap/fonts}/glyphicons-halflings-regular.woff2 +0 -0
- package/src/android-bootstrap/less/.csscomb.json +304 -0
- package/src/android-bootstrap/less/.csslintrc +19 -0
- package/src/android-bootstrap/less/alerts.less +73 -0
- package/src/android-bootstrap/less/badges.less +66 -0
- package/src/android-bootstrap/less/bootstrap.less +56 -0
- package/src/android-bootstrap/less/breadcrumbs.less +26 -0
- package/src/android-bootstrap/less/button-groups.less +247 -0
- package/src/android-bootstrap/less/buttons.less +173 -0
- package/src/android-bootstrap/less/carousel.less +269 -0
- package/src/android-bootstrap/less/close.less +34 -0
- package/src/android-bootstrap/less/code.less +69 -0
- package/src/android-bootstrap/less/component-animations.less +33 -0
- package/src/android-bootstrap/less/dropdowns.less +216 -0
- package/src/android-bootstrap/less/forms.less +626 -0
- package/src/android-bootstrap/less/glyphicons.less +305 -0
- package/src/android-bootstrap/less/grid.less +84 -0
- package/src/android-bootstrap/less/input-groups.less +167 -0
- package/src/android-bootstrap/less/jumbotron.less +52 -0
- package/src/android-bootstrap/less/labels.less +64 -0
- package/src/android-bootstrap/less/list-group.less +141 -0
- package/src/android-bootstrap/less/media.less +66 -0
- package/src/android-bootstrap/less/mixins/alerts.less +14 -0
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -0
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -0
- package/src/android-bootstrap/less/mixins/buttons.less +69 -0
- package/src/android-bootstrap/less/mixins/center-block.less +7 -0
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -0
- package/src/android-bootstrap/less/mixins/forms.less +90 -0
- package/src/android-bootstrap/less/mixins/gradients.less +59 -0
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -0
- package/src/android-bootstrap/less/mixins/grid.less +122 -0
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -0
- package/src/android-bootstrap/less/mixins/image.less +33 -0
- package/src/android-bootstrap/less/mixins/labels.less +12 -0
- package/src/android-bootstrap/less/mixins/list-group.less +30 -0
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -0
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -0
- package/src/android-bootstrap/less/mixins/opacity.less +8 -0
- package/src/android-bootstrap/less/mixins/pagination.less +24 -0
- package/src/android-bootstrap/less/mixins/panels.less +24 -0
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -0
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -0
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -0
- package/src/android-bootstrap/less/mixins/resize.less +6 -0
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -0
- package/src/android-bootstrap/less/mixins/size.less +10 -0
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -0
- package/src/android-bootstrap/less/mixins/table-row.less +44 -0
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -0
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -0
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -0
- package/src/android-bootstrap/less/mixins.less +40 -0
- package/src/android-bootstrap/less/modals.less +151 -0
- package/src/android-bootstrap/less/navbar.less +660 -0
- package/src/android-bootstrap/less/navs.less +302 -0
- package/src/android-bootstrap/less/normalize.less +424 -0
- package/src/android-bootstrap/less/pager.less +76 -0
- package/src/android-bootstrap/less/pagination.less +89 -0
- package/src/android-bootstrap/less/panels.less +274 -0
- package/src/android-bootstrap/less/popovers.less +131 -0
- package/src/android-bootstrap/less/print.less +101 -0
- package/src/android-bootstrap/less/progress-bars.less +87 -0
- package/src/android-bootstrap/less/responsive-embed.less +35 -0
- package/src/android-bootstrap/less/responsive-utilities.less +194 -0
- package/src/android-bootstrap/less/scaffolding.less +161 -0
- package/src/android-bootstrap/less/tables.less +262 -0
- package/src/android-bootstrap/less/theme.less +291 -0
- package/src/android-bootstrap/less/thumbnails.less +36 -0
- package/src/android-bootstrap/less/tooltip.less +102 -0
- package/src/android-bootstrap/less/type.less +303 -0
- package/src/android-bootstrap/less/utilities.less +55 -0
- package/src/android-bootstrap/less/variables.less +896 -0
- package/src/android-bootstrap/less/wells.less +29 -0
- package/src/android.js +7 -4
- package/src/apply.js +55 -15
- package/src/applyAndroid.js +65 -28
- package/src/assets/marker-default.png +0 -0
- package/src/assets/myLocationIcon.png +0 -0
- package/src/assets//345/210/240/351/231/244.png +0 -0
- package/src/components/android/AppOnetomany.vue +301 -0
- package/src/components/android/AppServiceView.vue +603 -0
- package/src/components/android/AppSign.vue +228 -0
- package/src/components/android/AppTakePic.vue +142 -0
- package/src/components/android/AppUpload.vue +260 -0
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -0
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -0
- package/src/components/android/Process/AppExplorationUser.vue +454 -0
- package/src/components/android/Process/AppServiceControl.vue +1397 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +338 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +818 -0
- package/src/components/android/Process/Processes/SurveyUserSign.vue +65 -0
- package/src/components/android/Process/Processes/newAppDevicesManagement.vue +343 -0
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +669 -0
- package/src/components/android/Sign/AppSignTask.vue +183 -0
- package/src/components/android/Sign/SignProcess.vue +103 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +298 -0
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +128 -0
- package/src/components/android/Task/Build/BuildTsak.vue +114 -0
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -0
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -0
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -0
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +427 -0
- package/src/components/android/Task/ShiGongXinXi/ShowBuild.vue +95 -0
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -0
- package/src/components/android/Task/UpBuild/UpBuildDui.vue +95 -0
- package/src/components/android/Task/UpBuild/UpBuildTsak.vue +95 -0
- package/src/components/android/Task/UpBuild/UpJianLi.vue +95 -0
- package/src/components/android/TaskGraph.vue +130 -0
- package/src/components/android/newPackage/customerServiceManager.vue +218 -0
- package/src/components/android/newPackage/designDrawings.vue +94 -0
- package/src/components/android/newPackage/detailedData.vue +24 -0
- package/src/components/android/newPackage/projectPrice.vue +218 -0
- package/src/components/image/dwg.png +0 -0
- package/src/components/image/dxf.png +0 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +541 -73
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +2 -2
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -0
- package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -0
- package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -0
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +850 -0
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +414 -0
- package/src/components/product/ChongZheng/ApplyChongZhengSearch.vue +30 -0
- package/src/components/product/Function/InstallFunction.vue +56 -70
- package/src/components/product/Function/InstallInfoSelect.vue +191 -102
- package/src/components/product/Function/Service/FunctionServiceControl.vue +378 -148
- package/src/components/product/Ignition/IgnitionDispatch.vue +92 -0
- package/src/components/product/Ignition/IgnitionList.vue +232 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +362 -0
- package/src/components/product/Ignition/IgnitionRecord.vue +318 -0
- package/src/components/product/List/ShowDevices.vue +277 -0
- package/src/components/product/Onetomany.vue +377 -0
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +445 -0
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +252 -0
- package/src/components/product/Print/BuildOrder/printGaiXianOrder.vue +232 -0
- package/src/components/product/Print/OrderPrint/GaiXianOrder.vue +281 -0
- package/src/components/product/Print/img/R-C.jpg +0 -0
- package/src/components/product/Process/ExplorationSelect.vue +467 -248
- package/src/components/product/Process/ExplorationUser.vue +155 -138
- package/src/components/product/Process/Processes/ExhibitionPicture.vue +27 -0
- package/src/components/product/Process/Processes/InstallationDetails.vue +793 -277
- package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
- package/src/components/product/Process/Processes/Print/printCharge.vue +246 -0
- package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +221 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +59 -113
- package/src/components/product/Process/Processes/chargeManagement.vue +474 -350
- package/src/components/product/Process/Processes/devicesManagement.vue +373 -0
- package/src/components/product/Process/Processes/newDevicesManagement.vue +379 -0
- package/src/components/product/Process/Processes/newInstallationDetails.vue +718 -0
- package/src/components/product/Process/Processes/satisfactionShow.vue +202 -0
- package/src/components/product/Process/Processes/selectApply.vue +250 -0
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -0
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -0
- package/src/components/product/Process/Processes/supplementalAgreement.vue +182 -181
- package/src/components/product/Process/Service/ServiceControl.vue +2000 -856
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +557 -680
- package/src/components/product/Stop/StopApply.vue +105 -0
- package/src/components/product/Stop/StopApplyList.vue +224 -0
- package/src/components/product/Supervisory/ExportExcel.vue +360 -0
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -0
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +425 -73
- package/src/components/product/Supervisory/SupervisoryControl.vue +28 -35
- package/src/components/product/Supervisory/SupervisoryList.vue +485 -208
- package/src/components/product/Supervisory/SupervisoryhCart.vue +52 -36
- package/src/components/product/VueUtils/ApplyUpload.vue +70 -47
- package/src/components/product/VueUtils/HighMeter.vue +208 -0
- package/src/expandcssAndroid.less +1034 -0
- package/src/main.js +5 -1
- package/src/public/history/HistoryApplyList.vue +108 -0
- package/src/public/history/PublicHistoryApply.vue +39 -0
- package/src/public/history/PublicSupervisoryhCart.vue +72 -0
- package/src/public/order/PublicOrderApply.vue +387 -0
- package/static/images/lefticon/{/345/256/211/346/243/200/346/237/245/347/234/213.png → anjianjihua.png} +0 -0
- package/static/images/lefticon/{/346/241/243/346/241/210/347/256/241/347/220/206.png → danganguanli.png} +0 -0
- package/static/images/lefticon/{/345/224/256/346/260/224/346/224/266/350/264/271.png → shouqishoufei.png} +0 -0
- package/static/images/lefticon/{/347/211/251/350/201/224/347/275/221/350/241/250.png → wulianwang.png} +0 -0
- package/static/images/lefticon/{/347/263/273/347/273/237/347/256/241/347/220/206.png → xitongguanli.png} +0 -0
- package/static/images/lefticon/{/347/273/274/345/220/210/346/237/245/350/257/242.png → yingyechaxun.png} +0 -0
- package/static/images/lefticon/{/345/221/274/345/217/253/347/263/273/347/273/237.png → yuyinkefu.png} +0 -0
- package/static/images/lefticon/{/347/273/274/345/220/210/344/270/232/345/212/241.png → zongheyewu.png} +0 -0
- package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
- package/{dist-android/static/denglu.png → static/images/lefticonNew//345/215/241/346/234/215/345/212/241/347/256/241/347/220/206.png} +0 -0
- package/static/images/lefticonNew//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
- package/static/images/lefticonNew//345/221/274/345/217/253/347/263/273/347/273/237.png +0 -0
- package/static/images/lefticonNew//345/224/256/346/260/224/346/224/266/350/264/271.png +0 -0
- package/static/images/lefticonNew//345/233/276/345/261/2023/346/213/267/350/264/2354.png +0 -0
- package/static/images/lefticonNew//345/233/276/345/261/202577.png +0 -0
- package/{dist-android/static/psicon.png → static/images/lefticonNew//345/233/276/345/261/2028/346/213/267/350/264/23513.png} +0 -0
- package/static/images/lefticonNew//345/256/211/346/243/200/346/237/245/347/234/213.png +0 -0
- package/static/images/lefticonNew//345/256/211/346/243/200/350/256/241/345/210/222.png +0 -0
- package/static/images/lefticonNew//345/276/256/344/277/241/346/234/215/345/212/241.png +0 -0
- package/static/images/lefticonNew//346/212/245/345/273/272/347/263/273/347/273/237.png +0 -0
- package/static/images/lefticonNew//346/212/245/350/241/250/346/237/245/350/257/242.png +0 -0
- package/static/images/lefticonNew//346/227/245/345/270/270/347/256/241/347/220/206.png +0 -0
- package/static/images/lefticonNew//346/234/272/350/241/250/347/256/241/347/220/206.png +0 -0
- package/static/images/lefticonNew//346/237/245/350/257/242/345/210/227/350/241/250.png +0 -0
- package/static/images/lefticonNew//346/241/243/346/241/210/347/256/241/347/220/206.png +0 -0
- package/static/images/lefticonNew//347/211/251/350/201/224/347/275/221/350/241/250.png +0 -0
- package/static/images/lefticonNew//347/263/273/347/273/237/347/256/241/347/220/206.png +0 -0
- package/static/images/lefticonNew//347/263/273/347/273/237/350/256/276/347/275/256.png +0 -0
- package/static/images/lefticonNew//347/273/217/350/220/245/347/256/241/346/216/247.png +0 -0
- package/static/images/lefticonNew//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
- package/static/images/lefticonNew//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
- package/static/images/lefticonNew//350/217/234/345/215/225/344/274/270/347/274/251.png +0 -0
- package/static/images/lefticonNew//351/200/200/345/207/272/347/263/273/347/273/237.png +0 -0
- package/yarn-error.log +9976 -0
- package/dist-android/index.html +0 -3
- package/dist-android/static/.gitkeep +0 -0
- package/dist-android/static/0.js +0 -2
- package/dist-android/static/0.js.map +0 -1
- package/dist-android/static/1.js +0 -2
- package/dist-android/static/1.js.map +0 -1
- package/dist-android/static/10.js +0 -2
- package/dist-android/static/10.js.map +0 -1
- package/dist-android/static/100.js +0 -2
- package/dist-android/static/100.js.map +0 -1
- package/dist-android/static/11.js +0 -2
- package/dist-android/static/11.js.map +0 -1
- package/dist-android/static/12.js +0 -2
- package/dist-android/static/12.js.map +0 -1
- package/dist-android/static/13.js +0 -2
- package/dist-android/static/13.js.map +0 -1
- package/dist-android/static/14.js +0 -2
- package/dist-android/static/14.js.map +0 -1
- package/dist-android/static/15.js +0 -2
- package/dist-android/static/15.js.map +0 -1
- package/dist-android/static/16.js +0 -2
- package/dist-android/static/16.js.map +0 -1
- package/dist-android/static/17.js +0 -2
- package/dist-android/static/17.js.map +0 -1
- package/dist-android/static/18.js +0 -2
- package/dist-android/static/18.js.map +0 -1
- package/dist-android/static/19.js +0 -2
- package/dist-android/static/19.js.map +0 -1
- package/dist-android/static/2.js +0 -2
- package/dist-android/static/2.js.map +0 -1
- package/dist-android/static/20.js +0 -2
- package/dist-android/static/20.js.map +0 -1
- package/dist-android/static/21.js +0 -2
- package/dist-android/static/21.js.map +0 -1
- package/dist-android/static/22.js +0 -2
- package/dist-android/static/22.js.map +0 -1
- package/dist-android/static/23.js +0 -2
- package/dist-android/static/23.js.map +0 -1
- package/dist-android/static/24.js +0 -2
- package/dist-android/static/24.js.map +0 -1
- package/dist-android/static/25.js +0 -2
- package/dist-android/static/25.js.map +0 -1
- package/dist-android/static/26.js +0 -2
- package/dist-android/static/26.js.map +0 -1
- package/dist-android/static/27.js +0 -2
- package/dist-android/static/27.js.map +0 -1
- package/dist-android/static/28.js +0 -2
- package/dist-android/static/28.js.map +0 -1
- package/dist-android/static/29.js +0 -2
- package/dist-android/static/29.js.map +0 -1
- package/dist-android/static/3.js +0 -2
- package/dist-android/static/3.js.map +0 -1
- package/dist-android/static/30.js +0 -2
- package/dist-android/static/30.js.map +0 -1
- package/dist-android/static/31.js +0 -2
- package/dist-android/static/31.js.map +0 -1
- package/dist-android/static/32.js +0 -2
- package/dist-android/static/32.js.map +0 -1
- package/dist-android/static/33.js +0 -2
- package/dist-android/static/33.js.map +0 -1
- package/dist-android/static/34.js +0 -2
- package/dist-android/static/34.js.map +0 -1
- package/dist-android/static/35.js +0 -2
- package/dist-android/static/35.js.map +0 -1
- package/dist-android/static/36.js +0 -2
- package/dist-android/static/36.js.map +0 -1
- package/dist-android/static/37.js +0 -2
- package/dist-android/static/37.js.map +0 -1
- package/dist-android/static/38.js +0 -2
- package/dist-android/static/38.js.map +0 -1
- package/dist-android/static/39.js +0 -2
- package/dist-android/static/39.js.map +0 -1
- package/dist-android/static/4.js +0 -2
- package/dist-android/static/4.js.map +0 -1
- package/dist-android/static/40.js +0 -2
- package/dist-android/static/40.js.map +0 -1
- package/dist-android/static/41.js +0 -2
- package/dist-android/static/41.js.map +0 -1
- package/dist-android/static/42.js +0 -2
- package/dist-android/static/42.js.map +0 -1
- package/dist-android/static/43.js +0 -2
- package/dist-android/static/43.js.map +0 -1
- package/dist-android/static/44.js +0 -2
- package/dist-android/static/44.js.map +0 -1
- package/dist-android/static/45.js +0 -2
- package/dist-android/static/45.js.map +0 -1
- package/dist-android/static/46.js +0 -2
- package/dist-android/static/46.js.map +0 -1
- package/dist-android/static/47.js +0 -2
- package/dist-android/static/47.js.map +0 -1
- package/dist-android/static/48.js +0 -2
- package/dist-android/static/48.js.map +0 -1
- package/dist-android/static/49.js +0 -2
- package/dist-android/static/49.js.map +0 -1
- package/dist-android/static/5.js +0 -2
- package/dist-android/static/5.js.map +0 -1
- package/dist-android/static/50.js +0 -2
- package/dist-android/static/50.js.map +0 -1
- package/dist-android/static/51.js +0 -2
- package/dist-android/static/51.js.map +0 -1
- package/dist-android/static/52.js +0 -2
- package/dist-android/static/52.js.map +0 -1
- package/dist-android/static/53.js +0 -2
- package/dist-android/static/53.js.map +0 -1
- package/dist-android/static/54.js +0 -2
- package/dist-android/static/54.js.map +0 -1
- package/dist-android/static/55.js +0 -2
- package/dist-android/static/55.js.map +0 -1
- package/dist-android/static/56.js +0 -2
- package/dist-android/static/56.js.map +0 -1
- package/dist-android/static/57.js +0 -2
- package/dist-android/static/57.js.map +0 -1
- package/dist-android/static/58.js +0 -2
- package/dist-android/static/58.js.map +0 -1
- package/dist-android/static/59.js +0 -2
- package/dist-android/static/59.js.map +0 -1
- package/dist-android/static/6.js +0 -2
- package/dist-android/static/6.js.map +0 -1
- package/dist-android/static/60.js +0 -2
- package/dist-android/static/60.js.map +0 -1
- package/dist-android/static/61.js +0 -2
- package/dist-android/static/61.js.map +0 -1
- package/dist-android/static/62.js +0 -2
- package/dist-android/static/62.js.map +0 -1
- package/dist-android/static/63.js +0 -2
- package/dist-android/static/63.js.map +0 -1
- package/dist-android/static/64.js +0 -2
- package/dist-android/static/64.js.map +0 -1
- package/dist-android/static/65.js +0 -2
- package/dist-android/static/65.js.map +0 -1
- package/dist-android/static/66.js +0 -2
- package/dist-android/static/66.js.map +0 -1
- package/dist-android/static/67.js +0 -2
- package/dist-android/static/67.js.map +0 -1
- package/dist-android/static/68.js +0 -2
- package/dist-android/static/68.js.map +0 -1
- package/dist-android/static/69.js +0 -2
- package/dist-android/static/69.js.map +0 -1
- package/dist-android/static/7.js +0 -6
- package/dist-android/static/7.js.map +0 -1
- package/dist-android/static/70.js +0 -2
- package/dist-android/static/70.js.map +0 -1
- package/dist-android/static/71.js +0 -2
- package/dist-android/static/71.js.map +0 -1
- package/dist-android/static/72.js +0 -2
- package/dist-android/static/72.js.map +0 -1
- package/dist-android/static/73.js +0 -2
- package/dist-android/static/73.js.map +0 -1
- package/dist-android/static/74.js +0 -2
- package/dist-android/static/74.js.map +0 -1
- package/dist-android/static/75.js +0 -2
- package/dist-android/static/75.js.map +0 -1
- package/dist-android/static/76.js +0 -2
- package/dist-android/static/76.js.map +0 -1
- package/dist-android/static/77.js +0 -2
- package/dist-android/static/77.js.map +0 -1
- package/dist-android/static/78.js +0 -2
- package/dist-android/static/78.js.map +0 -1
- package/dist-android/static/79.js +0 -2
- package/dist-android/static/79.js.map +0 -1
- package/dist-android/static/8.js +0 -2
- package/dist-android/static/8.js.map +0 -1
- package/dist-android/static/80.js +0 -2
- package/dist-android/static/80.js.map +0 -1
- package/dist-android/static/81.js +0 -2
- package/dist-android/static/81.js.map +0 -1
- package/dist-android/static/82.js +0 -2
- package/dist-android/static/82.js.map +0 -1
- package/dist-android/static/83.js +0 -2
- package/dist-android/static/83.js.map +0 -1
- package/dist-android/static/84.js +0 -2
- package/dist-android/static/84.js.map +0 -1
- package/dist-android/static/85.js +0 -2
- package/dist-android/static/85.js.map +0 -1
- package/dist-android/static/86.js +0 -2
- package/dist-android/static/86.js.map +0 -1
- package/dist-android/static/87.js +0 -2
- package/dist-android/static/87.js.map +0 -1
- package/dist-android/static/88.js +0 -2
- package/dist-android/static/88.js.map +0 -1
- package/dist-android/static/89.js +0 -2
- package/dist-android/static/89.js.map +0 -1
- package/dist-android/static/9.js +0 -3
- package/dist-android/static/9.js.map +0 -1
- package/dist-android/static/90.js +0 -2
- package/dist-android/static/90.js.map +0 -1
- package/dist-android/static/91.js +0 -2
- package/dist-android/static/91.js.map +0 -1
- package/dist-android/static/92.js +0 -2
- package/dist-android/static/92.js.map +0 -1
- package/dist-android/static/93.js +0 -2
- package/dist-android/static/93.js.map +0 -1
- package/dist-android/static/94.js +0 -2
- package/dist-android/static/94.js.map +0 -1
- package/dist-android/static/95.js +0 -2
- package/dist-android/static/95.js.map +0 -1
- package/dist-android/static/96.js +0 -2
- package/dist-android/static/96.js.map +0 -1
- package/dist-android/static/97.js +0 -2
- package/dist-android/static/97.js.map +0 -1
- package/dist-android/static/98.js +0 -2
- package/dist-android/static/98.js.map +0 -1
- package/dist-android/static/99.js +0 -2
- package/dist-android/static/99.js.map +0 -1
- package/dist-android/static/app.css +0 -2
- package/dist-android/static/app.css.map +0 -1
- package/dist-android/static/app.js +0 -80
- package/dist-android/static/app.js.map +0 -1
- package/dist-android/static/batchleft.png +0 -0
- package/dist-android/static/batchright.png +0 -0
- package/dist-android/static/bluemainbg.jpg +0 -0
- package/dist-android/static/config.json +0 -7
- package/dist-android/static/huangtengbiaozhi.png +0 -0
- package/dist-android/static/jingyin.jpg +0 -0
- package/dist-android/static/login_bg.jpg +0 -0
- package/dist-android/static/login_title.png +0 -0
- package/dist-android/static/login_title1.png +0 -0
- package/dist-android/static/loginbg.jpg +0 -0
- package/dist-android/static/loginlogo.png +0 -0
- package/dist-android/static/main_logo.png +0 -0
- package/dist-android/static/mainbg.jpg +0 -0
- package/dist-android/static/menulogo.png +0 -0
- package/dist-android/static/newmainbg.jpg +0 -0
- package/dist-android/static/singleleft.png +0 -0
- package/dist-android/static/singleright.png +0 -0
- package/dist-android/static/treeopen.png +0 -0
- package/dist-android/static/treeout.png +0 -0
- package/dist-android/static/treeset.png +0 -0
- package/dist-android/static/usericon.png +0 -0
- package/dist-android/static/workflow_apply.json +0 -766
- package/dist-android/static/xinxi.png +0 -0
- package/dist-android/static//344/277/256/346/224/271/345/257/206/347/240/201.png +0 -0
- package/dist-android/static//345/256/211/346/243/200/345/257/274/350/210/252/347/253/226/345/261/2173.png +0 -0
- package/dist-android/static//345/257/274/345/207/272/346/225/260/346/215/256.png +0 -0
- package/dist-android/static//346/270/205/347/251/272/346/225/260/346/215/256.png +0 -0
- package/src/components/app_apply/Acceptance.vue +0 -298
- package/src/components/app_apply/ApplyApp.vue +0 -91
- package/src/components/app_apply/ApplyDownList.vue +0 -166
- package/src/components/app_apply/ApplyInfo.vue +0 -56
- package/src/components/app_apply/ApplyListUpload.vue +0 -258
- package/src/components/app_apply/ApplyToDoList.vue +0 -165
- package/src/components/app_apply/ApplyUserInfo.vue +0 -56
- package/src/components/app_apply/FieldExploration.vue +0 -267
- package/src/components/app_apply/PlaceControler.vue +0 -258
- package/src/components/app_apply/ServiceControl.vue +0 -267
- package/src/components/app_apply/ServiceView.vue +0 -355
- package/src/components/app_apply/ToolsPage.vue +0 -51
- package/src/components/app_apply/Ventilation.vue +0 -199
- package/src/components/product/ApplyCharge/ApplyChargeReport.vue +0 -107
- package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
- package/src/components/product/Function/functions/StopInstall.vue +0 -106
- package/src/components/product/Process/Processes/printCharge.vue +0 -126
- package/src/components/product/Process/ShowBackReason.vue +0 -32
- package/src/components/product/ReportForm/GasIgnitionSummary.vue +0 -352
- package/src/components/product/VueUtils/ToolsPage.vue +0 -51
- package/src/components/product/VueUtils/Tree.vue +0 -330
|
@@ -1,163 +1,288 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
3
|
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
5
5
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<div class="form-group col-sm-3">
|
|
13
|
-
<label class="font_normal_body">报建编号:</label>
|
|
14
|
-
<input type="text" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
|
|
15
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
16
|
-
condition="f_apply_num = '{}'">
|
|
17
|
-
</div>
|
|
18
|
-
<div class="form-group col-sm-5 button-range">
|
|
19
|
-
<button class="button_new button_spacing" style="width: max-content"
|
|
20
|
-
v-if="this.$login.f.rolesnames.indexOf('市场部报装') !== -1 || this.$login.f.rolesnames.indexOf('工程部报装') !== -1"
|
|
21
|
-
@click="$parent.$parent.showModal = !$parent.$parent.showModal">工程发起</button>
|
|
22
|
-
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
23
|
-
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
24
|
-
<div
|
|
25
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
26
|
-
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
27
|
-
class="button_spacing"
|
|
28
|
-
style="float: right">
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-2">
|
|
8
|
+
<label class="font_normal_body">工程编号:</label>
|
|
9
|
+
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
10
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
11
|
+
condition="f_apply_num like '%{}%'">
|
|
31
12
|
</div>
|
|
32
|
-
<div class="
|
|
33
|
-
<
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
<
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<input type="text" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
67
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
68
|
-
condition="f_phone like '%{}%'">
|
|
69
|
-
</div>
|
|
70
|
-
<div class="form-group col-sm-3">
|
|
71
|
-
<label class="font_normal_body">用户地址:</label>
|
|
72
|
-
<input type="text" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
73
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
74
|
-
condition="f_address like '%{}%'">
|
|
75
|
-
</div>
|
|
76
|
-
<div class="form-group col-sm-3">
|
|
77
|
-
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
78
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
79
|
-
style="width: 60%!important;"
|
|
80
|
-
v-model="model.startDate"
|
|
81
|
-
:value.sync="model.startDate"
|
|
82
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
83
|
-
:show-reset-button="true"
|
|
84
|
-
condition="f_apply_date >= '{}'">
|
|
85
|
-
</datepicker>
|
|
86
|
-
</div>
|
|
87
|
-
<div class="form-group col-sm-3">
|
|
88
|
-
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
89
|
-
<datepicker id="endDate" placeholder="结束日期"
|
|
90
|
-
style="width: 60%!important;"
|
|
91
|
-
v-model="model.endDate"
|
|
92
|
-
:value.sync="model.endDate"
|
|
93
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
94
|
-
:show-reset-button="true"
|
|
95
|
-
condition="f_apply_date <= '{}'">
|
|
96
|
-
</datepicker>
|
|
13
|
+
<div class="form-group col-sm-2">
|
|
14
|
+
<label class="font_normal_body">客户名称:</label>
|
|
15
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
16
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="form-group col-sm-2">
|
|
19
|
+
<label class="font_normal_body">联系电话:</label>
|
|
20
|
+
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
21
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
22
|
+
condition="f_phone like '%{}%'">
|
|
23
|
+
</div>
|
|
24
|
+
<div class="form-group col-sm-2">
|
|
25
|
+
<label class="font_normal_body">联 系 人:</label>
|
|
26
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_contact"
|
|
27
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_contact like '%{}%'" placeholder='联系人'>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="form-group col-sm-3 button-range">
|
|
30
|
+
<button class="button_new button_spacing" style="width: max-content"
|
|
31
|
+
v-if="$parent.$parent.projectStart"
|
|
32
|
+
@click="$parent.$parent.showModal = !$parent.$parent.showModal">工程发起</button>
|
|
33
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
34
|
+
:field="$parent.$parent.getfield"
|
|
35
|
+
sqlurl="rs/logic/applyExportfile"
|
|
36
|
+
sql-name="checkuserExcel"
|
|
37
|
+
template-name='报建待办信息导出'
|
|
38
|
+
:choose-col="true"></export-excel>
|
|
39
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
40
|
+
<button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
|
|
41
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
42
|
+
<div
|
|
43
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
44
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
45
|
+
class="button_spacing"
|
|
46
|
+
style="float: right">
|
|
97
47
|
</div>
|
|
98
48
|
</div>
|
|
99
49
|
</div>
|
|
50
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
51
|
+
<div class="form-group col-sm-2">
|
|
52
|
+
<label class="font_normal_body">合同编号:</label>
|
|
53
|
+
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
54
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
55
|
+
condition="f_contract_number like '%{}%'">
|
|
56
|
+
</div>
|
|
57
|
+
<div class="form-group col-sm-2">
|
|
58
|
+
<label class="font_normal_body">报建类型:</label>
|
|
59
|
+
<v-select
|
|
60
|
+
v-model="model.f_apply_type"
|
|
61
|
+
placeholder='报建类型'
|
|
62
|
+
condition="f_apply_type = '{}'"
|
|
63
|
+
:value.sync="model.f_apply_type"
|
|
64
|
+
:options='$parent.$parent.applytype'
|
|
65
|
+
class="select select_list"
|
|
66
|
+
:value-single="true"
|
|
67
|
+
@change="$parent.$parent.applyTypeChange()"
|
|
68
|
+
close-on-select ></v-select>
|
|
69
|
+
</div>
|
|
70
|
+
<div class="form-group col-sm-2">
|
|
71
|
+
<label class="font_normal_body">办理环节:</label>
|
|
72
|
+
<v-select
|
|
73
|
+
v-model="model.defname"
|
|
74
|
+
placeholder='办理环节'
|
|
75
|
+
condition="defname = '{}'"
|
|
76
|
+
:value.sync="model.defname"
|
|
77
|
+
:options='$parent.$parent.defnames'
|
|
78
|
+
class="select select_list"
|
|
79
|
+
:value-single="true"
|
|
80
|
+
close-on-select ></v-select>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="form-group col-sm-2">
|
|
83
|
+
<label class="font_normal_body">报建性质:</label>
|
|
84
|
+
<v-select
|
|
85
|
+
v-model="model.f_apply_nature"
|
|
86
|
+
placeholder='报建性质'
|
|
87
|
+
condition="f_apply_nature = '{}'"
|
|
88
|
+
:value.sync="model.f_apply_nature"
|
|
89
|
+
:options='$parent.$parent.applyNatures'
|
|
90
|
+
class="select select_list"
|
|
91
|
+
:value-single="true"
|
|
92
|
+
close-on-select ></v-select>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="form-group col-sm-2">
|
|
95
|
+
<label class="font_normal_body">用户分类:</label>
|
|
96
|
+
<v-select
|
|
97
|
+
v-model="model.f_user_classification"
|
|
98
|
+
placeholder='用户分类'
|
|
99
|
+
condition="f_user_classification = '{}'"
|
|
100
|
+
:value.sync="model.f_user_classification"
|
|
101
|
+
:options='$parent.$parent.UserList'
|
|
102
|
+
class="select select_list"
|
|
103
|
+
:value-single="true"
|
|
104
|
+
close-on-select ></v-select>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="form-group col-sm-2">
|
|
107
|
+
<label class="font_normal_body">用户类型:</label>
|
|
108
|
+
<v-select
|
|
109
|
+
v-model="model.f_user_type"
|
|
110
|
+
placeholder='普通/煤改'
|
|
111
|
+
condition="(f_user_type = '{}' or f_user_type is null)"
|
|
112
|
+
:value.sync="model.f_user_type"
|
|
113
|
+
:options='$parent.$parent.UserType'
|
|
114
|
+
class="select select_list"
|
|
115
|
+
:value-single="true"
|
|
116
|
+
close-on-select ></v-select>
|
|
117
|
+
</div>
|
|
118
|
+
<div class="form-group col-sm-2">
|
|
119
|
+
<label class="font_normal_body">设计人员:</label>
|
|
120
|
+
<v-select class="select select_list"
|
|
121
|
+
placeholder='设计人员'
|
|
122
|
+
v-model="model.f_designer_people"
|
|
123
|
+
:value.sync="model.f_designer_people"
|
|
124
|
+
:options='$parent.$parent.designerPeoples'
|
|
125
|
+
:value-single="true"
|
|
126
|
+
close-on-select
|
|
127
|
+
condition="f_designer_people = '{}'">
|
|
128
|
+
</v-select>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="form-group col-sm-2">
|
|
131
|
+
<label class="font_normal_body">用户地址:</label>
|
|
132
|
+
<input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
133
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
134
|
+
condition="f_address like '%{}%'">
|
|
135
|
+
</div>
|
|
136
|
+
<!-- <div class="form-group col-sm-2">-->
|
|
137
|
+
<!-- <label class="font_normal_body">日期类型:</label>-->
|
|
138
|
+
<!-- <v-select class="select select_list"-->
|
|
139
|
+
<!-- placeholder='日期类型'-->
|
|
140
|
+
<!-- v-model="model.f_date_type"-->
|
|
141
|
+
<!-- :value.sync="model.f_date_type"-->
|
|
142
|
+
<!-- :options='$parent.$parent.dateType'-->
|
|
143
|
+
<!-- :value-single="true"-->
|
|
144
|
+
<!-- @change="$parent.$parent.updateDateType()"-->
|
|
145
|
+
<!-- close-on-select>-->
|
|
146
|
+
<!-- </v-select>-->
|
|
147
|
+
<!-- </div>-->
|
|
148
|
+
<div class="form-group col-sm-2">
|
|
149
|
+
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
150
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
151
|
+
style="width: 60%!important;"
|
|
152
|
+
v-model="model.startDate"
|
|
153
|
+
:value.sync="model.startDate"
|
|
154
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
155
|
+
:show-reset-button="true"
|
|
156
|
+
condition="sendtime >= '{}'">
|
|
157
|
+
</datepicker>
|
|
158
|
+
</div>
|
|
159
|
+
<div class="form-group col-sm-2">
|
|
160
|
+
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
161
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
162
|
+
style="width: 60%!important;"
|
|
163
|
+
v-model="model.endDate"
|
|
164
|
+
:value.sync="model.endDate"
|
|
165
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
166
|
+
:show-reset-button="true"
|
|
167
|
+
condition="sendtime <= '{}'">
|
|
168
|
+
</datepicker>
|
|
169
|
+
</div>
|
|
170
|
+
<div class="form-group col-sm-2">
|
|
171
|
+
<label class="font_normal_body">来  源:</label>
|
|
172
|
+
<v-select
|
|
173
|
+
v-model="model.f_apply_source"
|
|
174
|
+
placeholder='来源'
|
|
175
|
+
condition="u.f_apply_source = '{}'"
|
|
176
|
+
:value.sync="model.f_apply_source"
|
|
177
|
+
:options='$parent.$parent.sources'
|
|
178
|
+
class="select select_list"
|
|
179
|
+
:value-single="true"
|
|
180
|
+
close-on-select >
|
|
181
|
+
</v-select>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="form-group col-sm-2">
|
|
184
|
+
<label class="font_normal_body">保存状态:</label>
|
|
185
|
+
<v-select
|
|
186
|
+
v-model="model.f_sub_save_state"
|
|
187
|
+
placeholder='保存状态'
|
|
188
|
+
condition="u.f_sub_save_state = '{}'"
|
|
189
|
+
:value.sync="model.f_sub_save_state"
|
|
190
|
+
:options='$parent.$parent.save_states'
|
|
191
|
+
class="select select_list"
|
|
192
|
+
:value-single="true"
|
|
193
|
+
close-on-select >
|
|
194
|
+
</v-select>
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
</div>
|
|
100
198
|
</criteria>
|
|
101
199
|
<data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
|
|
102
200
|
<template partial='head'>
|
|
103
201
|
<tr>
|
|
104
202
|
<th style="white-space: nowrap;">序号</th>
|
|
105
|
-
<th style="white-space: nowrap;"
|
|
106
|
-
<th style="white-space: nowrap;"
|
|
107
|
-
<th style="white-space: nowrap;"
|
|
203
|
+
<th style="white-space: nowrap;">完成状态</th>
|
|
204
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
205
|
+
<th style="white-space: nowrap;">客户名称</th>
|
|
206
|
+
<th style="white-space: nowrap;">联系人</th>
|
|
108
207
|
<th style="white-space: nowrap;">电话</th>
|
|
109
208
|
<th style="white-space: nowrap;">地址</th>
|
|
209
|
+
<th style="white-space: nowrap;">合同编号</th>
|
|
110
210
|
<th style="white-space: nowrap;">报建类型</th>
|
|
211
|
+
<th style="white-space: nowrap;">报建性质</th>
|
|
212
|
+
<th style="white-space: nowrap;">用户类型</th>
|
|
111
213
|
<th style="white-space: nowrap;">办理环节</th>
|
|
214
|
+
<th style="white-space: nowrap;">安装户数</th>
|
|
215
|
+
<th style="white-space: nowrap;">设计人员</th>
|
|
216
|
+
<th style="white-space: nowrap;">来源</th>
|
|
112
217
|
<th style="white-space: nowrap;">流程状态</th>
|
|
113
|
-
<th style="white-space: nowrap;"
|
|
114
|
-
<th style="white-space: nowrap;">操作</th>
|
|
218
|
+
<th style="white-space: nowrap;">流程开始时间</th>
|
|
115
219
|
</tr>
|
|
116
220
|
</template>
|
|
117
221
|
<template partial='body'>
|
|
118
222
|
<tr >
|
|
119
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
223
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
120
224
|
<nobr><font>{{$index+1}}</font></nobr>
|
|
121
225
|
</td>
|
|
226
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
227
|
+
<nobr><font>{{row.f_sub_save_state}}</font></nobr>
|
|
228
|
+
</td>
|
|
122
229
|
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
123
230
|
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
124
231
|
</td>
|
|
125
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
126
|
-
<nobr><font>{{row.
|
|
232
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
233
|
+
<nobr><font>{{row.f_user_name}}</font></nobr>
|
|
127
234
|
</td>
|
|
128
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
129
|
-
<nobr><font>{{row.
|
|
235
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
236
|
+
<nobr><font>{{row.f_contact}}</font></nobr>
|
|
130
237
|
</td>
|
|
131
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
238
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
132
239
|
<nobr><font>{{row.f_phone}}</font></nobr>
|
|
133
240
|
</td>
|
|
134
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
241
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
135
242
|
<nobr><font>{{row.f_address}}</font></nobr>
|
|
136
243
|
</td>
|
|
137
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
244
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
245
|
+
<nobr><font>{{row.f_contract_number}}</font></nobr>
|
|
246
|
+
</td>
|
|
247
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
138
248
|
<nobr><font>{{row.f_apply_type}}</font></nobr>
|
|
139
249
|
</td>
|
|
140
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
250
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
251
|
+
<nobr><font>{{row.f_apply_nature}}</font></nobr>
|
|
252
|
+
</td>
|
|
253
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
254
|
+
<nobr><font>{{row.f_user_type}}</font></nobr>
|
|
255
|
+
</td>
|
|
256
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
141
257
|
<nobr><font>{{row.defname}}</font></nobr>
|
|
142
258
|
</td>
|
|
143
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
144
|
-
<nobr><font>{{row.
|
|
259
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
260
|
+
<nobr><font>{{row.f_install_count}}</font></nobr>
|
|
145
261
|
</td>
|
|
146
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
147
|
-
<nobr><font>{{row.
|
|
262
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
263
|
+
<nobr><font>{{row.f_designer_people}}</font></nobr>
|
|
148
264
|
</td>
|
|
149
|
-
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
150
|
-
<
|
|
151
|
-
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
152
|
-
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
153
|
-
</button>
|
|
154
|
-
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
155
|
-
<li>
|
|
156
|
-
<a href="#" @click="$parent.$parent.$parent.click(row)">{{row.defname}}</a>
|
|
157
|
-
</li>
|
|
158
|
-
</ul>
|
|
159
|
-
</dropdown>
|
|
265
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
266
|
+
<nobr><font>{{row.f_apply_source}}</font></nobr>
|
|
160
267
|
</td>
|
|
268
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
269
|
+
<nobr><font>{{row.f_sub_state}}</font></nobr>
|
|
270
|
+
</td>
|
|
271
|
+
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
272
|
+
<nobr><font>{{row.sendtime}}</font></nobr>
|
|
273
|
+
</td>
|
|
274
|
+
<!-- <td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">-->
|
|
275
|
+
<!-- <dropdown>-->
|
|
276
|
+
<!-- <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">-->
|
|
277
|
+
<!-- <span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>-->
|
|
278
|
+
<!-- </button>-->
|
|
279
|
+
<!-- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">-->
|
|
280
|
+
<!-- <li>-->
|
|
281
|
+
<!-- <a href="#" @click="$parent.$parent.$parent.click(row)">{{row.defname}}</a>-->
|
|
282
|
+
<!-- </li>-->
|
|
283
|
+
<!-- </ul>-->
|
|
284
|
+
<!-- </dropdown>-->
|
|
285
|
+
<!-- </td>-->
|
|
161
286
|
</tr>
|
|
162
287
|
</template>
|
|
163
288
|
</data-grid>
|
|
@@ -177,9 +302,9 @@
|
|
|
177
302
|
<label class="col-sm-3 control-label">报建类型:</label>
|
|
178
303
|
<div class="col-sm-9">
|
|
179
304
|
<v-select
|
|
180
|
-
v-model="
|
|
305
|
+
v-model="applyType"
|
|
181
306
|
placeholder='请选择需要发起的工程类型'
|
|
182
|
-
:value.sync="
|
|
307
|
+
:value.sync="applyType"
|
|
183
308
|
:options='$appdata.getParam("报建类型")'
|
|
184
309
|
:value-single="true"
|
|
185
310
|
class="select select_list"
|
|
@@ -192,156 +317,250 @@
|
|
|
192
317
|
</div>
|
|
193
318
|
</template>
|
|
194
319
|
<script>
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
320
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
321
|
+
import {isEmpty} from '../../Util'
|
|
322
|
+
|
|
323
|
+
export default {
|
|
324
|
+
title: '工程列表',
|
|
325
|
+
props: ['showData'],
|
|
326
|
+
data () {
|
|
327
|
+
return {
|
|
328
|
+
model: new PagedList('rs/sql/checkuser', 20, {
|
|
329
|
+
data: {
|
|
330
|
+
userid: this.$login.f.id,
|
|
331
|
+
f_filiale: this.$login.f.f_fengongsi
|
|
332
|
+
}
|
|
333
|
+
}),
|
|
334
|
+
showModal: false, // 控制发起类型选择
|
|
335
|
+
applyType: '', // 报建类型
|
|
336
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
337
|
+
defnames: isEmpty(this.$appdata.getParam('办理环节')) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')], // 流程节点
|
|
338
|
+
applyNatures: [{label: '全部', value: ''},{label: '工业', value: '工业'},{label: '商业', value: '商业'},{label: '散户', value: '散户'},{label: '小区', value: '小区'},{label: '分户挂表', value: '分户挂表'}], // 报建性质
|
|
339
|
+
save_states: [{label: '全部', value: ''},{label: '已完成', value: '已完成'},{label: '已退回', value: '已退回'}], // 报建性质
|
|
340
|
+
designerPeoples: this.getDesigner(),
|
|
341
|
+
UserList:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户分类')],
|
|
342
|
+
UserType:[{label: '全部', value: ''}, {label: '普通用户', value: '普通用户'}, {label: '煤改用户', value: '煤改用户'}],
|
|
343
|
+
// dateType: [{label: '默认', value: ''}, ...this.$appdata.getParam('日期类型')],
|
|
344
|
+
criteriaShow: false,
|
|
345
|
+
sources:[{label: '微信公众号', value: '微信公众号'},{label: '线下发起', value: '线下发起'}],
|
|
346
|
+
getfield: {
|
|
347
|
+
'f_apply_num': ' 工 程 编 号 ',
|
|
348
|
+
'f_user_name': ' 客 户 名 称 ',
|
|
349
|
+
'f_contact': ' 联 系 人 ',
|
|
350
|
+
'f_phone': ' 电 话 ',
|
|
351
|
+
'f_user_type': ' 用户类型 ',
|
|
352
|
+
'f_user_classification': ' 用户分类 ',
|
|
353
|
+
'f_address': ' 地 址 ',
|
|
354
|
+
'f_apply_type': ' 报 建 类 型 ',
|
|
355
|
+
'f_apply_nature': ' 报 建 性 质 ',
|
|
356
|
+
'defname': ' 办 理 环 节 ',
|
|
357
|
+
'f_install_count': ' 安装户数 ',
|
|
358
|
+
'f_designer_people':' 设计人员 '
|
|
216
359
|
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
ready () {
|
|
363
|
+
// 调用查询
|
|
364
|
+
this.search()
|
|
365
|
+
},
|
|
366
|
+
methods: {
|
|
367
|
+
// 点击操作
|
|
368
|
+
click (val) {
|
|
369
|
+
this.$dispatch('apply', val)
|
|
217
370
|
},
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
371
|
+
// 获取流程id
|
|
372
|
+
async getProcessId(processname) {
|
|
373
|
+
let data = {
|
|
374
|
+
workname: processname
|
|
375
|
+
}
|
|
376
|
+
let http = new HttpResetClass()
|
|
377
|
+
let res = await http.load(
|
|
378
|
+
'POST',
|
|
379
|
+
'rs/logic/getProcessId',
|
|
380
|
+
{data: data},
|
|
381
|
+
{resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
|
|
382
|
+
)
|
|
383
|
+
|
|
384
|
+
return res.data
|
|
221
385
|
},
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
386
|
+
// 报装申请
|
|
387
|
+
async apply () {
|
|
388
|
+
if (this.applyType === '' || this.applyType === null) {
|
|
389
|
+
this.$showAlert('请选择需要发起的类型', 'warning', 3000)
|
|
390
|
+
return
|
|
391
|
+
}
|
|
392
|
+
let data = {
|
|
393
|
+
f_apply_type: this.applyType
|
|
394
|
+
}
|
|
395
|
+
if (this.getLoginDepartment){
|
|
396
|
+
if (this.applyType === '民用报建') {
|
|
397
|
+
data.processname = '民用报建流程'
|
|
398
|
+
data.defname = '报装申请'
|
|
399
|
+
} else if (this.applyType === '非民用报建') {
|
|
400
|
+
data.processname = '非民用报建流程'
|
|
401
|
+
data.defname = '报装申请'
|
|
402
|
+
} else if (this.applyType === '分户挂表') {
|
|
403
|
+
data.processname = '分户挂表报建流程'
|
|
404
|
+
data.defname = '报装申请'
|
|
405
|
+
} else if (this.applyType === '设备变更') {
|
|
406
|
+
data.processname = '设备变更流程'
|
|
407
|
+
data.defname = '报装申请'
|
|
408
|
+
} else if (this.applyType === '设备拆除') {
|
|
409
|
+
data.processname = '设备拆除流程'
|
|
410
|
+
data.defname = '报装申请'
|
|
241
411
|
} else {
|
|
242
|
-
this
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
// 获取流程id
|
|
246
|
-
async getProcessId(processname) {
|
|
247
|
-
let http = new HttpResetClass()
|
|
248
|
-
let data = {
|
|
249
|
-
workname: processname
|
|
250
|
-
}
|
|
251
|
-
let res = await http.load('POST', 'rs/logic/getProcessId', {data: data}, {resolveMsg: null, rejectMsg: null})
|
|
252
|
-
|
|
253
|
-
return res.data
|
|
254
|
-
},
|
|
255
|
-
// 报装申请
|
|
256
|
-
async apply () {
|
|
257
|
-
if (this.f_apply_type === '' || this.f_apply_type === null) {
|
|
258
|
-
this.$showAlert('请选择需要发起的类型', 'warning', 3000)
|
|
412
|
+
this.$showMessage('您没有权限办理此业务,或者暂无此类报装')
|
|
259
413
|
return
|
|
260
414
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
} else if (this.f_apply_type === '工商户报装') {
|
|
268
|
-
val.defname = '报装申请'
|
|
269
|
-
val.processname = '工商户报建流程'
|
|
270
|
-
} else if (this.f_apply_type === '商业户报建') {
|
|
271
|
-
val.defname = '报装申请'
|
|
272
|
-
val.processname = '工商户报建流程'
|
|
273
|
-
} else if (this.f_apply_type === '散户集体报装') {
|
|
274
|
-
val.defname = '报装申请'
|
|
275
|
-
val.processname = '散户集体报建流程'
|
|
276
|
-
} else if (this.f_apply_type === '开发商集体报装') {
|
|
277
|
-
val.defname = '报装申请'
|
|
278
|
-
val.processname = '开发商集体报建流程'
|
|
279
|
-
} else if (this.f_apply_type === '煤改气报建') {
|
|
280
|
-
val.defname = '报装申请'
|
|
281
|
-
val.processname = '散户集体报建流程'
|
|
282
|
-
} else {
|
|
283
|
-
this.$showMessage('暂无此类报装')
|
|
415
|
+
}else if (this.$login.f.rolesnames.includes('工程部派工')){
|
|
416
|
+
if (this.applyType === '改线业务') {
|
|
417
|
+
data.processname = '改线业务流程'
|
|
418
|
+
data.defname = '报装申请'
|
|
419
|
+
} else {
|
|
420
|
+
this.$showMessage('您没有权限办理此业务,或者暂无此类报装')
|
|
284
421
|
return
|
|
285
422
|
}
|
|
423
|
+
} else {
|
|
424
|
+
this.$showMessage('您没有权限办理此业务,或者暂无此类报装')
|
|
425
|
+
return
|
|
426
|
+
}
|
|
286
427
|
|
|
287
|
-
|
|
288
|
-
|
|
428
|
+
data.f_sub_state = "新增"
|
|
429
|
+
data.f_apply_source = "线下发起"
|
|
430
|
+
data.f_process_id = await this.getProcessId(data.processname)
|
|
289
431
|
|
|
290
|
-
|
|
291
|
-
|
|
432
|
+
// 调用ExplorationUser事件
|
|
433
|
+
this.$dispatch('apply', data)
|
|
292
434
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
435
|
+
this.applyType = null
|
|
436
|
+
this.showModal = false
|
|
437
|
+
},
|
|
438
|
+
loadPage () {
|
|
439
|
+
this.$dispatch('loadPage')
|
|
440
|
+
},
|
|
441
|
+
searchCondition (args) {
|
|
442
|
+
args.condition = args.condition
|
|
443
|
+
if (args.condition.includes('民用报建')) {
|
|
444
|
+
args.condition = args.condition.replace('f_apply_type = \'民用报建\'', '(f_apply_type = \'民用报建\' or f_apply_type = \'分户挂表\')');
|
|
299
445
|
}
|
|
446
|
+
// if (this.$login.f.rolesnames.includes('工程队派工')){
|
|
447
|
+
args.condition = args.condition + ` and ((f_construction_unit = ${this.$login.f.id} and act.defname = '工程队派工' )or act.defname <> '工程队派工')`
|
|
448
|
+
// }
|
|
449
|
+
console.log("args.condition",args.condition)
|
|
450
|
+
this.model.search(args.condition, args.model)
|
|
451
|
+
|
|
452
|
+
console.log("当前数据",this.model)
|
|
300
453
|
},
|
|
301
|
-
|
|
454
|
+
search () {
|
|
455
|
+
this.$dispatch('search')
|
|
302
456
|
},
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
457
|
+
async applyTypeChange () {
|
|
458
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
459
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
460
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
461
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
462
|
+
)
|
|
463
|
+
|
|
464
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
465
|
+
|
|
466
|
+
// this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
|
|
467
|
+
} else {
|
|
468
|
+
this.defnames = isEmpty(this.$appdata.getParam('办理环节')) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')]
|
|
469
|
+
|
|
470
|
+
// this.applyNatures = isEmpty(this.$appdata.getParam('报建性质')) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam('报建性质')] // 报建性质
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
async getDesigner() {
|
|
474
|
+
let data = {
|
|
475
|
+
source: 'this.getParentByType($organization$).getChildByName($设计人员$).getChildren()',
|
|
476
|
+
userid: this.$login.f.id
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
let res = await this.$resetpost(
|
|
480
|
+
'rs/search',
|
|
481
|
+
{data: data},
|
|
482
|
+
{resolveMsg: null, rejectMsg: '设计人员人员查询失败!!!'}
|
|
483
|
+
)
|
|
484
|
+
console.log("ces",res.data.map(item => {
|
|
485
|
+
return {
|
|
486
|
+
label: item.name,
|
|
487
|
+
value: item.name
|
|
488
|
+
}
|
|
489
|
+
}))
|
|
490
|
+
this.designerPeoples = res.data.map(item => {
|
|
491
|
+
return {
|
|
492
|
+
label: item.name,
|
|
493
|
+
value: item.name
|
|
494
|
+
}
|
|
495
|
+
})
|
|
496
|
+
},
|
|
497
|
+
clear () {
|
|
498
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
499
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
500
|
+
})
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
computed: {
|
|
504
|
+
projectStart () {
|
|
505
|
+
return this.$login.r.includes('报建发起')
|
|
506
|
+
},
|
|
507
|
+
getLoginDepartment(){
|
|
508
|
+
return this.$login.f.rolesnames.includes('市场部报装')
|
|
509
|
+
},
|
|
510
|
+
getCondition () {
|
|
511
|
+
return {
|
|
512
|
+
condition: this.$refs.cp.$refs.cri.condition,
|
|
513
|
+
data: {
|
|
514
|
+
userid: this.$login.f.id,
|
|
515
|
+
f_filiale: this.$login.f.f_fengongsi
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
watch: {
|
|
521
|
+
'model.rows': {
|
|
522
|
+
handler: function () {
|
|
523
|
+
let isover = [] // 过期(超时)数据
|
|
524
|
+
let isbeforeover = [] // 未过期 提前提醒
|
|
525
|
+
for (let i = 0; i < this.model.rows.length; i++) {
|
|
526
|
+
let item = this.model.rows[i]
|
|
527
|
+
if (item.isover === '过期') {
|
|
528
|
+
isover.push(i + 1)
|
|
316
529
|
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
msg = `第${isover.toString()}条数据已过期`
|
|
320
|
-
this.$showAlert(msg, 'warning', 3000)
|
|
530
|
+
if (item.isbeforeover === '预期提醒') {
|
|
531
|
+
isbeforeover.push(i + 1)
|
|
321
532
|
}
|
|
533
|
+
}
|
|
534
|
+
let msg = null
|
|
535
|
+
if (isover.length > 0) {
|
|
536
|
+
msg = `第${isover.toString()}条数据已过期`
|
|
537
|
+
this.$showAlert(msg, 'warning', 3000)
|
|
538
|
+
}
|
|
322
539
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
this.$showAlert(msg, 'warning', 3000)
|
|
328
|
-
}, 4000)
|
|
329
|
-
} else {
|
|
540
|
+
if (isbeforeover.length > 0) {
|
|
541
|
+
msg = `第${isbeforeover.toString()}条数据即将过期`
|
|
542
|
+
if (isover.length > 0) {
|
|
543
|
+
setTimeout(() => {
|
|
330
544
|
this.$showAlert(msg, 'warning', 3000)
|
|
331
|
-
}
|
|
545
|
+
}, 4000)
|
|
546
|
+
} else {
|
|
547
|
+
this.$showAlert(msg, 'warning', 3000)
|
|
332
548
|
}
|
|
333
549
|
}
|
|
334
550
|
}
|
|
335
551
|
}
|
|
552
|
+
},
|
|
553
|
+
events: {
|
|
336
554
|
}
|
|
555
|
+
}
|
|
337
556
|
</script>
|
|
338
557
|
<style scoped>
|
|
339
558
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
559
|
+
.p1 {
|
|
560
|
+
color: #dc0b12;
|
|
561
|
+
font-weight:bold
|
|
562
|
+
}
|
|
563
|
+
.p {
|
|
564
|
+
color: #ffaf4f;
|
|
565
|
+
}
|
|
347
566
|
</style>
|