apply-clients 3.5.6-24 → 3.5.6-25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +2 -2
- package/package.json +1 -1
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +187 -187
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -8,8 +8,8 @@ var compiler = webpack(config)
|
|
|
8
8
|
// var proxy = httpProxy.createProxyServer()
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
var ldap = 'http://
|
|
12
|
-
var applyinstall = 'http://
|
|
11
|
+
var ldap = 'http://125.71.238.50:30789'
|
|
12
|
+
var applyinstall = 'http://125.71.238.50:30789'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
'/api': {
|
package/package.json
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
:options='$parent.$parent.applytype'
|
|
101
101
|
class="select select_list"
|
|
102
102
|
:multiple="true"
|
|
103
|
-
|
|
103
|
+
></v-select>
|
|
104
104
|
</div>
|
|
105
105
|
<div class="form-group col-sm-3">
|
|
106
106
|
<label class="font_normal_body">办理环节:</label>
|
|
@@ -177,42 +177,42 @@
|
|
|
177
177
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_construction_unit"
|
|
178
178
|
v-on:keyup.enter="$parent.$parent.search()" condition="f_construction_unit like '%{}%'" placeholder='施工单位'>
|
|
179
179
|
</div>
|
|
180
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
181
|
-
<!-- <label class="font_normal_body">表  号:</label>-->
|
|
182
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='表号' v-model="model.f_meternumber"-->
|
|
183
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
184
|
-
<!-- condition="meternumber like '%{}%'">-->
|
|
185
|
-
<!-- </div>-->
|
|
186
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
187
|
-
<!-- <label class="font_normal_body">领用人:</label>-->
|
|
188
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='领用人' v-model="model.lyr"-->
|
|
189
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
190
|
-
<!-- condition="lyr like '%{}%'">-->
|
|
191
|
-
<!-- </div>-->
|
|
192
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
193
|
-
<!-- <label class="font_normal_body">发货人:</label>-->
|
|
194
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='发货人' v-model="model.fyr"-->
|
|
195
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
196
|
-
<!-- condition="fyr like '%{}%'">-->
|
|
197
|
-
<!-- </div>-->
|
|
180
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
181
|
+
<!-- <label class="font_normal_body">表  号:</label>-->
|
|
182
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='表号' v-model="model.f_meternumber"-->
|
|
183
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
184
|
+
<!-- condition="meternumber like '%{}%'">-->
|
|
185
|
+
<!-- </div>-->
|
|
186
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
187
|
+
<!-- <label class="font_normal_body">领用人:</label>-->
|
|
188
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='领用人' v-model="model.lyr"-->
|
|
189
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
190
|
+
<!-- condition="lyr like '%{}%'">-->
|
|
191
|
+
<!-- </div>-->
|
|
192
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
193
|
+
<!-- <label class="font_normal_body">发货人:</label>-->
|
|
194
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='发货人' v-model="model.fyr"-->
|
|
195
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
196
|
+
<!-- condition="fyr like '%{}%'">-->
|
|
197
|
+
<!-- </div>-->
|
|
198
198
|
<div class="form-group col-sm-3">
|
|
199
199
|
<label class="font_normal_body">发起人:</label>
|
|
200
200
|
<input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
|
|
201
201
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
202
202
|
condition="u.f_operator like '%{}%'">
|
|
203
203
|
</div>
|
|
204
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
205
|
-
<!-- <label class="font_normal_body">领用状态:</label>-->
|
|
206
|
-
<!-- <v-select-->
|
|
207
|
-
<!-- v-model="model.frstate"-->
|
|
208
|
-
<!-- placeholder='流程状态'-->
|
|
209
|
-
<!-- condition="frstate = '{}'"-->
|
|
210
|
-
<!-- :value.sync="model.frstate"-->
|
|
211
|
-
<!-- :options='$parent.$parent.lyStates'-->
|
|
212
|
-
<!-- class="select select_list"-->
|
|
213
|
-
<!-- :value-single="true"-->
|
|
214
|
-
<!-- close-on-select ></v-select>-->
|
|
215
|
-
<!-- </div>-->
|
|
204
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
205
|
+
<!-- <label class="font_normal_body">领用状态:</label>-->
|
|
206
|
+
<!-- <v-select-->
|
|
207
|
+
<!-- v-model="model.frstate"-->
|
|
208
|
+
<!-- placeholder='流程状态'-->
|
|
209
|
+
<!-- condition="frstate = '{}'"-->
|
|
210
|
+
<!-- :value.sync="model.frstate"-->
|
|
211
|
+
<!-- :options='$parent.$parent.lyStates'-->
|
|
212
|
+
<!-- class="select select_list"-->
|
|
213
|
+
<!-- :value-single="true"-->
|
|
214
|
+
<!-- close-on-select ></v-select>-->
|
|
215
|
+
<!-- </div>-->
|
|
216
216
|
<div class="form-group col-sm-3">
|
|
217
217
|
<label for="startDate" class="font_normal_body">完工时间:</label>
|
|
218
218
|
<datepicker id="startDate" placeholder="开始日期"
|
|
@@ -347,7 +347,6 @@
|
|
|
347
347
|
condition="u.f_contract_date <= '{}'">
|
|
348
348
|
</datepicker>
|
|
349
349
|
</div>
|
|
350
|
-
<div class="form-group col-sm-3">
|
|
351
350
|
</div>
|
|
352
351
|
</div>
|
|
353
352
|
</criteria>
|
|
@@ -381,8 +380,8 @@
|
|
|
381
380
|
<th style="white-space: nowrap;">施工单位</th>
|
|
382
381
|
<th style="white-space: nowrap;">施工备注</th>
|
|
383
382
|
<th style="white-space: nowrap;">施工时间</th>
|
|
384
|
-
<!-- <th style="white-space: nowrap;">灶具品牌</th>
|
|
385
|
-
|
|
383
|
+
<!-- <th style="white-space: nowrap;">灶具品牌</th>
|
|
384
|
+
<th style="white-space: nowrap;">热水器品牌</th>-->
|
|
386
385
|
<th style="white-space: nowrap;">缴费金额</th>
|
|
387
386
|
<th style="white-space: nowrap;">验收时间</th>
|
|
388
387
|
<th style="white-space: nowrap;">开工时间</th>
|
|
@@ -475,12 +474,12 @@
|
|
|
475
474
|
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
476
475
|
<nobr>{{row.f_construction_date}}</nobr>
|
|
477
476
|
</td>
|
|
478
|
-
<!-- <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
477
|
+
<!-- <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
478
|
+
<nobr>{{row['热水器']}}</nobr>
|
|
479
|
+
</td>
|
|
480
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
481
|
+
<nobr>{{row['灶具']}}</nobr>
|
|
482
|
+
</td>-->
|
|
484
483
|
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
485
484
|
<nobr>{{row.f_cumulative_payment_money}}</nobr>
|
|
486
485
|
</td>
|
|
@@ -509,171 +508,172 @@
|
|
|
509
508
|
</div>
|
|
510
509
|
</template>
|
|
511
510
|
<script>
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
}
|
|
523
|
-
}),
|
|
524
|
-
orgid:'',
|
|
525
|
-
curorgid: [this.$login.f.orgid],
|
|
526
|
-
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
527
|
-
usertype: [{label: '全部', value: ''}, {label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
|
|
528
|
-
defnames: [{label: '全部', value: ''},...this.$appdata.getParam('办理环节')], // 流程节点
|
|
529
|
-
applyNatures: [{label: '全部', value: ''},...this.$appdata.getParam('报建性质')], // 报建性质
|
|
530
|
-
criteriaShow: false,
|
|
531
|
-
satisfied: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建服务评价')],
|
|
532
|
-
subStates: [
|
|
533
|
-
{label: '全部', value: ''},
|
|
534
|
-
{label: '新增', value: '新增'},
|
|
535
|
-
{label: '暂停', value: '暂停'},
|
|
536
|
-
{label: '终止', value: '终止'},
|
|
537
|
-
{label: '完工', value: '完工'},
|
|
538
|
-
{label: '正在进行', value: '正在进行'}
|
|
539
|
-
], // 流程状态
|
|
540
|
-
lyStates: [
|
|
541
|
-
{label: '全部', value: ''},
|
|
542
|
-
{label: '已领', value: '已领'},
|
|
543
|
-
{label: '未领', value: '未领'}
|
|
544
|
-
|
|
545
|
-
],
|
|
546
|
-
// 流程状态
|
|
547
|
-
getfield: {
|
|
548
|
-
'f_apply_num': '工程编号',
|
|
549
|
-
'f_userinfo_code': '用户编号',
|
|
550
|
-
'f_user_name': '客户名称',
|
|
551
|
-
'f_user_type': '客户类型',
|
|
552
|
-
'f_contract_number': '合同编号',
|
|
553
|
-
'f_phone': '电话',
|
|
554
|
-
'f_address': '地址',
|
|
555
|
-
'f_apply_source': '来源',
|
|
556
|
-
'f_apply_type': '报建类型',
|
|
557
|
-
'f_apply_nature': '报建性质',
|
|
558
|
-
'f_cumulative_payment_money': '缴费金额',
|
|
559
|
-
'defname': '办理环节',
|
|
560
|
-
'f_sub_state': '流程状态',
|
|
561
|
-
'f_apply_date': '报建日期',
|
|
562
|
-
'f_finish_date': '完工日期',
|
|
563
|
-
'f_shenqing_person': '通气申请人',
|
|
564
|
-
'f_hetong_person': '合同审批人',
|
|
565
|
-
'f_tongqi_person': '通气施工人',
|
|
566
|
-
'f_fangan_person': '方案审批人',
|
|
567
|
-
'f_gogncheng_person': '工程审批人',
|
|
568
|
-
'f_apply_remarks': '报建申请备注',
|
|
569
|
-
'f_yanshou_person': '验收审批人',
|
|
570
|
-
'f_install_project': '安装项目',
|
|
571
|
-
'f_construction_date': '施工时间',
|
|
572
|
-
'f_construction_remarks': '施工备注',
|
|
573
|
-
'f_completion_time': '开工时间',
|
|
574
|
-
'f_budget_people':'施工人',
|
|
575
|
-
'f_acceptance_time':'验收时间',
|
|
576
|
-
'f_gongcheng_tijiao':'派工时间',
|
|
577
|
-
'f_user_appraise':'服务评价',
|
|
578
|
-
'f_operator':'发起人',
|
|
579
|
-
'f_contract_date':'合同签订时间'
|
|
511
|
+
import {PagedList} from 'vue-client'
|
|
512
|
+
import {isEmpty} from '../../../components/Util'
|
|
513
|
+
export default {
|
|
514
|
+
title: '勘探详情',
|
|
515
|
+
props: ['showData'],
|
|
516
|
+
data () {
|
|
517
|
+
return {
|
|
518
|
+
model: new PagedList('rs/sql/supervisory', 20, {
|
|
519
|
+
data: {
|
|
520
|
+
orgid: this.$login.f.orgid
|
|
580
521
|
}
|
|
522
|
+
}),
|
|
523
|
+
orgid:'',
|
|
524
|
+
curorgid: [this.$login.f.orgid],
|
|
525
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
526
|
+
usertype: [{label: '全部', value: ''}, {label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
|
|
527
|
+
defnames: [{label: '全部', value: ''},...this.$appdata.getParam('办理环节')], // 流程节点
|
|
528
|
+
applyNatures: [{label: '全部', value: ''},...this.$appdata.getParam('报建性质')], // 报建性质
|
|
529
|
+
criteriaShow: false,
|
|
530
|
+
satisfied: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建服务评价')],
|
|
531
|
+
subStates: [
|
|
532
|
+
{label: '全部', value: ''},
|
|
533
|
+
{label: '新增', value: '新增'},
|
|
534
|
+
{label: '暂停', value: '暂停'},
|
|
535
|
+
{label: '终止', value: '终止'},
|
|
536
|
+
{label: '完工', value: '完工'},
|
|
537
|
+
{label: '正在进行', value: '正在进行'}
|
|
538
|
+
], // 流程状态
|
|
539
|
+
lyStates: [
|
|
540
|
+
{label: '全部', value: ''},
|
|
541
|
+
{label: '已领', value: '已领'},
|
|
542
|
+
{label: '未领', value: '未领'}
|
|
543
|
+
|
|
544
|
+
],
|
|
545
|
+
// 流程状态
|
|
546
|
+
getfield: {
|
|
547
|
+
'f_apply_num': '工程编号',
|
|
548
|
+
'f_userinfo_code': '用户编号',
|
|
549
|
+
'f_user_name': '客户名称',
|
|
550
|
+
'f_user_type': '客户类型',
|
|
551
|
+
'f_contract_number': '合同编号',
|
|
552
|
+
'f_phone': '电话',
|
|
553
|
+
'f_address': '地址',
|
|
554
|
+
'f_apply_source': '来源',
|
|
555
|
+
'f_apply_type': '报建类型',
|
|
556
|
+
'f_apply_nature': '报建性质',
|
|
557
|
+
'f_cumulative_payment_money': '缴费金额',
|
|
558
|
+
'defname': '办理环节',
|
|
559
|
+
'f_sub_state': '流程状态',
|
|
560
|
+
'f_apply_date': '报建日期',
|
|
561
|
+
'f_finish_date': '完工日期',
|
|
562
|
+
'f_shenqing_person': '通气申请人',
|
|
563
|
+
'f_hetong_person': '合同审批人',
|
|
564
|
+
'f_tongqi_person': '通气施工人',
|
|
565
|
+
'f_fangan_person': '方案审批人',
|
|
566
|
+
'f_gogncheng_person': '工程审批人',
|
|
567
|
+
'f_apply_remarks': '报建申请备注',
|
|
568
|
+
'f_yanshou_person': '验收审批人',
|
|
569
|
+
'f_install_project': '安装项目',
|
|
570
|
+
'f_construction_date': '施工时间',
|
|
571
|
+
'f_construction_remarks': '施工备注',
|
|
572
|
+
'f_completion_time': '开工时间',
|
|
573
|
+
'f_budget_people':'施工人',
|
|
574
|
+
'f_acceptance_time':'验收时间',
|
|
575
|
+
'f_gongcheng_tijiao':'派工时间',
|
|
576
|
+
'f_user_appraise':'服务评价',
|
|
577
|
+
'f_operator':'发起人',
|
|
578
|
+
'f_contract_date':'合同签订时间',
|
|
579
|
+
|
|
581
580
|
}
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
ready () {
|
|
584
|
+
// 调用查询
|
|
585
|
+
this.search()
|
|
586
|
+
},
|
|
587
|
+
events: {
|
|
588
|
+
},
|
|
589
|
+
methods: {
|
|
590
|
+
loadPage () {
|
|
591
|
+
this.$dispatch('loadPage')
|
|
582
592
|
},
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
this
|
|
593
|
+
// 查询
|
|
594
|
+
search () {
|
|
595
|
+
this.$dispatch('search')
|
|
586
596
|
},
|
|
587
|
-
|
|
597
|
+
check (val) {
|
|
598
|
+
this.$dispatch('apply', val)
|
|
588
599
|
},
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
search () {
|
|
595
|
-
this.$dispatch('search')
|
|
596
|
-
},
|
|
597
|
-
check (val) {
|
|
598
|
-
this.$dispatch('apply', val)
|
|
599
|
-
},
|
|
600
|
-
async applyTypeChange () {
|
|
601
|
-
//判断this.$refs.cp.$refs.cri.model.f_apply_type是不是数组
|
|
602
|
-
if (Array.isArray(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
603
|
-
if(this.$refs.cp.$refs.cri.model.f_apply_type.length>0){
|
|
604
|
-
for (let i = 0; i < this.$refs.cp.$refs.cri.model.f_apply_type.length; i++) {
|
|
605
|
-
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
606
|
-
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type[i] },
|
|
607
|
-
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
608
|
-
)
|
|
609
|
-
if (!isEmpty(res.data)) {
|
|
610
|
-
const newDefnames = [{ label: '全部', value: '' }, ...res.data];
|
|
611
|
-
const newApplyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`))
|
|
612
|
-
? [{ label: '全部', value: '' }]
|
|
613
|
-
: [{ label: '全部', value: '' }, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`)];
|
|
614
|
-
// 检查并追加 defnames
|
|
615
|
-
newDefnames.forEach(item => {
|
|
616
|
-
if (!this.defnames.some(defname => defname.value === item.value)) {
|
|
617
|
-
this.defnames.push(item);
|
|
618
|
-
}
|
|
619
|
-
});
|
|
620
|
-
// 检查并追加 applyNatures
|
|
621
|
-
newApplyNatures.forEach(item => {
|
|
622
|
-
if (!this.applyNatures.some(applyNature => applyNature.value === item.value)) {
|
|
623
|
-
this.applyNatures.push(item);
|
|
624
|
-
}
|
|
625
|
-
});
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
}else{
|
|
630
|
-
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
600
|
+
async applyTypeChange () {
|
|
601
|
+
//判断this.$refs.cp.$refs.cri.model.f_apply_type是不是数组
|
|
602
|
+
if (Array.isArray(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
603
|
+
if(this.$refs.cp.$refs.cri.model.f_apply_type.length>0){
|
|
604
|
+
for (let i = 0; i < this.$refs.cp.$refs.cri.model.f_apply_type.length; i++) {
|
|
631
605
|
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
632
|
-
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
606
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type[i] },
|
|
633
607
|
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
634
608
|
)
|
|
609
|
+
if (!isEmpty(res.data)) {
|
|
610
|
+
const newDefnames = [{ label: '全部', value: '' }, ...res.data];
|
|
611
|
+
const newApplyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`))
|
|
612
|
+
? [{ label: '全部', value: '' }]
|
|
613
|
+
: [{ label: '全部', value: '' }, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`)];
|
|
614
|
+
// 检查并追加 defnames
|
|
615
|
+
newDefnames.forEach(item => {
|
|
616
|
+
if (!this.defnames.some(defname => defname.value === item.value)) {
|
|
617
|
+
this.defnames.push(item);
|
|
618
|
+
}
|
|
619
|
+
});
|
|
620
|
+
// 检查并追加 applyNatures
|
|
621
|
+
newApplyNatures.forEach(item => {
|
|
622
|
+
if (!this.applyNatures.some(applyNature => applyNature.value === item.value)) {
|
|
623
|
+
this.applyNatures.push(item);
|
|
624
|
+
}
|
|
625
|
+
});
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
}else{
|
|
630
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
631
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
632
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
633
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
634
|
+
)
|
|
635
635
|
|
|
636
|
-
|
|
636
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
637
637
|
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
638
|
+
this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
|
|
639
|
+
} else {
|
|
640
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
641
641
|
|
|
642
|
-
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
clear () {
|
|
647
|
-
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
648
|
-
if (Array.isArray(this.$refs.cp.$refs.cri.model[key])) {
|
|
649
|
-
this.$refs.cp.$refs.cri.model[key] = [];
|
|
650
|
-
} else {
|
|
651
|
-
this.$refs.cp.$refs.cri.model[key] = null;
|
|
652
|
-
}
|
|
653
|
-
})
|
|
654
|
-
},
|
|
655
|
-
getorg (val) {
|
|
656
|
-
if (val.length <= 0) {
|
|
657
|
-
return
|
|
642
|
+
this.applyNatures = [{label: '全部', value: ''}]
|
|
658
643
|
}
|
|
659
|
-
this.model.params.data.orgid = val[0]
|
|
660
|
-
this.orgid= val[0]
|
|
661
644
|
}
|
|
662
645
|
},
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
646
|
+
clear () {
|
|
647
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
648
|
+
if (Array.isArray(this.$refs.cp.$refs.cri.model[key])) {
|
|
649
|
+
this.$refs.cp.$refs.cri.model[key] = [];
|
|
650
|
+
} else {
|
|
651
|
+
this.$refs.cp.$refs.cri.model[key] = null;
|
|
652
|
+
}
|
|
653
|
+
})
|
|
654
|
+
},
|
|
655
|
+
getorg (val) {
|
|
656
|
+
if (val.length <= 0) {
|
|
657
|
+
return
|
|
658
|
+
}
|
|
659
|
+
this.model.params.data.orgid = val[0]
|
|
660
|
+
this.orgid= val[0]
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
computed: {
|
|
664
|
+
getCondition () {
|
|
665
|
+
return {
|
|
666
|
+
condition: this.model.condition,
|
|
667
|
+
data: {
|
|
668
|
+
orgid: this.orgid
|
|
670
669
|
}
|
|
671
|
-
},
|
|
672
|
-
projectImport () {
|
|
673
|
-
return this.$login.r.includes('流程监控-导出')
|
|
674
670
|
}
|
|
671
|
+
},
|
|
672
|
+
projectImport () {
|
|
673
|
+
return this.$login.r.includes('流程监控-导出')
|
|
675
674
|
}
|
|
676
675
|
}
|
|
676
|
+
}
|
|
677
677
|
</script>
|
|
678
678
|
<style scoped>
|
|
679
679
|
</style>
|