safecheck-client 3.0.39-7 → 3.0.39-70
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/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/android.html +18 -18
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/docs/AppBase.md +22 -22
- package/docs/Busy.md +14 -14
- package/docs/CriteriaPaged.md +47 -47
- package/docs/DataGrid.md +54 -54
- package/docs/DataModel.md +22 -22
- package/docs/Dynamic.md +42 -42
- package/docs/GetParams.md +11 -11
- package/docs/HttpBusy.md +13 -13
- package/docs/HttpStore.md +29 -29
- package/docs/MessageBox.md +28 -28
- package/docs/PagedList.md +29 -29
- package/docs/Pager.md +21 -21
- package/docs/Project.md +23 -23
- package/docs/Route.md +105 -105
- package/docs/SafetyCheck/AdjustPlan.md +13 -13
- package/docs/SafetyCheck/CheckerPlan.md +12 -12
- package/docs/Task.md +46 -46
- package/docs/TreeList.md +28 -28
- package/docs/TreeMixin.md +18 -18
- package/docs/all.md +10 -10
- package/docs/list.md +42 -42
- package/docs/partial.md +75 -75
- package/docs/selector.md +82 -82
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
- package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
- package/examples/AddressList/App.vue +13 -13
- package/examples/AddressList/index.html +11 -11
- package/examples/DispatchList/App.vue +10 -10
- package/examples/DispatchList/BaseTree.vue +13 -13
- package/examples/DispatchList/Init.vue +22 -22
- package/examples/DispatchList/Test.vue +20 -20
- package/examples/DispatchList/index.html +11 -11
- package/examples/DispatchList/main.js +18 -18
- package/home.html +16 -16
- package/package.json +5 -5
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/App.vue +31 -26
- package/src/Widget.vue +13 -13
- package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/android-bootstrap/less/.csscomb.json +304 -304
- package/src/android-bootstrap/less/.csslintrc +19 -19
- package/src/android-bootstrap/less/alerts.less +73 -73
- package/src/android-bootstrap/less/badges.less +66 -66
- package/src/android-bootstrap/less/bootstrap.less +56 -56
- package/src/android-bootstrap/less/breadcrumbs.less +26 -26
- package/src/android-bootstrap/less/button-groups.less +247 -247
- package/src/android-bootstrap/less/buttons.less +173 -173
- package/src/android-bootstrap/less/carousel.less +269 -269
- package/src/android-bootstrap/less/close.less +34 -34
- package/src/android-bootstrap/less/code.less +69 -69
- package/src/android-bootstrap/less/component-animations.less +33 -33
- package/src/android-bootstrap/less/grid.less +84 -84
- package/src/android-bootstrap/less/input-groups.less +167 -167
- package/src/android-bootstrap/less/jumbotron.less +52 -52
- package/src/android-bootstrap/less/labels.less +64 -64
- package/src/android-bootstrap/less/list-group.less +141 -141
- package/src/android-bootstrap/less/media.less +66 -66
- package/src/android-bootstrap/less/mixins/alerts.less +14 -14
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
- package/src/android-bootstrap/less/mixins/buttons.less +69 -69
- package/src/android-bootstrap/less/mixins/center-block.less +7 -7
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
- package/src/android-bootstrap/less/mixins/forms.less +90 -90
- package/src/android-bootstrap/less/mixins/gradients.less +59 -59
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/android-bootstrap/less/mixins/grid.less +122 -122
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
- package/src/android-bootstrap/less/mixins/image.less +33 -33
- package/src/android-bootstrap/less/mixins/labels.less +12 -12
- package/src/android-bootstrap/less/mixins/list-group.less +30 -30
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/android-bootstrap/less/mixins/opacity.less +8 -8
- package/src/android-bootstrap/less/mixins/pagination.less +24 -24
- package/src/android-bootstrap/less/mixins/panels.less +24 -24
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
- package/src/android-bootstrap/less/mixins/resize.less +6 -6
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/android-bootstrap/less/mixins/size.less +10 -10
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/android-bootstrap/less/mixins/table-row.less +44 -44
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/android-bootstrap/less/mixins.less +40 -40
- package/src/android-bootstrap/less/modals.less +151 -151
- package/src/android-bootstrap/less/navbar.less +660 -660
- package/src/android-bootstrap/less/navs.less +290 -290
- package/src/android-bootstrap/less/normalize.less +424 -424
- package/src/android-bootstrap/less/pager.less +76 -76
- package/src/android-bootstrap/less/pagination.less +89 -89
- package/src/android-bootstrap/less/panels.less +274 -274
- package/src/android-bootstrap/less/popovers.less +131 -131
- package/src/android-bootstrap/less/print.less +101 -101
- package/src/android-bootstrap/less/progress-bars.less +87 -87
- package/src/android-bootstrap/less/responsive-embed.less +35 -35
- package/src/android-bootstrap/less/responsive-utilities.less +194 -194
- package/src/android-bootstrap/less/scaffolding.less +161 -161
- package/src/android-bootstrap/less/tables.less +262 -262
- package/src/android-bootstrap/less/theme.less +291 -291
- package/src/android-bootstrap/less/thumbnails.less +36 -36
- package/src/android-bootstrap/less/tooltip.less +102 -102
- package/src/android-bootstrap/less/type.less +303 -303
- package/src/android-bootstrap/less/utilities.less +55 -55
- package/src/android-bootstrap/less/variables.less +896 -896
- package/src/android-bootstrap/less/wells.less +29 -29
- package/src/assets//345/256/232/344/275/215.png +0 -0
- package/src/bootstrap/less/.csscomb.json +304 -304
- package/src/bootstrap/less/.csslintrc +19 -19
- package/src/bootstrap/less/alerts.less +73 -73
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/breadcrumbs.less +26 -26
- package/src/bootstrap/less/button-groups.less +247 -247
- package/src/bootstrap/less/buttons.less +172 -172
- package/src/bootstrap/less/carousel.less +269 -269
- package/src/bootstrap/less/close.less +34 -34
- package/src/bootstrap/less/code.less +69 -69
- package/src/bootstrap/less/component-animations.less +33 -33
- package/src/bootstrap/less/dropdowns.less +216 -216
- package/src/bootstrap/less/grid.less +84 -84
- package/src/bootstrap/less/input-groups.less +167 -167
- package/src/bootstrap/less/jumbotron.less +52 -52
- package/src/bootstrap/less/labels.less +64 -64
- package/src/bootstrap/less/list-group.less +141 -141
- package/src/bootstrap/less/media.less +66 -66
- package/src/bootstrap/less/mixins/alerts.less +14 -14
- package/src/bootstrap/less/mixins/background-variant.less +9 -9
- package/src/bootstrap/less/mixins/border-radius.less +18 -18
- package/src/bootstrap/less/mixins/buttons.less +69 -69
- package/src/bootstrap/less/mixins/center-block.less +7 -7
- package/src/bootstrap/less/mixins/clearfix.less +22 -22
- package/src/bootstrap/less/mixins/forms.less +90 -90
- package/src/bootstrap/less/mixins/gradients.less +59 -59
- package/src/bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/bootstrap/less/mixins/grid.less +122 -122
- package/src/bootstrap/less/mixins/hide-text.less +21 -21
- package/src/bootstrap/less/mixins/image.less +33 -33
- package/src/bootstrap/less/mixins/labels.less +12 -12
- package/src/bootstrap/less/mixins/list-group.less +30 -30
- package/src/bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/bootstrap/less/mixins/opacity.less +8 -8
- package/src/bootstrap/less/mixins/pagination.less +24 -24
- package/src/bootstrap/less/mixins/panels.less +24 -24
- package/src/bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/bootstrap/less/mixins/reset-text.less +18 -18
- package/src/bootstrap/less/mixins/resize.less +6 -6
- package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/bootstrap/less/mixins/size.less +10 -10
- package/src/bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/bootstrap/less/mixins/table-row.less +44 -44
- package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/bootstrap/less/mixins.less +40 -40
- package/src/bootstrap/less/modals.less +151 -151
- package/src/bootstrap/less/navbar.less +660 -660
- package/src/bootstrap/less/normalize.less +424 -424
- package/src/bootstrap/less/pagination.less +89 -89
- package/src/bootstrap/less/panels.less +275 -275
- package/src/bootstrap/less/popovers.less +131 -131
- package/src/bootstrap/less/print.less +101 -101
- package/src/bootstrap/less/progress-bars.less +87 -87
- package/src/bootstrap/less/responsive-embed.less +35 -35
- package/src/bootstrap/less/responsive-utilities.less +194 -194
- package/src/bootstrap/less/scaffolding.less +161 -161
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/thumbnails.less +36 -36
- package/src/bootstrap/less/tooltip.less +102 -102
- package/src/bootstrap/less/type.less +303 -303
- package/src/bootstrap/less/utilities.less +55 -55
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/FileUpload.vue +696 -696
- package/src/components/Hello.vue +39 -39
- package/src/components/LeftTree.vue +27 -27
- package/src/components/android/AndroidDefectDeal.vue +2 -2
- package/src/components/android/AttendanceTally.vue +116 -116
- package/src/components/android/Blank.vue +10 -10
- package/src/components/android/CheckUnplanPage.vue +56 -56
- package/src/components/android/Checker.vue +12 -12
- package/src/components/android/CheckerAnnual.vue +81 -81
- package/src/components/android/CheckerAvarta.vue +82 -82
- package/src/components/android/EquipmentInspection.vue +348 -348
- package/src/components/android/FootprintMap.vue +120 -120
- package/src/components/android/HiddentroubleInvestigation.vue +192 -192
- package/src/components/android/MasterMain.vue +77 -77
- package/src/components/android/Menu.vue +132 -132
- package/src/components/android/NewCheckpaperAndroid.vue +2 -2
- package/src/components/android/PaperAlarm.vue +85 -85
- package/src/components/android/PaperDeviceNoncivil.vue +214 -214
- package/src/components/android/PlumberAnnual.vue +83 -83
- package/src/components/android/PlumberAnnualDetail.vue +65 -65
- package/src/components/android/PlumberMonthly.vue +84 -84
- package/src/components/android/PostMap.vue +83 -83
- package/src/components/android/QueryCheckHistory.vue +122 -122
- package/src/components/android/QueryCheckHistoryItem.vue +62 -62
- package/src/components/android/RepairMain.vue +60 -60
- package/src/components/android/Repairman.vue +12 -12
- package/src/components/android/SafecheckOrderV.vue +2291 -2291
- package/src/components/android/StationMaster.vue +12 -12
- package/src/components/android/rejectInspecCheck.vue +322 -0
- package/src/components/defects/DefectModal.vue +101 -101
- package/src/components/defects/DevicesAndItem.vue +39 -39
- package/src/components/issueplan/IssuePlanMain.vue +23 -23
- package/src/components/notice/NoticeForm.vue +100 -100
- package/src/components/notice/NoticeIssue.vue +20 -20
- package/src/components/paper/PicViewer.vue +18 -18
- package/src/components/pc/AddPlanItemYyChange.vue +5 -1
- package/src/components/pc/NewCheckpaper.vue +108 -14
- package/src/components/pc/PaperDefectMain.vue +1 -1
- package/src/components/pc/RoleSelector.vue +172 -172
- package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
- package/src/components/phonestate/MonthlyTraffic.vue +66 -66
- package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
- package/src/components/phonestate/PostMap.vue +82 -82
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/rongcheng/AddPlanItem.vue +344 -344
- package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
- package/src/components/rongcheng/PaperDefectMain.vue +828 -828
- package/src/components/rongcheng/PaperStatem.vue +6 -6
- package/src/components/rongcheng/PhoneUpUserinfo.vue +1 -0
- package/src/components/userfile/MeterFile.vue +145 -145
- package/src/components/userfile/MeterModify.vue +46 -46
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/filiale/BFshiye/android/AndroidDefectDeal.vue +652 -0
- package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
- package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +2 -8
- package/src/filiale/BFshiye/pc/DefectListNew.vue +637 -0
- package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
- package/src/filiale/BFshiye/pc.js +17 -16
- package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -0
- package/src/filiale/baiyin/android.js +12 -11
- package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
- package/src/filiale/bayan/pc/SelectAreaReport.vue +1 -0
- package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
- package/src/filiale/dexin/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -1
- package/src/filiale/dexin/pc/PaperList.vue +840 -840
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
- package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
- package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
- package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +182 -144
- package/src/filiale/jinhuang/android.js +2 -1
- package/src/filiale/kelai/android/PaperFeedback.vue +1384 -1370
- package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/kelai/pc/PaperList.vue +13 -0
- package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
- package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +4 -6
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +2 -3
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1357 -1270
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -800
- package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
- package/src/filiale/rongchuang/android/AddPlanItemVisitingWithoutMeeting.vue +454 -0
- package/src/filiale/rongchuang/android/AddPlanItemYy.vue +498 -0
- package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +3 -2
- package/src/filiale/rongchuang/android.js +3 -0
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +13 -1
- package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
- package/src/filiale/rongchuang/pc.js +18 -17
- package/src/filiale/shanxian/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +532 -498
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1340 -1343
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +909 -885
- package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
- package/src/filiale/tongchuan/pc/CheckPlanCountChartAreaByWangGeYuan.vue +137 -0
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
- package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
- package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
- package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
- package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
- package/src/filiale/tongchuan/pc.js +3 -0
- package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
- package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
- package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
- package/src/filiale/wenxi/pc/PaperList.vue +9 -3
- package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +12 -8
- package/src/filiale/yangchunboneng/android/AndiroidSecurityAudit.vue +2 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
- package/src/filiale/yangchunboneng/android.js +21 -21
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
- package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
- package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
- package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +33 -33
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/rongcheng.js +319 -319
- package/src/safecheck-android.js +316 -315
- package/src/stores/wxconfig.js +10 -10
- package/src/utils/getNowDate.js +33 -33
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/TestUtil.js +62 -62
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
- package/yarn-error.log +0 -140
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex">
|
|
3
|
-
<section>
|
|
4
|
-
<div class="flex-row">
|
|
5
|
-
<div class="over col-md-6">
|
|
6
|
-
<issue-plan-query v-ref:query ></issue-plan-query>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="span-row over col-md-6">
|
|
9
|
-
<issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
</section>
|
|
13
|
-
</div>
|
|
14
|
-
</template>
|
|
15
|
-
<script>
|
|
16
|
-
import IssuePlanAction from './IssuePlanAction'
|
|
17
|
-
import IssuePlanQuery from './IssuePlanQuery'
|
|
18
|
-
export default {
|
|
19
|
-
title: '下发计划',
|
|
20
|
-
props: ['f'],
|
|
21
|
-
components: { IssuePlanAction, IssuePlanQuery }
|
|
22
|
-
}
|
|
23
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex">
|
|
3
|
+
<section>
|
|
4
|
+
<div class="flex-row">
|
|
5
|
+
<div class="over col-md-6">
|
|
6
|
+
<issue-plan-query v-ref:query ></issue-plan-query>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="span-row over col-md-6">
|
|
9
|
+
<issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
</section>
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
<script>
|
|
16
|
+
import IssuePlanAction from './IssuePlanAction'
|
|
17
|
+
import IssuePlanQuery from './IssuePlanQuery'
|
|
18
|
+
export default {
|
|
19
|
+
title: '下发计划',
|
|
20
|
+
props: ['f'],
|
|
21
|
+
components: { IssuePlanAction, IssuePlanQuery }
|
|
22
|
+
}
|
|
23
|
+
</script>
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<validator name='v'>
|
|
4
|
-
<form novalidate class="form-horizontal">
|
|
5
|
-
<div class="form-group">
|
|
6
|
-
<label class="col-sm-2 control-lable">标题:</label>
|
|
7
|
-
<div class="col-sm-8">
|
|
8
|
-
<input class="form-control" type="text" v-model="notice.f_title" v-validate:f_title='{ required: true }' />
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
<div class="form-group">
|
|
12
|
-
<label class="col-sm-2 control-lable">内容:</label>
|
|
13
|
-
<div class="col-sm-8">
|
|
14
|
-
<textarea class="form-control" type="text" v-model="notice.f_content" v-validate:f_content='{ required: true }'></textarea>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="form-group">
|
|
18
|
-
<label class="col-sm-2 control-lable">时间:</label>
|
|
19
|
-
<div class="col-sm-8">
|
|
20
|
-
<input readonly='readonly' class="form-control" type="text" v-model="notice.f_time"/>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="form-group">
|
|
24
|
-
<label class="col-sm-2 control-lable">分公司:</label>
|
|
25
|
-
<div class="col-sm-8">
|
|
26
|
-
<v-select :value.sync="notice.f_subcompany" :options='$parent.$refs.query.f_divisions' placeholder='请选择子公司'
|
|
27
|
-
close-on-select clear-button></v-select>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="form-group col-sm-10 text-right">
|
|
31
|
-
<button type="button" class="btn btn-success width-80" @click="save" v-if="$v.valid">保存</button>
|
|
32
|
-
<button type="button" class="btn btn-success width-80" @click="anew">新建</button>
|
|
33
|
-
<button type="button" class="btn btn-success width-80" @click="delete" v-if="$v.valid">删除</button>
|
|
34
|
-
</div>
|
|
35
|
-
</form>
|
|
36
|
-
</validator>
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<script>
|
|
42
|
-
import * as Util from '../Util'
|
|
43
|
-
import co from 'co'
|
|
44
|
-
import Vue from 'vue'
|
|
45
|
-
|
|
46
|
-
let syncSave = function * (self) {
|
|
47
|
-
self.notice.f_subcompany = self.$parent.$refs.query.f_divisions[0].value
|
|
48
|
-
yield self.$resetpost('rs/entity/t_notice', self.notice)
|
|
49
|
-
self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
let syncDelete = function * (self) {
|
|
53
|
-
yield self.$remove('rs/entity/t_notice/', {id:self.notice.id })
|
|
54
|
-
self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export default {
|
|
58
|
-
title: '公告表单',
|
|
59
|
-
props: ['notice'],
|
|
60
|
-
computed: {
|
|
61
|
-
f_division: {
|
|
62
|
-
get() {
|
|
63
|
-
if (!this.notice || !this.notice.f_subcompany)
|
|
64
|
-
return Vue.f_subcompany
|
|
65
|
-
else
|
|
66
|
-
return [this.notice.f_subcompany]
|
|
67
|
-
},
|
|
68
|
-
set(val) {
|
|
69
|
-
this.notice.f_subcompany = val[0]
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
methods: {
|
|
74
|
-
save() {
|
|
75
|
-
if (!this.notice) {
|
|
76
|
-
alert('请选择一个通知。')
|
|
77
|
-
return
|
|
78
|
-
}
|
|
79
|
-
if (!this.notice.id) {
|
|
80
|
-
this.$set('notice.f_time', Util.toStandardTimeString())
|
|
81
|
-
}
|
|
82
|
-
let gen = syncSave(this)
|
|
83
|
-
return co(gen)
|
|
84
|
-
},
|
|
85
|
-
anew() {
|
|
86
|
-
this.notice = {}
|
|
87
|
-
this.$set('notice.f_time', Util.toStandardTimeString())
|
|
88
|
-
},
|
|
89
|
-
delete() {
|
|
90
|
-
if (!this.notice) {
|
|
91
|
-
alert('请选择一个通知。')
|
|
92
|
-
return
|
|
93
|
-
}
|
|
94
|
-
let gen = syncDelete(this)
|
|
95
|
-
return co(gen)
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<validator name='v'>
|
|
4
|
+
<form novalidate class="form-horizontal">
|
|
5
|
+
<div class="form-group">
|
|
6
|
+
<label class="col-sm-2 control-lable">标题:</label>
|
|
7
|
+
<div class="col-sm-8">
|
|
8
|
+
<input class="form-control" type="text" v-model="notice.f_title" v-validate:f_title='{ required: true }' />
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="form-group">
|
|
12
|
+
<label class="col-sm-2 control-lable">内容:</label>
|
|
13
|
+
<div class="col-sm-8">
|
|
14
|
+
<textarea class="form-control" type="text" v-model="notice.f_content" v-validate:f_content='{ required: true }'></textarea>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="form-group">
|
|
18
|
+
<label class="col-sm-2 control-lable">时间:</label>
|
|
19
|
+
<div class="col-sm-8">
|
|
20
|
+
<input readonly='readonly' class="form-control" type="text" v-model="notice.f_time"/>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group">
|
|
24
|
+
<label class="col-sm-2 control-lable">分公司:</label>
|
|
25
|
+
<div class="col-sm-8">
|
|
26
|
+
<v-select :value.sync="notice.f_subcompany" :options='$parent.$refs.query.f_divisions' placeholder='请选择子公司'
|
|
27
|
+
close-on-select clear-button></v-select>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="form-group col-sm-10 text-right">
|
|
31
|
+
<button type="button" class="btn btn-success width-80" @click="save" v-if="$v.valid">保存</button>
|
|
32
|
+
<button type="button" class="btn btn-success width-80" @click="anew">新建</button>
|
|
33
|
+
<button type="button" class="btn btn-success width-80" @click="delete" v-if="$v.valid">删除</button>
|
|
34
|
+
</div>
|
|
35
|
+
</form>
|
|
36
|
+
</validator>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<script>
|
|
42
|
+
import * as Util from '../Util'
|
|
43
|
+
import co from 'co'
|
|
44
|
+
import Vue from 'vue'
|
|
45
|
+
|
|
46
|
+
let syncSave = function * (self) {
|
|
47
|
+
self.notice.f_subcompany = self.$parent.$refs.query.f_divisions[0].value
|
|
48
|
+
yield self.$resetpost('rs/entity/t_notice', self.notice)
|
|
49
|
+
self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
let syncDelete = function * (self) {
|
|
53
|
+
yield self.$remove('rs/entity/t_notice/', {id:self.notice.id })
|
|
54
|
+
self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export default {
|
|
58
|
+
title: '公告表单',
|
|
59
|
+
props: ['notice'],
|
|
60
|
+
computed: {
|
|
61
|
+
f_division: {
|
|
62
|
+
get() {
|
|
63
|
+
if (!this.notice || !this.notice.f_subcompany)
|
|
64
|
+
return Vue.f_subcompany
|
|
65
|
+
else
|
|
66
|
+
return [this.notice.f_subcompany]
|
|
67
|
+
},
|
|
68
|
+
set(val) {
|
|
69
|
+
this.notice.f_subcompany = val[0]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
methods: {
|
|
74
|
+
save() {
|
|
75
|
+
if (!this.notice) {
|
|
76
|
+
alert('请选择一个通知。')
|
|
77
|
+
return
|
|
78
|
+
}
|
|
79
|
+
if (!this.notice.id) {
|
|
80
|
+
this.$set('notice.f_time', Util.toStandardTimeString())
|
|
81
|
+
}
|
|
82
|
+
let gen = syncSave(this)
|
|
83
|
+
return co(gen)
|
|
84
|
+
},
|
|
85
|
+
anew() {
|
|
86
|
+
this.notice = {}
|
|
87
|
+
this.$set('notice.f_time', Util.toStandardTimeString())
|
|
88
|
+
},
|
|
89
|
+
delete() {
|
|
90
|
+
if (!this.notice) {
|
|
91
|
+
alert('请选择一个通知。')
|
|
92
|
+
return
|
|
93
|
+
}
|
|
94
|
+
let gen = syncDelete(this)
|
|
95
|
+
return co(gen)
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
</script>
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex">
|
|
3
|
-
<section>
|
|
4
|
-
<div class="flex-row">
|
|
5
|
-
<div class="over col-md-6">
|
|
6
|
-
<notice-query v-ref:query></notice-query>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="span-row over col-md-6">
|
|
9
|
-
<notice-form :notice='$refs.query.selected'></notice-form>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
</section>
|
|
13
|
-
</div>
|
|
14
|
-
</template>
|
|
15
|
-
|
|
16
|
-
<script>
|
|
17
|
-
export default {
|
|
18
|
-
title: '通知管理'
|
|
19
|
-
}
|
|
20
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex">
|
|
3
|
+
<section>
|
|
4
|
+
<div class="flex-row">
|
|
5
|
+
<div class="over col-md-6">
|
|
6
|
+
<notice-query v-ref:query></notice-query>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="span-row over col-md-6">
|
|
9
|
+
<notice-form :notice='$refs.query.selected'></notice-form>
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
</section>
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script>
|
|
17
|
+
export default {
|
|
18
|
+
title: '通知管理'
|
|
19
|
+
}
|
|
20
|
+
</script>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<a href="#" class="btn btn-primary" @click="this.$back('items')" width="800" height="600"><<</a>
|
|
4
|
-
<img :src="pic_path">
|
|
5
|
-
</div>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
export default {
|
|
10
|
-
title: '图片浏览',
|
|
11
|
-
props: ['pic_path'],
|
|
12
|
-
data() {
|
|
13
|
-
return {
|
|
14
|
-
pic_path : this.pic_path
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<a href="#" class="btn btn-primary" @click="this.$back('items')" width="800" height="600"><<</a>
|
|
4
|
+
<img :src="pic_path">
|
|
5
|
+
</div>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
<script>
|
|
9
|
+
export default {
|
|
10
|
+
title: '图片浏览',
|
|
11
|
+
props: ['pic_path'],
|
|
12
|
+
data() {
|
|
13
|
+
return {
|
|
14
|
+
pic_path : this.pic_path
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
</script>
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
<th>
|
|
97
97
|
<nobr>安检员</nobr>
|
|
98
98
|
</th>
|
|
99
|
+
<th>
|
|
100
|
+
<nobr>派单员</nobr>
|
|
101
|
+
</th>
|
|
99
102
|
<th>
|
|
100
103
|
<nobr>备注</nobr>
|
|
101
104
|
</th>
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
<td style="text-align: center;white-space:nowrap;">{{ row.f_user_name }}</td>
|
|
110
113
|
<td style="text-align: center;white-space:nowrap;">{{ row.f_handler_time }}</td>
|
|
111
114
|
<td style="text-align: center;white-space:nowrap;">{{ row.f_handlercheck_name }}</td>
|
|
115
|
+
<td style="text-align: center;white-space:nowrap;">{{ row.f_operator }}</td>
|
|
112
116
|
<td style="text-align: center;white-space:nowrap;">{{ row.f_safe_remark }}</td>
|
|
113
117
|
</template>
|
|
114
118
|
</data-grid>
|
|
@@ -156,7 +160,7 @@ let select = function* (self) {
|
|
|
156
160
|
})
|
|
157
161
|
}
|
|
158
162
|
export default {
|
|
159
|
-
title: '
|
|
163
|
+
title: '预约安检',
|
|
160
164
|
data() {
|
|
161
165
|
let model = new PagedList('rs/sql/safe_singleTable_OrderBy', 20, {
|
|
162
166
|
items: "'*'",
|
|
@@ -202,17 +202,64 @@ div {
|
|
|
202
202
|
</tr>
|
|
203
203
|
<tr>
|
|
204
204
|
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
|
|
205
|
-
<td colspan="
|
|
205
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
206
206
|
{{ paperdata.f_entry_status }}
|
|
207
207
|
</td>
|
|
208
|
-
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%"
|
|
209
|
-
<button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()"
|
|
210
|
-
{{ dev.lname }}
|
|
211
|
-
查看{{ data.f_entry_status }}
|
|
212
|
-
</button-link
|
|
213
|
-
</td
|
|
208
|
+
<!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
|
|
209
|
+
<!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
|
|
210
|
+
<!-- {{ dev.lname }}-->
|
|
211
|
+
<!-- 查看{{ data.f_entry_status }}照片-->
|
|
212
|
+
<!-- </button-link>-->
|
|
213
|
+
<!-- </td>-->
|
|
214
|
+
</tr>
|
|
215
|
+
|
|
216
|
+
</tbody>
|
|
217
|
+
</table>
|
|
218
|
+
<table class="table table-striped table-bordered" style="margin-top: 35px"
|
|
219
|
+
v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
|
|
220
|
+
<thead>
|
|
221
|
+
<tr>
|
|
222
|
+
<th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
|
|
214
223
|
</tr>
|
|
224
|
+
</thead>
|
|
225
|
+
<tbody>
|
|
226
|
+
<tr>
|
|
227
|
+
<td style="margin: auto;text-align: center">
|
|
228
|
+
<div class="container" style="max-width: 550px;background: #FFFFFF">
|
|
215
229
|
|
|
230
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
|
|
231
|
+
<img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
|
|
232
|
+
width="150"
|
|
233
|
+
height="200"></img-self-plus>
|
|
234
|
+
</div>
|
|
235
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
|
|
236
|
+
<img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
|
|
237
|
+
width="150"
|
|
238
|
+
height="200"></img-self-plus>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
|
|
241
|
+
<img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
|
|
242
|
+
width="150"
|
|
243
|
+
height="200"></img-self-plus>
|
|
244
|
+
</div>
|
|
245
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
|
|
246
|
+
<img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
|
|
247
|
+
width="150"
|
|
248
|
+
height="200"></img-self-plus>
|
|
249
|
+
</div>
|
|
250
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
|
|
251
|
+
<img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
|
|
252
|
+
width="150"
|
|
253
|
+
height="200"></img-self-plus>
|
|
254
|
+
</div>
|
|
255
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
|
|
256
|
+
<img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
|
|
257
|
+
width="150"
|
|
258
|
+
height="200"></img-self-plus>
|
|
259
|
+
</div>
|
|
260
|
+
</div>
|
|
261
|
+
</td>
|
|
262
|
+
</tr>
|
|
216
263
|
</tbody>
|
|
217
264
|
</table>
|
|
218
265
|
<table class="table table-striped table-bordered" style="margin-top: 40px"
|
|
@@ -607,17 +654,64 @@ div {
|
|
|
607
654
|
</tr>
|
|
608
655
|
<tr>
|
|
609
656
|
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
|
|
610
|
-
<td colspan="
|
|
657
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
611
658
|
{{ paperdata.f_entry_status }}
|
|
612
659
|
</td>
|
|
613
|
-
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%"
|
|
614
|
-
<button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()"
|
|
615
|
-
{{ dev.lname }}
|
|
616
|
-
查看{{ data.f_entry_status }}
|
|
617
|
-
</button-link
|
|
618
|
-
</td
|
|
660
|
+
<!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
|
|
661
|
+
<!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
|
|
662
|
+
<!-- {{ dev.lname }}-->
|
|
663
|
+
<!-- 查看{{ data.f_entry_status }}照片-->
|
|
664
|
+
<!-- </button-link>-->
|
|
665
|
+
<!-- </td>-->
|
|
666
|
+
</tr>
|
|
667
|
+
|
|
668
|
+
</tbody>
|
|
669
|
+
</table>
|
|
670
|
+
<table class="table table-striped table-bordered" style="margin-top: 35px"
|
|
671
|
+
v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
|
|
672
|
+
<thead>
|
|
673
|
+
<tr>
|
|
674
|
+
<th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
|
|
619
675
|
</tr>
|
|
676
|
+
</thead>
|
|
677
|
+
<tbody>
|
|
678
|
+
<tr>
|
|
679
|
+
<td style="margin: auto;text-align: center">
|
|
680
|
+
<div class="container" style="max-width: 550px;background: #FFFFFF">
|
|
620
681
|
|
|
682
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
|
|
683
|
+
<img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
|
|
684
|
+
width="150"
|
|
685
|
+
height="200"></img-self-plus>
|
|
686
|
+
</div>
|
|
687
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
|
|
688
|
+
<img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
|
|
689
|
+
width="150"
|
|
690
|
+
height="200"></img-self-plus>
|
|
691
|
+
</div>
|
|
692
|
+
<div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
|
|
693
|
+
<img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
|
|
694
|
+
width="150"
|
|
695
|
+
height="200"></img-self-plus>
|
|
696
|
+
</div>
|
|
697
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
|
|
698
|
+
<img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
|
|
699
|
+
width="150"
|
|
700
|
+
height="200"></img-self-plus>
|
|
701
|
+
</div>
|
|
702
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
|
|
703
|
+
<img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
|
|
704
|
+
width="150"
|
|
705
|
+
height="200"></img-self-plus>
|
|
706
|
+
</div>
|
|
707
|
+
<div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
|
|
708
|
+
<img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
|
|
709
|
+
width="150"
|
|
710
|
+
height="200"></img-self-plus>
|
|
711
|
+
</div>
|
|
712
|
+
</div>
|
|
713
|
+
</td>
|
|
714
|
+
</tr>
|
|
621
715
|
</tbody>
|
|
622
716
|
</table>
|
|
623
717
|
<table class="table table-striped table-bordered" style="margin-top: 40px"
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
audioshow:false,
|
|
425
425
|
|
|
426
426
|
model: model,
|
|
427
|
-
deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'}],
|
|
427
|
+
deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'},{label:'已处理',value:'已处理'}],
|
|
428
428
|
repairStateOptions: this.getSafeParam('隐患状态'),
|
|
429
429
|
//searchData:searchData,
|
|
430
430
|
excelHeaders: {
|