manage-client 3.2.136 → 3.2.140

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.
Files changed (32) hide show
  1. package/.gradle/4.4/fileContent/fileContent.lock +0 -0
  2. package/.gradle/4.4/taskHistory/taskHistory.bin +0 -0
  3. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  4. package/build/dev-server.js +2 -2
  5. package/build/libs/ManageClient-3.1.0-17.jar +0 -0
  6. package/build/tmp/jar/MANIFEST.MF +2 -0
  7. package/package.json +2 -2
  8. package/src/components/SellReport/ApplyFillmoney.vue +228 -0
  9. package/src/components/SellReport/GasPropertiesManager.vue +151 -0
  10. package/src/components/SellReport/MarketMonthgas.vue +237 -0
  11. package/src/components/SellReport/ReportHistoryShow.vue +51 -0
  12. package/src/components/SellReport/ReportItems.vue +161 -92
  13. package/src/components/SellReport/ReportPool.vue +91 -19
  14. package/src/components/SellReport/applysFillmoney.vue +228 -0
  15. package/src/components/WebReport/EchartsBox.vue +54 -34
  16. package/src/components/daping/DataManagement.vue +4 -4
  17. package/src/components/daping/json/dataManage.json +11 -7
  18. package/src/components/qinhua/Pie.vue +18 -8
  19. package/src/components/sale/businessquery/ArrearsQuery.vue +13 -11
  20. package/src/components/sale/businessquery/ChargeQuery.vue +4 -4
  21. package/src/components/sale/businessquery/CommunityPaymen.vue +1 -1
  22. package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +5 -2
  23. package/src/components/sale/businessquery/NoBusinessQuery.vue +37 -38
  24. package/src/components/sale/config/tableConfig.js +6 -0
  25. package/src/filiale/WEINAN/NewAccountQuery.vue +10 -33
  26. package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +1 -1
  27. package/src/filiale/liaoyuan/RecordInfoQuery.vue +3 -1
  28. package/src/filiale/macheng/WebmeterSettlementAnalysis.vue +2 -2
  29. package/src/filiale/macheng/sale.js +1 -2
  30. package/src/filiale/shaoguan/config/exportConfig.js +1 -1
  31. package/src/filiale/tongchuan/ReportList.vue +28 -31
  32. package/src/reportManage.js +20 -0
@@ -0,0 +1,228 @@
1
+ <template>
2
+ <div class="basic-main" style="height: 100%">
3
+ <criteria-paged :model="model" :pager='false' v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <p class="bg-info text-center" style="padding: 8px;">人员报建表</p>
6
+ <div class="form-group" v-if="!$parent.$parent.data.f_files_path"></div>
7
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
8
+ <div class="row">
9
+ <div class="col-sm-4" >
10
+ <label class="font_normal_body" for="startDate">开始日期:</label>
11
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
12
+ v-model="model.startDate"
13
+ :value.sync="model.startDate"
14
+ :disabled-days-of-Week="[]"
15
+ :format="'yyyy-MM-dd HH:mm:ss'"
16
+ :show-reset-button="reset">
17
+ </datepicker>
18
+ </div>
19
+ <div class="col-sm-4" >
20
+ <label class="font_normal_body" for="endDate">结束日期:</label>
21
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
22
+ v-model="model.endDate"
23
+ :value.sync="model.endDate"
24
+ :disabled-days-of-Week="[]"
25
+ :format="'yyyy-MM-dd HH:mm:ss'"
26
+ :show-reset-button="reset">
27
+ </datepicker>
28
+ </div>
29
+ <div class="col-sm-4">
30
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp;</label>
31
+ <right-tree @re-res="$parent.$parent.getRes"></right-tree>
32
+ </div>
33
+
34
+ </div>
35
+ <div class="span" style = "float:right;">
36
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
37
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
38
+ <report-excel id='gasprice'></report-excel>
39
+ </div>
40
+ </div>
41
+ </criteria>
42
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
43
+ <table class='tableprint' style="margin: 0px auto" v-if="!$parent.data.f_files_path">
44
+ <thead>
45
+ <tr>
46
+ <th colspan='7' style="font-weight: normal; text-align: left;">
47
+ <h3 style="text-align: center">人员报建表</h3>
48
+ </th>
49
+ </tr>
50
+ <tr>
51
+ <th colspan='7' style="font-weight: normal; text-align: center;">
52
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
53
+ 结束时间:{{ model.model.endDate }}
54
+ </th>
55
+ </tr>
56
+ <tr>
57
+ <th colspan='7' style="font-weight: normal; text-align: center;">
58
+ 打印时间:{{{$parent.printTime}}}
59
+ </th>
60
+ </tr>
61
+ <tr>
62
+ <th colspan='7' style="font-weight: normal; text-align: center;">
63
+ <div>
64
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
65
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
66
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
67
+ </div>
68
+ </th>
69
+ </tr>
70
+ </thead>
71
+ <tr>
72
+ <td colspan='7'>
73
+ {{{ model.data.substring(26,model.data.length-8) }}}
74
+ </td>
75
+ </tr>
76
+ <tfoot>
77
+ <tr style="text-align: left">
78
+ <th colspan='3'>财务审核:</th>
79
+ <th colspan='3'>收款审核:</th>
80
+ <th colspan='1'>收款员:</th>
81
+ </tr>
82
+ </tfoot>
83
+ </table>
84
+ {{{ $parent.reportStr}}}
85
+ </div>
86
+ </criteria-paged>
87
+ <modal :show.sync="show" v-ref:modal small backdrop="false">
88
+ <header slot="modal-header" class="modal-header">
89
+ <h4 class="modal-title">输入文件名称</h4>
90
+ </header>
91
+ <article slot="modal-body" class="modal-body">
92
+ <div class="form-group">
93
+ <input type="text" class="form-control" v-model="filename" placeholder='保存的文件名'>
94
+ </div>
95
+ </article>
96
+ <footer slot="modal-footer" class="modal-footer">
97
+ <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
98
+ <button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button>
99
+ </footer>
100
+ </modal>
101
+ </div>
102
+ </template>
103
+
104
+ <script>
105
+ import { DataModel } from 'vue-client'
106
+ import co from 'co'
107
+ let saveFile = function * (self) {
108
+ // 线验证文件是否重名
109
+ let count = yield self.$resetpost('rs/sql/manageSingleTable',
110
+ {data: {tablename: 't_report_record', condition: `f_files_name = '${self.filename}'`}},
111
+ {resolveMsg: null, rejectMsg: null})
112
+ if (count.data.length > 0) {
113
+ self.$showAlert('无法保存,文件名重名', 'warning', 3000)
114
+ return
115
+ }
116
+ let saveBack = yield self.$resetpost('rs/logic/saveReport', {f_files_content: self.$refs.paged.$els.handcollect.innerHTML,
117
+ f_files_name: self.filename, f_files_type: self.data.f_report_type, f_component_name: 'manage-bus-summary',
118
+ f_operator: this.$login.f.name, f_query_month: `${self.model.model.startDate}-${self.model.model.endDate}`,
119
+ f_outlets: this.$login.f.depname})
120
+ if (saveBack.data.status === 'succeed') {
121
+ self.show = false
122
+ self.filename = ''
123
+ // 后台保存完成,通知刷新
124
+ self.$dispatch('save-success', self.filename)
125
+ }
126
+ }
127
+ export default {
128
+ title: '人员报建表',
129
+ props: ['data'],
130
+ data () {
131
+ return {
132
+ printTime: this.$login.toStandardTimeString(),
133
+ depresid: [],
134
+ userresid: [],
135
+ f_orgid: this.$login.f.orgid,
136
+ f_depid: this.$login.f.depids,
137
+ f_operatorid: this.$login.f.id,
138
+ operatorid: [],
139
+ depid: [],
140
+ orgname: '',
141
+ depname: '',
142
+ operatorname: '',
143
+ f_inputtor:[],
144
+ f_user_type:'',
145
+ orgCondtionStr: '1=1',
146
+ model: new DataModel('rs/report/applygasfillmoney', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
147
+ f_orgid: 'this.model.f_orgid'}),
148
+ reportStr: null,
149
+ show: false
150
+ }
151
+ },
152
+ ready () {
153
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
154
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
155
+ this.$refs.paged.$refs.criteria.search()
156
+ console.log(this.$login.f)
157
+ },
158
+ methods: {
159
+ searchData () {
160
+ this.$refs.paged.$refs.criteria.search()
161
+ },
162
+ selfSearch (args) {
163
+ let orgcondition = 'f_orgid in (' + this.f_orgid + ')'
164
+
165
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
166
+ this.$refs.paged.search(args)
167
+ },
168
+ getRes (obj) {
169
+ this.orgname = obj.res[0]
170
+ this.depresid = obj.resids
171
+ this.f_orgid = obj.resids
172
+ },
173
+ getdep (obj, val) {
174
+ // this.depname = val[0]
175
+ this.userresid = obj
176
+ this.f_depid = obj
177
+ },
178
+ getuser ( obj, val) {
179
+ this.operatorname = val[0]
180
+ this.f_operatorid = obj
181
+ },
182
+ // 根据文件路径获取储存的报表内容
183
+ getFileContent (path) {
184
+ this.$resetpost('rs/logic/getReportFileContent', {f_files_path: path}, {resolveMsg: null, rejectMsg: null}).then((res) => {
185
+ this.reportStr = res.data.filecontent
186
+ this.model.state = '正确'
187
+ })
188
+ },
189
+ confirm () {
190
+ if (!this.filename || this.filename === '') {
191
+ this.$showAlert('无法保存,文件名不能为空', 'warning', 3000)
192
+ }
193
+ let saveGen = saveFile(this)
194
+ co(saveGen)
195
+ },
196
+ close () {
197
+ this.show = false
198
+ },
199
+ // 将报表保存成文件
200
+ confirmReport () {
201
+ this.show = true
202
+ this.filename = this.data.f_report_name + this.$login.toStandardDateString()
203
+ },
204
+ },
205
+ watch: {
206
+ 'data' (val) {
207
+ if (val.f_files_path) {
208
+ this.getFileContent(val.f_files_path)
209
+ } else {
210
+ this.reportStr = null
211
+ }
212
+ }
213
+ },
214
+ computed: {
215
+ usertypes() {
216
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
217
+ },
218
+ inputtor() {
219
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表员')]
220
+ },
221
+ }
222
+ }
223
+ </script>
224
+ <style scoped>
225
+ .noborder{
226
+ border: none;
227
+ }
228
+ </style>
@@ -32,10 +32,11 @@
32
32
  @res-select="getRes"
33
33
  :initresid="model.id">
34
34
  </res-select>
35
+ <button class="button_search button_spacing" @click="changePage()">下一页</button>
35
36
  </div>
36
37
  </div>
37
38
  </div>
38
- <div style="height: 97%;">
39
+ <div style="height: 97%;" v-if="showPage === 1">
39
40
  <div class="flex-row" style="flex: 1;border-bottom: 1px dashed #888;height: 48%">
40
41
  <div style="flex: 1;border-right: 1px dashed #888;width: 50%">
41
42
  <site-manager :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]'
@@ -49,8 +50,9 @@
49
50
  <div class="flex-row" style="flex: 1;height: 48%">
50
51
 
51
52
  <div class="flex-row" style="flex: 1;width: 50%;border-right: 1px dashed #888;">
52
- <div style="flex: 1;">
53
- <paymentpie :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]' v-ref:pay ></paymentpie>
53
+ <div style="flex: 1;">
54
+ <paymentpie :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]'
55
+ v-ref:pay></paymentpie>
54
56
  </div>
55
57
  <!-- <div style="flex: 1;">-->
56
58
  <!-- <usertype-pie :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]' v-ref:pay ></usertype-pie>-->
@@ -58,7 +60,15 @@
58
60
  </div>
59
61
 
60
62
  <div style="flex: 1;width: 50%">
61
- <bussiness-type :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]' v-ref:pay ></bussiness-type>
63
+ <bussiness-type :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]'
64
+ v-ref:pay></bussiness-type>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ <div style="height: 97%;" v-if="showPage === 2">
69
+ <div class="flex-row" style="flex: 1;height: 96%">
70
+ <div style="flex: 1">
71
+ <gas-properties-manager :startdate='model.startDate' :enddate='model.endDate' :orgid='model.orgid[0]'></gas-properties-manager>
62
72
  </div>
63
73
  </div>
64
74
  </div>
@@ -67,43 +77,53 @@
67
77
  </template>
68
78
 
69
79
  <script>
70
- import * as Util from '../../Util'
80
+ import * as Util from '../../Util'
71
81
 
72
- export default {
73
- props: {
74
- classname: {
75
- type: String,
76
- default: 'basic-main'
77
- },
78
- width: {
79
- type: String,
80
- default: '98.5%'
81
- },
82
- height: {
83
- type: String,
84
- default: '98%'
82
+ export default {
83
+ props: {
84
+ classname: {
85
+ type: String,
86
+ default: 'basic-main'
87
+ },
88
+ width: {
89
+ type: String,
90
+ default: '98.5%'
91
+ },
92
+ height: {
93
+ type: String,
94
+ default: '98%'
95
+ }
96
+ },
97
+ data () {
98
+ return {
99
+ showPage: 1,
100
+ page: [1, 2],
101
+ jurisdiction: this.$login.r,
102
+ model: {
103
+ id: [this.$login.f.orgid],
104
+ orgid: [this.$login.f.orgid],
105
+ startDate: Util.toStandardDateString(),
106
+ endDate: Util.toStandardDateString()
85
107
  }
108
+ }
109
+ },
110
+ methods: {
111
+ searchdata () {
112
+ this.$refs.pay.searchdata()
86
113
  },
87
- data() {
88
- return {
89
- jurisdiction: this.$login.r,
90
- model: {
91
- id: [this.$login.f.orgid],
92
- orgid: [this.$login.f.orgid],
93
- startDate: Util.toStandardDateString(),
94
- endDate: Util.toStandardDateString()
95
- }
114
+ changePage () {
115
+ let curPage = this.page.indexOf(this.showPage)
116
+ if (curPage + 1 === this.page.length) {
117
+ this.showPage = this.page[0]
118
+ } else {
119
+ this.showPage = this.page[curPage + 1]
96
120
  }
97
121
  },
98
- methods: {
99
- searchdata() {
100
- this.$refs.pay.searchdata()
101
- },
102
- getRes(obj) {
103
- this.model.orgid = obj
104
- },
122
+ getRes (obj) {
123
+ this.model.orgid = obj
105
124
  }
106
125
  }
126
+ }
107
127
  </script>
108
128
 
109
129
  <style lang="css">
@@ -6,7 +6,7 @@
6
6
  <div class="flex">
7
7
  <div class="flex" >
8
8
  <div class="flex-row" style="height: 40%;margin-top: 2%;">
9
- <div class="auto col-sm-12" style="width: 40%;height: 100%;padding: 1em" >
9
+ <div class="auto col-sm-12" style="width: 60%;height: 100%;padding: 1em" >
10
10
  <div class=" col-sm-12 auto" style="padding-left: 1em">
11
11
  <span class="font-title">安检</span>
12
12
  </div>
@@ -24,9 +24,9 @@
24
24
  <span class="normal-font" >计划安检量</span>
25
25
  </div>
26
26
  </div>
27
- <div style="width: 60%">
28
- <ring-safecheck-wh></ring-safecheck-wh>
29
- </div>
27
+ <!--<div style="width: 60%">-->
28
+ <!--<ring-safecheck-wh></ring-safecheck-wh>-->
29
+ <!--</div>-->
30
30
  </div>
31
31
  <div style="height: 58%">
32
32
  <safe-check-wh></safe-check-wh>
@@ -1,14 +1,18 @@
1
1
  {
2
2
  "checkData":{
3
- "wrhsum":2458,
3
+ "wrhsum":1021,
4
4
  "jhsum":81300
5
5
  },
6
- "checkByMonth":[{"sucnum":8359,"time":"2021-11","allnum":8359},
7
- {"sucnum":2114,"time":"2021-12","allnum":2114},
8
- {"sucnum":5528,"time":"2022-01","allnum":5528},
9
- {"sucnum":6921,"time":"2022-02","allnum":6921},
10
- {"sucnum":3820,"time":"2022-03","allnum":3820}
11
- ],
6
+ "checkByMonth":[
7
+ {"sucnum":8359,"time":"2021-10","allnum":8500},
8
+ {"sucnum":8359,"time":"2021-11","allnum":8400},
9
+ {"sucnum":2114,"time":"2021-12","allnum":2200},
10
+ {"sucnum":5500,"time":"2022-01","allnum":5528},
11
+ {"sucnum":6921,"time":"2022-02","allnum":7000},
12
+ {"sucnum":3820,"time":"2022-03","allnum":4000},
13
+ {"sucnum":8617,"time":"2022-04","allnum":9000},
14
+ {"sucnum":9388,"time":"2022-05","allnum":9500}
15
+ ],
12
16
  "callData":{
13
17
  "yearamount":12101,
14
18
  "sumsend":2453,
@@ -24,9 +24,10 @@
24
24
  // color: color,
25
25
  backgroundColor: '#ffffff00',
26
26
  legend: {
27
+ // show: false,
27
28
  orient: 'horizontal',
28
29
  x: 'center',
29
- y: 'top',
30
+ y: 'bottom',
30
31
  icon: 'circle',
31
32
  data: title,
32
33
  itemWidth: 10,
@@ -48,23 +49,32 @@
48
49
  // }],
49
50
  labelLine: {
50
51
  normal: {
51
- length: '5%'
52
+ length: 10
52
53
  }
53
54
  },
54
55
  label: {
55
56
  show: true,
56
- formatter: '{b|{b}}\n{per|{d}%}',
57
+ formatter: '{b|{b}}{per|{d}%}',
57
58
  rich: {
59
+ a: {
60
+ color: '#999',
61
+ lineHeight: 16,
62
+ align: 'center'
63
+ },
64
+ hr: {
65
+ borderColor: '#aaa',
66
+ width: '100%',
67
+ borderWidth: 1,
68
+ height: 0
69
+ },
58
70
  b: {
59
71
  fontSize: 10,
60
72
  padding: [5, 0],
61
73
  color: '#fff'
62
74
  },
63
- hr: {
64
- height: 0,
65
- borderWidth: 1,
66
- width: '100%',
67
- borderColor: '#fff'
75
+ c: {
76
+ fontSize: 10,
77
+ color: '#eee'
68
78
  },
69
79
  per: {
70
80
  color: '#FDF44E',
@@ -8,20 +8,20 @@
8
8
  <div class="row">
9
9
  <div class="col-sm-2 form-group">
10
10
 
11
- <label for="startDate" class="font_normal_body" title="归属日期">开始日期</label>
12
- <datepicker id="startDate" placeholder="开始日期" style="width:60%"
13
- v-model="model.startDate"
14
- :value.sync="model.startDate"
11
+ <label for="startDate1" class="font_normal_body" title="归属日期">开始日期</label>
12
+ <datepicker id="startDate1" placeholder="开始日期" style="width:60%"
13
+ v-model="model.startDate1"
14
+ :value.sync="model.startDate1"
15
15
  :format="'yyyy-MM-dd HH:mm:ss'"
16
16
  :show-reset-button="true"
17
17
  >
18
18
  </datepicker>
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
21
- <label for="endDate" class="font_normal_body" title="归属日期">结束日期</label>
22
- <datepicker id="endDate" placeholder="结束日期" style="width:60%"
23
- v-model="model.endDate"
24
- :value.sync="model.endDate"
21
+ <label for="endDate1" class="font_normal_body" title="归属日期">结束日期</label>
22
+ <datepicker id="endDate1" placeholder="结束日期" style="width:60%"
23
+ v-model="model.endDate1"
24
+ :value.sync="model.endDate1"
25
25
  :format="'yyyy-MM-dd HH:mm:ss'"
26
26
  :show-reset-button="true"
27
27
  >
@@ -563,7 +563,7 @@
563
563
  dep:[],
564
564
  user:[]
565
565
  },
566
- model: new PagedList('rs/sql/arrearsQuery', 20, {startDate: 'this.model.startDate', endDate: 'this.model.endDate'}, {
566
+ model: new PagedList('rs/sql/arrearsQuery', 20, {startDate: 'this.model.inputstartDate', endDate: 'this.model.inputendDate',startDate1: 'this.model.startDate1', endDate1: 'this.model.endDate1'}, {
567
567
  f_oughtamount: 0,
568
568
  f_oughtfee: 0,
569
569
  f_debt_money: 0,
@@ -911,8 +911,10 @@
911
911
  },
912
912
  getCondition() {
913
913
  return {
914
- startDate: this.$refs.paged.$refs.cri.model.startDate,
915
- endDate: this.$refs.paged.$refs.cri.model.endDate,
914
+ startDate: this.$refs.paged.$refs.cri.model.inputstartDate,
915
+ endDate: this.$refs.paged.$refs.cri.model.inputendDate,
916
+ startDate1: this.$refs.paged.$refs.cri.model.startDate1,
917
+ endDate1: this.$refs.paged.$refs.cri.model.endDate1,
916
918
  condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
917
919
  condValue: `${this.model.condValue}`
918
920
  }
@@ -59,7 +59,7 @@
59
59
  </div>
60
60
  </div>
61
61
  <div class="row" v-show="$parent.$parent.criteriaShow">
62
- <res-select-group :show-component="$parent.$parent.resshow" :selectin="true" :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
62
+ <res-select-group :show-component="$parent.$parent.resshow" :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
63
63
  <div class="col-sm-2 form-group">
64
64
  <label class="font_normal_body">客户名称</label>
65
65
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
@@ -697,7 +697,7 @@
697
697
  <nobr>{{row.f_stairamount1}}</nobr>
698
698
  </td>
699
699
  <td style="text-align: center;">
700
- <nobr>{{row.f_stair1price}}</nobr>
700
+ <nobr>{{row.conutnum>1?'--':row.f_stair1price}}</nobr>
701
701
  </td>
702
702
  <td style="text-align: center;">
703
703
  <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
@@ -706,7 +706,7 @@
706
706
  <nobr>{{row.f_stair2amount}}</nobr>
707
707
  </td>
708
708
  <td style="text-align: center;">
709
- <nobr>{{row.f_stair2price}}</nobr>
709
+ <nobr>{{row.conutnum>1?'--':row.f_stair2price}}</nobr>
710
710
  </td>
711
711
  <td style="text-align: center;">
712
712
  <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
@@ -715,7 +715,7 @@
715
715
  <nobr>{{row.f_stair3amount}}</nobr>
716
716
  </td>
717
717
  <td style="text-align: center;">
718
- <nobr>{{row.f_stair3price}}</nobr>
718
+ <nobr>{{row.conutnum>1?'--':row.f_stair3price}}</nobr>
719
719
  </td>
720
720
  <td style="text-align: center;">
721
721
  <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
@@ -35,7 +35,7 @@
35
35
  style="width: 60%"
36
36
  v-model="model.f_residential_area"
37
37
  :options='$parent.$parent.residentialArea' placeholder='选择小区'
38
- condition="ud.f_residential_area = '{}'"
38
+ condition="f_residential_area = '{}'"
39
39
  close-on-select search="true">
40
40
  </v-select>
41
41
  </div>
@@ -274,6 +274,7 @@
274
274
  self.$MagGetSaleParam.initinputtor();
275
275
  self.getinputtores();
276
276
  self.initmeterbook();
277
+ self.initSlice()
277
278
  self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
278
279
  self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
279
280
  // self.$refs.paged.$refs.cri.search()
@@ -339,8 +340,7 @@
339
340
  }
340
341
  },
341
342
  ready() {
342
- // this.getaddress()
343
- //
343
+ this.getaddress()
344
344
  readySomething(this).then(() => {
345
345
  this.$emit('ready')
346
346
  }).catch((error) => {
@@ -350,6 +350,9 @@
350
350
  methods: {
351
351
  //初始化片区
352
352
  async initSlice (val) {
353
+ if(val == null ){
354
+ val = this.f_filialeid;
355
+ }
353
356
  if (val) {
354
357
  let getAllArea = await this.$resetpost('/rs/search', {
355
358
  source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',