safecheck-client 3.0.35-52 → 3.0.35-53
Sign up to get free protection for your applications and to get access to all the features.
- 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 +1 -1
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/App.vue +31 -31
- 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/androidTest.js +20 -20
- 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/forms.less +626 -626
- 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/AddressList.vue +61 -61
- 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/NavBottom.vue +157 -157
- 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/StationMaster.vue +12 -12
- 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/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/userfile/MeterFile.vue +145 -145
- package/src/components/userfile/MeterModify.vue +46 -46
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/filiale/bayan/pc.js +22 -24
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3343 -3340
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +791 -778
- package/src/filiale/weinan/pc/PaperList.vue +687 -674
- package/src/main.js +33 -33
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- 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/src/filiale/bayan/pc/usergashistory.vue +0 -149
- package/src/filiale/bayan/pc/usergashistorynian.vue +0 -149
@@ -1,674 +1,687 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="flex-row">
|
3
|
-
<div class="basic-main">
|
4
|
-
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
5
|
-
<criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
|
6
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
7
|
-
<div class="row">
|
8
|
-
<div class="form-group col-sm-2" >
|
9
|
-
<label class="font_normal_body">客户编号</label>
|
10
|
-
<input type="text" class="input_search" v-model="model.f_userinfo_code"
|
11
|
-
style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
|
12
|
-
</div>
|
13
|
-
<div class="form-group col-sm-2" >
|
14
|
-
<label class="font_normal_body">客户名称</label>
|
15
|
-
<input type="text" class="input_search" v-model="model.f_user_name"
|
16
|
-
style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
|
17
|
-
</div>
|
18
|
-
<div class="form-group col-sm-2" >
|
19
|
-
<label class="font_normal_body">客户电话</label>
|
20
|
-
<input type="text" class="input_search" v-model="model.f_user_phone"
|
21
|
-
style="width: 60%" placeholder="客户电话" condition="f_user_phone like '%{}%'">
|
22
|
-
</div>
|
23
|
-
<div class="form-group col-sm-2" >
|
24
|
-
<label class="font_normal_body">小  区</label>
|
25
|
-
<input type="text" class="input_search" v-model="model.f_residential_area"
|
26
|
-
style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
|
27
|
-
</div>
|
28
|
-
<div class="form-group col-sm-2" >
|
29
|
-
<label class="font_normal_body">详细地址</label>
|
30
|
-
<input type="text" class="input_search" v-model="model.f_address"
|
31
|
-
style="width: 60%" placeholder="详细地址" condition="f_address like '%{}%'">
|
32
|
-
</div>
|
33
|
-
<div class="form-group col-sm-2" style="width: auto;margin-top:8px;float: right">
|
34
|
-
|
35
|
-
<export-excel-safe :data="$parent.$parent.searchData"
|
36
|
-
:field="$parent.$parent.excelHeaders"
|
37
|
-
:choose-col="true"
|
38
|
-
sqlurl="rs/logic/SafeExportExcel" sql-name="查找安检单" template-name='安检计划明细'></export-excel-safe>
|
39
|
-
<!-- <export-excel :data="$parent.$parent.getCondition" -->
|
40
|
-
<!-- :field="$parent.$parent.getfield"-->
|
41
|
-
<!-- sqlurl="rs/logic/exportfile" sql-name="chargeQuery" template-name='收费查询导出'-->
|
42
|
-
<!-- :choose-col="true"></export-excel>-->
|
43
|
-
<!-- <button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="!$parent.$parent.audioshow">录音</button>-->
|
44
|
-
<button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="$parent.$parent.audioshow">隐藏</button>
|
45
|
-
|
46
|
-
<button class="button_spacing button_search" @click="search()">查询</button>
|
47
|
-
<div style="float: right" class="button_spacing"
|
48
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
49
|
-
@click="$parent.$parent.hidden()"></div>
|
50
|
-
</div>
|
51
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
52
|
-
<label class="font_normal_body">安检计划</label>
|
53
|
-
<input type="text" class="input_search" v-model="$parent.$parent.model.f_check_plan.f_plan_name"
|
54
|
-
@click="$parent.$parent.showChooser"
|
55
|
-
style="width: 60%" placeholder="安检计划" readonly="readonly">
|
56
|
-
</div>
|
57
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
58
|
-
<label class="font_normal_body">开始时间</label>
|
59
|
-
<datepicker
|
60
|
-
class="select_list select"
|
61
|
-
:value.sync="model.f_check_start"
|
62
|
-
placeholder='开始时间' style="width: 60%"
|
63
|
-
:disabled-days-of-week="[]"
|
64
|
-
:format="'yyyy-MM-dd'"
|
65
|
-
:show-rest-button="reset"
|
66
|
-
v-model="model.f_check_start"
|
67
|
-
condition="f_offsite_time > ='{} 00:00:00'">
|
68
|
-
</datepicker>
|
69
|
-
</div>
|
70
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
71
|
-
<label class="font_normal_body">结束时间</label>
|
72
|
-
<datepicker
|
73
|
-
:value.sync="model.f_check_end"
|
74
|
-
placeholder='结束时间' style="width: 60%"
|
75
|
-
:disabled-days-of-week="[]"
|
76
|
-
:format="'yyyy-MM-dd'"
|
77
|
-
:show-rest-button="reset"
|
78
|
-
v-model="model.f_check_end"
|
79
|
-
condition="f_offsite_time <= '{} 23:59:59'">
|
80
|
-
</datepicker>
|
81
|
-
</div>
|
82
|
-
|
83
|
-
|
84
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >-->
|
85
|
-
|
86
|
-
<!-- <label class="font_normal_body">安检类型</label>-->
|
87
|
-
<!-- <v-select :value.sync="model.f_safecheck_type" v-model='model.f_safecheck_type'-->
|
88
|
-
<!-- :value-single="true" style="width: 60%"-->
|
89
|
-
<!-- class="select_list select"-->
|
90
|
-
<!-- :options='$parent.$parent.safetype' placeholder='安检类型'-->
|
91
|
-
<!-- close-on-select-->
|
92
|
-
<!-- condition="f_safecheck_type = '{}'"></v-select>-->
|
93
|
-
<!-- </div>-->
|
94
|
-
|
95
|
-
|
96
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
97
|
-
<label class="font_normal_body">安检状态</label>
|
98
|
-
<v-select id="f_entry"
|
99
|
-
class="select_list select"
|
100
|
-
placeholder='安检状态' style="width: 60%"
|
101
|
-
v-model='model.f_entry'
|
102
|
-
:value.sync="$parent.$parent.model.f_entry"
|
103
|
-
:options='$parent.$parent.f_entry_status'
|
104
|
-
condition=""
|
105
|
-
:value-single="true"
|
106
|
-
close-on-select clear-button></v-select>
|
107
|
-
</div>
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
112
|
-
<!-- <label class="font_normal_body">安 检 员</label>-->
|
113
|
-
<!-- <v-select :value.sync="model.f_checker_id" v-model='model.f_checker_id'-->
|
114
|
-
<!-- :value-single="true" style="width: 60%"-->
|
115
|
-
<!-- class="select_list select"-->
|
116
|
-
<!-- :options='$parent.$parent.checkersid' placeholder='安检员'-->
|
117
|
-
<!-- close-on-select-->
|
118
|
-
<!-- condition="f_checker_id = '{}'"></v-select>-->
|
119
|
-
<!-- </div>-->
|
120
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
121
|
-
<!-- <label class="font_normal_body" style="margin-right: 2px">公  司</label>-->
|
122
|
-
<!-- <right-tree @re-res="$parent.$parent.getRes" :initresid="$parent.$parent.$login.f.orgid">-->
|
123
|
-
<!-- </right-tree>-->
|
124
|
-
<!-- </div>-->
|
125
|
-
<div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow">
|
126
|
-
<role-selector-safe-dep
|
127
|
-
role-name="安检员"
|
128
|
-
role-lable="安 检 员 "
|
129
|
-
style="width: 60%"
|
130
|
-
@re-res="$parent.$parent.getRes"
|
131
|
-
@alluser="$parent.$parent.getchecker"
|
132
|
-
:value.sync="model.f_checker_id"
|
133
|
-
v-model="model.f_checker_id"
|
134
|
-
condition="f_checker_name = '{}'">
|
135
|
-
</role-selector-safe-dep>
|
136
|
-
</div>
|
137
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
138
|
-
<!-- <label class="font_normal_body">片  区</label>-->
|
139
|
-
<!-- <v-select class="select_list select"-->
|
140
|
-
<!-- placeholder='片区/管理站' style="width: 60%"-->
|
141
|
-
<!-- :value.sync="model.f_slice_area" v-model="model.f_slice_area"-->
|
142
|
-
<!-- :options='$parent.$parent.sliceArea'-->
|
143
|
-
<!-- filer-key="name"-->
|
144
|
-
<!-- close-on-select clear-button-->
|
145
|
-
<!-- condition="f_slice_area='{}'"-->
|
146
|
-
<!-- @change="$parent.$parent.getmeterbook(model.f_slice_area)"-->
|
147
|
-
<!-- :value-single="true">-->
|
148
|
-
<!-- </v-select>-->
|
149
|
-
<!-- </div>-->
|
150
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
151
|
-
<!-- <label class="font_normal_body">抄 表 册</label>-->
|
152
|
-
<!-- <v-select class="select_list select"-->
|
153
|
-
<!-- placeholder='抄表册' style="width: 60%"-->
|
154
|
-
<!-- :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"-->
|
155
|
-
<!-- :options='$parent.$parent.cbc'-->
|
156
|
-
<!-- filer-key="name"-->
|
157
|
-
<!-- close-on-select clear-button-->
|
158
|
-
<!-- condition="f_meter_book_num={}"-->
|
159
|
-
<!-- :value-single="true">-->
|
160
|
-
<!-- </v-select>-->
|
161
|
-
<!-- </div>-->
|
162
|
-
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
163
|
-
<!-- <label class="font_normal_body">省 市 区</label>-->
|
164
|
-
<!-- <v-select class="select_list select"-->
|
165
|
-
<!-- placeholder='请选择' style="width: 60%"-->
|
166
|
-
<!-- :value.sync="model.f_pcd" v-model="model.f_pcd"-->
|
167
|
-
<!-- :options='$parent.$parent.pcds'-->
|
168
|
-
<!-- filer-key="name"-->
|
169
|
-
<!-- close-on-select clear-button-->
|
170
|
-
<!-- condition="f_pcd='{}'"-->
|
171
|
-
<!-- :value-single="true">-->
|
172
|
-
<!-- </v-select>-->
|
173
|
-
<!-- </div>-->
|
174
|
-
|
175
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
176
|
-
<label class="font_normal_body">有无计划</label>
|
177
|
-
<v-select
|
178
|
-
class="select select_list"
|
179
|
-
:value.sync="model.yearCheck"
|
180
|
-
v-model="model.yearCheck"
|
181
|
-
:options='$parent.$parent.yearCheckList'
|
182
|
-
placeholder='请选择'
|
183
|
-
condition="{}"
|
184
|
-
:search="false"
|
185
|
-
value-single
|
186
|
-
close-on-select clear-button></v-select>
|
187
|
-
</div>
|
188
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
189
|
-
<label class="font_normal_body">片区类型</label>
|
190
|
-
<v-select
|
191
|
-
class="select select_list"
|
192
|
-
:value.sync="model.f_check_book_type"
|
193
|
-
v-model="model.f_check_book_type"
|
194
|
-
:options='$parent.$parent.checkBookType'
|
195
|
-
placeholder='请选择'
|
196
|
-
condition="f_check_book_type = '{}'"
|
197
|
-
@change="$parent.$parent.checkBookTypeChange()"
|
198
|
-
:search="false"
|
199
|
-
close-on-select clear-button></v-select>
|
200
|
-
</div>
|
201
|
-
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
202
|
-
<label class="font_normal_body">片区名称</label>
|
203
|
-
<v-select
|
204
|
-
class="select select_list"
|
205
|
-
:value.sync="model.f_check_book_id"
|
206
|
-
v-model="model.f_check_book_id"
|
207
|
-
:options='$parent.$parent.checkBookId'
|
208
|
-
placeholder='请选择' multiple=""
|
209
|
-
condition="f_check_book_id in {}"
|
210
|
-
:search="false"
|
211
|
-
close-on-select clear-button></v-select>
|
212
|
-
</div>
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
<td style="text-align: center"
|
285
|
-
<td style="text-align: center">
|
286
|
-
|
287
|
-
</td>
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
model
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
}
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
},
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
},
|
585
|
-
|
586
|
-
this.
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
this.
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
this.
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
1
|
+
<template>
|
2
|
+
<div class="flex-row">
|
3
|
+
<div class="basic-main">
|
4
|
+
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
5
|
+
<criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
|
6
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
7
|
+
<div class="row">
|
8
|
+
<div class="form-group col-sm-2" >
|
9
|
+
<label class="font_normal_body">客户编号</label>
|
10
|
+
<input type="text" class="input_search" v-model="model.f_userinfo_code"
|
11
|
+
style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
|
12
|
+
</div>
|
13
|
+
<div class="form-group col-sm-2" >
|
14
|
+
<label class="font_normal_body">客户名称</label>
|
15
|
+
<input type="text" class="input_search" v-model="model.f_user_name"
|
16
|
+
style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
|
17
|
+
</div>
|
18
|
+
<div class="form-group col-sm-2" >
|
19
|
+
<label class="font_normal_body">客户电话</label>
|
20
|
+
<input type="text" class="input_search" v-model="model.f_user_phone"
|
21
|
+
style="width: 60%" placeholder="客户电话" condition="f_user_phone like '%{}%'">
|
22
|
+
</div>
|
23
|
+
<div class="form-group col-sm-2" >
|
24
|
+
<label class="font_normal_body">小  区</label>
|
25
|
+
<input type="text" class="input_search" v-model="model.f_residential_area"
|
26
|
+
style="width: 60%" placeholder="小区" condition="f_residential_area like '%{}%'">
|
27
|
+
</div>
|
28
|
+
<div class="form-group col-sm-2" >
|
29
|
+
<label class="font_normal_body">详细地址</label>
|
30
|
+
<input type="text" class="input_search" v-model="model.f_address"
|
31
|
+
style="width: 60%" placeholder="详细地址" condition="f_address like '%{}%'">
|
32
|
+
</div>
|
33
|
+
<div class="form-group col-sm-2" style="width: auto;margin-top:8px;float: right">
|
34
|
+
|
35
|
+
<export-excel-safe :data="$parent.$parent.searchData"
|
36
|
+
:field="$parent.$parent.excelHeaders"
|
37
|
+
:choose-col="true"
|
38
|
+
sqlurl="rs/logic/SafeExportExcel" sql-name="查找安检单" template-name='安检计划明细'></export-excel-safe>
|
39
|
+
<!-- <export-excel :data="$parent.$parent.getCondition" -->
|
40
|
+
<!-- :field="$parent.$parent.getfield"-->
|
41
|
+
<!-- sqlurl="rs/logic/exportfile" sql-name="chargeQuery" template-name='收费查询导出'-->
|
42
|
+
<!-- :choose-col="true"></export-excel>-->
|
43
|
+
<!-- <button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="!$parent.$parent.audioshow">录音</button>-->
|
44
|
+
<button class="button_spacing button_search" @click="$parent.$parent.showaudio()" v-if="$parent.$parent.audioshow">隐藏</button>
|
45
|
+
|
46
|
+
<button class="button_spacing button_search" @click="search()">查询</button>
|
47
|
+
<div style="float: right" class="button_spacing"
|
48
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
49
|
+
@click="$parent.$parent.hidden()"></div>
|
50
|
+
</div>
|
51
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
52
|
+
<label class="font_normal_body">安检计划</label>
|
53
|
+
<input type="text" class="input_search" v-model="$parent.$parent.model.f_check_plan.f_plan_name"
|
54
|
+
@click="$parent.$parent.showChooser"
|
55
|
+
style="width: 60%" placeholder="安检计划" readonly="readonly">
|
56
|
+
</div>
|
57
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
58
|
+
<label class="font_normal_body">开始时间</label>
|
59
|
+
<datepicker
|
60
|
+
class="select_list select"
|
61
|
+
:value.sync="model.f_check_start"
|
62
|
+
placeholder='开始时间' style="width: 60%"
|
63
|
+
:disabled-days-of-week="[]"
|
64
|
+
:format="'yyyy-MM-dd'"
|
65
|
+
:show-rest-button="reset"
|
66
|
+
v-model="model.f_check_start"
|
67
|
+
condition="f_offsite_time > ='{} 00:00:00'">
|
68
|
+
</datepicker>
|
69
|
+
</div>
|
70
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
|
71
|
+
<label class="font_normal_body">结束时间</label>
|
72
|
+
<datepicker
|
73
|
+
:value.sync="model.f_check_end"
|
74
|
+
placeholder='结束时间' style="width: 60%"
|
75
|
+
:disabled-days-of-week="[]"
|
76
|
+
:format="'yyyy-MM-dd'"
|
77
|
+
:show-rest-button="reset"
|
78
|
+
v-model="model.f_check_end"
|
79
|
+
condition="f_offsite_time <= '{} 23:59:59'">
|
80
|
+
</datepicker>
|
81
|
+
</div>
|
82
|
+
|
83
|
+
|
84
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >-->
|
85
|
+
|
86
|
+
<!-- <label class="font_normal_body">安检类型</label>-->
|
87
|
+
<!-- <v-select :value.sync="model.f_safecheck_type" v-model='model.f_safecheck_type'-->
|
88
|
+
<!-- :value-single="true" style="width: 60%"-->
|
89
|
+
<!-- class="select_list select"-->
|
90
|
+
<!-- :options='$parent.$parent.safetype' placeholder='安检类型'-->
|
91
|
+
<!-- close-on-select-->
|
92
|
+
<!-- condition="f_safecheck_type = '{}'"></v-select>-->
|
93
|
+
<!-- </div>-->
|
94
|
+
|
95
|
+
|
96
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
97
|
+
<label class="font_normal_body">安检状态</label>
|
98
|
+
<v-select id="f_entry"
|
99
|
+
class="select_list select"
|
100
|
+
placeholder='安检状态' style="width: 60%"
|
101
|
+
v-model='model.f_entry'
|
102
|
+
:value.sync="$parent.$parent.model.f_entry"
|
103
|
+
:options='$parent.$parent.f_entry_status'
|
104
|
+
condition=""
|
105
|
+
:value-single="true"
|
106
|
+
close-on-select clear-button></v-select>
|
107
|
+
</div>
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
112
|
+
<!-- <label class="font_normal_body">安 检 员</label>-->
|
113
|
+
<!-- <v-select :value.sync="model.f_checker_id" v-model='model.f_checker_id'-->
|
114
|
+
<!-- :value-single="true" style="width: 60%"-->
|
115
|
+
<!-- class="select_list select"-->
|
116
|
+
<!-- :options='$parent.$parent.checkersid' placeholder='安检员'-->
|
117
|
+
<!-- close-on-select-->
|
118
|
+
<!-- condition="f_checker_id = '{}'"></v-select>-->
|
119
|
+
<!-- </div>-->
|
120
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
121
|
+
<!-- <label class="font_normal_body" style="margin-right: 2px">公  司</label>-->
|
122
|
+
<!-- <right-tree @re-res="$parent.$parent.getRes" :initresid="$parent.$parent.$login.f.orgid">-->
|
123
|
+
<!-- </right-tree>-->
|
124
|
+
<!-- </div>-->
|
125
|
+
<div class="col-sm-4 form-group" v-show="$parent.$parent.criteriaShow">
|
126
|
+
<role-selector-safe-dep
|
127
|
+
role-name="安检员"
|
128
|
+
role-lable="安 检 员 "
|
129
|
+
style="width: 60%"
|
130
|
+
@re-res="$parent.$parent.getRes"
|
131
|
+
@alluser="$parent.$parent.getchecker"
|
132
|
+
:value.sync="model.f_checker_id"
|
133
|
+
v-model="model.f_checker_id"
|
134
|
+
condition="f_checker_name = '{}'">
|
135
|
+
</role-selector-safe-dep>
|
136
|
+
</div>
|
137
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
138
|
+
<!-- <label class="font_normal_body">片  区</label>-->
|
139
|
+
<!-- <v-select class="select_list select"-->
|
140
|
+
<!-- placeholder='片区/管理站' style="width: 60%"-->
|
141
|
+
<!-- :value.sync="model.f_slice_area" v-model="model.f_slice_area"-->
|
142
|
+
<!-- :options='$parent.$parent.sliceArea'-->
|
143
|
+
<!-- filer-key="name"-->
|
144
|
+
<!-- close-on-select clear-button-->
|
145
|
+
<!-- condition="f_slice_area='{}'"-->
|
146
|
+
<!-- @change="$parent.$parent.getmeterbook(model.f_slice_area)"-->
|
147
|
+
<!-- :value-single="true">-->
|
148
|
+
<!-- </v-select>-->
|
149
|
+
<!-- </div>-->
|
150
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
151
|
+
<!-- <label class="font_normal_body">抄 表 册</label>-->
|
152
|
+
<!-- <v-select class="select_list select"-->
|
153
|
+
<!-- placeholder='抄表册' style="width: 60%"-->
|
154
|
+
<!-- :value.sync="model.f_meter_book_num" v-model="model.f_meter_book_num"-->
|
155
|
+
<!-- :options='$parent.$parent.cbc'-->
|
156
|
+
<!-- filer-key="name"-->
|
157
|
+
<!-- close-on-select clear-button-->
|
158
|
+
<!-- condition="f_meter_book_num={}"-->
|
159
|
+
<!-- :value-single="true">-->
|
160
|
+
<!-- </v-select>-->
|
161
|
+
<!-- </div>-->
|
162
|
+
<!-- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">-->
|
163
|
+
<!-- <label class="font_normal_body">省 市 区</label>-->
|
164
|
+
<!-- <v-select class="select_list select"-->
|
165
|
+
<!-- placeholder='请选择' style="width: 60%"-->
|
166
|
+
<!-- :value.sync="model.f_pcd" v-model="model.f_pcd"-->
|
167
|
+
<!-- :options='$parent.$parent.pcds'-->
|
168
|
+
<!-- filer-key="name"-->
|
169
|
+
<!-- close-on-select clear-button-->
|
170
|
+
<!-- condition="f_pcd='{}'"-->
|
171
|
+
<!-- :value-single="true">-->
|
172
|
+
<!-- </v-select>-->
|
173
|
+
<!-- </div>-->
|
174
|
+
|
175
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
176
|
+
<label class="font_normal_body">有无计划</label>
|
177
|
+
<v-select
|
178
|
+
class="select select_list"
|
179
|
+
:value.sync="model.yearCheck"
|
180
|
+
v-model="model.yearCheck"
|
181
|
+
:options='$parent.$parent.yearCheckList'
|
182
|
+
placeholder='请选择'
|
183
|
+
condition="{}"
|
184
|
+
:search="false"
|
185
|
+
value-single
|
186
|
+
close-on-select clear-button></v-select>
|
187
|
+
</div>
|
188
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
189
|
+
<label class="font_normal_body">片区类型</label>
|
190
|
+
<v-select
|
191
|
+
class="select select_list"
|
192
|
+
:value.sync="model.f_check_book_type"
|
193
|
+
v-model="model.f_check_book_type"
|
194
|
+
:options='$parent.$parent.checkBookType'
|
195
|
+
placeholder='请选择'
|
196
|
+
condition="f_check_book_type = '{}'"
|
197
|
+
@change="$parent.$parent.checkBookTypeChange()"
|
198
|
+
:search="false"
|
199
|
+
close-on-select clear-button></v-select>
|
200
|
+
</div>
|
201
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow">
|
202
|
+
<label class="font_normal_body">片区名称</label>
|
203
|
+
<v-select
|
204
|
+
class="select select_list"
|
205
|
+
:value.sync="model.f_check_book_id"
|
206
|
+
v-model="model.f_check_book_id"
|
207
|
+
:options='$parent.$parent.checkBookId'
|
208
|
+
placeholder='请选择' multiple=""
|
209
|
+
condition="f_check_book_id in {}"
|
210
|
+
:search="false"
|
211
|
+
close-on-select clear-button></v-select>
|
212
|
+
</div>
|
213
|
+
<div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow && model.f_entry == '到访不遇'">
|
214
|
+
<label class="font_normal_body">到访状态</label>
|
215
|
+
<v-select
|
216
|
+
class="select select_list"
|
217
|
+
:value.sync="model.f_daofang_status"
|
218
|
+
v-model="model.f_daofang_status"
|
219
|
+
:options='$parent.$parent.daofang_status'
|
220
|
+
placeholder='请选择'
|
221
|
+
condition="f_daofang_status = '{}'"
|
222
|
+
close-on-select clear-button></v-select>
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<modal :show.sync="$parent.$parent.showModal" v-ref:modal backdrop="false">
|
226
|
+
<div slot="modal-header" class="modal-header">
|
227
|
+
<h4 class="modal-title">
|
228
|
+
选择计划
|
229
|
+
</h4>
|
230
|
+
</div>
|
231
|
+
<div slot="modal-body" class="modal-body">
|
232
|
+
<plan-chooser :f.sync="$parent.$parent.fun" v-ref:chooser></plan-chooser>
|
233
|
+
</div>
|
234
|
+
<div slot="modal-footer" class="modal-footer" style="text-align: center">
|
235
|
+
<button class="button_search" @click="$parent.$parent.ok">确认</button>
|
236
|
+
<button class="button_search" @click="$parent.$parent.cancel">取消</button>
|
237
|
+
</div>
|
238
|
+
</modal>
|
239
|
+
</div>
|
240
|
+
</criteria>
|
241
|
+
<data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
|
242
|
+
<template partial='head'>
|
243
|
+
<tr>
|
244
|
+
<th>
|
245
|
+
<nobr>客户编号</nobr>
|
246
|
+
</th>
|
247
|
+
<th>
|
248
|
+
<nobr>客户名称</nobr>
|
249
|
+
</th>
|
250
|
+
<th>
|
251
|
+
<nobr>客户电话</nobr>
|
252
|
+
</th>
|
253
|
+
<th>
|
254
|
+
<nobr>客户类型</nobr>
|
255
|
+
</th>
|
256
|
+
<th>
|
257
|
+
<data-order field="f_address" name="客户地址"></data-order>
|
258
|
+
</th>
|
259
|
+
<th>
|
260
|
+
<nobr>安检状态</nobr>
|
261
|
+
</th>
|
262
|
+
<th>
|
263
|
+
<data-order field="f_offsite_time" name="安检时间"></data-order>
|
264
|
+
</th>
|
265
|
+
<th>
|
266
|
+
<nobr>有无计划</nobr>
|
267
|
+
</th>
|
268
|
+
<th>
|
269
|
+
<nobr>安检员</nobr>
|
270
|
+
</th>
|
271
|
+
<th>
|
272
|
+
<nobr>气量/金额异常差值</nobr>
|
273
|
+
</th>
|
274
|
+
<th>
|
275
|
+
<nobr>操作</nobr>
|
276
|
+
</th>
|
277
|
+
<th v-if="$parent.$parent.$parent.audioshow">
|
278
|
+
<nobr>录音</nobr>
|
279
|
+
</th>
|
280
|
+
</tr>
|
281
|
+
</template>
|
282
|
+
<template partial='body'>
|
283
|
+
|
284
|
+
<td style="text-align: center">{{row.f_userinfo_code}}</td>
|
285
|
+
<td style="text-align: center">{{row.f_user_name}}</td>
|
286
|
+
<td style="text-align: center">{{row.f_user_phone}}</td>
|
287
|
+
<td style="text-align: center">{{row.f_check_type}}</td>
|
288
|
+
|
289
|
+
<td style="text-align: center">{{row.f_address}}</td>
|
290
|
+
<td style="text-align: center">{{row.f_entry_status}}</td>
|
291
|
+
<td style="text-align: center">{{row.f_offsite_time}}</td>
|
292
|
+
<td style="text-align: center">{{row.f_no_checkplan}}</td>
|
293
|
+
<td style="text-align: center">{{row.f_checker_name}}</td>
|
294
|
+
<td style="text-align: center" v-if="row.f_entry_status=='入户'">{{row.f_qlchazhi ? row.f_qlchazhi : '0.000'}}</td>
|
295
|
+
<td style="text-align: center" v-else>{{""}}</td>
|
296
|
+
<td style="text-align: center">
|
297
|
+
<button class="button_spacing button_search-1" @click='$parent.$parent.$parent.change(row)'>查看</button>
|
298
|
+
</td>
|
299
|
+
<td style="text-align: center" v-if="$parent.$parent.$parent.audioshow">
|
300
|
+
<!-- <button class="button_spacing button_search-1" @click='$parent.$parent.$parent.change(row)'>查看</button>-->
|
301
|
+
<audio controls="controls" v-if="row.f_recording1_path">
|
302
|
+
<source type="audio/mpeg" :src="'rs/audio/file/'+row.f_recording1_path">
|
303
|
+
</audio>
|
304
|
+
<!--<button type="button" class="button_new-1 button_spacing" data-toggle="dropdown"
|
305
|
+
@click="$parent.$parent.$parent.print(row)">
|
306
|
+
打印
|
307
|
+
</button>-->
|
308
|
+
</td>
|
309
|
+
</template>
|
310
|
+
</data-grid>
|
311
|
+
</criteria-paged>
|
312
|
+
<check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
|
313
|
+
</div>
|
314
|
+
</div>
|
315
|
+
</template>
|
316
|
+
|
317
|
+
<script>
|
318
|
+
import {PagedList} from 'vue-client'
|
319
|
+
import Vue from 'vue'
|
320
|
+
import co from 'co'
|
321
|
+
import AppData from '../../../stores/AppData'
|
322
|
+
import * as Util from '../../Util'
|
323
|
+
import getNowDate from "../../../utils/getNowDate";
|
324
|
+
import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
|
325
|
+
import BenzAMRRecorder from 'benz-amr-recorder'
|
326
|
+
|
327
|
+
//获取json配置文件
|
328
|
+
let asyncReady = async function (self) {
|
329
|
+
// 获取配置信息
|
330
|
+
try {
|
331
|
+
let res = await Vue.resetget(`/phone/rs/vue`, {data: {}}, {resolveMsg: null, rejectMsg: null})
|
332
|
+
Vue.config = res.data
|
333
|
+
} catch (error) {
|
334
|
+
// 忽略704,文件找不到异常R
|
335
|
+
if (error.status !== 704) {
|
336
|
+
throw error
|
337
|
+
}
|
338
|
+
}
|
339
|
+
}
|
340
|
+
|
341
|
+
let select = function* (self) {
|
342
|
+
let http = new HttpResetClass()
|
343
|
+
let getGasman = yield http.load('POST', '/rs/search', {
|
344
|
+
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
345
|
+
userid: self.$login.f.id
|
346
|
+
}, {resolveMsg: null, rejectMsg: null})
|
347
|
+
////tag
|
348
|
+
self.checkersid.push({label: '全部', value: ''})
|
349
|
+
getGasman.data.forEach((checker) => {
|
350
|
+
self.checkersid.push({label: checker.name, value: checker.id})
|
351
|
+
})
|
352
|
+
}
|
353
|
+
|
354
|
+
export default {
|
355
|
+
title: '安检结果查看',
|
356
|
+
data() {
|
357
|
+
let model = new PagedList('rs/sql/查找安检单', 20, {
|
358
|
+
f_plan_id: 'this.f_plan_id',
|
359
|
+
f_approved: 'this.f_approved',
|
360
|
+
f_entry_status: 'this.f_entry',
|
361
|
+
f_no_checkplan: 'this.f_no_checkplan',
|
362
|
+
f_filialeid: 'this.f_filialeid',
|
363
|
+
orderitem: "'f_offsite_time desc'"
|
364
|
+
})
|
365
|
+
model.f_plan_id = ''
|
366
|
+
model.f_approved = ''
|
367
|
+
model.f_entry = ''
|
368
|
+
model.f_no_checkplan = ''
|
369
|
+
model.f_filialeid = `('${this.$login.f.orgid}')`
|
370
|
+
//model.f_check_type='民用'
|
371
|
+
// let searchData={
|
372
|
+
// f_plan_id: this.model.f_checker_id==undefined?"":this.model.f_checker_id,
|
373
|
+
// f_approved: this.model.f_approved,
|
374
|
+
// f_entry_status: this.model.f_entry,
|
375
|
+
// f_no_checkplan:this.model.f_no_checkplan[0],
|
376
|
+
// f_filialeid: this.model.f_filialeid,
|
377
|
+
// //orderitem: this.model.f_offsite_time,
|
378
|
+
// //condition:this.model.condition
|
379
|
+
// }
|
380
|
+
// model.f_subcompany = this.$login.f.f_fengongsi
|
381
|
+
return {
|
382
|
+
checker_name:'',
|
383
|
+
audioshow:false,
|
384
|
+
searchData: {
|
385
|
+
condition: "1=1",
|
386
|
+
orderitem: "f_offsite_time desc",
|
387
|
+
f_plan_id: "",
|
388
|
+
f_approved: '',
|
389
|
+
f_entry_status: '',
|
390
|
+
f_no_checkplan: '',
|
391
|
+
f_filialeid: `('${this.$login.f.orgid}')`
|
392
|
+
},
|
393
|
+
model: model,
|
394
|
+
excelHeaders: {
|
395
|
+
//searchData:searchData,
|
396
|
+
'f_userinfo_code': '客户编号',
|
397
|
+
'f_user_name': '客户姓名',
|
398
|
+
'f_check_type': '客户类型',
|
399
|
+
'f_user_phone': '客户电话',
|
400
|
+
'f_residential_area': '小区',
|
401
|
+
'f_address': '客户地址',
|
402
|
+
'f_entry_status': '安检状态',
|
403
|
+
'f_offsite_time': '安检时间',
|
404
|
+
'f_no_checkplan': '有无计划',
|
405
|
+
'f_checker_name': '安检员',
|
406
|
+
'f_daofang_status': '到访不遇状态'
|
407
|
+
},
|
408
|
+
fun: this.$login.f,
|
409
|
+
pcds:[],
|
410
|
+
checkersid: [],
|
411
|
+
daofang_status:this.$appdata.getParam('到访不遇状态')?[{label: '全部', value: ''}, ...this.$appdata.getParam('到访不遇状态')]:[{label: '全部', value: ''}],
|
412
|
+
safetype: this.$appdata.getParam('安检类型')?[{label: '全部', value: ''}, ...this.$appdata.getParam('安检类型')]:[{label: '全部', value: ''}],
|
413
|
+
criteriaShow: false,
|
414
|
+
showModal: false,
|
415
|
+
yearCheckList:[{label:"全部",value:""},{label:"计划内",value:"f_no_checkplan ='有计划安检'"},{label:"计划外",value:"f_no_checkplan ='无计划安检'"}],
|
416
|
+
f_approval_states: this.$appdata.getParam('安检单审核状态'),
|
417
|
+
f_entry_status: this.$appdata.getParam('安检状态')?[{label: '全部', value: ''}, ...this.$appdata.getParam('安检状态')]:[{label: '全部', value: ''}],
|
418
|
+
f_checkplans: this.$appdata.getParam('有无计划'),
|
419
|
+
showcheckmsg: false,
|
420
|
+
checkInfo: {},
|
421
|
+
checkBookType: [{label:"全部",value:""},{label:"民用",value:"民用"},{label:"非民用",value:"非民用"}],
|
422
|
+
checkBookId:[{label:"全部",value:""}],
|
423
|
+
orderDefault: "'f_offsite_time'",
|
424
|
+
orderFields: {
|
425
|
+
f_offsite_time: 'no'
|
426
|
+
},
|
427
|
+
sliceArea: [],
|
428
|
+
cbc:[]
|
429
|
+
}
|
430
|
+
},
|
431
|
+
methods: {
|
432
|
+
async checkBookTypeChange(){
|
433
|
+
this.checkBookId = [{label:"全部",value:""}]
|
434
|
+
if (this.$refs.paged.$refs.criteria.model.f_check_book_type) {
|
435
|
+
let http = new HttpResetClass()
|
436
|
+
let data = {
|
437
|
+
items: 'id,f_check_book_name',
|
438
|
+
tablename: 't_check_book',
|
439
|
+
condition: `f_user_type = '${this.$refs.paged.$refs.criteria.model.f_check_book_type}'`,
|
440
|
+
orderitem: 'id'
|
441
|
+
}
|
442
|
+
let res = await http.load("POST", `/rs/sql/safe_singleTable_OrderBy`,{data: data},{resolveMsg: null, rejectMsg: null})
|
443
|
+
res.data.forEach( row => {
|
444
|
+
this.checkBookId.push({label:row.f_check_book_name,value:row.id})
|
445
|
+
})
|
446
|
+
}
|
447
|
+
},
|
448
|
+
//获取省市区列表
|
449
|
+
getPcd(val){
|
450
|
+
this.pcds = [{label:'全部',value:''}]
|
451
|
+
new HttpResetClass().load("POST", `/rs/sql/safe_singleTable_OrderBy`,
|
452
|
+
{data:{items:"*",tablename:"t_pcd",orderitem:"id",condition:`f_orgid in ${val}`}},
|
453
|
+
{resolveMsg: null, rejectMsg: null}).then((pcdlist)=>{
|
454
|
+
pcdlist.data.forEach((result)=>{
|
455
|
+
this.pcds.push({label:result.f_pcd,value:result.f_pcd})
|
456
|
+
})
|
457
|
+
})
|
458
|
+
},
|
459
|
+
showaudio(){
|
460
|
+
//tag
|
461
|
+
this.audioshow=!this.audioshow
|
462
|
+
//tag
|
463
|
+
},
|
464
|
+
getmeterbook(val){
|
465
|
+
this.cbc=[]
|
466
|
+
this.cbc.push({
|
467
|
+
label:'全部',
|
468
|
+
value:''
|
469
|
+
})
|
470
|
+
if (val==''){
|
471
|
+
|
472
|
+
this.cbcs.forEach(res=>{
|
473
|
+
this.cbc.push({
|
474
|
+
label:res.f_book_name,
|
475
|
+
value:res.id
|
476
|
+
})
|
477
|
+
})
|
478
|
+
}else{
|
479
|
+
this.cbcs.forEach(res=>{
|
480
|
+
if (res.f_book_slice_area==val){
|
481
|
+
this.cbc.push({
|
482
|
+
label:res.f_book_name,
|
483
|
+
value:res.id
|
484
|
+
})
|
485
|
+
}
|
486
|
+
})
|
487
|
+
}
|
488
|
+
},
|
489
|
+
Mreadibook(val){
|
490
|
+
////tag
|
491
|
+
////tag
|
492
|
+
this.sliceArea=[]
|
493
|
+
if (val){
|
494
|
+
new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
|
495
|
+
items: 'name',
|
496
|
+
tablename: 't_zone',
|
497
|
+
condition: `parentid in ${val}`,
|
498
|
+
orderitem: 'id'
|
499
|
+
}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
500
|
+
this.sliceArea.push({
|
501
|
+
label:'全部',
|
502
|
+
value:''
|
503
|
+
})
|
504
|
+
res.data.forEach(ress=>{
|
505
|
+
this.sliceArea.push({
|
506
|
+
label:ress.name,
|
507
|
+
value:ress.name
|
508
|
+
})
|
509
|
+
})
|
510
|
+
|
511
|
+
})
|
512
|
+
}
|
513
|
+
},
|
514
|
+
getAllMeterBook(val){
|
515
|
+
////tag
|
516
|
+
////tag
|
517
|
+
this.cbcs=[]
|
518
|
+
if (val){
|
519
|
+
new HttpResetClass().load('POST',`/rs/sql/tel_singleTable_OrderBy`, {data: {
|
520
|
+
items: 'f_book_name,f_book_slice_area,id',
|
521
|
+
tablename: 't_meter_book',
|
522
|
+
condition: `f_filiale_id in ${val}`,
|
523
|
+
orderitem: 'id'
|
524
|
+
}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
525
|
+
res.data.forEach(ress=>{
|
526
|
+
this.cbcs.push({
|
527
|
+
id:ress.id,
|
528
|
+
f_book_name:ress.f_book_name,
|
529
|
+
f_book_slice_area:ress.f_book_slice_area
|
530
|
+
})
|
531
|
+
})
|
532
|
+
this.cbc=[]
|
533
|
+
this.cbc.push({
|
534
|
+
label:'全部',
|
535
|
+
value:''
|
536
|
+
})
|
537
|
+
this.cbcs.forEach(res=>{
|
538
|
+
this.cbc.push({
|
539
|
+
label:res.f_book_name,
|
540
|
+
value:res.id
|
541
|
+
})
|
542
|
+
})
|
543
|
+
})
|
544
|
+
}
|
545
|
+
},
|
546
|
+
getchecker(val){
|
547
|
+
this.$refs.paged.$refs.criteria.model.f_checker_id = ''
|
548
|
+
if(val && val.length > 0){
|
549
|
+
this.checker_name = ''
|
550
|
+
val.forEach(user => {
|
551
|
+
this.checker_name += `'${user.name}',`
|
552
|
+
})
|
553
|
+
this.checker_name = this.checker_name.slice(0,this.checker_name.length-1)
|
554
|
+
}else{
|
555
|
+
this.checker_name = ''
|
556
|
+
}
|
557
|
+
},
|
558
|
+
getRes(obj) {
|
559
|
+
// this.model.f_filialeid = this.$login.convertToIn(obj.resids);
|
560
|
+
// this.searchData.f_filialeid = this.$login.convertToIn(obj.resids);
|
561
|
+
// this.Mreadibook(this.model.f_filialeid)
|
562
|
+
// this.getAllMeterBook(this.model.f_filialeid)
|
563
|
+
// this.getPcd(this.model.f_filialeid)
|
564
|
+
//this.$refs.paged.$refs.criteria.search()
|
565
|
+
},
|
566
|
+
|
567
|
+
change(row) {
|
568
|
+
// Vue.$login = {jwt: row.f_checker_id}
|
569
|
+
asyncReady(this).then(() => {
|
570
|
+
////tag)
|
571
|
+
row.f_upload_state = '已传'
|
572
|
+
this.$goto('new-check-paper', {f_plan_id: row.f_check_plan_id, item: row, role: 'view'}, 'self')
|
573
|
+
}).catch(
|
574
|
+
(respanse) => {
|
575
|
+
alert('获取配置文件失败')
|
576
|
+
})
|
577
|
+
},
|
578
|
+
readConfig() {
|
579
|
+
let gen = asyncReady(this)
|
580
|
+
return co(gen)
|
581
|
+
},
|
582
|
+
showChooser() {
|
583
|
+
this.showModal = true
|
584
|
+
},
|
585
|
+
hidden() {
|
586
|
+
this.criteriaShow = !this.criteriaShow
|
587
|
+
},
|
588
|
+
refresh() {
|
589
|
+
this.$refs.paged.$refs.criteria.search()
|
590
|
+
},
|
591
|
+
ok() {
|
592
|
+
this.showModal = false
|
593
|
+
if (this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id) {
|
594
|
+
this.model.f_plan_id = this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow.id
|
595
|
+
this.model.f_check_plan=this.$refs.paged.$refs.criteria.$refs.modal.$children[0].selectedRow
|
596
|
+
}
|
597
|
+
},
|
598
|
+
cancel() {
|
599
|
+
this.showModal = false
|
600
|
+
this.model.f_check_plan = {f_plan_name: '', id: ''}
|
601
|
+
this.model.f_plan_id=''
|
602
|
+
},
|
603
|
+
print(row) {
|
604
|
+
this.showcheckmsg = true
|
605
|
+
this.checkInfo = row
|
606
|
+
},
|
607
|
+
|
608
|
+
sort(field, rule) {
|
609
|
+
// 将所有排序方式设为不排序,实现相互排斥
|
610
|
+
for (let key in this.orderFields) {
|
611
|
+
if (key === field) {
|
612
|
+
this.orderFields[key] = rule
|
613
|
+
} else {
|
614
|
+
this.orderFields[key] = 'no'
|
615
|
+
}
|
616
|
+
}
|
617
|
+
// 如果新规则不排序,还原为默认排序
|
618
|
+
if (rule === 'no') {
|
619
|
+
this.model.paramSource.orderitem = `'${this.orderDefault}'`
|
620
|
+
} else {
|
621
|
+
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
622
|
+
}
|
623
|
+
this.search()
|
624
|
+
},
|
625
|
+
search() {
|
626
|
+
this.$refs.paged.$refs.criteria.search()
|
627
|
+
},
|
628
|
+
selfSearch(args) {
|
629
|
+
if(this.checker_name){
|
630
|
+
args.condition += ` and f_checker_name in (${this.checker_name}) `
|
631
|
+
}
|
632
|
+
this.searchData.condition = args.condition
|
633
|
+
////tag
|
634
|
+
//args.condition+=" and f_check_type='民用'"
|
635
|
+
this.model.search(args.condition, args.model, args.condValue)
|
636
|
+
}
|
637
|
+
},
|
638
|
+
|
639
|
+
ready() {
|
640
|
+
////tag
|
641
|
+
this.function = this.f
|
642
|
+
////tag
|
643
|
+
|
644
|
+
let gen = select(this)
|
645
|
+
//this.pianqu()
|
646
|
+
this.Mreadibook(`('${this.$login.f.orgid}')`)
|
647
|
+
co(gen)
|
648
|
+
},
|
649
|
+
watch: {
|
650
|
+
'model.f_no_checkplan'(val) {
|
651
|
+
if (this.model.f_no_checkplan){
|
652
|
+
this.searchData.f_no_checkplan = val
|
653
|
+
}
|
654
|
+
if (this.model.f_no_checkplan == '有计划安检') {
|
655
|
+
this.showChooser()
|
656
|
+
}
|
657
|
+
},
|
658
|
+
'model.condition'(val) {
|
659
|
+
if (val) {
|
660
|
+
this.searchData.condition = val
|
661
|
+
}
|
662
|
+
|
663
|
+
},
|
664
|
+
'model.f_entry'(val) {
|
665
|
+
if (val || val=="") {
|
666
|
+
this.searchData.f_entry_status = val
|
667
|
+
}
|
668
|
+
},
|
669
|
+
'model.f_plan_id'(val) {
|
670
|
+
if (val) {
|
671
|
+
this.searchData.f_plan_id = val
|
672
|
+
}
|
673
|
+
},
|
674
|
+
'model.f_slice_area'(val) {
|
675
|
+
if (val) {
|
676
|
+
|
677
|
+
}
|
678
|
+
},
|
679
|
+
'model.f_approved'(val) {
|
680
|
+
if (val) {
|
681
|
+
this.searchData.f_approved = val
|
682
|
+
}
|
683
|
+
},
|
684
|
+
}
|
685
|
+
|
686
|
+
}
|
687
|
+
</script>
|