apply-clients 6.0.1 → 6.0.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/package.json +1 -1
- package/src/apply.js +219 -219
- package/src/components/apply/base/rightview/carddetail/ReduceFeeDetail2.vue +77 -77
- package/src/components/build/Install/ExplorationSelect.vue +308 -308
- package/src/components/build/Install/ExplorationUser.vue +315 -315
- package/src/components/build/Install/InstallFee/InstallInfoSelect.vue +232 -232
- package/src/components/build/Install/Process/CustomerEssentialInfo.vue +1 -1
- package/src/components/build/Install/Process/CustomerRecordMessage.vue +749 -749
- package/src/components/build/Install/Process/boneng/qbj_placecontroler.vue +1 -1
- package/src/components/build/Install/Process/zhongran/ZR_CustomerEssentialInfo.vue +1 -1
- package/src/components/build/Install/Process/zhongran/ZR_PlaceControler_print.vue +187 -187
- package/src/components/build/Install/monitor/SupervisoryControl.vue +178 -178
- package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/built.bin +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
- package/yarn.lock +0 -8074
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
this.$showMessage("请选择用户类型")
|
|
274
274
|
}
|
|
275
275
|
else {
|
|
276
|
-
this.model.f_apply_type = this.model.f_apply_type
|
|
276
|
+
this.model.f_apply_type = this.model.f_apply_type
|
|
277
277
|
let fileInfoData = this.$parent.$parent.$parent.$parent.$refs.file.fileInfoData
|
|
278
278
|
let recordmessage = this.$parent.$parent.$parent.$parent.$refs.record.model.rows
|
|
279
279
|
let materialmessage = this.$parent.$parent.$parent.$parent.$refs.material.model.rows
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
this.$showMessage("请选择报装类型!")
|
|
312
312
|
return false
|
|
313
313
|
} else {
|
|
314
|
-
this.model.f_apply_type = this.model.f_apply_type
|
|
314
|
+
this.model.f_apply_type = this.model.f_apply_type
|
|
315
315
|
let fileInfoData = this.$parent.$parent.$parent.$parent.$refs.file.fileInfoData
|
|
316
316
|
let recordmessage = this.$parent.$parent.$parent.$parent.$refs.record.model.rows
|
|
317
317
|
let materialmessage = this.$parent.$parent.$parent.$parent.$refs.material.model.rows
|
|
@@ -1,187 +1,187 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="print1" v-show="false">
|
|
3
|
-
<div id="print2">
|
|
4
|
-
<style id="style1">
|
|
5
|
-
#print2 td{
|
|
6
|
-
height:32px;
|
|
7
|
-
width: 100px;
|
|
8
|
-
text-align: center;
|
|
9
|
-
}
|
|
10
|
-
#print2 table{
|
|
11
|
-
margin: auto;
|
|
12
|
-
}
|
|
13
|
-
#print2 h1{
|
|
14
|
-
text-align: center;
|
|
15
|
-
}
|
|
16
|
-
#print2 p{
|
|
17
|
-
text-align: center;
|
|
18
|
-
}
|
|
19
|
-
.border-btn{
|
|
20
|
-
border-bottom: #000000 solid 2px;
|
|
21
|
-
}
|
|
22
|
-
</style>
|
|
23
|
-
<h1>西昌工程项目设计/测绘申请单</h1>
|
|
24
|
-
<p>申请编号:{{userinfo.f_offsite_time}}</p>
|
|
25
|
-
<table border="1" cellspacing="0" width="800px" height="1000px">
|
|
26
|
-
<tr>
|
|
27
|
-
<td ><b>项目名称</b></td><td width="">{{$parent.model.f_entry_name}}</td>
|
|
28
|
-
<td ><b>设计户数</b></td><td >{{$parent.model.f_install_num}}</td>
|
|
29
|
-
</tr>
|
|
30
|
-
<tr>
|
|
31
|
-
<td><b>市场开发部负责人</b></td><td >{{$parent.model.f_market_person}}</td>
|
|
32
|
-
<td><b>总户数</b></td><td>{{$parent.model.f_total_households}}</td>
|
|
33
|
-
</tr>
|
|
34
|
-
<tr>
|
|
35
|
-
<td><b>已登记户数</b></td><td >{{$parent.model.f_register_households}}</td>
|
|
36
|
-
<td ><b>用气类型</b></td><td >{{$parent.model.f_gas_type}}</td>
|
|
37
|
-
</tr>
|
|
38
|
-
<tr>
|
|
39
|
-
<td><b>客户联系人</b></td><td >{{$parent.model.f_customer_contact}}</td>
|
|
40
|
-
<td><b>联系电话</b></td><td >{{$parent.model.f_contact}}</td>
|
|
41
|
-
</tr>
|
|
42
|
-
<tr>
|
|
43
|
-
<td><b>勘查人员</b></td><td >{{$parent.model.f_survey_name}}</td>
|
|
44
|
-
<td ><b>已完成户数</b></td><td >{{$parent.model.f_ompletion_households}}</td>
|
|
45
|
-
</tr>
|
|
46
|
-
<tr>
|
|
47
|
-
<td ><b>勘查日期</b></td><td >{{$parent.model.f_survey_time}}</td>
|
|
48
|
-
<td ><b>是否设计出图</b></td><td >{{$parent.model.f_isdesign==true?"是":"否"}}</td>
|
|
49
|
-
</tr>
|
|
50
|
-
<tr>
|
|
51
|
-
<td ><b>申请类别</b></td><td >{{$parent.model.f_application_type}}</td>
|
|
52
|
-
<td ><b>完成时间</b></td><td >{{$parent.model.f_ompletion_time}}</td>
|
|
53
|
-
</tr>
|
|
54
|
-
<tr>
|
|
55
|
-
<td ><b>设计周期</b></td><td >{{$parent.model.f_design_cycle}}</td>
|
|
56
|
-
<td ><b>设计派工日期</b></td><td >{{$parent.model.f_design_start_date}}</td>
|
|
57
|
-
</tr>
|
|
58
|
-
<tr>
|
|
59
|
-
<td ><b>设计完成日期</b></td><td >{{$parent.model.f_design_end_date}}</td>
|
|
60
|
-
<td ><b>图纸设计人</b></td><td >{{$parent.model.f_designer}}</td>
|
|
61
|
-
</tr>
|
|
62
|
-
<tr>
|
|
63
|
-
<td ><b>图纸审计单位</b></td><td >{{$parent.model.f_design_unit}}</td>
|
|
64
|
-
<td ><b>图纸审核人</b></td><td >{{$parent.model.f_design_check_name}}</td>
|
|
65
|
-
</tr>
|
|
66
|
-
<tr>
|
|
67
|
-
<td ><b>市场开发部意见</b></td><td colspan="3" >{{$parent.model.f_market_opinions}}</td>
|
|
68
|
-
</tr>
|
|
69
|
-
<tr>
|
|
70
|
-
<td ><b>工程管理部意见</b></td><td colspan="3" >{{$parent.model.f_engineer_opinions}}</td>
|
|
71
|
-
</tr>
|
|
72
|
-
<tr>
|
|
73
|
-
<td ><b>工程总监意见</b></td><td colspan="3" >{{$parent.model.f_inspector_opinions}}</td>
|
|
74
|
-
</tr>
|
|
75
|
-
|
|
76
|
-
<tr>
|
|
77
|
-
<td colspan="4" height="15%">
|
|
78
|
-
<p>附见:设计依据</p>
|
|
79
|
-
<p>备注:</p>
|
|
80
|
-
<p>1、委托编号</p>
|
|
81
|
-
</td>
|
|
82
|
-
</tr>
|
|
83
|
-
|
|
84
|
-
</table>
|
|
85
|
-
</div>
|
|
86
|
-
</div>
|
|
87
|
-
|
|
88
|
-
<modal :show.sync="show" v-ref:modal :backdrop="isBack">
|
|
89
|
-
<div slot="modal-header" class="modal-header">
|
|
90
|
-
<span class="modal-title font">
|
|
91
|
-
测绘申请单打印
|
|
92
|
-
</span>
|
|
93
|
-
</div>
|
|
94
|
-
<div slot="modal-body" class="modal-body">
|
|
95
|
-
确定打印测绘申请单?
|
|
96
|
-
</div>
|
|
97
|
-
<div slot="modal-footer" class="modal-footer">
|
|
98
|
-
<button type="button" class="btn btn-cancel" @click="cancel()">取消</button>
|
|
99
|
-
<print-element @click="getInfo" class="btn btn-success width-80" id="print1" styleid='style1' top='40' left='60' width='100%' height='100%' v-ref:printelement>打印</print-element>
|
|
100
|
-
</div>
|
|
101
|
-
</modal>
|
|
102
|
-
|
|
103
|
-
</template>
|
|
104
|
-
|
|
105
|
-
<script>
|
|
106
|
-
|
|
107
|
-
import co from 'co'
|
|
108
|
-
import { PagedList } from 'vue-client'
|
|
109
|
-
|
|
110
|
-
export default {
|
|
111
|
-
title: '安检信息',
|
|
112
|
-
data () {
|
|
113
|
-
return {
|
|
114
|
-
imgs:[],
|
|
115
|
-
normalDevices:{},//设备信息
|
|
116
|
-
device:[],//表具信息
|
|
117
|
-
devices:[],//所有表具信息
|
|
118
|
-
userinfo:[],
|
|
119
|
-
deviceInfo:{},//具体表具信息
|
|
120
|
-
deviceInfos:{},//每个表具的所有信息
|
|
121
|
-
drowspan:0,
|
|
122
|
-
erowspan:0,//设备信息个数
|
|
123
|
-
hrowspan:0,//隐患数
|
|
124
|
-
f_defect_content:'', //安检结果
|
|
125
|
-
equipmentmsgs:[],//所有设备信息
|
|
126
|
-
Hinvestigations:[], //所有隐患信息
|
|
127
|
-
Hinvestigation:{},
|
|
128
|
-
defect:{},//隐患信息
|
|
129
|
-
normal:{},
|
|
130
|
-
normalDevice:[],
|
|
131
|
-
Hiddenchecks:[],
|
|
132
|
-
hiddenvalues:[],
|
|
133
|
-
HazardDevice:[],
|
|
134
|
-
HazardDevices:{},
|
|
135
|
-
printtime:'',
|
|
136
|
-
print_id:'',
|
|
137
|
-
showAdd:true,
|
|
138
|
-
company:''
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
props: ['data','show'],
|
|
142
|
-
ready () {
|
|
143
|
-
|
|
144
|
-
},
|
|
145
|
-
methods: {
|
|
146
|
-
cancel(){
|
|
147
|
-
this.$parent.showcheckmsg = false
|
|
148
|
-
},
|
|
149
|
-
gotoPage(val,data,self='tab'){
|
|
150
|
-
console.log(data)
|
|
151
|
-
data.f_type = '回访'
|
|
152
|
-
data.f_telvisit_type = '安检'
|
|
153
|
-
this.$goto(val,{row:data},self)
|
|
154
|
-
},
|
|
155
|
-
//获取当前时间
|
|
156
|
-
getNowFormatDate() {
|
|
157
|
-
var date = new Date(this.userinfo.f_check_date);
|
|
158
|
-
var month = date.getMonth() + 1;
|
|
159
|
-
var strDate = date.getDate();
|
|
160
|
-
if (month >= 1 && month <= 9) {
|
|
161
|
-
month = "0" + month;
|
|
162
|
-
}
|
|
163
|
-
if (strDate >= 0 && strDate <= 9) {
|
|
164
|
-
strDate = "0" + strDate;
|
|
165
|
-
}
|
|
166
|
-
var currentdate = date.getFullYear() +'年'+ month + '月' + strDate
|
|
167
|
-
+ "日" + date.getHours() + "时" + date.getMinutes()+'分'
|
|
168
|
-
return currentdate;
|
|
169
|
-
},
|
|
170
|
-
// getId(){
|
|
171
|
-
// console.log('返回值:')
|
|
172
|
-
// },
|
|
173
|
-
//获取隐患信息
|
|
174
|
-
getInfo(){
|
|
175
|
-
setTimeout(()=> {
|
|
176
|
-
console.log('关闭打印提示框')
|
|
177
|
-
this.$parent.showPrint = false
|
|
178
|
-
this.$dispatch('finashPrint')
|
|
179
|
-
}, 1000)
|
|
180
|
-
},
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
</script>
|
|
184
|
-
<style media="screen" scoped>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div id="print1" v-show="false">
|
|
3
|
+
<div id="print2">
|
|
4
|
+
<style id="style1">
|
|
5
|
+
#print2 td{
|
|
6
|
+
height:32px;
|
|
7
|
+
width: 100px;
|
|
8
|
+
text-align: center;
|
|
9
|
+
}
|
|
10
|
+
#print2 table{
|
|
11
|
+
margin: auto;
|
|
12
|
+
}
|
|
13
|
+
#print2 h1{
|
|
14
|
+
text-align: center;
|
|
15
|
+
}
|
|
16
|
+
#print2 p{
|
|
17
|
+
text-align: center;
|
|
18
|
+
}
|
|
19
|
+
.border-btn{
|
|
20
|
+
border-bottom: #000000 solid 2px;
|
|
21
|
+
}
|
|
22
|
+
</style>
|
|
23
|
+
<h1>西昌工程项目设计/测绘申请单</h1>
|
|
24
|
+
<p>申请编号:{{userinfo.f_offsite_time}}</p>
|
|
25
|
+
<table border="1" cellspacing="0" width="800px" height="1000px">
|
|
26
|
+
<tr>
|
|
27
|
+
<td ><b>项目名称</b></td><td width="">{{$parent.model.f_entry_name}}</td>
|
|
28
|
+
<td ><b>设计户数</b></td><td >{{$parent.model.f_install_num}}</td>
|
|
29
|
+
</tr>
|
|
30
|
+
<tr>
|
|
31
|
+
<td><b>市场开发部负责人</b></td><td >{{$parent.model.f_market_person}}</td>
|
|
32
|
+
<td><b>总户数</b></td><td>{{$parent.model.f_total_households}}</td>
|
|
33
|
+
</tr>
|
|
34
|
+
<tr>
|
|
35
|
+
<td><b>已登记户数</b></td><td >{{$parent.model.f_register_households}}</td>
|
|
36
|
+
<td ><b>用气类型</b></td><td >{{$parent.model.f_gas_type}}</td>
|
|
37
|
+
</tr>
|
|
38
|
+
<tr>
|
|
39
|
+
<td><b>客户联系人</b></td><td >{{$parent.model.f_customer_contact}}</td>
|
|
40
|
+
<td><b>联系电话</b></td><td >{{$parent.model.f_contact}}</td>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td><b>勘查人员</b></td><td >{{$parent.model.f_survey_name}}</td>
|
|
44
|
+
<td ><b>已完成户数</b></td><td >{{$parent.model.f_ompletion_households}}</td>
|
|
45
|
+
</tr>
|
|
46
|
+
<tr>
|
|
47
|
+
<td ><b>勘查日期</b></td><td >{{$parent.model.f_survey_time}}</td>
|
|
48
|
+
<td ><b>是否设计出图</b></td><td >{{$parent.model.f_isdesign==true?"是":"否"}}</td>
|
|
49
|
+
</tr>
|
|
50
|
+
<tr>
|
|
51
|
+
<td ><b>申请类别</b></td><td >{{$parent.model.f_application_type}}</td>
|
|
52
|
+
<td ><b>完成时间</b></td><td >{{$parent.model.f_ompletion_time}}</td>
|
|
53
|
+
</tr>
|
|
54
|
+
<tr>
|
|
55
|
+
<td ><b>设计周期</b></td><td >{{$parent.model.f_design_cycle}}</td>
|
|
56
|
+
<td ><b>设计派工日期</b></td><td >{{$parent.model.f_design_start_date}}</td>
|
|
57
|
+
</tr>
|
|
58
|
+
<tr>
|
|
59
|
+
<td ><b>设计完成日期</b></td><td >{{$parent.model.f_design_end_date}}</td>
|
|
60
|
+
<td ><b>图纸设计人</b></td><td >{{$parent.model.f_designer}}</td>
|
|
61
|
+
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td ><b>图纸审计单位</b></td><td >{{$parent.model.f_design_unit}}</td>
|
|
64
|
+
<td ><b>图纸审核人</b></td><td >{{$parent.model.f_design_check_name}}</td>
|
|
65
|
+
</tr>
|
|
66
|
+
<tr>
|
|
67
|
+
<td ><b>市场开发部意见</b></td><td colspan="3" >{{$parent.model.f_market_opinions}}</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td ><b>工程管理部意见</b></td><td colspan="3" >{{$parent.model.f_engineer_opinions}}</td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td ><b>工程总监意见</b></td><td colspan="3" >{{$parent.model.f_inspector_opinions}}</td>
|
|
74
|
+
</tr>
|
|
75
|
+
|
|
76
|
+
<tr>
|
|
77
|
+
<td colspan="4" height="15%">
|
|
78
|
+
<p>附见:设计依据</p>
|
|
79
|
+
<p>备注:</p>
|
|
80
|
+
<p>1、委托编号</p>
|
|
81
|
+
</td>
|
|
82
|
+
</tr>
|
|
83
|
+
|
|
84
|
+
</table>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
<modal :show.sync="show" v-ref:modal :backdrop="isBack">
|
|
89
|
+
<div slot="modal-header" class="modal-header">
|
|
90
|
+
<span class="modal-title font">
|
|
91
|
+
测绘申请单打印
|
|
92
|
+
</span>
|
|
93
|
+
</div>
|
|
94
|
+
<div slot="modal-body" class="modal-body">
|
|
95
|
+
确定打印测绘申请单?
|
|
96
|
+
</div>
|
|
97
|
+
<div slot="modal-footer" class="modal-footer">
|
|
98
|
+
<button type="button" class="btn btn-cancel" @click="cancel()">取消</button>
|
|
99
|
+
<print-element @click="getInfo" class="btn btn-success width-80" id="print1" styleid='style1' top='40' left='60' width='100%' height='100%' v-ref:printelement>打印</print-element>
|
|
100
|
+
</div>
|
|
101
|
+
</modal>
|
|
102
|
+
|
|
103
|
+
</template>
|
|
104
|
+
|
|
105
|
+
<script>
|
|
106
|
+
|
|
107
|
+
import co from 'co'
|
|
108
|
+
import { PagedList } from 'vue-client'
|
|
109
|
+
|
|
110
|
+
export default {
|
|
111
|
+
title: '安检信息',
|
|
112
|
+
data () {
|
|
113
|
+
return {
|
|
114
|
+
imgs:[],
|
|
115
|
+
normalDevices:{},//设备信息
|
|
116
|
+
device:[],//表具信息
|
|
117
|
+
devices:[],//所有表具信息
|
|
118
|
+
userinfo:[],
|
|
119
|
+
deviceInfo:{},//具体表具信息
|
|
120
|
+
deviceInfos:{},//每个表具的所有信息
|
|
121
|
+
drowspan:0,
|
|
122
|
+
erowspan:0,//设备信息个数
|
|
123
|
+
hrowspan:0,//隐患数
|
|
124
|
+
f_defect_content:'', //安检结果
|
|
125
|
+
equipmentmsgs:[],//所有设备信息
|
|
126
|
+
Hinvestigations:[], //所有隐患信息
|
|
127
|
+
Hinvestigation:{},
|
|
128
|
+
defect:{},//隐患信息
|
|
129
|
+
normal:{},
|
|
130
|
+
normalDevice:[],
|
|
131
|
+
Hiddenchecks:[],
|
|
132
|
+
hiddenvalues:[],
|
|
133
|
+
HazardDevice:[],
|
|
134
|
+
HazardDevices:{},
|
|
135
|
+
printtime:'',
|
|
136
|
+
print_id:'',
|
|
137
|
+
showAdd:true,
|
|
138
|
+
company:''
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
props: ['data','show'],
|
|
142
|
+
ready () {
|
|
143
|
+
|
|
144
|
+
},
|
|
145
|
+
methods: {
|
|
146
|
+
cancel(){
|
|
147
|
+
this.$parent.showcheckmsg = false
|
|
148
|
+
},
|
|
149
|
+
gotoPage(val,data,self='tab'){
|
|
150
|
+
console.log(data)
|
|
151
|
+
data.f_type = '回访'
|
|
152
|
+
data.f_telvisit_type = '安检'
|
|
153
|
+
this.$goto(val,{row:data},self)
|
|
154
|
+
},
|
|
155
|
+
//获取当前时间
|
|
156
|
+
getNowFormatDate() {
|
|
157
|
+
var date = new Date(this.userinfo.f_check_date);
|
|
158
|
+
var month = date.getMonth() + 1;
|
|
159
|
+
var strDate = date.getDate();
|
|
160
|
+
if (month >= 1 && month <= 9) {
|
|
161
|
+
month = "0" + month;
|
|
162
|
+
}
|
|
163
|
+
if (strDate >= 0 && strDate <= 9) {
|
|
164
|
+
strDate = "0" + strDate;
|
|
165
|
+
}
|
|
166
|
+
var currentdate = date.getFullYear() +'年'+ month + '月' + strDate
|
|
167
|
+
+ "日" + date.getHours() + "时" + date.getMinutes()+'分'
|
|
168
|
+
return currentdate;
|
|
169
|
+
},
|
|
170
|
+
// getId(){
|
|
171
|
+
// console.log('返回值:')
|
|
172
|
+
// },
|
|
173
|
+
//获取隐患信息
|
|
174
|
+
getInfo(){
|
|
175
|
+
setTimeout(()=> {
|
|
176
|
+
console.log('关闭打印提示框')
|
|
177
|
+
this.$parent.showPrint = false
|
|
178
|
+
this.$dispatch('finashPrint')
|
|
179
|
+
}, 1000)
|
|
180
|
+
},
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
</script>
|
|
184
|
+
<style media="screen" scoped>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
</style>
|