apply-clients 7.1.36-yuchuan-1 → 7.1.36-yuchuan-3
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 +7 -3
- package/package.json +3 -3
- package/src/apply.js +12 -1
- package/src/applyAndroid.js +6 -0
- package/src/components/android/AppUpload.vue +15 -0
- package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
- package/src/components/android/Process/AppExplorationUser.vue +2 -2
- package/src/components/android/Process/AppServiceControl.vue +1410 -1397
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -334
- package/src/components/android/Task/Build/BuildTsak.vue +7 -4
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -0
- package/src/components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue +237 -0
- package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -64
- package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -64
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +11 -7
- package/src/components/android/Task/UpBuild/UpBuildDui.vue +5 -2
- package/src/components/android/Task/UpBuild/UpBuildTsak.vue +5 -2
- package/src/components/android/Task/UpBuild/UpJianLi.vue +5 -2
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +943 -606
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +8 -7
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -235
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -323
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +10 -9
- package/src/components/product/Function/InstallInfoSelect.vue +15 -13
- package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
- package/src/components/product/Ignition/IgnitionList.vue +236 -236
- package/src/components/product/Ignition/IgnitionListManage.vue +403 -204
- package/src/components/product/Ignition/IgnitionRecord.vue +14 -13
- package/src/components/product/List/ShowAllActivity.vue +455 -0
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +9 -8
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +6 -0
- package/src/components/product/Process/ExplorationSelect.vue +591 -580
- package/src/components/product/Process/ExplorationUser.vue +158 -158
- package/src/components/product/Process/New1ExplorationUser.vue +201 -0
- package/src/components/product/Process/New2ExplorationUser.vue +163 -0
- package/src/components/product/Process/NewExplorationSelect.vue +586 -0
- package/src/components/product/Process/NewExplorationUser.vue +219 -184
- package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -587
- package/src/components/product/Process/Processes/InstallationDetails.vue +80 -7
- package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -224
- package/src/components/product/Process/Processes/newDevicesManagement.vue +26 -1
- package/src/components/product/Process/Processes/newInstallationDetails.vue +1 -36
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +1 -1
- package/src/components/product/Process/Service/ServiceControl.vue +2166 -2155
- package/src/components/product/Report/ReportItems.vue +85 -79
- package/src/components/product/Report/apply-stair-kaifa.vue +0 -1
- package/src/components/product/Report/gongchengbu.vue +199 -0
- package/src/components/product/ServiceView.vue +12 -0
- package/src/components/product/Stop/StopApplyList.vue +8 -8
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +14 -0
- package/src/components/product/Supervisory/SupervisoryList.vue +539 -536
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +114 -0
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +541 -0
- package/dist-android.7z +0 -0
- package/dist.7z +0 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +0 -207
- package/yarn-error.log +0 -9976
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
<template>
|
|
2
|
+
<!-- 冲正记录 -->
|
|
2
3
|
<criteria-paged :model="model" v-ref:cp>
|
|
3
4
|
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
4
5
|
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
5
6
|
<div class="row">
|
|
6
7
|
<div class="form-group col-sm-3">
|
|
7
|
-
<label class="font_normal_body">报建编号:</label>
|
|
8
|
+
<label class="font_normal_body"><strong>报建编号:</strong></label>
|
|
8
9
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
|
|
9
10
|
v-on:keyup.enter="$parent.$parent.search()" condition="a.f_apply_num like '%{}%'" placeholder='报建编号'>
|
|
10
11
|
</div>
|
|
11
12
|
<div class="form-group col-sm-3">
|
|
12
|
-
<label class="font_normal_body">用户名称:</label>
|
|
13
|
+
<label class="font_normal_body"><strong>用户名称:</strong></label>
|
|
13
14
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
|
|
14
15
|
v-on:keyup.enter="$parent.$parent.search()" condition="a.f_user_name like '%{}%'" placeholder='用户名称'>
|
|
15
16
|
</div>
|
|
16
17
|
<div class="form-group col-sm-3">
|
|
17
|
-
<label class="font_normal_body">电  话:</label>
|
|
18
|
+
<label class="font_normal_body"><strong>电  话:</strong></label>
|
|
18
19
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_phone"
|
|
19
20
|
v-on:keyup.enter="$parent.$parent.search()" condition="a.f_phone like '%{}%'" placeholder='电话'>
|
|
20
21
|
</div>
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
</div>
|
|
38
39
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
39
40
|
<div class="form-group col-sm-3">
|
|
40
|
-
<label class="font_normal_body">报建类型:</label>
|
|
41
|
+
<label class="font_normal_body"><strong>报建类型:</strong></label>
|
|
41
42
|
<v-select
|
|
42
43
|
v-model="model.f_apply_type"
|
|
43
44
|
placeholder='请选择'
|
|
@@ -49,13 +50,13 @@
|
|
|
49
50
|
close-on-select ></v-select>
|
|
50
51
|
</div>
|
|
51
52
|
<div class="form-group col-sm-3">
|
|
52
|
-
<label class="font_normal_body">收费人员:</label>
|
|
53
|
+
<label class="font_normal_body"><strong>收费人员:</strong></label>
|
|
53
54
|
<input type="text" class="input_search" style="width: 60%" placeholder='收费人员' v-model="model.f_charge_collectors"
|
|
54
55
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
55
56
|
condition="cr.f_charge_collectors like '%{}%'">
|
|
56
57
|
</div>
|
|
57
58
|
<div class="form-group col-sm-3">
|
|
58
|
-
<label class="font_normal_body">付款方式:</label>
|
|
59
|
+
<label class="font_normal_body"><strong>付款方式:</strong></label>
|
|
59
60
|
<v-select
|
|
60
61
|
v-model="model.f_payment_method"
|
|
61
62
|
placeholder='请选择'
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
close-on-select ></v-select>
|
|
68
69
|
</div>
|
|
69
70
|
<div class="form-group col-sm-3">
|
|
70
|
-
<label class="font_normal_body">缴费状态:</label>
|
|
71
|
+
<label class="font_normal_body"><strong>缴费状态:</strong></label>
|
|
71
72
|
<v-select
|
|
72
73
|
v-model="model.f_charge_status"
|
|
73
74
|
placeholder='请选择'
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
close-on-select ></v-select>
|
|
80
81
|
</div>
|
|
81
82
|
<div class="form-group col-sm-3">
|
|
82
|
-
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
83
|
+
<label for="startDate" class="font_normal_body"><strong>开始时间:</strong></label>
|
|
83
84
|
<datepicker id="startDate" placeholder="开始日期"
|
|
84
85
|
style="width: 60%!important;"
|
|
85
86
|
v-model="model.startDate"
|
|
@@ -90,7 +91,7 @@
|
|
|
90
91
|
</datepicker>
|
|
91
92
|
</div>
|
|
92
93
|
<div class="form-group col-sm-3">
|
|
93
|
-
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
94
|
+
<label for="endDate" class="font_normal_body"><strong>结束时间:</strong></label>
|
|
94
95
|
<datepicker id="endDate" placeholder="结束日期"
|
|
95
96
|
style="width: 60%!important;"
|
|
96
97
|
v-model="model.endDate"
|
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
+
<!-- 功能业务 -->
|
|
3
4
|
<criteria-paged :model="model" v-ref:cp>
|
|
4
5
|
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
5
6
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
7
|
<div class="row">
|
|
7
8
|
<div class="form-group col-sm-2">
|
|
8
|
-
<label class="font_normal_body">工程编号:</label>
|
|
9
|
+
<label class="font_normal_body"><strong>工程编号:</strong></label>
|
|
9
10
|
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
10
11
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
11
12
|
condition="f_apply_num like '%{}%'">
|
|
12
13
|
</div>
|
|
13
14
|
<div class="form-group col-sm-2">
|
|
14
|
-
<label class="font_normal_body">客户名称:</label>
|
|
15
|
+
<label class="font_normal_body"><strong>客户名称:</strong></label>
|
|
15
16
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
16
17
|
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
17
18
|
</div>
|
|
18
19
|
<div class="form-group col-sm-2">
|
|
19
|
-
<label class="font_normal_body">联系电话:</label>
|
|
20
|
+
<label class="font_normal_body"><strong>联系电话:</strong></label>
|
|
20
21
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
21
22
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
22
23
|
condition="f_phone like '%{}%'">
|
|
23
24
|
</div>
|
|
24
25
|
<div class="form-group col-sm-2">
|
|
25
|
-
<label class="font_normal_body">联 系 人:</label>
|
|
26
|
+
<label class="font_normal_body"><strong>联 系 人:</strong></label>
|
|
26
27
|
<input type="text" style="width:60%" class="input_search" placeholder='联系人' v-model="model.f_contact"
|
|
27
28
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
28
29
|
condition="f_contact like '%{}%'">
|
|
29
30
|
</div>
|
|
30
31
|
<div class="form-group col-sm-2">
|
|
31
|
-
<label class="font_normal_body">设计人员:</label>
|
|
32
|
+
<label class="font_normal_body"><strong>设计人员:</strong></label>
|
|
32
33
|
<v-select class="select select_list"
|
|
33
34
|
placeholder='设计人员'
|
|
34
35
|
v-model="model.f_designer_people"
|
|
@@ -53,13 +54,13 @@
|
|
|
53
54
|
</div>
|
|
54
55
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
55
56
|
<div class="form-group col-sm-2">
|
|
56
|
-
<label class="font_normal_body">合同编号:</label>
|
|
57
|
+
<label class="font_normal_body"><strong>合同编号:</strong></label>
|
|
57
58
|
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
58
59
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
59
60
|
condition="f_contract_number like '%{}%'">
|
|
60
61
|
</div>
|
|
61
62
|
<div class="form-group col-sm-2">
|
|
62
|
-
<label class="font_normal_body">报建类型:</label>
|
|
63
|
+
<label class="font_normal_body"><strong>报建类型:</strong></label>
|
|
63
64
|
<v-select
|
|
64
65
|
v-model="model.f_apply_type"
|
|
65
66
|
placeholder='报建类型'
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
@change="$parent.$parent.applyTypeChange()"></v-select>
|
|
72
73
|
</div>
|
|
73
74
|
<div class="form-group col-sm-2">
|
|
74
|
-
<label class="font_normal_body">办理环节:</label>
|
|
75
|
+
<label class="font_normal_body"><strong>办理环节:</strong></label>
|
|
75
76
|
<v-select
|
|
76
77
|
v-model="model.defname"
|
|
77
78
|
placeholder='办理环节'
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
close-on-select ></v-select>
|
|
84
85
|
</div>
|
|
85
86
|
<div class="form-group col-sm-2" v-if="false">
|
|
86
|
-
<label class="font_normal_body">报建性质:</label>
|
|
87
|
+
<label class="font_normal_body"><strong>报建性质:</strong></label>
|
|
87
88
|
<v-select
|
|
88
89
|
v-model="model.f_apply_nature"
|
|
89
90
|
placeholder='报建性质'
|
|
@@ -95,13 +96,13 @@
|
|
|
95
96
|
close-on-select ></v-select>
|
|
96
97
|
</div>
|
|
97
98
|
<div class="form-group col-sm-2">
|
|
98
|
-
<label class="font_normal_body">用户地址:</label>
|
|
99
|
+
<label class="font_normal_body"><strong>用户地址:</strong></label>
|
|
99
100
|
<input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
100
101
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
101
102
|
condition="f_address like '%{}%'">
|
|
102
103
|
</div>
|
|
103
104
|
<div class="form-group col-sm-2">
|
|
104
|
-
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
105
|
+
<label for="startDate" class="font_normal_body"><strong>开始时间:</strong></label>
|
|
105
106
|
<datepicker id="startDate" placeholder="开始日期"
|
|
106
107
|
style="width: 60%!important;"
|
|
107
108
|
v-model="model.startDate"
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
</datepicker>
|
|
113
114
|
</div>
|
|
114
115
|
<div class="form-group col-sm-2">
|
|
115
|
-
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
116
|
+
<label for="endDate" class="font_normal_body"><strong>结束时间:</strong></label>
|
|
116
117
|
<datepicker id="endDate" placeholder="结束日期"
|
|
117
118
|
style="width: 60%!important;"
|
|
118
119
|
v-model="model.endDate"
|
|
@@ -123,7 +124,7 @@
|
|
|
123
124
|
</datepicker>
|
|
124
125
|
</div>
|
|
125
126
|
<div class="form-group col-sm-2">
|
|
126
|
-
<label class="font_normal_body">来  源:</label>
|
|
127
|
+
<label class="font_normal_body"><strong>来  源:</strong></label>
|
|
127
128
|
<v-select
|
|
128
129
|
v-model="model.f_apply_source"
|
|
129
130
|
placeholder='来源'
|
|
@@ -356,6 +357,7 @@
|
|
|
356
357
|
clear () {
|
|
357
358
|
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
358
359
|
this.$refs.cp.$refs.cri.model[key] = null
|
|
360
|
+
this.$refs.cp.$refs.cri.model.f_apply_type = []
|
|
359
361
|
})
|
|
360
362
|
}
|
|
361
363
|
},
|