apply-clients 4.1.66 → 4.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apply.js +6 -1
- package/src/components/product/Function/InstallInfoSelect.vue +0 -1
- package/src/components/product/Function/StopApplyCrrdList.vue +176 -176
- package/src/components/product/Process/ExplorationSelect.vue +354 -354
- package/src/components/product/Process/ExplorationUser.vue +134 -134
- package/src/components/product/Process/Processes/InstallationDetails.vue +489 -490
- package/src/components/product/Process/Processes/UserFireInfo.vue +409 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +155 -34
- package/src/components/product/Process/Processes/addressAndUserinfoManagementPro.vue +1221 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +539 -539
- package/src/components/product/Process/Processes/devicesDetails.vue +834 -0
- package/src/components/product/Process/Processes/printCharge.vue +4 -4
- package/src/components/product/Process/Processes/recordcancel.vue +50 -50
- package/src/components/product/Process/Service/ServiceControl.vue +59 -39
- package/src/components/product/ServiceView.vue +797 -796
- package/src/components/product/Supervisory/SupervisoryControl.vue +119 -119
- package/src/components/product/Supervisory/SupervisoryList.vue +208 -208
- package/src/components/product/Test.vue +40 -40
- package/src/components/product/VueUtils/ApplyUpload.vue +4 -4
- package/static/images/lefticon//347/237/251/345/275/2421183.png +0 -0
- package/dist.rar +0 -0
package/package.json
CHANGED
package/src/apply.js
CHANGED
|
@@ -51,6 +51,8 @@ export default function () {
|
|
|
51
51
|
|
|
52
52
|
// 地址管理
|
|
53
53
|
Vue.component('apply-address-userinfo-management', (resolve) => { require(['./components/product/Process/Processes/addressAndUserinfoManagement'], resolve) })
|
|
54
|
+
// 用户操作
|
|
55
|
+
Vue.component('apply-address-userinfo-management-pro', (resolve) => { require(['./components/product/Process/Processes/addressAndUserinfoManagementPro'], resolve) })
|
|
54
56
|
// 施工安装明细
|
|
55
57
|
Vue.component('installation-details', (resolve) => { require(['./components/product/Process/Processes/InstallationDetails'], resolve) })
|
|
56
58
|
// 收费管理
|
|
@@ -59,7 +61,10 @@ export default function () {
|
|
|
59
61
|
// 补充协议
|
|
60
62
|
Vue.component('supplemental-agreement', (resolve) => { require(['./components/product/Process/Processes/supplementalAgreement'], resolve) })
|
|
61
63
|
Vue.component('test', (resolve) => { require(['./components/product/Test'], resolve) })
|
|
62
|
-
|
|
64
|
+
// 设备信息
|
|
65
|
+
Vue.component('devices-details', (resolve) => { require(['./components/product/Process/Processes/devicesDetails'], resolve) })
|
|
66
|
+
// 表具点火信息
|
|
67
|
+
Vue.component('apply-file-user-fire-info', (resolve) => { require(['./components/product/Process/Processes/UserFireInfo'], resolve) })
|
|
63
68
|
/** VueUtils **/
|
|
64
69
|
Vue.component('back-page', (resolve) => { require(['./components/product/VueUtils/ToolsPage'], resolve) })
|
|
65
70
|
Vue.component('tree2', (resolve) => { require(['./components/product/VueUtils/Tree'], resolve) })
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
</td>
|
|
122
122
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
123
123
|
<nobr>{{row.f_entry_name}}</nobr>
|
|
124
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
125
124
|
</td>
|
|
126
125
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
127
126
|
<nobr>{{row.f_contract_number}}</nobr>
|
|
@@ -1,176 +1,176 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<criteria-paged :model="model" v-ref:paged :pager="false">
|
|
4
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div class="form-group col-sm-12 button-range">
|
|
8
|
-
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
9
|
-
<div
|
|
10
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
11
|
-
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
12
|
-
class="button_spacing"
|
|
13
|
-
style="float: right">
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
18
|
-
<div class="form-group col-sm-12">
|
|
19
|
-
<label class="font_normal_body"> </label>
|
|
20
|
-
<input type="text" class="input_search" v-model="model.f_user_name"
|
|
21
|
-
v-on:keyup.enter="search" condition="f_user_name like '%{}%'" placeholder='联系人'>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="form-group col-sm-12">
|
|
24
|
-
<label class="font_normal_body"> </label>
|
|
25
|
-
<input type="text" class="input_search" v-model="model.f_phone"
|
|
26
|
-
v-on:keyup.enter="search" condition="f_phone like '%{}%'" placeholder='电话号码'>
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
</criteria>
|
|
31
|
-
<data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
32
|
-
<template partial='head'>
|
|
33
|
-
<tr class="title">
|
|
34
|
-
<th colspan="2" style="white-space: nowrap;">已终止报建工程</th>
|
|
35
|
-
</tr>
|
|
36
|
-
</template>
|
|
37
|
-
<template partial='body'>
|
|
38
|
-
<tr>
|
|
39
|
-
<td style="text-align: center;">{{row.f_user_name}}</td>
|
|
40
|
-
<td style="text-align: center;">
|
|
41
|
-
<dropdown>
|
|
42
|
-
<button @click="" type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
43
|
-
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
44
|
-
</button>
|
|
45
|
-
</dropdown>
|
|
46
|
-
</td>
|
|
47
|
-
</tr>
|
|
48
|
-
</template>
|
|
49
|
-
</data-grid>
|
|
50
|
-
<!-- <div partial="list" style="overflow: auto">-->
|
|
51
|
-
<!-- <div class="panel panel-default auto" v-for="item in model.rows">-->
|
|
52
|
-
<!-- <div class="panel-heading auto" style="background-color: #E8F4FF" @click="$parent.$parent.showTable(item)">-->
|
|
53
|
-
<!-- {{item.f_user_name}}-->
|
|
54
|
-
<!-- <div style="float: right">-->
|
|
55
|
-
<!-- <dropdown class="auto">-->
|
|
56
|
-
<!-- <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">-->
|
|
57
|
-
<!-- <span class="glyphicon glyphicon-th-list"></span>-->
|
|
58
|
-
<!-- </button>-->
|
|
59
|
-
<!-- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right" style=" min-width: 60px;">-->
|
|
60
|
-
<!-- <li>-->
|
|
61
|
-
<!-- <a href="#" @click.stop="$parent.$parent.operate(item)">撤销</a>-->
|
|
62
|
-
<!-- </li>-->
|
|
63
|
-
<!-- </ul>-->
|
|
64
|
-
<!-- </dropdown>-->
|
|
65
|
-
<!-- </div>-->
|
|
66
|
-
<!-- </div>-->
|
|
67
|
-
<!-- <table class="table" v-if="$parent.$parent.tableShow(item)">-->
|
|
68
|
-
<!-- <tr>-->
|
|
69
|
-
<!-- <td><b>终止原因</b></td>-->
|
|
70
|
-
<!-- <td>-->
|
|
71
|
-
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_stop_remarks">-->
|
|
72
|
-
<!-- {{item.f_stop_remarks.length > 5 ? item.f_stop_remarks.substring(0,5) + '...' : item.f_stop_remarks.length}}-->
|
|
73
|
-
<!-- </span>-->
|
|
74
|
-
<!-- </td>-->
|
|
75
|
-
<!-- </tr>-->
|
|
76
|
-
<!-- <tr>-->
|
|
77
|
-
<!-- <td><b>流程节点</b></td>-->
|
|
78
|
-
<!-- <td>-->
|
|
79
|
-
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.defname">-->
|
|
80
|
-
<!-- {{item.defname.length > 5 ? item.defname.substring(0,5) + '...' : item.defname}}-->
|
|
81
|
-
<!-- </span>-->
|
|
82
|
-
<!-- </td>-->
|
|
83
|
-
<!-- </tr>-->
|
|
84
|
-
<!-- <tr>-->
|
|
85
|
-
<!-- <td><b>操作人</b></td>-->
|
|
86
|
-
<!-- <td>-->
|
|
87
|
-
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_operator">-->
|
|
88
|
-
<!-- {{item.f_operator.length > 5 ? item.f_operator.substring(0,5) + '...' : item.f_operator}}-->
|
|
89
|
-
<!-- </span>-->
|
|
90
|
-
<!-- </td>-->
|
|
91
|
-
<!-- </tr>-->
|
|
92
|
-
<!-- <tr>-->
|
|
93
|
-
<!-- <td><b>操作部门</b></td>-->
|
|
94
|
-
<!-- <td>-->
|
|
95
|
-
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_department">-->
|
|
96
|
-
<!-- {{item.f_department.length > 5 ? item.f_department.substring(0,5) + '...' : item.f_department}}-->
|
|
97
|
-
<!-- </span>-->
|
|
98
|
-
<!-- </td>-->
|
|
99
|
-
<!-- </tr>-->
|
|
100
|
-
<!-- <tr>-->
|
|
101
|
-
<!-- <td><b>操作日期</b></td>-->
|
|
102
|
-
<!-- <td>-->
|
|
103
|
-
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_date">-->
|
|
104
|
-
<!-- {{new Date(item.f_date).Format('yyyy-MM-dd')}}...-->
|
|
105
|
-
<!-- </span>-->
|
|
106
|
-
<!-- </td>-->
|
|
107
|
-
<!-- </tr>-->
|
|
108
|
-
<!-- </table>-->
|
|
109
|
-
<!-- </div>-->
|
|
110
|
-
<!-- </div>-->
|
|
111
|
-
</criteria-paged>
|
|
112
|
-
</div>
|
|
113
|
-
</template>
|
|
114
|
-
<script>
|
|
115
|
-
/**
|
|
116
|
-
*操作记录信息
|
|
117
|
-
*/
|
|
118
|
-
import {HttpResetClass} from 'vue-client'
|
|
119
|
-
import { PagedList } from 'vue-client'
|
|
120
|
-
Date.prototype.Format = function (fmt) {
|
|
121
|
-
var o = {
|
|
122
|
-
'M+': this.getMonth() + 1, // 月份
|
|
123
|
-
'd+': this.getDate(), // 日
|
|
124
|
-
'H+': this.getHours(), // 小时
|
|
125
|
-
'm+': this.getMinutes(), // 分
|
|
126
|
-
's+': this.getSeconds(), // 秒
|
|
127
|
-
'q+': Math.floor((this.getMonth() + 3) / 3), // 季度
|
|
128
|
-
'S': this.getMilliseconds() // 毫秒
|
|
129
|
-
}
|
|
130
|
-
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length))
|
|
131
|
-
for (var k in o) {
|
|
132
|
-
if (new RegExp('(' + k + ')').test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? (o[k]) : (('00' + o[k]).substr(('' + o[k]).length)))
|
|
133
|
-
}
|
|
134
|
-
return fmt
|
|
135
|
-
}
|
|
136
|
-
export default {
|
|
137
|
-
title: '操作汇总',
|
|
138
|
-
data () {
|
|
139
|
-
return {
|
|
140
|
-
model: new PagedList('rs/sql/get2StopApply', 9999999, {
|
|
141
|
-
data: {
|
|
142
|
-
id: this.$login.f.id,
|
|
143
|
-
orgid: this.$login.f.orgid
|
|
144
|
-
}
|
|
145
|
-
}),
|
|
146
|
-
row: null, // 当前点击的数据
|
|
147
|
-
criteriaShow: false // 控制查询条件
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
props: {
|
|
151
|
-
},
|
|
152
|
-
ready () {
|
|
153
|
-
this.$refs.paged.$refs.cri.search()
|
|
154
|
-
},
|
|
155
|
-
methods: {
|
|
156
|
-
// 控制查询
|
|
157
|
-
hidden () {
|
|
158
|
-
this.criteriaShow = !this.criteriaShow
|
|
159
|
-
},
|
|
160
|
-
// 当前点击的卡片数据
|
|
161
|
-
showTable (row) {
|
|
162
|
-
this.row = row
|
|
163
|
-
},
|
|
164
|
-
// 判断是否显示详细信息
|
|
165
|
-
tableShow (row) {
|
|
166
|
-
return this.row === row
|
|
167
|
-
},
|
|
168
|
-
// 点击撤销
|
|
169
|
-
operate (row) {
|
|
170
|
-
this.$dispatch('operate', row)
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
watch: {
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<criteria-paged :model="model" v-ref:paged :pager="false">
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-12 button-range">
|
|
8
|
+
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
9
|
+
<div
|
|
10
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
11
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
12
|
+
class="button_spacing"
|
|
13
|
+
style="float: right">
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
18
|
+
<div class="form-group col-sm-12">
|
|
19
|
+
<label class="font_normal_body"> </label>
|
|
20
|
+
<input type="text" class="input_search" v-model="model.f_user_name"
|
|
21
|
+
v-on:keyup.enter="search" condition="f_user_name like '%{}%'" placeholder='联系人'>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group col-sm-12">
|
|
24
|
+
<label class="font_normal_body"> </label>
|
|
25
|
+
<input type="text" class="input_search" v-model="model.f_phone"
|
|
26
|
+
v-on:keyup.enter="search" condition="f_phone like '%{}%'" placeholder='电话号码'>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</criteria>
|
|
31
|
+
<data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
32
|
+
<template partial='head'>
|
|
33
|
+
<tr class="title">
|
|
34
|
+
<th colspan="2" style="white-space: nowrap;">已终止报建工程</th>
|
|
35
|
+
</tr>
|
|
36
|
+
</template>
|
|
37
|
+
<template partial='body'>
|
|
38
|
+
<tr>
|
|
39
|
+
<td style="text-align: center;">{{row.f_user_name}}</td>
|
|
40
|
+
<td style="text-align: center;">
|
|
41
|
+
<dropdown>
|
|
42
|
+
<button @click="" type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
43
|
+
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
44
|
+
</button>
|
|
45
|
+
</dropdown>
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
48
|
+
</template>
|
|
49
|
+
</data-grid>
|
|
50
|
+
<!-- <div partial="list" style="overflow: auto">-->
|
|
51
|
+
<!-- <div class="panel panel-default auto" v-for="item in model.rows">-->
|
|
52
|
+
<!-- <div class="panel-heading auto" style="background-color: #E8F4FF" @click="$parent.$parent.showTable(item)">-->
|
|
53
|
+
<!-- {{item.f_user_name}}-->
|
|
54
|
+
<!-- <div style="float: right">-->
|
|
55
|
+
<!-- <dropdown class="auto">-->
|
|
56
|
+
<!-- <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">-->
|
|
57
|
+
<!-- <span class="glyphicon glyphicon-th-list"></span>-->
|
|
58
|
+
<!-- </button>-->
|
|
59
|
+
<!-- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right" style=" min-width: 60px;">-->
|
|
60
|
+
<!-- <li>-->
|
|
61
|
+
<!-- <a href="#" @click.stop="$parent.$parent.operate(item)">撤销</a>-->
|
|
62
|
+
<!-- </li>-->
|
|
63
|
+
<!-- </ul>-->
|
|
64
|
+
<!-- </dropdown>-->
|
|
65
|
+
<!-- </div>-->
|
|
66
|
+
<!-- </div>-->
|
|
67
|
+
<!-- <table class="table" v-if="$parent.$parent.tableShow(item)">-->
|
|
68
|
+
<!-- <tr>-->
|
|
69
|
+
<!-- <td><b>终止原因</b></td>-->
|
|
70
|
+
<!-- <td>-->
|
|
71
|
+
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_stop_remarks">-->
|
|
72
|
+
<!-- {{item.f_stop_remarks.length > 5 ? item.f_stop_remarks.substring(0,5) + '...' : item.f_stop_remarks.length}}-->
|
|
73
|
+
<!-- </span>-->
|
|
74
|
+
<!-- </td>-->
|
|
75
|
+
<!-- </tr>-->
|
|
76
|
+
<!-- <tr>-->
|
|
77
|
+
<!-- <td><b>流程节点</b></td>-->
|
|
78
|
+
<!-- <td>-->
|
|
79
|
+
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.defname">-->
|
|
80
|
+
<!-- {{item.defname.length > 5 ? item.defname.substring(0,5) + '...' : item.defname}}-->
|
|
81
|
+
<!-- </span>-->
|
|
82
|
+
<!-- </td>-->
|
|
83
|
+
<!-- </tr>-->
|
|
84
|
+
<!-- <tr>-->
|
|
85
|
+
<!-- <td><b>操作人</b></td>-->
|
|
86
|
+
<!-- <td>-->
|
|
87
|
+
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_operator">-->
|
|
88
|
+
<!-- {{item.f_operator.length > 5 ? item.f_operator.substring(0,5) + '...' : item.f_operator}}-->
|
|
89
|
+
<!-- </span>-->
|
|
90
|
+
<!-- </td>-->
|
|
91
|
+
<!-- </tr>-->
|
|
92
|
+
<!-- <tr>-->
|
|
93
|
+
<!-- <td><b>操作部门</b></td>-->
|
|
94
|
+
<!-- <td>-->
|
|
95
|
+
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_department">-->
|
|
96
|
+
<!-- {{item.f_department.length > 5 ? item.f_department.substring(0,5) + '...' : item.f_department}}-->
|
|
97
|
+
<!-- </span>-->
|
|
98
|
+
<!-- </td>-->
|
|
99
|
+
<!-- </tr>-->
|
|
100
|
+
<!-- <tr>-->
|
|
101
|
+
<!-- <td><b>操作日期</b></td>-->
|
|
102
|
+
<!-- <td>-->
|
|
103
|
+
<!-- <span data-toggle="tooltip" data-placement="left" :title="item.f_date">-->
|
|
104
|
+
<!-- {{new Date(item.f_date).Format('yyyy-MM-dd')}}...-->
|
|
105
|
+
<!-- </span>-->
|
|
106
|
+
<!-- </td>-->
|
|
107
|
+
<!-- </tr>-->
|
|
108
|
+
<!-- </table>-->
|
|
109
|
+
<!-- </div>-->
|
|
110
|
+
<!-- </div>-->
|
|
111
|
+
</criteria-paged>
|
|
112
|
+
</div>
|
|
113
|
+
</template>
|
|
114
|
+
<script>
|
|
115
|
+
/**
|
|
116
|
+
*操作记录信息
|
|
117
|
+
*/
|
|
118
|
+
import {HttpResetClass} from 'vue-client'
|
|
119
|
+
import { PagedList } from 'vue-client'
|
|
120
|
+
Date.prototype.Format = function (fmt) {
|
|
121
|
+
var o = {
|
|
122
|
+
'M+': this.getMonth() + 1, // 月份
|
|
123
|
+
'd+': this.getDate(), // 日
|
|
124
|
+
'H+': this.getHours(), // 小时
|
|
125
|
+
'm+': this.getMinutes(), // 分
|
|
126
|
+
's+': this.getSeconds(), // 秒
|
|
127
|
+
'q+': Math.floor((this.getMonth() + 3) / 3), // 季度
|
|
128
|
+
'S': this.getMilliseconds() // 毫秒
|
|
129
|
+
}
|
|
130
|
+
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length))
|
|
131
|
+
for (var k in o) {
|
|
132
|
+
if (new RegExp('(' + k + ')').test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? (o[k]) : (('00' + o[k]).substr(('' + o[k]).length)))
|
|
133
|
+
}
|
|
134
|
+
return fmt
|
|
135
|
+
}
|
|
136
|
+
export default {
|
|
137
|
+
title: '操作汇总',
|
|
138
|
+
data () {
|
|
139
|
+
return {
|
|
140
|
+
model: new PagedList('rs/sql/get2StopApply', 9999999, {
|
|
141
|
+
data: {
|
|
142
|
+
id: this.$login.f.id,
|
|
143
|
+
orgid: this.$login.f.orgid
|
|
144
|
+
}
|
|
145
|
+
}),
|
|
146
|
+
row: null, // 当前点击的数据
|
|
147
|
+
criteriaShow: false // 控制查询条件
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
props: {
|
|
151
|
+
},
|
|
152
|
+
ready () {
|
|
153
|
+
this.$refs.paged.$refs.cri.search()
|
|
154
|
+
},
|
|
155
|
+
methods: {
|
|
156
|
+
// 控制查询
|
|
157
|
+
hidden () {
|
|
158
|
+
this.criteriaShow = !this.criteriaShow
|
|
159
|
+
},
|
|
160
|
+
// 当前点击的卡片数据
|
|
161
|
+
showTable (row) {
|
|
162
|
+
this.row = row
|
|
163
|
+
},
|
|
164
|
+
// 判断是否显示详细信息
|
|
165
|
+
tableShow (row) {
|
|
166
|
+
return this.row === row
|
|
167
|
+
},
|
|
168
|
+
// 点击撤销
|
|
169
|
+
operate (row) {
|
|
170
|
+
this.$dispatch('operate', row)
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
watch: {
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
</script>
|