apply-clients 5.0.35-9 → 5.0.35-90
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/.eslintrc.js +16 -16
- package/package.json +3 -3
- package/src/AndroidApp.vue +28 -28
- package/src/android.js +18 -18
- package/src/apply.js +15 -1
- package/src/components/app_apply/ApplyDownList.vue +168 -168
- package/src/components/app_apply/ApplyInfo.vue +56 -56
- package/src/components/app_apply/ApplyListUpload.vue +268 -268
- package/src/components/app_apply/ApplyToDoList.vue +2820 -243
- 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 +299 -284
- package/src/components/app_apply/ServiceControl.vue +687 -341
- package/src/components/app_apply/ServiceView.vue +383 -383
- package/src/components/app_apply/ezhou/FeiMinYongV.vue +109 -109
- package/src/components/app_apply/ezhou/FeiMinYongVV.vue +100 -100
- package/src/components/app_apply/ezhou/MinYong.vue +92 -92
- package/src/components/app_apply/ezhou/ServiceView.vue +808 -616
- 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 +121 -120
- 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 +1154 -919
- package/src/components/product/Function/functions/InstallFeeInfo.vue +6 -1
- package/src/components/product/Process/ExplorationSelect.vue +9 -5
- package/src/components/product/Process/Processes/CustomerRecordMessage.vue +2 -5
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +126 -39
- package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +85 -0
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +368 -21
- package/src/components/product/ServiceView.vue +16 -6
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +57 -10
- package/src/components/product/Supervisory/SupervisoryList.vue +409 -349
- 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 +48 -45
- package/src/index.js +8 -8
- package/src/main.js +32 -32
- package/src/plugins/commonService.js +11 -7
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12" style="overflow:auto;background-color: #ffffff;">
|
|
3
|
+
<div class="tops" v-bind:style="{ height: topheight }">
|
|
4
|
+
<engineer-select v-ref:queryuser v-show="show"></engineer-select>
|
|
5
|
+
</div>
|
|
6
|
+
<div v-show="showtotal" v-bind:style="{ height: botheight ,'margin-top':'20px','background-color' : '#f6f6f6' ,padding:'12px'}">
|
|
7
|
+
<div class="col-sm-10">
|
|
8
|
+
<tabset v-ref:tabs :close="false">
|
|
9
|
+
<tab :header='header' style="background-color :#f6f6f6">
|
|
10
|
+
<service-control v-ref:service :selectdata="selectdata" ></service-control>
|
|
11
|
+
</tab>
|
|
12
|
+
<!-- <tab header='表档案管理'>-->
|
|
13
|
+
<!-- <record-message v-ref:record :selectdata="selectdata" :key="tittle2"-->
|
|
14
|
+
<!-- :edit = "true">-->
|
|
15
|
+
<!-- </record-message>-->
|
|
16
|
+
<!-- </tab>-->
|
|
17
|
+
<!--<tab header='材料信息' style="background-color :#f6f6f6">-->
|
|
18
|
+
<!--<material-message v-ref:material :selectdata="selectdata"-->
|
|
19
|
+
<!--:edit = "true">-->
|
|
20
|
+
<!--</material-message>-->
|
|
21
|
+
<!--</tab>-->
|
|
22
|
+
<tab header='附件' style="background-color :#f6f6f6">
|
|
23
|
+
<engineer-upload v-ref:file
|
|
24
|
+
:blodid = "f_process_id"
|
|
25
|
+
:isusetype = "true"
|
|
26
|
+
:isremark = "true"
|
|
27
|
+
:issearch = "true"
|
|
28
|
+
:isupload = "true"
|
|
29
|
+
:takeimg = "true"
|
|
30
|
+
:defname="selectdata.defname"
|
|
31
|
+
|
|
32
|
+
></engineer-upload>
|
|
33
|
+
<!--<customer-file v-ref:file :selectdata="selectdata"></customer-file>-->
|
|
34
|
+
</tab>
|
|
35
|
+
<!--<tab header='设备新增' v-if="flagg">-->
|
|
36
|
+
<!--<equipment-message v-ref:equipment :selectdata="selectdata"-->
|
|
37
|
+
<!--:edit = "true">-->
|
|
38
|
+
<!--</equipment-message>-->
|
|
39
|
+
<!--</tab>-->
|
|
40
|
+
<!-- <tab header='设备管理' v-if="flagg">
|
|
41
|
+
<customer-record-message v-ref:record :selectdata="selectdata" :key="tittle3"></customer-record-message>
|
|
42
|
+
</tab>-->
|
|
43
|
+
</tabset>
|
|
44
|
+
</div>
|
|
45
|
+
<div class="col-sm-2" v-show="showbasic" >
|
|
46
|
+
<history_control v-ref:binfo :selectdata="selectdata"></history_control>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</template>
|
|
51
|
+
<script>
|
|
52
|
+
import Vue from 'vue'
|
|
53
|
+
import {HttpResetClass} from 'vue-client'
|
|
54
|
+
export default {
|
|
55
|
+
title: '工程管理',
|
|
56
|
+
data() {
|
|
57
|
+
return {
|
|
58
|
+
flagg: false,
|
|
59
|
+
show: true,
|
|
60
|
+
showbasic: false,
|
|
61
|
+
showtotal: false,
|
|
62
|
+
header: null,
|
|
63
|
+
selectdata: {},
|
|
64
|
+
botheight: '0%',
|
|
65
|
+
topheight: '100%',
|
|
66
|
+
tittle1:'户档案管理',
|
|
67
|
+
tittle2:'表档案管理',
|
|
68
|
+
tittle3:'设备管理',
|
|
69
|
+
f_process_id: ''
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
events: {
|
|
74
|
+
'addactive'() {
|
|
75
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
76
|
+
this.hidden()
|
|
77
|
+
this.showbasic = true
|
|
78
|
+
this.topheight = '8%'
|
|
79
|
+
this.botheight = '82%'
|
|
80
|
+
},
|
|
81
|
+
'changeheight'() {
|
|
82
|
+
this.show = true
|
|
83
|
+
this.botheight = '0%'
|
|
84
|
+
},
|
|
85
|
+
'check'(val) {
|
|
86
|
+
this.selectdata = null
|
|
87
|
+
this.selectdata = val
|
|
88
|
+
this.f_process_id = this.selectdata.f_process_id
|
|
89
|
+
|
|
90
|
+
console.log(val)
|
|
91
|
+
//如果点击后未结余金额不为0,不允许下发f_unaccounts_money
|
|
92
|
+
console.log("当前的流程标识",this.selectdata.f_process_id)
|
|
93
|
+
console.log("节点编号:"+this.selectdata.actdefid,"节点名称:"+this.selectdata.defname)
|
|
94
|
+
this.topheight = '8%'
|
|
95
|
+
this.botheight = '82%'
|
|
96
|
+
this.$refs.queryuser.$refs.cp.$refs.grid.model.rows = [val]
|
|
97
|
+
this.$refs.queryuser.$refs.cp.pager = false
|
|
98
|
+
this.showbasic = true
|
|
99
|
+
this.header = val.defname
|
|
100
|
+
this.hidden()
|
|
101
|
+
this.$refs.service.refurbish(val)
|
|
102
|
+
},
|
|
103
|
+
'selfsearch'() {
|
|
104
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
105
|
+
},
|
|
106
|
+
'close'() {
|
|
107
|
+
this.showtotal = false
|
|
108
|
+
this.topheight = '100%'
|
|
109
|
+
this.botheight = '0%'
|
|
110
|
+
this.$refs.queryuser.$refs.cp.pager = true
|
|
111
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
methods: {
|
|
115
|
+
hidden() {
|
|
116
|
+
this.showtotal = true
|
|
117
|
+
},
|
|
118
|
+
close() {
|
|
119
|
+
this.hidden()
|
|
120
|
+
this.topheight = '100%'
|
|
121
|
+
this.botheight = '0%'
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
async ready(){
|
|
125
|
+
},
|
|
126
|
+
watch: {
|
|
127
|
+
'selectdata'(val) {
|
|
128
|
+
console.log('selectdata:', val)
|
|
129
|
+
},
|
|
130
|
+
'selectdata.f_customer_type'() {
|
|
131
|
+
if (this.selectdata.f_customer_type == '企业') {
|
|
132
|
+
this.flagg = true
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
</script>
|