apply-clients 4.1.78 → 4.1.79
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 +2 -2
- package/src/components/product/Function/InstallInfoSelect.vue +3 -3
- package/src/components/product/Process/ExplorationSelect.vue +3 -3
- package/src/components/product/Process/Processes/InstallationDetails.vue +1 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +6 -6
- package/src/components/product/Process/Processes/chargeManagement.vue +1 -1
- package/src/components/product/Supervisory/SupervisoryList.vue +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apply-clients",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.79",
|
|
4
4
|
"description": "报建前端模块",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"sinon-chai": "^2.8.0",
|
|
93
93
|
"style": "0.0.3",
|
|
94
94
|
"style-loader": "^0.20.3",
|
|
95
|
-
"system-clients": "3.1
|
|
95
|
+
"system-clients": "3.2.1-11",
|
|
96
96
|
"system-phone": "1.1.18",
|
|
97
97
|
"url-loader": "^0.5.7",
|
|
98
98
|
"vue-client": "1.24.39",
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
<div class="form-group col-sm-5">
|
|
8
8
|
<label class="font_normal_body">项目名称:</label>
|
|
9
9
|
<input type="text" class="input_search" v-model="model.f_entry_name"
|
|
10
|
-
v-on:keyup.enter="$parent.$parent.search()" condition=" f_entry_name
|
|
10
|
+
v-on:keyup.enter="$parent.$parent.search()" condition=" f_entry_name like '%{}%' " placeholder='请输入'>
|
|
11
11
|
</div>
|
|
12
12
|
<div class="form-group col-sm-4">
|
|
13
13
|
<label class="font_normal_body">报建编号:</label>
|
|
14
14
|
<input type="text" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
|
|
15
15
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
16
|
-
condition="f_apply_num
|
|
16
|
+
condition="f_apply_num like '%{}%'">
|
|
17
17
|
</div>
|
|
18
18
|
<div class="form-group col-sm-3 button-range">
|
|
19
19
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<label class="font_normal_body">合同编号:</label>
|
|
32
32
|
<input type="text" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
33
33
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
34
|
-
condition="f_contract_number
|
|
34
|
+
condition="f_contract_number like '%{}%'">
|
|
35
35
|
</div>
|
|
36
36
|
<div class="form-group col-sm-4">
|
|
37
37
|
<label class="font_normal_body">报建类型:</label>
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
<div class="form-group col-sm-4">
|
|
8
8
|
<label class="font_normal_body">项目名称:</label>
|
|
9
9
|
<input type="text" class="input_search" v-model="model.f_entry_name"
|
|
10
|
-
v-on:keyup.enter="$parent.$parent.search()" condition=" f_entry_name
|
|
10
|
+
v-on:keyup.enter="$parent.$parent.search()" condition=" f_entry_name like '%{}%' " placeholder='请输入'>
|
|
11
11
|
</div>
|
|
12
12
|
<div class="form-group col-sm-3">
|
|
13
13
|
<label class="font_normal_body">报建编号:</label>
|
|
14
14
|
<input type="text" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
|
|
15
15
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
16
|
-
condition="f_apply_num
|
|
16
|
+
condition="f_apply_num like '%{}%'">
|
|
17
17
|
</div>
|
|
18
18
|
<div class="form-group col-sm-5 button-range">
|
|
19
19
|
<button class="button_new button_spacing" style="width: max-content"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<label class="font_normal_body">合同编号:</label>
|
|
35
35
|
<input type="text" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
36
36
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
37
|
-
condition="
|
|
37
|
+
condition="f_contract_number like '%{}%'">
|
|
38
38
|
</div>
|
|
39
39
|
<div class="form-group col-sm-3">
|
|
40
40
|
<label class="font_normal_body">报建类型:</label>
|
|
@@ -1074,12 +1074,12 @@ export default {
|
|
|
1074
1074
|
resolveMsg: null,
|
|
1075
1075
|
rejectMsg: null
|
|
1076
1076
|
})
|
|
1077
|
-
if (resparent.data[i].defname === '营业厅建档' && resparent.data[i].state === '结束')
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1077
|
+
// if (resparent.data[i].defname === '营业厅建档' && resparent.data[i].state === '结束')
|
|
1078
|
+
// // let http3 = new HttpResetClass()
|
|
1079
|
+
// await http.load('POST', 'rs/logic/parentprocess', {data: {processid: resparent.data[i].processid, defname: resparent.data[i].defname}}, {
|
|
1080
|
+
// resolveMsg: null,
|
|
1081
|
+
// rejectMsg: null
|
|
1082
|
+
// })
|
|
1083
1083
|
}
|
|
1084
1084
|
for (let i = 0; i < this.selectedData.length; i++) {
|
|
1085
1085
|
let data = {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<div class="form-group col-sm-12" :class="charge.f_charge_money ? '':'has-error'">
|
|
114
114
|
<label class="col-sm-2 control-label">收费金额:</label>
|
|
115
115
|
<div class="col-sm-10">
|
|
116
|
-
<input type="
|
|
116
|
+
<input type="input"
|
|
117
117
|
class="form-control input_view"
|
|
118
118
|
style="width: 100%"
|
|
119
119
|
placeholder="0.00"
|
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
<div class="form-group col-sm-4">
|
|
8
8
|
<label class="font_normal_body">项目名称:</label>
|
|
9
9
|
<input type="text" class="input_search" v-model="model.f_entry_name"
|
|
10
|
-
v-on:keyup.enter="search" condition=" f_entry_name
|
|
10
|
+
v-on:keyup.enter="search" condition=" f_entry_name like '%{}%' " placeholder='请输入'>
|
|
11
11
|
</div>
|
|
12
12
|
<div class="form-group col-sm-3">
|
|
13
13
|
<label class="font_normal_body">报建编号:</label>
|
|
14
14
|
<input type="text" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
|
|
15
15
|
v-on:keyup.enter="search"
|
|
16
|
-
condition="f_apply_num
|
|
16
|
+
condition="f_apply_num like '%{}%'">
|
|
17
17
|
</div>
|
|
18
18
|
<div class="form-group col-sm-3">
|
|
19
19
|
<label class="font_normal_body">合同编号:</label>
|
|
20
20
|
<input type="text" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
21
21
|
v-on:keyup.enter="search"
|
|
22
|
-
condition="f_contract_number
|
|
22
|
+
condition="f_contract_number like '%{}%'">
|
|
23
23
|
</div>
|
|
24
24
|
<div class="form-group col-sm-2 button-range">
|
|
25
25
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|