apply-clients 3.3.32 → 3.3.36
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 +3 -0
- package/src/components/android/Function/AppFunctionServiceControl.vue +18 -3
- package/src/components/android/Process/AppServiceControl.vue +756 -756
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +33 -12
- package/src/components/product/Function/Service/FunctionServiceControl.vue +22 -1
- package/src/components/product/Install/InstallProject.vue +194 -0
- package/src/components/product/Material/MaterialDetailed.vue +224 -0
- package/src/components/product/OldApply/Handle/HandleApply.vue +10 -2
- package/src/components/product/OldApply/Monitor/MonitorApply.vue +59 -2
- package/src/components/product/Process/ExplorationSelect.vue +42 -6
- package/src/components/product/Process/Processes/Print/printBuildOrder.vue +105 -48
- package/src/components/product/Process/Processes/Print/printCharge.vue +14 -11
- package/src/components/product/Process/Processes/Print/printRefund.vue +15 -12
- package/src/components/product/Process/Service/ServiceControl.vue +2 -2
- package/src/components/product/Stop/StopApply.vue +101 -103
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +9 -3
|
@@ -27,9 +27,14 @@
|
|
|
27
27
|
condition="f_user_name like '%{}%'">
|
|
28
28
|
</div>
|
|
29
29
|
<div class="form-group col-sm-3 button-range">
|
|
30
|
-
<button class="button_search button_spacing" @click="$parent.$parent.create()" v-el:cx>创建档案</button>
|
|
31
30
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
32
31
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
32
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
33
|
+
:field="$parent.$parent.getfield"
|
|
34
|
+
sqlurl="rs/logic/applyExportfile"
|
|
35
|
+
sql-name="getOldApply"
|
|
36
|
+
template-name='旧报装信息导出'
|
|
37
|
+
:choose-col="true"></export-excel>
|
|
33
38
|
<div
|
|
34
39
|
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
35
40
|
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
@@ -143,6 +148,8 @@
|
|
|
143
148
|
<th style="white-space: nowrap;">流程状态</th>
|
|
144
149
|
<th style="white-space: nowrap;">收费项目</th>
|
|
145
150
|
<th style="white-space: nowrap;">合同金额</th>
|
|
151
|
+
<th style="white-space: nowrap;">表号</th>
|
|
152
|
+
<th style="white-space: nowrap;">防盗卡号</th>
|
|
146
153
|
<th style="white-space: nowrap;">报建日期</th>
|
|
147
154
|
<th style="white-space: nowrap;">客户编号</th>
|
|
148
155
|
</tr>
|
|
@@ -179,6 +186,12 @@
|
|
|
179
186
|
<td @click="$parent.$parent.$parent.click(row)" style="text-align: center;">
|
|
180
187
|
<nobr><font>{{row.f_contract_money}}</font></nobr>
|
|
181
188
|
</td>
|
|
189
|
+
<td style="text-align: center;">
|
|
190
|
+
<nobr><font>{{row.f_meternumber}}</font></nobr>
|
|
191
|
+
</td>
|
|
192
|
+
<td style="text-align: center;">
|
|
193
|
+
<nobr><font>{{row.f_card_number}}</font></nobr>
|
|
194
|
+
</td>
|
|
182
195
|
<td @click="$parent.$parent.$parent.click(row)" style="text-align: center;">
|
|
183
196
|
<nobr><font>{{row.f_apply_date}}</font></nobr>
|
|
184
197
|
</td>
|
|
@@ -226,7 +239,44 @@ export default {
|
|
|
226
239
|
{label: '商业', value: '商业'},
|
|
227
240
|
{label: '工业', value: '工业'}
|
|
228
241
|
],
|
|
229
|
-
stopReasons: [{label: '全部', value: ''}, ...this.$appdata.getParam('终止原因')]
|
|
242
|
+
stopReasons: [{label: '全部', value: ''}, ...this.$appdata.getParam('终止原因')],
|
|
243
|
+
getfield: {
|
|
244
|
+
'f_userinfo_code': '用户编号',
|
|
245
|
+
'f_apply_num': '工程编号',
|
|
246
|
+
'f_apply_type': '报建类型',
|
|
247
|
+
'f_sub_state': '流程状态',
|
|
248
|
+
'f_user_name': '单位名称',
|
|
249
|
+
'f_contact': '联系人',
|
|
250
|
+
'f_phone': '电话',
|
|
251
|
+
'f_idnumber': '身份证号',
|
|
252
|
+
'f_gas_nature': '用气性质',
|
|
253
|
+
'f_apply_date': '报建接收时间',
|
|
254
|
+
'f_apply_check_date': '报建审核日期',
|
|
255
|
+
'f_contract_money': '合同价格',
|
|
256
|
+
'f_payment_term': '收费项目',
|
|
257
|
+
'f_unit_name': '集收单位',
|
|
258
|
+
'f_address': '地址',
|
|
259
|
+
'f_apply_remarks': '报建备注',
|
|
260
|
+
'f_construction_unit': '施工项目部',
|
|
261
|
+
'f_construction_worker': '施工负责人',
|
|
262
|
+
'f_completion_time': '施工完成时间',
|
|
263
|
+
'f_meternumber': '表号',
|
|
264
|
+
'f_card_number': '防盗卡号',
|
|
265
|
+
'f_construction_check_time': '施工审核时间',
|
|
266
|
+
'f_plan_date': '计划通气时间',
|
|
267
|
+
'f_gas_price_name': '计划气价名称',
|
|
268
|
+
'f_remark_stask': '计划通气备注',
|
|
269
|
+
'f_ventilate_date': '通气日期',
|
|
270
|
+
'f_gas_remarks': '通气备注',
|
|
271
|
+
'f_acceptor': '验收人',
|
|
272
|
+
'f_acceptor_date': '验收日期',
|
|
273
|
+
'f_acceptance_is_qualified': '验收结果',
|
|
274
|
+
'f_price_name': '气价名称',
|
|
275
|
+
'f_stop_reason': '终止原因',
|
|
276
|
+
'f_stop_user': '终止人员',
|
|
277
|
+
'f_stop_date': '终止时间',
|
|
278
|
+
'f_stop_remarks': '终止备注'
|
|
279
|
+
}
|
|
230
280
|
}
|
|
231
281
|
},
|
|
232
282
|
ready () {
|
|
@@ -254,6 +304,13 @@ export default {
|
|
|
254
304
|
}
|
|
255
305
|
this.curorgid = val
|
|
256
306
|
}
|
|
307
|
+
},
|
|
308
|
+
computed: {
|
|
309
|
+
getCondition () {
|
|
310
|
+
return {
|
|
311
|
+
condition: this.$refs.cp.$refs.cri.condition + ` and f_orgid = '${this.curorgid[0]}'`
|
|
312
|
+
}
|
|
313
|
+
}
|
|
257
314
|
}
|
|
258
315
|
}
|
|
259
316
|
</script>
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
20
20
|
condition="f_apply_num = '{}'">
|
|
21
21
|
</div>
|
|
22
|
-
<div class="form-group col-sm-3">
|
|
23
|
-
<label class="font_normal_body">客户名称:</label>
|
|
24
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
25
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
26
|
-
</div>
|
|
27
22
|
<div class="form-group col-sm-3 button-range">
|
|
23
|
+
<a type="button" class="button_new button_spacing" v-if="$parent.$parent.projectStart"
|
|
24
|
+
href="/apply/download/excel/散户报装模板.xlsx" download>模板下载</a>
|
|
25
|
+
<button class="button_new button_spacing" style="width: max-content"
|
|
26
|
+
v-if="$parent.$parent.projectStart"
|
|
27
|
+
@click="$parent.$parent.showFile = !$parent.$parent.showFile">批量散户导入</button>
|
|
28
28
|
<button class="button_new button_spacing" style="width: max-content"
|
|
29
29
|
v-if="$parent.$parent.projectStart"
|
|
30
30
|
@click="$parent.$parent.showModal = !$parent.$parent.showModal">工程发起</button>
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|
|
41
41
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
42
|
+
<div class="form-group col-sm-3">
|
|
43
|
+
<label class="font_normal_body">客户名称:</label>
|
|
44
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
45
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
46
|
+
</div>
|
|
42
47
|
<div class="form-group col-sm-3">
|
|
43
48
|
<label class="font_normal_body">联系电话:</label>
|
|
44
49
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
@@ -214,6 +219,19 @@
|
|
|
214
219
|
</div>
|
|
215
220
|
</div>
|
|
216
221
|
</modal>
|
|
222
|
+
|
|
223
|
+
<modal v-if="showFile" :show.sync="showFile" v-ref:modal :backdrop="false" title="选择文件">
|
|
224
|
+
<header slot="modal-header" class="modal-header">
|
|
225
|
+
<button type="button" class="close" @click="closeFile"><span>×</span></button>
|
|
226
|
+
<h4 class="modal-title">选择文件</h4>
|
|
227
|
+
</header>
|
|
228
|
+
<article slot="modal-body" class="modal-body">
|
|
229
|
+
<div class="form-group">
|
|
230
|
+
<file-upload class="my-file-uploader" action="rs/file/uploadFile" tagname="确定" v-ref:file></file-upload>
|
|
231
|
+
</div>
|
|
232
|
+
</article>
|
|
233
|
+
<footer slot="modal-footer" class="modal-footer"></footer>
|
|
234
|
+
</modal>
|
|
217
235
|
</div>
|
|
218
236
|
</template>
|
|
219
237
|
<script>
|
|
@@ -237,7 +255,8 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
237
255
|
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
238
256
|
defnames: [{label: '全部', value: ''}], // 流程节点
|
|
239
257
|
applyNatures: [{label: '全部', value: ''}], // 报建性质
|
|
240
|
-
criteriaShow: false
|
|
258
|
+
criteriaShow: false,
|
|
259
|
+
showFile: false
|
|
241
260
|
}
|
|
242
261
|
},
|
|
243
262
|
ready () {
|
|
@@ -245,6 +264,12 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
245
264
|
this.search()
|
|
246
265
|
},
|
|
247
266
|
methods: {
|
|
267
|
+
closeFile () {
|
|
268
|
+
this.showFile = false
|
|
269
|
+
// 将选的文件清空
|
|
270
|
+
this.$refs.file.$el.querySelector('input').value = ''
|
|
271
|
+
this.search()
|
|
272
|
+
},
|
|
248
273
|
// 点击操作
|
|
249
274
|
click (val) {
|
|
250
275
|
this.$dispatch('apply', val)
|
|
@@ -377,6 +402,17 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
377
402
|
}
|
|
378
403
|
}
|
|
379
404
|
}
|
|
405
|
+
},
|
|
406
|
+
events: {
|
|
407
|
+
async 'onFileUpload'(file, result) {
|
|
408
|
+
let data = {
|
|
409
|
+
filepath: result.f_downloadpath,
|
|
410
|
+
user: this.$login.f
|
|
411
|
+
}
|
|
412
|
+
let res = await this.$resetpost(`rs/logic/importApply`, {data:data}, {resolveMsg: null, rejectMsg: '导入失败!!!', silent: true}, 0)
|
|
413
|
+
|
|
414
|
+
this.closeFile()
|
|
415
|
+
}
|
|
380
416
|
}
|
|
381
417
|
}
|
|
382
418
|
</script>
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<style id="style">
|
|
3
3
|
td{
|
|
4
4
|
height: 30px;
|
|
5
|
-
width: 100px;
|
|
6
5
|
text-align: center;
|
|
7
6
|
}
|
|
8
7
|
table{
|
|
@@ -35,68 +34,96 @@
|
|
|
35
34
|
/*opacity: 0.5;*/
|
|
36
35
|
z-index: -1;
|
|
37
36
|
}
|
|
37
|
+
.sign {
|
|
38
|
+
vertical-align: top;
|
|
39
|
+
padding: 10px;
|
|
40
|
+
}
|
|
41
|
+
.material {
|
|
42
|
+
text-align: left;
|
|
43
|
+
vertical-align: top;
|
|
44
|
+
padding: 10px;
|
|
45
|
+
}
|
|
38
46
|
</style>
|
|
39
47
|
|
|
40
48
|
<div style="margin-bottom: 20px" class="form-group select-overspread">
|
|
41
49
|
<label class="control-label-justify control-label col-sm-2">打印施工通知单</label>
|
|
42
50
|
<div class="col-sm-10" >
|
|
43
|
-
<button class="button_search button_spacing" type="button" style="width: max-content;position: absolute">打印</button>
|
|
51
|
+
<button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openModal()">打印</button>
|
|
44
52
|
</div>
|
|
45
53
|
</div>
|
|
46
54
|
|
|
47
|
-
<
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
55
|
+
<modal v-if="showModal" :show.sync="showModal" width="80%" title="打印预览" v-ref:modal large backdrop="false">
|
|
56
|
+
<header slot="modal-header" class="modal-header">
|
|
57
|
+
<button type="button" class="close" @click="colseModal()"><span>×</span></button>
|
|
58
|
+
<h4 class="modal-title">打印预览</h4>
|
|
59
|
+
</header>
|
|
60
|
+
<article slot="modal-body" class="modal-body">
|
|
61
|
+
<div id="print">
|
|
62
|
+
<h3><span style="letter-spacing: 15px">施工安装通知单</span></h3>
|
|
63
|
+
<table border="1">
|
|
64
|
+
<tr>
|
|
65
|
+
<td>用户姓名</td>
|
|
66
|
+
<td>{{ selectdata.f_user_name }}</td>
|
|
67
|
+
<td>报装编号</td>
|
|
68
|
+
<td>{{ selectdata.f_apply_num }}</td>
|
|
69
|
+
<td>电    话</td>
|
|
70
|
+
<td>{{ selectdata.f_phone }}</td>
|
|
71
|
+
</tr>
|
|
72
|
+
<tr>
|
|
73
|
+
<td>用户地址</td>
|
|
74
|
+
<td colspan="3">{{ selectdata.f_address }}</td>
|
|
75
|
+
<td>施工安装时间</td>
|
|
76
|
+
<td>{{ selectdata.f_construction_date }}</td>
|
|
77
|
+
</tr>
|
|
78
|
+
<tr>
|
|
79
|
+
<td>安装项目</td>
|
|
80
|
+
<td>{{ selectdata.f_install_project }}</td>
|
|
81
|
+
<td>通知时间</td>
|
|
82
|
+
<td>{{ selectdata.sendtime }}</td>
|
|
83
|
+
<td>施工安装单位</td>
|
|
84
|
+
<td>{{ selectdata.f_construction_unit }}</td>
|
|
85
|
+
</tr>
|
|
86
|
+
<tr>
|
|
87
|
+
<td>表号</td>
|
|
88
|
+
<td colspan="2">{{ userfile.f_meternumber }}</td>
|
|
89
|
+
<td>表封号</td>
|
|
90
|
+
<td colspan="2">{{ userfile.f_metertitles }}</td>
|
|
91
|
+
</tr>
|
|
92
|
+
<tr>
|
|
93
|
+
<td colspan="6" class="material">
|
|
94
|
+
<p>施工安装情况</p>
|
|
95
|
+
<p v-for="item in selectdata.onetomany[0].rows" style="width: auto;display: inline-block;margin-right: 15px">
|
|
96
|
+
<span style="margin-right: 10px">{{$index + 1}}、{{item.f_material_name}}{{item.f_material_style}}</span>{{item.f_material_number}}{{item.f_material_unit}}
|
|
97
|
+
</p>
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr style="height: 80px">
|
|
101
|
+
<td colspan="2" class="sign">施工安装单位(签字)</td>
|
|
102
|
+
<td colspan="2" class="sign">工程验收(签字)</td>
|
|
103
|
+
<td colspan="2" class="sign">用户(签字)</td>
|
|
104
|
+
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td>备  注</td>
|
|
107
|
+
<td colspan="5">{{ selectdata.f_construction_remarks }}</td>
|
|
108
|
+
</tr>
|
|
109
|
+
</table>
|
|
110
|
+
</div>
|
|
111
|
+
</article>
|
|
112
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
113
|
+
<button type="button" class="btn btn-primary" @click="print()">打印</button>
|
|
114
|
+
</footer>
|
|
115
|
+
</modal>
|
|
116
|
+
|
|
78
117
|
|
|
79
|
-
</td>
|
|
80
|
-
</tr>
|
|
81
|
-
<tr style="height: 100px">
|
|
82
|
-
<td colspan="2">施工安装单位(签字)</td>
|
|
83
|
-
<td colspan="2">工程验收(签字)</td>
|
|
84
|
-
<td colspan="2">用户(签字)</td>
|
|
85
|
-
</tr>
|
|
86
|
-
<tr>
|
|
87
|
-
<td>备  注</td>
|
|
88
|
-
<td colspan="5">{{ selectdata.f_construction_remarks }}</td>
|
|
89
|
-
</tr>
|
|
90
|
-
</table>
|
|
91
|
-
</div>
|
|
92
118
|
<print-element v-show="false" v-ref:print id='print' styleid='style'
|
|
93
|
-
top='
|
|
119
|
+
top='10' left='3' width='90%' height='100%'>
|
|
94
120
|
</print-element>
|
|
95
121
|
|
|
96
122
|
</template>
|
|
97
123
|
|
|
98
124
|
<script>
|
|
99
125
|
import { isEmpty } from '../../../../Util'
|
|
126
|
+
import {HttpResetClass} from "vue-client";
|
|
100
127
|
Date.prototype.Format = function (fmt) {
|
|
101
128
|
var o = {
|
|
102
129
|
"M+": this.getMonth() + 1, //月份
|
|
@@ -124,11 +151,41 @@ export default {
|
|
|
124
151
|
}
|
|
125
152
|
},
|
|
126
153
|
data () {
|
|
127
|
-
return {
|
|
154
|
+
return {
|
|
155
|
+
showModal: false,
|
|
156
|
+
userfile: null
|
|
157
|
+
}
|
|
128
158
|
},
|
|
129
159
|
ready () {
|
|
130
160
|
},
|
|
131
161
|
methods: {
|
|
162
|
+
colseModal () {
|
|
163
|
+
this.showModal = false
|
|
164
|
+
this.userfile = null
|
|
165
|
+
},
|
|
166
|
+
print () {
|
|
167
|
+
this.$refs.print.PrintTable()
|
|
168
|
+
},
|
|
169
|
+
openModal () {
|
|
170
|
+
this.getUserFiles()
|
|
171
|
+
|
|
172
|
+
this.showModal = true
|
|
173
|
+
},
|
|
174
|
+
async getUserFiles () {
|
|
175
|
+
let data = {
|
|
176
|
+
tablename: 't_userfiles',
|
|
177
|
+
condition: `f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
|
|
178
|
+
}
|
|
179
|
+
let http = new HttpResetClass()
|
|
180
|
+
let res = await http.load(
|
|
181
|
+
'POST',
|
|
182
|
+
`rs/sql/singleTable`,
|
|
183
|
+
{data: data},
|
|
184
|
+
{resolveMsg: null, rejectMsg: '表具信息查询失败!!!'}
|
|
185
|
+
)
|
|
186
|
+
|
|
187
|
+
this.userfile = res.data[0]
|
|
188
|
+
},
|
|
132
189
|
},
|
|
133
190
|
computed: {
|
|
134
191
|
orgs () {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<style id="
|
|
2
|
+
<style id="printChargeStyle">
|
|
3
3
|
td{
|
|
4
4
|
height: 30px;
|
|
5
|
-
width: 100px;
|
|
6
5
|
text-align: center;
|
|
7
6
|
}
|
|
8
7
|
table{
|
|
9
8
|
margin: auto;
|
|
10
|
-
width: 100
|
|
9
|
+
/*width: 100%;*/
|
|
11
10
|
border-collapse:collapse;
|
|
12
11
|
border: 1px solid black;
|
|
13
12
|
}
|
|
@@ -36,18 +35,22 @@
|
|
|
36
35
|
z-index: -1;
|
|
37
36
|
}
|
|
38
37
|
</style>
|
|
39
|
-
<div id="
|
|
38
|
+
<div id="printCharge">
|
|
40
39
|
<h4>
|
|
41
40
|
<span class="orgs">
|
|
42
41
|
{{orgs}}统一收据
|
|
43
42
|
</span>
|
|
44
43
|
</h4>
|
|
45
|
-
<table border="1">
|
|
44
|
+
<table border="1" width="100%">
|
|
46
45
|
<tr>
|
|
47
|
-
<td colspan="
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
<td colspan="2" style="border: none">
|
|
47
|
+
开票日期:{{ new Date().Format('yyyy年MM月dd日') }}
|
|
48
|
+
</td>
|
|
49
|
+
<td colspan="2" style="border: none">
|
|
50
|
+
收据编码:{{ charge.f_charge_number }}
|
|
51
|
+
</td>
|
|
52
|
+
<td colspan="2" style="border: none">
|
|
53
|
+
状态:{{ charge.f_charge_status }}
|
|
51
54
|
</td>
|
|
52
55
|
</tr>
|
|
53
56
|
<tr>
|
|
@@ -91,8 +94,8 @@
|
|
|
91
94
|
<img class="seal" border="0" :src="src" alt="">
|
|
92
95
|
</div>
|
|
93
96
|
|
|
94
|
-
<print-element v-show="false" v-ref:print id='
|
|
95
|
-
top='
|
|
97
|
+
<print-element v-show="false" v-ref:print id='printCharge' styleid='printChargeStyle'
|
|
98
|
+
top='20' left='30' width='100%' height='100%'>
|
|
96
99
|
</print-element>
|
|
97
100
|
</template>
|
|
98
101
|
|
|
@@ -12,10 +12,9 @@
|
|
|
12
12
|
<h4 class="modal-title">打印预览</h4>
|
|
13
13
|
</header>
|
|
14
14
|
<article slot="modal-body" class="modal-body clearfix">
|
|
15
|
-
<style id="
|
|
15
|
+
<style id="printRefundStyle">
|
|
16
16
|
td{
|
|
17
17
|
height: 30px;
|
|
18
|
-
width: 100px;
|
|
19
18
|
text-align: center;
|
|
20
19
|
}
|
|
21
20
|
table{
|
|
@@ -40,7 +39,7 @@
|
|
|
40
39
|
padding-right: 10px;
|
|
41
40
|
}
|
|
42
41
|
</style>
|
|
43
|
-
<div id="
|
|
42
|
+
<div id="printRefund">
|
|
44
43
|
<h4>
|
|
45
44
|
<span class="orgs">
|
|
46
45
|
{{selectdata.f_refund_item}}退款收到条
|
|
@@ -48,10 +47,14 @@
|
|
|
48
47
|
</h4>
|
|
49
48
|
<table border="1">
|
|
50
49
|
<tr>
|
|
51
|
-
<td colspan="
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
<td colspan="2" style="border: none">
|
|
51
|
+
开票日期:{{ new Date().Format('yyyy年MM月dd日') }}
|
|
52
|
+
</td>
|
|
53
|
+
<td colspan="2" style="border: none">
|
|
54
|
+
工程编号:{{ selectdata.f_parent_apply_num }}
|
|
55
|
+
</td>
|
|
56
|
+
<td colspan="2" style="border: none">
|
|
57
|
+
经办人:{{ username }}
|
|
55
58
|
</td>
|
|
56
59
|
</tr>
|
|
57
60
|
<tr>
|
|
@@ -79,9 +82,9 @@
|
|
|
79
82
|
<tr>
|
|
80
83
|
<td>备  注</td>
|
|
81
84
|
<td colspan="5" style="text-align: left">
|
|
82
|
-
<p>1、退款收到人姓名必须为天然气开户姓名。</p>
|
|
83
|
-
<p>2、退款收到人办理退款时,必须携带身份证或身份证复印件进行办理,并填写退款收到条方可退款。</p>
|
|
84
|
-
<p>3、若退款收到人因特殊原因无法到达现场时需代办人办理退款时,必须现场联系退款用户,核实各项信息确认为代办后,代办人提供退款用户身份证复印件及本人身份证复印件方可办理退款。</p>
|
|
85
|
+
<p style="margin: 0 0 5px">1、退款收到人姓名必须为天然气开户姓名。</p>
|
|
86
|
+
<p style="margin: 0 0 5px">2、退款收到人办理退款时,必须携带身份证或身份证复印件进行办理,并填写退款收到条方可退款。</p>
|
|
87
|
+
<p style="margin: 0 0 5px">3、若退款收到人因特殊原因无法到达现场时需代办人办理退款时,必须现场联系退款用户,核实各项信息确认为代办后,代办人提供退款用户身份证复印件及本人身份证复印件方可办理退款。</p>
|
|
85
88
|
</td>
|
|
86
89
|
</tr>
|
|
87
90
|
</table>
|
|
@@ -92,8 +95,8 @@
|
|
|
92
95
|
</footer>
|
|
93
96
|
</modal>
|
|
94
97
|
|
|
95
|
-
<print-element v-show="false" v-ref:print id='
|
|
96
|
-
top='
|
|
98
|
+
<print-element v-show="false" v-ref:print id='printRefund' styleid='printRefundStyle'
|
|
99
|
+
top='5' left='30' width='100%' height='100%'>
|
|
97
100
|
</print-element>
|
|
98
101
|
</template>
|
|
99
102
|
|
|
@@ -645,7 +645,7 @@ export default {
|
|
|
645
645
|
let http = new HttpResetClass()
|
|
646
646
|
let res = await http.load(
|
|
647
647
|
'POST',
|
|
648
|
-
`rs/sql/
|
|
648
|
+
`rs/sql/getStockMaterial`,
|
|
649
649
|
{data: data},
|
|
650
650
|
{resolveMsg: null, rejectMsg: '材料查询失败!!!'}
|
|
651
651
|
)
|
|
@@ -1193,7 +1193,7 @@ export default {
|
|
|
1193
1193
|
f_process_id : this.show_data.f_process_id,
|
|
1194
1194
|
f_operator_id: this.$login.f.id,
|
|
1195
1195
|
f_operator: this.$login.f.name,
|
|
1196
|
-
f_operation_date: new Date(),
|
|
1196
|
+
f_operation_date: new Date().Format('yyyy-MM-dd HH:mm:ss'),
|
|
1197
1197
|
f_orgid: this.$login.f.orgid,
|
|
1198
1198
|
f_orgname: this.$login.f.orgs
|
|
1199
1199
|
}
|