apply-clients 7.1.36-yuchuan-83 → 7.1.36-yuchuan-84
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 +3 -6
- package/package.json +1 -1
- package/src/components/android/AppServiceView.vue +603 -603
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1032 -1032
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealBind.vue +426 -426
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1115 -1115
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +211 -211
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/Function/Service/FunctionServiceControl.vue +581 -581
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +299 -299
- package/src/components/product/GongJianPush/ApplyPushManage.vue +92 -92
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/List/OldShowDevices.vue +272 -272
- package/src/components/product/List/ShowAllActivity.vue +540 -540
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Print/BuildOrder/printGaiXianOrder.vue +271 -271
- package/src/components/product/Print/OrderPrint/GaiXianOrder.vue +314 -314
- package/src/components/product/Print/OrderPrint/printChaiChuOrder.vue +266 -266
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/Processes/InstallationDetails.vue +1166 -1166
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +766 -766
- package/src/components/product/Process/Processes/newInstallationDetails.vue +683 -683
- package/src/components/product/Process/Processes/supplementalAgreement.vue +298 -298
- package/src/components/product/Process/Service/ServiceControl.vue +2232 -2232
- package/src/components/product/ServiceView.vue +650 -650
- package/src/components/product/Supervisory/ExportExcel.vue +359 -359
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
- package/src/components/product/Supervisory/SupervisoryList.vue +585 -585
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +543 -543
- package/src/components/product/VueUtils/ApplyUpload.vue +302 -302
- package/src/components/product/VueUtils/HighMeter.vue +208 -208
|
@@ -1,271 +1,271 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<style id="printGaiXianOrderStyle">
|
|
3
|
-
td{
|
|
4
|
-
height: 30px;
|
|
5
|
-
text-align: center;
|
|
6
|
-
}
|
|
7
|
-
table{
|
|
8
|
-
width: 100%;
|
|
9
|
-
margin: 0;
|
|
10
|
-
padding: 0;
|
|
11
|
-
border: 1px solid black;
|
|
12
|
-
border-collapse:collapse;
|
|
13
|
-
}
|
|
14
|
-
h1,h2,h3,h4,h5,h6 {
|
|
15
|
-
text-align: center;
|
|
16
|
-
}
|
|
17
|
-
.merge-content {
|
|
18
|
-
text-align: left;
|
|
19
|
-
vertical-align: top;
|
|
20
|
-
padding: 10px;
|
|
21
|
-
}
|
|
22
|
-
.sign {
|
|
23
|
-
height: 80px;
|
|
24
|
-
}
|
|
25
|
-
.sign_img {
|
|
26
|
-
width: 60px;
|
|
27
|
-
transform: rotate(0deg);
|
|
28
|
-
}
|
|
29
|
-
.replace_img{
|
|
30
|
-
width: 60px;
|
|
31
|
-
transform: rotate(0deg);
|
|
32
|
-
}
|
|
33
|
-
</style>
|
|
34
|
-
|
|
35
|
-
<div id="printGaiXianOrder">
|
|
36
|
-
<h2><span style="letter-spacing: 0px">天然气用户改线申请表</span></h2>
|
|
37
|
-
<table>编号:{{ selectdata.f_apply_num }}</table>
|
|
38
|
-
<table border="1" cellspacing="0" cellpadding="0">
|
|
39
|
-
<tr>
|
|
40
|
-
<td colspan="2">填写人</td>
|
|
41
|
-
<td colspan="2">{{ selectdata.username }}</td>
|
|
42
|
-
<td colspan="2">所属部门</td>
|
|
43
|
-
<td colspan="2">{{ selectdata.user_dep }}</td>
|
|
44
|
-
<td colspan="2">填写时间</td>
|
|
45
|
-
<td colspan="2">{{ selectdata.finishtime }}</td>
|
|
46
|
-
</tr>
|
|
47
|
-
<tr>
|
|
48
|
-
<td colspan="2">用户联系人</td>
|
|
49
|
-
<td colspan="2">{{ selectdata.f_contact }}</td>
|
|
50
|
-
<td colspan="2">单位</td>
|
|
51
|
-
<td colspan="2">{{ selectdata.f_user_name }}</td>
|
|
52
|
-
<td colspan="2">联系电话</td>
|
|
53
|
-
<td colspan="2">{{ selectdata.f_phone }}</td>
|
|
54
|
-
</tr>
|
|
55
|
-
<tr>
|
|
56
|
-
<td colspan="2">申请时间</td>
|
|
57
|
-
<td colspan="2">{{ selectdata.f_apply_date }}</td>
|
|
58
|
-
<td colspan="2">用户编号</td>
|
|
59
|
-
<td colspan="2">{{ selectdata.f_userinfo_id }}</td>
|
|
60
|
-
<td colspan="2">用气性质</td>
|
|
61
|
-
<td colspan="2">{{ selectdata.f_apply_nature }}</td>
|
|
62
|
-
</tr>
|
|
63
|
-
<tr>
|
|
64
|
-
<td colspan="2">详细地址</td>
|
|
65
|
-
<td colspan="6">{{ selectdata.f_address }}</td>
|
|
66
|
-
<td colspan="2">气表型号</td>
|
|
67
|
-
<td colspan="2">{{ selectdata.f_meter_style }}</td>
|
|
68
|
-
</tr>
|
|
69
|
-
<tr>
|
|
70
|
-
<td colspan="12"><h4>工程技术部现场勘察意见及材料预算</h4></td>
|
|
71
|
-
</tr>
|
|
72
|
-
<tr>
|
|
73
|
-
<td colspan="3">申请类别</td>
|
|
74
|
-
<td colspan="3">{{ selectdata.f_user_classification }}</td>
|
|
75
|
-
<td colspan="3">改造原因</td>
|
|
76
|
-
<td colspan="3">{{ selectdata.f_prospecting_result }}</td>
|
|
77
|
-
</tr>
|
|
78
|
-
<tr>
|
|
79
|
-
<td colspan="2">工程整改方案</td>
|
|
80
|
-
<td colspan="10">
|
|
81
|
-
<p style="margin: 0px 0px 30px 0px">{{ selectdata.f_modify_plan }}</p>
|
|
82
|
-
</td>
|
|
83
|
-
</tr>
|
|
84
|
-
<!-- <tr>-->
|
|
85
|
-
<!-- <td colspan="6" class="merge-content">-->
|
|
86
|
-
<!-- <p style="margin: 0px 0px 10px 0px">工程部审核意见:</p>-->
|
|
87
|
-
<!-- <p style="margin: 0px 0px 30px 0px"></p>-->
|
|
88
|
-
<!-- </td>-->
|
|
89
|
-
<!-- </tr>-->
|
|
90
|
-
<tr>
|
|
91
|
-
<td colspan="2">整改收费</td>
|
|
92
|
-
<td colspan="10">
|
|
93
|
-
<p>金额小写:{{ selectdata.f_due_money}},金额大写:{{ selectdata.f_amount_words}}</p>
|
|
94
|
-
</td>
|
|
95
|
-
</tr>
|
|
96
|
-
<tr>
|
|
97
|
-
<td colspan="3">监理单位</td>
|
|
98
|
-
<td colspan="3">{{ supervisorOperatorName }}</td>
|
|
99
|
-
<td colspan="3">土建建单位</td>
|
|
100
|
-
<td colspan="3">{{ engineeringOperatorName }}</td>
|
|
101
|
-
</tr>
|
|
102
|
-
<tr>
|
|
103
|
-
<td colspan="2">检测单位</td>
|
|
104
|
-
<td colspan="2">{{ checkOperatorName }}</td>
|
|
105
|
-
<td colspan="2">项目负责人</td>
|
|
106
|
-
<td colspan="2">{{ constructOperatorName }}</td>
|
|
107
|
-
<td colspan="2">安装单位</td>
|
|
108
|
-
<td colspan="2">{{ constructionUnitName }}</td>
|
|
109
|
-
</tr>
|
|
110
|
-
<tr>
|
|
111
|
-
<td colspan="12"><h4>审批流程</h4></td>
|
|
112
|
-
</tr>
|
|
113
|
-
<tr>
|
|
114
|
-
<td colspan="3">工程技术部负责人意见</td>
|
|
115
|
-
<td colspan="3">
|
|
116
|
-
<p> </p>
|
|
117
|
-
<p> </p>
|
|
118
|
-
<p> </p>
|
|
119
|
-
</td>
|
|
120
|
-
<td colspan="3">分管领导意见</td>
|
|
121
|
-
<td colspan="3">
|
|
122
|
-
<p> </p>
|
|
123
|
-
<p> </p>
|
|
124
|
-
<p> </p>
|
|
125
|
-
</td>
|
|
126
|
-
</tr>
|
|
127
|
-
<tr>
|
|
128
|
-
<td colspan="3">用户管理部收费情况</td>
|
|
129
|
-
<td colspan="3">
|
|
130
|
-
<p>已收费</p>
|
|
131
|
-
<p>{{ selectdata.f_charge_user }}</p>
|
|
132
|
-
<p>{{ selectdata.f_charge_date }}</p>
|
|
133
|
-
</td>
|
|
134
|
-
<td colspan="3">开材料意见</td>
|
|
135
|
-
<td colspan="3">
|
|
136
|
-
<p>{{ selectdata.f_material_number }}</p>
|
|
137
|
-
<p>{{ selectdata.username }}</p>
|
|
138
|
-
<p>{{ selectdata.finishtime }}</p>
|
|
139
|
-
</td>
|
|
140
|
-
</tr>
|
|
141
|
-
<tr>
|
|
142
|
-
<td colspan="3">工程技术部改线组意见</td>
|
|
143
|
-
<td colspan="3">
|
|
144
|
-
<p> </p>
|
|
145
|
-
<p> </p>
|
|
146
|
-
<p> </p>
|
|
147
|
-
</td>
|
|
148
|
-
<td colspan="3">省安一/二/三意见</td>
|
|
149
|
-
<td colspan="3">
|
|
150
|
-
<p> </p>
|
|
151
|
-
<p> </p>
|
|
152
|
-
<p> </p>
|
|
153
|
-
</td>
|
|
154
|
-
</tr>
|
|
155
|
-
<tr>
|
|
156
|
-
<td colspan="3">用户确认签字</td>
|
|
157
|
-
<td colspan="9">
|
|
158
|
-
<p> </p>
|
|
159
|
-
<p> </p>
|
|
160
|
-
<p> </p>
|
|
161
|
-
</td>
|
|
162
|
-
</tr>
|
|
163
|
-
</table>
|
|
164
|
-
</div>
|
|
165
|
-
|
|
166
|
-
<print-element v-show="false" v-ref:print id='printGaiXianOrder' styleid='printGaiXianOrderStyle'
|
|
167
|
-
top='10' left='30' width='100%' height='100%' :type="type">
|
|
168
|
-
</print-element>
|
|
169
|
-
|
|
170
|
-
</template>
|
|
171
|
-
|
|
172
|
-
<script>
|
|
173
|
-
import { isEmpty } from '../../../Util'
|
|
174
|
-
import {HttpResetClass} from 'vue-client'
|
|
175
|
-
|
|
176
|
-
// eslint-disable-next-line no-extend-native
|
|
177
|
-
Date.prototype.Format = function (fmt) {
|
|
178
|
-
var o = {
|
|
179
|
-
'M+': this.getMonth() + 1, // 月份
|
|
180
|
-
'd+': this.getDate(), // 日
|
|
181
|
-
'H+': this.getHours(), // 小时
|
|
182
|
-
'm+': this.getMinutes(), // 分
|
|
183
|
-
's+': this.getSeconds(), // 秒
|
|
184
|
-
'q+': Math.floor((this.getMonth() + 3) / 3), // 季度
|
|
185
|
-
'S': this.getMilliseconds() // 毫秒
|
|
186
|
-
}
|
|
187
|
-
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length))
|
|
188
|
-
// eslint-disable-next-line curly
|
|
189
|
-
for (var k in o)
|
|
190
|
-
if (new RegExp('(' + k + ')').test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? (o[k]) : (('00' + o[k]).substr(('' + o[k]).length)))
|
|
191
|
-
return fmt
|
|
192
|
-
}
|
|
193
|
-
export default {
|
|
194
|
-
title: '施工安装通知单',
|
|
195
|
-
props: {
|
|
196
|
-
selectdata: {
|
|
197
|
-
type: Object
|
|
198
|
-
},
|
|
199
|
-
type: {
|
|
200
|
-
type: String
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
data () {
|
|
204
|
-
return {
|
|
205
|
-
supervisorOperatorName: '无',
|
|
206
|
-
engineeringOperatorName: '无',
|
|
207
|
-
checkOperatorName: '无',
|
|
208
|
-
constructOperatorName: '无',
|
|
209
|
-
constructionUnitName: '无',
|
|
210
|
-
showModal: false,
|
|
211
|
-
remark: '图纸一份,料单一份。如不具备通气条件,工单请勿返回,返回均视为可通气'
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
ready () {
|
|
215
|
-
},
|
|
216
|
-
methods: {
|
|
217
|
-
async getUserName( param) {
|
|
218
|
-
let http = new HttpResetClass()
|
|
219
|
-
if(!isEmpty(param)){
|
|
220
|
-
let data = {
|
|
221
|
-
tablename: 't_user',
|
|
222
|
-
condition: `id='${param}'`
|
|
223
|
-
}
|
|
224
|
-
let res = await http.load('POST', 'rs/sql/applySingleTable', {data: data},
|
|
225
|
-
{resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
|
|
226
|
-
)
|
|
227
|
-
return res.data[0].name
|
|
228
|
-
}else {
|
|
229
|
-
return '无'
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
print (index) {
|
|
233
|
-
if (index) {
|
|
234
|
-
this.selectdata = index
|
|
235
|
-
}
|
|
236
|
-
console.log('测试111', this.selectdata)
|
|
237
|
-
this.$refs.print.PrintTable()
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
computed: {
|
|
241
|
-
},
|
|
242
|
-
watch: {
|
|
243
|
-
async 'selectdata'(val) {
|
|
244
|
-
console.log('观察blodid', this.selectdata)
|
|
245
|
-
this.supervisorOperatorName = await this.getUserName(this.selectdata.supervisor_operator);
|
|
246
|
-
this.engineeringOperatorName = await this.getUserName(this.selectdata.f_engineering_operator_id);
|
|
247
|
-
this.checkOperatorName = await this.getUserName(this.selectdata.f_check_operator_id);
|
|
248
|
-
this.constructOperatorName = await this.getUserName(this.selectdata.f_construct_operator_id);
|
|
249
|
-
this.constructionUnitName = await this.getUserName(this.selectdata.f_construction_unit);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
</script>
|
|
254
|
-
|
|
255
|
-
<style scoped>
|
|
256
|
-
.control-label-justify {
|
|
257
|
-
display: inline-block;
|
|
258
|
-
vertical-align: top;
|
|
259
|
-
width: 130px;
|
|
260
|
-
text-align: justify;
|
|
261
|
-
font-family: PingFang-SC-Bold;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.control-label-justify::after {
|
|
265
|
-
content: "";
|
|
266
|
-
display: inline-block;
|
|
267
|
-
width: 100%;
|
|
268
|
-
overflow: hidden;
|
|
269
|
-
height: 0;
|
|
270
|
-
}
|
|
271
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<style id="printGaiXianOrderStyle">
|
|
3
|
+
td{
|
|
4
|
+
height: 30px;
|
|
5
|
+
text-align: center;
|
|
6
|
+
}
|
|
7
|
+
table{
|
|
8
|
+
width: 100%;
|
|
9
|
+
margin: 0;
|
|
10
|
+
padding: 0;
|
|
11
|
+
border: 1px solid black;
|
|
12
|
+
border-collapse:collapse;
|
|
13
|
+
}
|
|
14
|
+
h1,h2,h3,h4,h5,h6 {
|
|
15
|
+
text-align: center;
|
|
16
|
+
}
|
|
17
|
+
.merge-content {
|
|
18
|
+
text-align: left;
|
|
19
|
+
vertical-align: top;
|
|
20
|
+
padding: 10px;
|
|
21
|
+
}
|
|
22
|
+
.sign {
|
|
23
|
+
height: 80px;
|
|
24
|
+
}
|
|
25
|
+
.sign_img {
|
|
26
|
+
width: 60px;
|
|
27
|
+
transform: rotate(0deg);
|
|
28
|
+
}
|
|
29
|
+
.replace_img{
|
|
30
|
+
width: 60px;
|
|
31
|
+
transform: rotate(0deg);
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
34
|
+
|
|
35
|
+
<div id="printGaiXianOrder">
|
|
36
|
+
<h2><span style="letter-spacing: 0px">天然气用户改线申请表</span></h2>
|
|
37
|
+
<table>编号:{{ selectdata.f_apply_num }}</table>
|
|
38
|
+
<table border="1" cellspacing="0" cellpadding="0">
|
|
39
|
+
<tr>
|
|
40
|
+
<td colspan="2">填写人</td>
|
|
41
|
+
<td colspan="2">{{ selectdata.username }}</td>
|
|
42
|
+
<td colspan="2">所属部门</td>
|
|
43
|
+
<td colspan="2">{{ selectdata.user_dep }}</td>
|
|
44
|
+
<td colspan="2">填写时间</td>
|
|
45
|
+
<td colspan="2">{{ selectdata.finishtime }}</td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td colspan="2">用户联系人</td>
|
|
49
|
+
<td colspan="2">{{ selectdata.f_contact }}</td>
|
|
50
|
+
<td colspan="2">单位</td>
|
|
51
|
+
<td colspan="2">{{ selectdata.f_user_name }}</td>
|
|
52
|
+
<td colspan="2">联系电话</td>
|
|
53
|
+
<td colspan="2">{{ selectdata.f_phone }}</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td colspan="2">申请时间</td>
|
|
57
|
+
<td colspan="2">{{ selectdata.f_apply_date }}</td>
|
|
58
|
+
<td colspan="2">用户编号</td>
|
|
59
|
+
<td colspan="2">{{ selectdata.f_userinfo_id }}</td>
|
|
60
|
+
<td colspan="2">用气性质</td>
|
|
61
|
+
<td colspan="2">{{ selectdata.f_apply_nature }}</td>
|
|
62
|
+
</tr>
|
|
63
|
+
<tr>
|
|
64
|
+
<td colspan="2">详细地址</td>
|
|
65
|
+
<td colspan="6">{{ selectdata.f_address }}</td>
|
|
66
|
+
<td colspan="2">气表型号</td>
|
|
67
|
+
<td colspan="2">{{ selectdata.f_meter_style }}</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td colspan="12"><h4>工程技术部现场勘察意见及材料预算</h4></td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td colspan="3">申请类别</td>
|
|
74
|
+
<td colspan="3">{{ selectdata.f_user_classification }}</td>
|
|
75
|
+
<td colspan="3">改造原因</td>
|
|
76
|
+
<td colspan="3">{{ selectdata.f_prospecting_result }}</td>
|
|
77
|
+
</tr>
|
|
78
|
+
<tr>
|
|
79
|
+
<td colspan="2">工程整改方案</td>
|
|
80
|
+
<td colspan="10">
|
|
81
|
+
<p style="margin: 0px 0px 30px 0px">{{ selectdata.f_modify_plan }}</p>
|
|
82
|
+
</td>
|
|
83
|
+
</tr>
|
|
84
|
+
<!-- <tr>-->
|
|
85
|
+
<!-- <td colspan="6" class="merge-content">-->
|
|
86
|
+
<!-- <p style="margin: 0px 0px 10px 0px">工程部审核意见:</p>-->
|
|
87
|
+
<!-- <p style="margin: 0px 0px 30px 0px"></p>-->
|
|
88
|
+
<!-- </td>-->
|
|
89
|
+
<!-- </tr>-->
|
|
90
|
+
<tr>
|
|
91
|
+
<td colspan="2">整改收费</td>
|
|
92
|
+
<td colspan="10">
|
|
93
|
+
<p>金额小写:{{ selectdata.f_due_money}},金额大写:{{ selectdata.f_amount_words}}</p>
|
|
94
|
+
</td>
|
|
95
|
+
</tr>
|
|
96
|
+
<tr>
|
|
97
|
+
<td colspan="3">监理单位</td>
|
|
98
|
+
<td colspan="3">{{ supervisorOperatorName }}</td>
|
|
99
|
+
<td colspan="3">土建建单位</td>
|
|
100
|
+
<td colspan="3">{{ engineeringOperatorName }}</td>
|
|
101
|
+
</tr>
|
|
102
|
+
<tr>
|
|
103
|
+
<td colspan="2">检测单位</td>
|
|
104
|
+
<td colspan="2">{{ checkOperatorName }}</td>
|
|
105
|
+
<td colspan="2">项目负责人</td>
|
|
106
|
+
<td colspan="2">{{ constructOperatorName }}</td>
|
|
107
|
+
<td colspan="2">安装单位</td>
|
|
108
|
+
<td colspan="2">{{ constructionUnitName }}</td>
|
|
109
|
+
</tr>
|
|
110
|
+
<tr>
|
|
111
|
+
<td colspan="12"><h4>审批流程</h4></td>
|
|
112
|
+
</tr>
|
|
113
|
+
<tr>
|
|
114
|
+
<td colspan="3">工程技术部负责人意见</td>
|
|
115
|
+
<td colspan="3">
|
|
116
|
+
<p> </p>
|
|
117
|
+
<p> </p>
|
|
118
|
+
<p> </p>
|
|
119
|
+
</td>
|
|
120
|
+
<td colspan="3">分管领导意见</td>
|
|
121
|
+
<td colspan="3">
|
|
122
|
+
<p> </p>
|
|
123
|
+
<p> </p>
|
|
124
|
+
<p> </p>
|
|
125
|
+
</td>
|
|
126
|
+
</tr>
|
|
127
|
+
<tr>
|
|
128
|
+
<td colspan="3">用户管理部收费情况</td>
|
|
129
|
+
<td colspan="3">
|
|
130
|
+
<p>已收费</p>
|
|
131
|
+
<p>{{ selectdata.f_charge_user }}</p>
|
|
132
|
+
<p>{{ selectdata.f_charge_date }}</p>
|
|
133
|
+
</td>
|
|
134
|
+
<td colspan="3">开材料意见</td>
|
|
135
|
+
<td colspan="3">
|
|
136
|
+
<p>{{ selectdata.f_material_number }}</p>
|
|
137
|
+
<p>{{ selectdata.username }}</p>
|
|
138
|
+
<p>{{ selectdata.finishtime }}</p>
|
|
139
|
+
</td>
|
|
140
|
+
</tr>
|
|
141
|
+
<tr>
|
|
142
|
+
<td colspan="3">工程技术部改线组意见</td>
|
|
143
|
+
<td colspan="3">
|
|
144
|
+
<p> </p>
|
|
145
|
+
<p> </p>
|
|
146
|
+
<p> </p>
|
|
147
|
+
</td>
|
|
148
|
+
<td colspan="3">省安一/二/三意见</td>
|
|
149
|
+
<td colspan="3">
|
|
150
|
+
<p> </p>
|
|
151
|
+
<p> </p>
|
|
152
|
+
<p> </p>
|
|
153
|
+
</td>
|
|
154
|
+
</tr>
|
|
155
|
+
<tr>
|
|
156
|
+
<td colspan="3">用户确认签字</td>
|
|
157
|
+
<td colspan="9">
|
|
158
|
+
<p> </p>
|
|
159
|
+
<p> </p>
|
|
160
|
+
<p> </p>
|
|
161
|
+
</td>
|
|
162
|
+
</tr>
|
|
163
|
+
</table>
|
|
164
|
+
</div>
|
|
165
|
+
|
|
166
|
+
<print-element v-show="false" v-ref:print id='printGaiXianOrder' styleid='printGaiXianOrderStyle'
|
|
167
|
+
top='10' left='30' width='100%' height='100%' :type="type">
|
|
168
|
+
</print-element>
|
|
169
|
+
|
|
170
|
+
</template>
|
|
171
|
+
|
|
172
|
+
<script>
|
|
173
|
+
import { isEmpty } from '../../../Util'
|
|
174
|
+
import {HttpResetClass} from 'vue-client'
|
|
175
|
+
|
|
176
|
+
// eslint-disable-next-line no-extend-native
|
|
177
|
+
Date.prototype.Format = function (fmt) {
|
|
178
|
+
var o = {
|
|
179
|
+
'M+': this.getMonth() + 1, // 月份
|
|
180
|
+
'd+': this.getDate(), // 日
|
|
181
|
+
'H+': this.getHours(), // 小时
|
|
182
|
+
'm+': this.getMinutes(), // 分
|
|
183
|
+
's+': this.getSeconds(), // 秒
|
|
184
|
+
'q+': Math.floor((this.getMonth() + 3) / 3), // 季度
|
|
185
|
+
'S': this.getMilliseconds() // 毫秒
|
|
186
|
+
}
|
|
187
|
+
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length))
|
|
188
|
+
// eslint-disable-next-line curly
|
|
189
|
+
for (var k in o)
|
|
190
|
+
if (new RegExp('(' + k + ')').test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? (o[k]) : (('00' + o[k]).substr(('' + o[k]).length)))
|
|
191
|
+
return fmt
|
|
192
|
+
}
|
|
193
|
+
export default {
|
|
194
|
+
title: '施工安装通知单',
|
|
195
|
+
props: {
|
|
196
|
+
selectdata: {
|
|
197
|
+
type: Object
|
|
198
|
+
},
|
|
199
|
+
type: {
|
|
200
|
+
type: String
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
data () {
|
|
204
|
+
return {
|
|
205
|
+
supervisorOperatorName: '无',
|
|
206
|
+
engineeringOperatorName: '无',
|
|
207
|
+
checkOperatorName: '无',
|
|
208
|
+
constructOperatorName: '无',
|
|
209
|
+
constructionUnitName: '无',
|
|
210
|
+
showModal: false,
|
|
211
|
+
remark: '图纸一份,料单一份。如不具备通气条件,工单请勿返回,返回均视为可通气'
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
ready () {
|
|
215
|
+
},
|
|
216
|
+
methods: {
|
|
217
|
+
async getUserName( param) {
|
|
218
|
+
let http = new HttpResetClass()
|
|
219
|
+
if(!isEmpty(param)){
|
|
220
|
+
let data = {
|
|
221
|
+
tablename: 't_user',
|
|
222
|
+
condition: `id='${param}'`
|
|
223
|
+
}
|
|
224
|
+
let res = await http.load('POST', 'rs/sql/applySingleTable', {data: data},
|
|
225
|
+
{resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
|
|
226
|
+
)
|
|
227
|
+
return res.data[0].name
|
|
228
|
+
}else {
|
|
229
|
+
return '无'
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
print (index) {
|
|
233
|
+
if (index) {
|
|
234
|
+
this.selectdata = index
|
|
235
|
+
}
|
|
236
|
+
console.log('测试111', this.selectdata)
|
|
237
|
+
this.$refs.print.PrintTable()
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
computed: {
|
|
241
|
+
},
|
|
242
|
+
watch: {
|
|
243
|
+
async 'selectdata'(val) {
|
|
244
|
+
console.log('观察blodid', this.selectdata)
|
|
245
|
+
this.supervisorOperatorName = await this.getUserName(this.selectdata.supervisor_operator);
|
|
246
|
+
this.engineeringOperatorName = await this.getUserName(this.selectdata.f_engineering_operator_id);
|
|
247
|
+
this.checkOperatorName = await this.getUserName(this.selectdata.f_check_operator_id);
|
|
248
|
+
this.constructOperatorName = await this.getUserName(this.selectdata.f_construct_operator_id);
|
|
249
|
+
this.constructionUnitName = await this.getUserName(this.selectdata.f_construction_unit);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
</script>
|
|
254
|
+
|
|
255
|
+
<style scoped>
|
|
256
|
+
.control-label-justify {
|
|
257
|
+
display: inline-block;
|
|
258
|
+
vertical-align: top;
|
|
259
|
+
width: 130px;
|
|
260
|
+
text-align: justify;
|
|
261
|
+
font-family: PingFang-SC-Bold;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.control-label-justify::after {
|
|
265
|
+
content: "";
|
|
266
|
+
display: inline-block;
|
|
267
|
+
width: 100%;
|
|
268
|
+
overflow: hidden;
|
|
269
|
+
height: 0;
|
|
270
|
+
}
|
|
271
|
+
</style>
|