manage-client 4.0.14 → 4.0.16

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 (28) hide show
  1. package/build/dev-server.js +3 -3
  2. package/package.json +1 -1
  3. package/src/components/SellReport/ManageChargeBillBeiFangShiYe.vue +251 -0
  4. package/src/components/SellReport/ManageFillGasQueryBeiFangShiYe.vue +251 -0
  5. package/src/components/SellReport/ManageOtherChargeBeiFangShiYe.vue +251 -0
  6. package/src/components/SellReport/ManageSellGasQueryBeiFangShiYe.vue +251 -0
  7. package/src/components/SellReport/ManageUseGasQueryBeiFangShiYe.vue +251 -0
  8. package/src/components/SellReport/ManageUserClassifyBeiFangShiYe.vue +271 -0
  9. package/src/filiale/qingjian/SellingTable.vue +220 -0
  10. package/src/filiale/qingjian/reportManage.js +7 -0
  11. package/src/filiale/tongchuan/BusinessClassify.vue +386 -0
  12. package/src/filiale/tongchuan/DepartmentPrick.vue +292 -0
  13. package/src/filiale/tongchuan/GasPrice.vue +13 -39
  14. package/src/filiale/tongchuan/ManageBusSummary.vue +8 -9
  15. package/src/filiale/tongchuan/ManageHandInputtor.vue +261 -0
  16. package/src/filiale/tongchuan/ManageSellType.vue +267 -0
  17. package/src/filiale/tongchuan/ManageUserCount.vue +369 -0
  18. package/src/filiale/tongchuan/MarketMonth.vue +297 -0
  19. package/src/filiale/tongchuan/SaleMonthReport.vue +155 -0
  20. package/src/filiale/tongchuan/UserClassify.vue +249 -0
  21. package/src/filiale/tongchuan/reportManage.js +34 -1
  22. package/src/filiale/xihu/NewQueryInstruct.vue +665 -0
  23. package/src/filiale/xihu/webmeterManage.js +6 -0
  24. package/src/main.js +2 -0
  25. package/src/reportManage.js +22 -0
  26. package/src/filiale/jinbin/exportConfig.js +0 -1110
  27. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
  28. package/src/filiale/jinbin/sale.js +0 -7
@@ -0,0 +1,251 @@
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-2 form-group" >
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-2 form-group" >
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
+ <res-select-group :initres="$parent.$parent.initres" :show-component="['company','department','operator']" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
30
+ <!--<div class="col-sm-4">-->
31
+ <!--<label class="font_normal_body">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp; </label>-->
32
+ <!--<right-tree @re-res="$parent.$parent.getRes"></right-tree>-->
33
+ <!--</div>-->
34
+ <!--<div class="col-sm-4">-->
35
+ <!--<label class="font_normal_body">&nbsp;&nbsp;&nbsp;部门&nbsp;&nbsp;&nbsp; </label>-->
36
+ <!--<res-select restype='department'-->
37
+ <!--is-mul="false"-->
38
+ <!--@res-select="$parent.$parent.getdep"-->
39
+ <!--:parentresid="$parent.$parent.depresid"-->
40
+ <!--:initresid='$parent.$parent.depid'>-->
41
+ <!--</res-select>-->
42
+ <!--</div>-->
43
+ <div style = "float:right;">
44
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
45
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
46
+ <report-excel id='gasprice'></report-excel>
47
+ </div>
48
+ </div>
49
+ <!--<div class="span" style = "float:right;">-->
50
+
51
+ <!--</div>-->
52
+ </div>
53
+ </criteria>
54
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
55
+ <table class='tableprint' style="margin: 0px auto">
56
+ <thead>
57
+ <tr>
58
+ <th colspan='{{$parent.spans}}' style="font-weight: bold; text-align: left;">
59
+ <h3 style="text-align: center">北方实业用气汇总</h3>
60
+ </th>
61
+ </tr>
62
+ <tr>
63
+ <th colspan='{{$parent.spans}}' style="font-weight: normal; text-align: center;">
64
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
65
+ 结束时间:{{ model.model.endDate }}&nbsp;&nbsp;
66
+ </th>
67
+ </tr>
68
+ <tr>
69
+ <th colspan='{{$parent.spans}}' style="font-weight: normal; text-align: center;">
70
+ 打印时间:{{{$parent.printTime}}}
71
+ </th>
72
+ </tr>
73
+ <tr>
74
+ <th colspan='{{$parent.spans}}' style="font-weight: normal; text-align: center;">
75
+ <div>
76
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
77
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
78
+ </div>
79
+ </th>
80
+ </tr>
81
+ </thead>
82
+ <tr>
83
+ <td style="font-weight: normal;" id="test">
84
+ {{{ model.data.substring(26,model.data.length-8) }}}
85
+ </td>
86
+ </tr>
87
+ <tfoot>
88
+ <tr style="text-align: left">
89
+ <th colspan='{{$parent.spans}}' style="font-weight: normal; text-align: left;">
90
+ 经办人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
91
+ 审核人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
92
+ 财务审核人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
93
+ 部门负责人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
94
+ </th>
95
+ </tr>
96
+ </tfoot>
97
+ </table>
98
+ {{{ $parent.reportStr}}}
99
+ </div>
100
+ </criteria-paged>
101
+ <modal :show.sync="show" v-ref:modal small backdrop="false">
102
+ <header slot="modal-header" class="modal-header">
103
+ <h4 class="modal-title">输入文件名称</h4>
104
+ </header>
105
+ <article slot="modal-body" class="modal-body">
106
+ <div class="form-group">
107
+ <input type="text" class="form-control" v-model="filename" placeholder='保存的文件名'>
108
+ </div>
109
+ </article>
110
+ <footer slot="modal-footer" class="modal-footer">
111
+ <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
112
+ <button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button>
113
+ </footer>
114
+ </modal>
115
+ </div>
116
+ </template>
117
+
118
+ <script>
119
+ import { DataModel } from 'vue-client'
120
+ import co from 'co'
121
+ let saveFile = function * (self) {
122
+ // 线验证文件是否重名
123
+ let count = yield self.$resetpost('api/af-revenue/sql/manageSingleTable',
124
+ {data: {tablename: 't_report_record', condition: `f_files_name = '${self.filename}'`}},
125
+ {resolveMsg: null, rejectMsg: null})
126
+ if (count.data.length > 0) {
127
+ self.$showAlert('无法保存,文件名重名', 'warning', 3000)
128
+ return
129
+ }
130
+ let saveBack = yield self.$resetpost('api/af-revenue/logic/saveReport', {f_files_content: self.$refs.paged.$els.handcollect.innerHTML,
131
+ f_files_name: self.filename, f_files_type: self.data.f_report_type, f_component_name: 'manage-bus-summary',
132
+ f_operator: this.$login.f.name, f_query_month: `${self.model.model.startDate}-${self.model.model.endDate}`,
133
+ f_outlets: this.$login.f.depname})
134
+ if (saveBack.data.status === 'succeed') {
135
+ self.show = false
136
+ self.filename = ''
137
+ // 后台保存完成,通知刷新
138
+ self.$dispatch('save-success', self.filename)
139
+ }
140
+ }
141
+ export default {
142
+ title: '北方实业用气汇总',
143
+ props: ['data'],
144
+ data () {
145
+ return {
146
+ printTime: this.$login.toStandardTimeString(),
147
+ depresid: [],
148
+ userresid: [],
149
+ initres: {
150
+ org:[this.$login.f.orgid],
151
+ dep:[],
152
+ user:[]
153
+ },
154
+ f_orgid: this.$login.f.orgid,
155
+ f_depid: this.$login.f.depids,
156
+ f_operatorid: this.$login.f.id,
157
+ operatorid: [],
158
+ depid: [],
159
+ orgname: '',
160
+ depname: '',
161
+ operatorname: '',
162
+ orgCondtionStr: '1=1',
163
+ model: new DataModel('api/af-revenue/report/useGasBeiFangShiYe', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
164
+ f_orgid: 'this.model.f_orgid'}),
165
+ reportStr: null,
166
+ show: false,
167
+ spans: ''
168
+ }
169
+ },
170
+ ready () {
171
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
172
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
173
+ // this.$refs.paged.$refs.criteria.search()
174
+ },
175
+ methods: {
176
+ searchData () {
177
+ this.$refs.paged.$refs.criteria.search()
178
+ },
179
+ selfSearch (args) {
180
+ this.printTime = this.$login.toStandardTimeString()
181
+ let orgstr = this.orgCondtionStr
182
+ args.condition = `${args.condition} ` + orgstr
183
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgstr
184
+ this.$refs.paged.search(args)
185
+ },
186
+ getRes (condition, obj) {
187
+ this.orgCondtionStr = condition
188
+ this.orgname = obj.orgnames[0]
189
+ this.depname = obj.depnames[0]
190
+ },
191
+ // getdep (obj, val) {
192
+ // // this.depname = val[0]
193
+ // this.userresid = obj
194
+ // this.f_depid = obj
195
+ // },
196
+ // getuser ( obj, val) {
197
+ // this.operatorname = val[0]
198
+ // this.f_operatorid = obj
199
+ // },
200
+
201
+ // 根据文件路径获取储存的报表内容
202
+ getFileContent (path) {
203
+ this.$resetpost('api/af-revenue/logic/getReportFileContent', {f_files_path: path}, {resolveMsg: null, rejectMsg: null}).then((res) => {
204
+ this.reportStr = res.data.filecontent
205
+ this.model.state = '正确'
206
+ })
207
+ },
208
+ confirm () {
209
+ if (!this.filename || this.filename === '') {
210
+ this.$showAlert('无法保存,文件名不能为空', 'warning', 3000)
211
+ }
212
+ let saveGen = saveFile(this)
213
+ co(saveGen)
214
+ },
215
+ close () {
216
+ this.show = false
217
+ },
218
+ // 将报表保存成文件
219
+ confirmReport () {
220
+ this.show = true
221
+ this.filename = this.data.f_report_name + this.$login.toStandardDateString()
222
+ }
223
+ },
224
+ watch: {
225
+ 'data' (val) {
226
+ if (val.f_files_path) {
227
+ this.getFileContent(val.f_files_path)
228
+ } else {
229
+ this.reportStr = null
230
+ }
231
+ },
232
+ 'model.data' (val) {
233
+ let tab = document.getElementById('test').children[0]
234
+ var tds = tab.getElementsByTagName('td')
235
+ var num = 0
236
+ for (let td of tds) {
237
+ let span = td.getAttribute('colspan')
238
+ num = num + ((span ? span : 1) - 0)
239
+ }
240
+ this.spans = num
241
+ }
242
+ },
243
+ computed: {
244
+ }
245
+ }
246
+ </script>
247
+ <style scoped>
248
+ .noborder{
249
+ border: none;
250
+ }
251
+ </style>
@@ -0,0 +1,271 @@
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-3" >
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 00:00:00'"
16
+ :show-reset-button="reset">
17
+ </datepicker>
18
+ </div>
19
+ <div class="col-sm-3" >
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 23:59:59'"
26
+ :show-reset-button="reset">
27
+ </datepicker>
28
+ </div>
29
+ <div class="col-sm-3" >
30
+ <label class="font_normal_body" for="yearStartDate">年开始日期:</label>
31
+ <datepicker id="yearStartDate" placeholder="年开始日期" style="width: 60%"
32
+ v-model="model.yearStartDate"
33
+ :value.sync="model.yearStartDate"
34
+ :disabled-days-of-Week="[]"
35
+ :format="'yyyy-MM-dd 00:00:00'"
36
+ :show-reset-button="reset">
37
+ </datepicker>
38
+ </div>
39
+ <div class="col-sm-3" >
40
+ <label class="font_normal_body" for="yearEndDate">年结束日期:</label>
41
+ <datepicker id="yearEndDate" placeholder="年结束日期" style="width: 60%"
42
+ v-model="model.yearEndDate"
43
+ :value.sync="model.yearEndDate"
44
+ :disabled-days-of-Week="[]"
45
+ :format="'yyyy-MM-dd 23:59:59'"
46
+ :show-reset-button="reset">
47
+ </datepicker>
48
+ </div>
49
+ <div class="col-sm-3 form-group" >
50
+ <label class="font_normal_body" for="org">公&emsp;&emsp;司:</label>
51
+ <manage-right-tree id="org" @re-res="$parent.$parent.getRes" style="width: 60%"></manage-right-tree>
52
+ </div>
53
+ <div class="col-sm-3 form-group">
54
+ <label class="font_normal_body" for="dep" >部&emsp;&emsp;门:</label>
55
+ <manage-res-select id="dep" restype='department' style="width: 60%"
56
+ is-mul="false"
57
+ @res-select="$parent.$parent.getdep"
58
+ :parentresid="$parent.$parent.depresid"
59
+ :initresid='$parent.$parent.depid' >
60
+ </manage-res-select>
61
+
62
+ </div>
63
+ <div class="col-sm-3 form-group">
64
+ <label class="font_normal_body" for="oper">人&emsp;&emsp;员:</label>
65
+ <manage-res-select id="oper" restype='user' style="width: 60%"
66
+ is-mul="false"
67
+ @res-select="$parent.$parent.getuser"
68
+ :parentresid="$parent.$parent.userresid"
69
+ :initresid='$parent.$parent.operatorid'>
70
+ </manage-res-select>
71
+ </div>
72
+ </div>
73
+ <div class="span" style = "float:right;">
74
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
75
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
76
+ <report-excel id='gasprice'></report-excel>
77
+ </div>
78
+ </div>
79
+ </criteria>
80
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
81
+ <table class='tableprint' style="margin: 0px auto" >
82
+ <thead>
83
+ <tr>
84
+ <th :colspan='$parent.tablen' style="font-weight: normal; text-align: left;">
85
+ <h3 style="text-align: center">用户分类统计</h3>
86
+ </th>
87
+ </tr>
88
+ <tr>
89
+ <th :colspan='$parent.tablen' style="font-weight: normal; text-align: center;">
90
+ 时间区间:{{$refs.criteria.model.startDate}} - {{ $refs.criteria.model.endDate }}<br/>
91
+ 打印时间:{{$parent.printTime}}
92
+ </th>
93
+ </tr>
94
+ <tr>
95
+ <th :colspan='$parent.tablen' style="font-weight: normal; text-align: center;">
96
+ <div>
97
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
98
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
99
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
100
+ </div>
101
+ </th>
102
+ </tr>
103
+ </thead>
104
+ <tr>
105
+ <td :colspan='$parent.tablen' class="noborder">
106
+ {{{ model.data.substring(26,model.data.length-8) }}}
107
+ </td>
108
+ </tr>
109
+ <tfoot>
110
+ <tr style="text-align: left">
111
+ <th :colspan='Math.floor($parent.tablen/3)'>财务审核:</th>
112
+ <th :colspan='Math.round($parent.tablen/3)'>收款审核:</th>
113
+ <th :colspan='Math.round($parent.tablen/3)'>收款员:</th>
114
+ </tr>
115
+ </tfoot>
116
+ </table>
117
+ {{{ $parent.reportStr}}}
118
+ </div>
119
+ </criteria-paged>
120
+ <modal :show.sync="show" v-ref:modal small backdrop="false">
121
+ <header slot="modal-header" class="modal-header">
122
+ <h4 class="modal-title">输入文件名称</h4>
123
+ </header>
124
+ <article slot="modal-body" class="modal-body">
125
+ <div class="form-group">
126
+ <input type="text" class="form-control" v-model="filename" placeholder='保存的文件名'>
127
+ </div>
128
+ </article>
129
+ <footer slot="modal-footer" class="modal-footer">
130
+ <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
131
+ <button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button>
132
+ </footer>
133
+ </modal>
134
+ </div>
135
+ </template>
136
+
137
+ <script>
138
+ import { DataModel } from 'vue-client'
139
+ import co from 'co'
140
+ let saveFile = function * (self) {
141
+ // 线验证文件是否重名
142
+ let count = yield self.$resetpost('api/af-revenue/sql/manageSingleTable',
143
+ {data: {tablename: 't_report_record', condition: `f_files_name = '${self.filename}'`}},
144
+ {resolveMsg: null, rejectMsg: null})
145
+ if (count.data.length > 0) {
146
+ self.$showAlert('无法保存,文件名重名', 'warning', 3000)
147
+ return
148
+ }
149
+ let saveBack = yield self.$resetpost('api/af-revenue/logic/saveReport', {f_files_content: self.$refs.paged.$els.handcollect.innerHTML,
150
+ f_files_name: self.filename, f_files_type: self.data.f_report_type, f_component_name: 'manage-bus-summary',
151
+ f_operator: this.$login.f.name, f_query_month: `${self.model.model.startDate}-${self.model.model.endDate}`,
152
+ f_outlets: this.$login.f.depname})
153
+ if (saveBack.data.status === 'succeed') {
154
+ self.show = false
155
+ self.filename = ''
156
+ // 后台保存完成,通知刷新
157
+ self.$dispatch('save-success', self.filename)
158
+ }
159
+ }
160
+ export default {
161
+ title: '用户分类统计',
162
+ props: ['data'],
163
+ data () {
164
+ return {
165
+ printTime: this.$login.toStandardTimeString(),
166
+ depresid: [],
167
+ userresid: [],
168
+ f_orgid: this.$login.f.orgid,
169
+ f_depid: this.$login.f.depids,
170
+ f_operatorid: this.$login.f.id,
171
+ operatorid: [],
172
+ depid: [],
173
+ tablen:0,
174
+ orgname: '',
175
+ depname: '',
176
+ operatorname: '',
177
+ orgCondtionStr: '1=1',
178
+ model: new DataModel('api/af-revenue/report/UserClassifyBeiFangShiYe', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
179
+ yearStartDate: 'this.model.yearStartDate', yearEndDate: 'this.model.yearEndDate',f_orgid: 'this.model.f_orgid'}),
180
+ reportStr: null,
181
+ show: false,
182
+ }
183
+ },
184
+ ready () {
185
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
186
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
187
+ console.log(this.$login.f)
188
+ },
189
+ methods: {
190
+ searchData () {
191
+ this.$refs.paged.$refs.criteria.search()
192
+ },
193
+ selfSearch (args) {
194
+ this.printTime = this.$login.toStandardTimeString()
195
+ let orgcondition = ` f_orgid in( ${this.f_orgid})`
196
+ if (this.f_depid[0]) {
197
+ orgcondition += ` and f_depid in (${this.f_depid})`
198
+ }
199
+ if(this.f_operatorid[0]) {
200
+ orgcondition += ` and f_operatorid in (${this.f_operatorid})`
201
+ }
202
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
203
+ this.$refs.paged.search(args)
204
+ },
205
+ getRes (obj) {
206
+ this.orgname = obj.res[0]
207
+ this.depresid = obj.resids
208
+ this.userresid = obj.resids
209
+ this.f_orgid = obj.resids
210
+ },
211
+ getdep (obj, val) {
212
+ this.depname = val[0]
213
+ // this.userresid = obj
214
+ this.f_depid = obj
215
+ },
216
+ getuser ( obj, val) {
217
+ this.operatorname = val[0]
218
+ this.f_operatorid = obj
219
+ },
220
+ // 根据文件路径获取储存的报表内容
221
+ getFileContent (path) {
222
+ this.$resetpost('api/af-revenue/logic/getReportFileContent', {f_files_path: path}, {resolveMsg: null, rejectMsg: null}).then((res) => {
223
+ this.reportStr = res.data.filecontent
224
+ this.model.state = '正确'
225
+ })
226
+ },
227
+ confirm () {
228
+ if (!this.filename || this.filename === '') {
229
+ this.$showAlert('无法保存,文件名不能为空', 'warning', 3000)
230
+ }
231
+ let saveGen = saveFile(this)
232
+ co(saveGen)
233
+ },
234
+ close () {
235
+ this.show = false
236
+ },
237
+ // 将报表保存成文件
238
+ confirmReport () {
239
+ this.show = true
240
+ this.filename = this.data.f_report_name + this.$login.toStandardDateString()
241
+ }
242
+ },
243
+ watch: {
244
+ 'data' (val) {
245
+ if (val.f_files_path) {
246
+ this.getFileContent(val.f_files_path)
247
+ } else {
248
+ this.reportStr = null
249
+ }
250
+ },
251
+ 'model.data' (val) {
252
+ let len=0
253
+ let a=val.split('</tr>')
254
+ for(let i=0;i<a.length;i++){
255
+ if(a[i].split('</td>').length-1>len){
256
+ len=a[i].split('</td>').length-1
257
+ }
258
+ }
259
+ this.tablen=len
260
+ }
261
+ },
262
+ computed: {
263
+
264
+ }
265
+ }
266
+ </script>
267
+ <style scoped>
268
+ .noborder{
269
+ border: none;
270
+ }
271
+ </style>