apply-clients 5.0.35-ezhou-3 → 5.0.35-ezhou-4
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/apply.js +13 -1
- package/src/components/app_apply/ApplyToDoList.vue +76 -2586
- package/src/components/app_apply/Gongcheng.vue +3631 -0
- package/src/components/app_apply/OneToMany.vue +194 -0
- package/src/components/app_apply/PlaceControler.vue +12 -0
- package/src/components/app_apply/ServiceControl.vue +353 -14
- package/src/components/app_apply/ezhou/ServiceView.vue +139 -57
- package/src/components/image/doc.jpg +0 -0
- package/src/components/image/dwg.png +0 -0
- package/src/components/image/dxf.png +0 -0
- package/src/components/image/excel.jpg +0 -0
- package/src/components/image/pdf.jpg +0 -0
- package/src/components/product/Common/ApplyValidateBill.vue +13 -6
- package/src/components/product/Common/PrintBill.vue +7 -6
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -0
- package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -0
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +586 -0
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -0
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +132 -0
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +340 -0
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +490 -0
- package/src/components/product/Function/InstallInfoSelect.vue +3 -2
- package/src/components/product/Function/Service/FunctionServiceControl.vue +37 -1
- package/src/components/product/Function/functions/ApplyUpload.vue +556 -0
- package/src/components/product/Function/functions/BuyerMessage.vue +1 -1
- package/src/components/product/Function/functions/InstallFee.vue +78 -17
- package/src/components/product/Function/functions/InstallFeeInfo.vue +6 -1
- package/src/components/product/Process/ExplorationSelect.vue +41 -8
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +126 -39
- package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +1 -1
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +1927 -1537
- package/src/components/product/ServiceView.vue +815 -805
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +163 -14
- package/src/components/product/Supervisory/SupervisoryList.vue +102 -17
- package/src/components/product/applyReport/ApplyReport.vue +205 -0
- package/src/components/product/applyReport/PrintApplyReport.vue +116 -0
- package/src/components/product/stopInfo/ApplyStopInfo.vue +2 -1
- package/src/ezhouAndroid.js +4 -0
- package/src/plugins/commonService.js +1 -1
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<style id="style">
|
|
3
|
+
td{
|
|
4
|
+
height: 30px;
|
|
5
|
+
padding: 0px;
|
|
6
|
+
text-align: center;
|
|
7
|
+
}
|
|
8
|
+
.cen{
|
|
9
|
+
text-align: center;
|
|
10
|
+
}
|
|
11
|
+
table{
|
|
12
|
+
margin: auto;
|
|
13
|
+
width: 100%;
|
|
14
|
+
border-collapse:collapse;
|
|
15
|
+
border: 1px solid black;
|
|
16
|
+
}
|
|
17
|
+
h1,h2,h3,h4,h5,h6 {
|
|
18
|
+
text-align: center;
|
|
19
|
+
}
|
|
20
|
+
</style>
|
|
21
|
+
<div id="print">
|
|
22
|
+
<table border="1">
|
|
23
|
+
<tr>
|
|
24
|
+
<th colspan="7"><h4>报装人员勘察 安装 通气 统计查询</h4></th>
|
|
25
|
+
</tr>
|
|
26
|
+
<tr>
|
|
27
|
+
<th colspan="1" rowspan="2" class="cen">报装人员</th>
|
|
28
|
+
<th colspan="2" class="cen">个人报建</th>
|
|
29
|
+
<th colspan="4" class="cen">集体报建</th>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr class="title">
|
|
32
|
+
<th class="cen">
|
|
33
|
+
<nobr>踏勘</nobr>
|
|
34
|
+
</th>
|
|
35
|
+
<th class="cen">
|
|
36
|
+
<nobr>安装</nobr>
|
|
37
|
+
</th>
|
|
38
|
+
<th class="cen">
|
|
39
|
+
<nobr>踏勘</nobr>
|
|
40
|
+
</th>
|
|
41
|
+
<th class="cen">
|
|
42
|
+
<nobr>安装</nobr>
|
|
43
|
+
</th>
|
|
44
|
+
<th class="cen">
|
|
45
|
+
<nobr>验收</nobr>
|
|
46
|
+
</th>
|
|
47
|
+
<th class="cen">
|
|
48
|
+
<nobr>通气</nobr>
|
|
49
|
+
</th>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr v-for="item in report">
|
|
52
|
+
<td>{{item.username}}</td>
|
|
53
|
+
<td>{{ item.gsurvey_name }}</td>
|
|
54
|
+
<td>{{ item.gconstruction_unit }}</td>
|
|
55
|
+
<td>{{ item.jsurvey_name }}</td>
|
|
56
|
+
<td>{{ item.jconstruction_unit }}</td>
|
|
57
|
+
<td>{{ item.checking_name }}</td>
|
|
58
|
+
<td>{{ item.jgas_name }}</td>
|
|
59
|
+
</tr>
|
|
60
|
+
<tr v-for="item in supplement">
|
|
61
|
+
<td></td>
|
|
62
|
+
<td></td>
|
|
63
|
+
<td></td>
|
|
64
|
+
<td></td>
|
|
65
|
+
<td></td>
|
|
66
|
+
<td></td>
|
|
67
|
+
<td></td>
|
|
68
|
+
</tr>
|
|
69
|
+
</table>
|
|
70
|
+
</div>
|
|
71
|
+
|
|
72
|
+
<print-element v-show="false" v-ref:print id='print' styleid='style'
|
|
73
|
+
top='10' left='60' width='100%' height='100%'>
|
|
74
|
+
</print-element>
|
|
75
|
+
</template>
|
|
76
|
+
|
|
77
|
+
<script>
|
|
78
|
+
Date.prototype.Format = function (fmt) {
|
|
79
|
+
var o = {
|
|
80
|
+
"M+": this.getMonth() + 1, //月份
|
|
81
|
+
"d+": this.getDate(), //日
|
|
82
|
+
"H+": this.getHours(), //小时
|
|
83
|
+
"m+": this.getMinutes(), //分
|
|
84
|
+
"s+": this.getSeconds(), //秒
|
|
85
|
+
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
|
|
86
|
+
"S": this.getMilliseconds() //毫秒
|
|
87
|
+
};
|
|
88
|
+
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
|
|
89
|
+
for (var k in o)
|
|
90
|
+
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
|
|
91
|
+
return fmt;
|
|
92
|
+
}
|
|
93
|
+
export default {
|
|
94
|
+
title: '打印统计单',
|
|
95
|
+
props: ['report'],
|
|
96
|
+
data () {
|
|
97
|
+
return {}
|
|
98
|
+
},
|
|
99
|
+
ready () {
|
|
100
|
+
},
|
|
101
|
+
methods: {
|
|
102
|
+
},
|
|
103
|
+
computed: {
|
|
104
|
+
supplement () {
|
|
105
|
+
if (this.material.length < 10) {
|
|
106
|
+
return 10 - this.material.length
|
|
107
|
+
}
|
|
108
|
+
return 0
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
</script>
|
|
113
|
+
|
|
114
|
+
<style scoped>
|
|
115
|
+
|
|
116
|
+
</style>
|
package/src/ezhouAndroid.js
CHANGED
|
@@ -11,6 +11,8 @@ export default function () {
|
|
|
11
11
|
/** ***************************报建模块*********************************/
|
|
12
12
|
// 报建 总入口
|
|
13
13
|
Vue.component('apply_app', (resolve) => { require(['./components/app_apply/ApplyApp'], resolve) })
|
|
14
|
+
// 报建 总入口
|
|
15
|
+
Vue.component('one-to-many', (resolve) => { require(['./components/app_apply/OneToMany'], resolve) })
|
|
14
16
|
// 报建 待办流程页
|
|
15
17
|
Vue.component('placecontrolerapp', (resolve) => { require(['./components/app_apply/PlaceControler'], resolve) })
|
|
16
18
|
// 报建 已办事项
|
|
@@ -41,4 +43,6 @@ export default function () {
|
|
|
41
43
|
Vue.component('feiminyongvv', (resolve) => { require(['./components/app_apply/ezhou/FeiMinYongVV'], resolve) })
|
|
42
44
|
// Vue.component('hetong-minyong', (resolve) => { require(['./components/app_apply/ezhou/HeTongMinYong'], resolve) })
|
|
43
45
|
// Vue.component('hetong-feiminyongv', (resolve) => { require(['./components/app_apply/ezhou/HeTongFeiMinYongV'], resolve) })
|
|
46
|
+
// 工程 待办事项
|
|
47
|
+
Vue.component('gongcheng', (resolve) => { require(['./components/app_apply/Gongcheng'], resolve) })
|
|
44
48
|
}
|
|
@@ -5,7 +5,7 @@ let openEticketGen = async function (param, type, conf) {
|
|
|
5
5
|
let getEticket = await Vue.resetpost('rs/logic/bjcombineData', {param: param, charge_type: type, eticket: conf}, {resolveMsg: null, rejectMsg: '获取电子票数据出错'})
|
|
6
6
|
console.log('获取的电子票数据', getEticket)
|
|
7
7
|
try{
|
|
8
|
-
let url= await Vue.resetpost('rs/logic/bjopenEticket', {sell_id: param.id,eticket_id:getEticket.data,conf:conf},{resolveMsg: null, rejectMsg: null})
|
|
8
|
+
let url= await Vue.resetpost('rs/logic/bjopenEticket', {sell_id: param.id,eticket_id:getEticket.data.eticket_id,conf:conf},{resolveMsg: null, rejectMsg: null})
|
|
9
9
|
return url
|
|
10
10
|
}catch (e) {
|
|
11
11
|
Vue.showAlert(`电子发票开票失败,请在发票管理处重新开具`,'warning',3000)
|