apply-clients 4.1.63-weinan → 4.1.64-weinan
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/index.html +30 -30
- package/package.json +1 -1
- package/src/apply.js +81 -81
- package/src/applyAndroid.js +52 -52
- package/src/components/app_apply/AppChargeManagement.vue +753 -749
- package/src/components/app_apply/AppInstallationDetails.vue +529 -529
- package/src/components/app_apply/AppProcessSupervisory.vue +214 -214
- package/src/components/app_apply/AppSupervisoryCart.vue +68 -68
- package/src/components/app_apply/AppTakePic.vue +146 -146
- package/src/components/app_apply/AppdevicesDetails.vue +867 -867
- package/src/components/app_apply/ApplyInfo.vue +56 -56
- package/src/components/app_apply/ApplyToDoList.vue +292 -292
- package/src/components/app_apply/PlaceControler.vue +274 -274
- package/src/components/app_apply/ServiceControl.vue +440 -440
- package/src/components/app_apply/ServiceView.vue +394 -394
- package/src/components/app_apply/materialshoufei.vue +248 -248
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +252 -252
- package/src/components/product/Process/ExplorationSelect.vue +377 -377
- package/src/components/product/Process/ExplorationUser.vue +134 -134
- package/src/components/product/Process/Processes/InstallationDetails.vue +515 -515
- package/src/components/product/Process/Processes/chargeManagement.vue +545 -545
- package/src/components/product/Process/Processes/devicesDetails.vue +843 -843
- package/src/components/product/Process/Processes/materialshoufei.vue +187 -187
- package/src/components/product/Process/Service/ServiceControl.vue +1490 -1490
- package/src/components/product/Stop/StopApply.vue +101 -101
- package/src/components/product/Stop/StopApplyList.vue +266 -266
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +200 -200
- package/src/components/product/Supervisory/SupervisoryControl.vue +124 -124
- package/src/components/product/Supervisory/SupervisoryList.vue +221 -221
- package/src/components/product/VueUtils/ApplyUpload.vue +276 -276
- package/src/main.js +25 -25
|
@@ -1,214 +1,214 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="p-10">
|
|
3
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div partial class="auto">
|
|
6
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
7
|
-
<label class="">报建编号:</label>
|
|
8
|
-
<div class="col-xs-8" >
|
|
9
|
-
<input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
|
-
<label class="">开始时间:</label>
|
|
14
|
-
<div class="col-xs-8" >
|
|
15
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
16
|
-
style="width: 100%!important;"
|
|
17
|
-
v-model="model.startDate"
|
|
18
|
-
:value.sync="model.startDate"
|
|
19
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
20
|
-
:show-reset-button="true"
|
|
21
|
-
condition="act.finishtime >= '{}'">
|
|
22
|
-
</datepicker>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
26
|
-
<label class="">结束时间:</label>
|
|
27
|
-
<div class="col-xs-8" >
|
|
28
|
-
<datepicker id="endDate" placeholder="结束日期"
|
|
29
|
-
style="width: 100%!important;"
|
|
30
|
-
v-model="model.endDate"
|
|
31
|
-
:value.sync="model.endDate"
|
|
32
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
33
|
-
:show-reset-button="true"
|
|
34
|
-
condition="act.finishtime <= '{}'">
|
|
35
|
-
</datepicker>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
<div class="row form-group text-right" style="">
|
|
39
|
-
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
40
|
-
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
41
|
-
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
</criteria>
|
|
45
|
-
<list :model="model" partial='list'>
|
|
46
|
-
<div partial class="auto app-text panel">
|
|
47
|
-
<div class="panel-body panel-self">
|
|
48
|
-
<div class="col-xs-12">
|
|
49
|
-
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
50
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="col-xs-12">
|
|
53
|
-
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
54
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
55
|
-
</div>
|
|
56
|
-
<div class="col-xs-12">
|
|
57
|
-
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
58
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="col-xs-12">
|
|
61
|
-
<p class="col-xs-3 text-left font"><b>用户类型:</b></p>
|
|
62
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_user_type }}</p>
|
|
63
|
-
</div>
|
|
64
|
-
<div class="col-xs-12">
|
|
65
|
-
<p class="col-xs-3 text-left font"><b>入户安装提交时间:</b></p>
|
|
66
|
-
<p class="col-xs-9 text-left input-font">{{ row.finishtime }}</p>
|
|
67
|
-
</div>
|
|
68
|
-
<div class="col-xs-12">
|
|
69
|
-
<p class="col-xs-3 text-left font"><b>总收费:</b></p>
|
|
70
|
-
<p class="col-xs-9 text-left input-font">{{ row.summoney }}</p>
|
|
71
|
-
</div>
|
|
72
|
-
<div class="col-xs-12">
|
|
73
|
-
<p class="col-xs-3 text-left font"><b>收费人员:</b></p>
|
|
74
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_charge_collectors }}</p>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="col-xs-12 text-right">
|
|
77
|
-
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
</div>
|
|
81
|
-
</list>
|
|
82
|
-
</criteria-paged>
|
|
83
|
-
</div>
|
|
84
|
-
</template>
|
|
85
|
-
<script>
|
|
86
|
-
import Vue from 'vue'
|
|
87
|
-
import { PagedList, HttpResetClass } from 'vue-client'
|
|
88
|
-
import {toStandardDateString,isEmpty} from '../Util'
|
|
89
|
-
export default {
|
|
90
|
-
title: '报建流程',
|
|
91
|
-
data () {
|
|
92
|
-
return {
|
|
93
|
-
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getDone`, 20, {
|
|
94
|
-
// model: new PagedList('rs/sql/supervisory', 20, {
|
|
95
|
-
data: {
|
|
96
|
-
name: Vue.user.name,
|
|
97
|
-
orgid: Vue.user.orgid
|
|
98
|
-
// id: '35814',
|
|
99
|
-
// orgid: '10101'
|
|
100
|
-
}
|
|
101
|
-
}),
|
|
102
|
-
criteriaShow: false,
|
|
103
|
-
// applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
|
|
104
|
-
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型') || [] ], // 所有报建类型
|
|
105
|
-
defnames: [{label: '全部', value: ''}],
|
|
106
|
-
applyNatures: [{label: '全部', value: ''}] // 报建性质
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
ready () {
|
|
110
|
-
this.$refs.cp.$refs.cri.model.startDate = toStandardDateString() + ' 00:00:00'
|
|
111
|
-
this.$refs.cp.$refs.cri.model.endDate = toStandardDateString() + ' 23:59:59'
|
|
112
|
-
this.search()
|
|
113
|
-
},
|
|
114
|
-
methods: {
|
|
115
|
-
dialNumber (phone) {
|
|
116
|
-
this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
|
|
117
|
-
if (res === 'confirm') {
|
|
118
|
-
this.$androidUtil.makeAPhoneCall(phone)
|
|
119
|
-
}
|
|
120
|
-
})
|
|
121
|
-
},
|
|
122
|
-
clear () {
|
|
123
|
-
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
124
|
-
this.$refs.cp.$refs.cri.model[key] = null
|
|
125
|
-
})
|
|
126
|
-
},
|
|
127
|
-
// 查询
|
|
128
|
-
search () {
|
|
129
|
-
this.$refs.cp.$refs.cri.search()
|
|
130
|
-
},
|
|
131
|
-
click (row) {
|
|
132
|
-
let _this = this
|
|
133
|
-
this.$dispatch('gotoson', {
|
|
134
|
-
_this: _this,
|
|
135
|
-
title: '详情信息',
|
|
136
|
-
safe: true
|
|
137
|
-
})
|
|
138
|
-
this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
|
|
139
|
-
},
|
|
140
|
-
applyTypeChange () {
|
|
141
|
-
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
142
|
-
let http = new HttpResetClass()
|
|
143
|
-
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
|
|
144
|
-
f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
|
|
145
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
146
|
-
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
147
|
-
|
|
148
|
-
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}性质`)]
|
|
149
|
-
})
|
|
150
|
-
} else {
|
|
151
|
-
this.defnames = [{label: '全部', value: ''}]
|
|
152
|
-
|
|
153
|
-
this.applyNatures = [{label: '全部', value: ''}]
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
events: {
|
|
158
|
-
},
|
|
159
|
-
watch: {
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
</script>
|
|
163
|
-
<style scoped>
|
|
164
|
-
.panel-self{
|
|
165
|
-
border-radius: 10px;
|
|
166
|
-
border:1px solid #499EDF;
|
|
167
|
-
background-color: #F8F8F8;
|
|
168
|
-
}
|
|
169
|
-
.font{
|
|
170
|
-
font: 15px PingFang-SC-Medium;
|
|
171
|
-
color: #666666;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.button_shrink_top {
|
|
175
|
-
width: 34px;
|
|
176
|
-
height: 34px;
|
|
177
|
-
border: solid 1px #6aa6e2;
|
|
178
|
-
background-size: 100%;
|
|
179
|
-
background-image: url("../../../static/newStyle/stretch_top.png")
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.button_shrink_bottom {
|
|
183
|
-
width: 34px;
|
|
184
|
-
height: 34px;
|
|
185
|
-
border: solid 1px #6aa6e2;
|
|
186
|
-
background-size: 100%;
|
|
187
|
-
background-image: url("../../../static/newStyle/stretch_bottom.png")
|
|
188
|
-
}
|
|
189
|
-
</style>
|
|
190
|
-
<style lang="less">
|
|
191
|
-
.app-input {
|
|
192
|
-
label {
|
|
193
|
-
float: left;
|
|
194
|
-
}
|
|
195
|
-
.select {
|
|
196
|
-
button {
|
|
197
|
-
border: none;
|
|
198
|
-
outline: none;
|
|
199
|
-
text-align: left;
|
|
200
|
-
.btn-placeholder {
|
|
201
|
-
color: #ACA899
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
.datepicker {
|
|
206
|
-
.form-control:focus {
|
|
207
|
-
border: none!important;
|
|
208
|
-
outline: none!important;
|
|
209
|
-
-webkit-box-shadow: none;
|
|
210
|
-
box-shadow: none;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="p-10">
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div partial class="auto">
|
|
6
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
7
|
+
<label class="">报建编号:</label>
|
|
8
|
+
<div class="col-xs-8" >
|
|
9
|
+
<input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
|
+
<label class="">开始时间:</label>
|
|
14
|
+
<div class="col-xs-8" >
|
|
15
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
16
|
+
style="width: 100%!important;"
|
|
17
|
+
v-model="model.startDate"
|
|
18
|
+
:value.sync="model.startDate"
|
|
19
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
20
|
+
:show-reset-button="true"
|
|
21
|
+
condition="act.finishtime >= '{}'">
|
|
22
|
+
</datepicker>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
26
|
+
<label class="">结束时间:</label>
|
|
27
|
+
<div class="col-xs-8" >
|
|
28
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
29
|
+
style="width: 100%!important;"
|
|
30
|
+
v-model="model.endDate"
|
|
31
|
+
:value.sync="model.endDate"
|
|
32
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
33
|
+
:show-reset-button="true"
|
|
34
|
+
condition="act.finishtime <= '{}'">
|
|
35
|
+
</datepicker>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
<div class="row form-group text-right" style="">
|
|
39
|
+
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
40
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
41
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</criteria>
|
|
45
|
+
<list :model="model" partial='list'>
|
|
46
|
+
<div partial class="auto app-text panel">
|
|
47
|
+
<div class="panel-body panel-self">
|
|
48
|
+
<div class="col-xs-12">
|
|
49
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
50
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="col-xs-12">
|
|
53
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
54
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
55
|
+
</div>
|
|
56
|
+
<div class="col-xs-12">
|
|
57
|
+
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
58
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="col-xs-12">
|
|
61
|
+
<p class="col-xs-3 text-left font"><b>用户类型:</b></p>
|
|
62
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_user_type }}</p>
|
|
63
|
+
</div>
|
|
64
|
+
<div class="col-xs-12">
|
|
65
|
+
<p class="col-xs-3 text-left font"><b>入户安装提交时间:</b></p>
|
|
66
|
+
<p class="col-xs-9 text-left input-font">{{ row.finishtime }}</p>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-xs-12">
|
|
69
|
+
<p class="col-xs-3 text-left font"><b>总收费:</b></p>
|
|
70
|
+
<p class="col-xs-9 text-left input-font">{{ row.summoney }}</p>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="col-xs-12">
|
|
73
|
+
<p class="col-xs-3 text-left font"><b>收费人员:</b></p>
|
|
74
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_charge_collectors }}</p>
|
|
75
|
+
</div>
|
|
76
|
+
<div class="col-xs-12 text-right">
|
|
77
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</list>
|
|
82
|
+
</criteria-paged>
|
|
83
|
+
</div>
|
|
84
|
+
</template>
|
|
85
|
+
<script>
|
|
86
|
+
import Vue from 'vue'
|
|
87
|
+
import { PagedList, HttpResetClass } from 'vue-client'
|
|
88
|
+
import {toStandardDateString,isEmpty} from '../Util'
|
|
89
|
+
export default {
|
|
90
|
+
title: '报建流程',
|
|
91
|
+
data () {
|
|
92
|
+
return {
|
|
93
|
+
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getDone`, 20, {
|
|
94
|
+
// model: new PagedList('rs/sql/supervisory', 20, {
|
|
95
|
+
data: {
|
|
96
|
+
name: Vue.user.name,
|
|
97
|
+
orgid: Vue.user.orgid
|
|
98
|
+
// id: '35814',
|
|
99
|
+
// orgid: '10101'
|
|
100
|
+
}
|
|
101
|
+
}),
|
|
102
|
+
criteriaShow: false,
|
|
103
|
+
// applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
|
|
104
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型') || [] ], // 所有报建类型
|
|
105
|
+
defnames: [{label: '全部', value: ''}],
|
|
106
|
+
applyNatures: [{label: '全部', value: ''}] // 报建性质
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
ready () {
|
|
110
|
+
this.$refs.cp.$refs.cri.model.startDate = toStandardDateString() + ' 00:00:00'
|
|
111
|
+
this.$refs.cp.$refs.cri.model.endDate = toStandardDateString() + ' 23:59:59'
|
|
112
|
+
this.search()
|
|
113
|
+
},
|
|
114
|
+
methods: {
|
|
115
|
+
dialNumber (phone) {
|
|
116
|
+
this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
|
|
117
|
+
if (res === 'confirm') {
|
|
118
|
+
this.$androidUtil.makeAPhoneCall(phone)
|
|
119
|
+
}
|
|
120
|
+
})
|
|
121
|
+
},
|
|
122
|
+
clear () {
|
|
123
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
124
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
125
|
+
})
|
|
126
|
+
},
|
|
127
|
+
// 查询
|
|
128
|
+
search () {
|
|
129
|
+
this.$refs.cp.$refs.cri.search()
|
|
130
|
+
},
|
|
131
|
+
click (row) {
|
|
132
|
+
let _this = this
|
|
133
|
+
this.$dispatch('gotoson', {
|
|
134
|
+
_this: _this,
|
|
135
|
+
title: '详情信息',
|
|
136
|
+
safe: true
|
|
137
|
+
})
|
|
138
|
+
this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
|
|
139
|
+
},
|
|
140
|
+
applyTypeChange () {
|
|
141
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
142
|
+
let http = new HttpResetClass()
|
|
143
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
|
|
144
|
+
f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
|
|
145
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
146
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
147
|
+
|
|
148
|
+
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}性质`)]
|
|
149
|
+
})
|
|
150
|
+
} else {
|
|
151
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
152
|
+
|
|
153
|
+
this.applyNatures = [{label: '全部', value: ''}]
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
events: {
|
|
158
|
+
},
|
|
159
|
+
watch: {
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
</script>
|
|
163
|
+
<style scoped>
|
|
164
|
+
.panel-self{
|
|
165
|
+
border-radius: 10px;
|
|
166
|
+
border:1px solid #499EDF;
|
|
167
|
+
background-color: #F8F8F8;
|
|
168
|
+
}
|
|
169
|
+
.font{
|
|
170
|
+
font: 15px PingFang-SC-Medium;
|
|
171
|
+
color: #666666;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.button_shrink_top {
|
|
175
|
+
width: 34px;
|
|
176
|
+
height: 34px;
|
|
177
|
+
border: solid 1px #6aa6e2;
|
|
178
|
+
background-size: 100%;
|
|
179
|
+
background-image: url("../../../static/newStyle/stretch_top.png")
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.button_shrink_bottom {
|
|
183
|
+
width: 34px;
|
|
184
|
+
height: 34px;
|
|
185
|
+
border: solid 1px #6aa6e2;
|
|
186
|
+
background-size: 100%;
|
|
187
|
+
background-image: url("../../../static/newStyle/stretch_bottom.png")
|
|
188
|
+
}
|
|
189
|
+
</style>
|
|
190
|
+
<style lang="less">
|
|
191
|
+
.app-input {
|
|
192
|
+
label {
|
|
193
|
+
float: left;
|
|
194
|
+
}
|
|
195
|
+
.select {
|
|
196
|
+
button {
|
|
197
|
+
border: none;
|
|
198
|
+
outline: none;
|
|
199
|
+
text-align: left;
|
|
200
|
+
.btn-placeholder {
|
|
201
|
+
color: #ACA899
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
.datepicker {
|
|
206
|
+
.form-control:focus {
|
|
207
|
+
border: none!important;
|
|
208
|
+
outline: none!important;
|
|
209
|
+
-webkit-box-shadow: none;
|
|
210
|
+
box-shadow: none;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
</style>
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="padding: 10px">
|
|
3
|
-
<div partial class="auto app-text panel" style="margin-bottom: 20px">
|
|
4
|
-
<div class="panel-body panel-self">
|
|
5
|
-
<div class="col-xs-12">
|
|
6
|
-
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
7
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
|
|
8
|
-
</div>
|
|
9
|
-
<div class="col-xs-12">
|
|
10
|
-
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
11
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.f_entry_name }}</p>
|
|
12
|
-
</div>
|
|
13
|
-
<div class="col-xs-12">
|
|
14
|
-
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
15
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="col-xs-12">
|
|
18
|
-
<p class="col-xs-3 text-left font"><b>用户类型:</b></p>
|
|
19
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.f_user_type }}</p>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-xs-12">
|
|
22
|
-
<p class="col-xs-3 text-left font"><b>入户安装提交时间:</b></p>
|
|
23
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.finishtime }}</p>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="col-xs-12">
|
|
26
|
-
<p class="col-xs-3 text-left font"><b>总收费:</b></p>
|
|
27
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.summoney }}</p>
|
|
28
|
-
</div>
|
|
29
|
-
<div class="col-xs-12">
|
|
30
|
-
<p class="col-xs-3 text-left font"><b>收费人员:</b></p>
|
|
31
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.f_charge_collectors }}</p>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="panel-footer">
|
|
35
|
-
<app-materialshoufei v-if="selectdata" :selectdata="selectdata" :mark = '1'></app-materialshoufei>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<script>
|
|
42
|
-
export default {
|
|
43
|
-
title: '流程节点',
|
|
44
|
-
props: ['selectdata'],
|
|
45
|
-
data () {
|
|
46
|
-
return {
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
ready () {
|
|
50
|
-
},
|
|
51
|
-
methods: {
|
|
52
|
-
},
|
|
53
|
-
watch: {
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
</script>
|
|
57
|
-
|
|
58
|
-
<style scoped>
|
|
59
|
-
.app-text {
|
|
60
|
-
font-size: 12px;
|
|
61
|
-
}
|
|
62
|
-
.panel-self{
|
|
63
|
-
border-radius: 10px;
|
|
64
|
-
border:1px solid #499EDF;
|
|
65
|
-
background-color: #F8F8F8;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="padding: 10px">
|
|
3
|
+
<div partial class="auto app-text panel" style="margin-bottom: 20px">
|
|
4
|
+
<div class="panel-body panel-self">
|
|
5
|
+
<div class="col-xs-12">
|
|
6
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
7
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="col-xs-12">
|
|
10
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
11
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_entry_name }}</p>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-xs-12">
|
|
14
|
+
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
15
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="col-xs-12">
|
|
18
|
+
<p class="col-xs-3 text-left font"><b>用户类型:</b></p>
|
|
19
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_user_type }}</p>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-xs-12">
|
|
22
|
+
<p class="col-xs-3 text-left font"><b>入户安装提交时间:</b></p>
|
|
23
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.finishtime }}</p>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="col-xs-12">
|
|
26
|
+
<p class="col-xs-3 text-left font"><b>总收费:</b></p>
|
|
27
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.summoney }}</p>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="col-xs-12">
|
|
30
|
+
<p class="col-xs-3 text-left font"><b>收费人员:</b></p>
|
|
31
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_charge_collectors }}</p>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="panel-footer">
|
|
35
|
+
<app-materialshoufei v-if="selectdata" :selectdata="selectdata" :mark = '1'></app-materialshoufei>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<script>
|
|
42
|
+
export default {
|
|
43
|
+
title: '流程节点',
|
|
44
|
+
props: ['selectdata'],
|
|
45
|
+
data () {
|
|
46
|
+
return {
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
ready () {
|
|
50
|
+
},
|
|
51
|
+
methods: {
|
|
52
|
+
},
|
|
53
|
+
watch: {
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
</script>
|
|
57
|
+
|
|
58
|
+
<style scoped>
|
|
59
|
+
.app-text {
|
|
60
|
+
font-size: 12px;
|
|
61
|
+
}
|
|
62
|
+
.panel-self{
|
|
63
|
+
border-radius: 10px;
|
|
64
|
+
border:1px solid #499EDF;
|
|
65
|
+
background-color: #F8F8F8;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
</style>
|