apply-clients 4.0.64 → 4.0.67
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 +1 -0
- package/src/components/product/Function/InstallInfoSelect.vue +239 -239
- package/src/components/product/ImageUpload1.vue +623 -0
- package/src/components/product/Process/ExplorationSelect.vue +463 -463
- package/src/components/product/Process/Processes/BatchItem.vue +507 -507
- package/src/components/product/Statistics/ApplyPaySearch/ApplyCheckBill.vue +1 -1
- package/src/components/product/Statistics/ApplyPaySearch/ApplyPaySearch.vue +1 -1
- package/src/components/product/Statistics/ApplyPaySearch/MaterialSummary.vue +1 -1
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +17 -1
- package/src/components/product/Supervisory/SupervisoryControl.vue +157 -157
- package/src/components/product/Supervisory/SupervisoryList.vue +450 -450
- package/.gradle/5.2.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/gradlew +0 -172
- package/gradlew.bat +0 -84
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<!--f_cost: 0,f_glf: 0,f_ysfwf: 0,f_other_charge: 0,f_dhclf: 0,f_dhqtfy: 0-->
|
|
120
120
|
</tr>
|
|
121
121
|
</table>
|
|
122
|
-
<colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details
|
|
122
|
+
<!-- <colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details>-->
|
|
123
123
|
<modal :show.sync="printshow" v-ref:modal backdrop="false">
|
|
124
124
|
<header slot="modal-header" class="modal-header text-center">
|
|
125
125
|
<h4 class="modal-title">打印列选择</h4>
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
<!--f_cost: 0,f_glf: 0,f_ysfwf: 0,f_other_charge: 0,f_dhclf: 0,f_dhqtfy: 0-->
|
|
91
91
|
</tr>
|
|
92
92
|
</table>
|
|
93
|
-
<colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details
|
|
93
|
+
<!-- <colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details>-->
|
|
94
94
|
<modal :show.sync="printshow" v-ref:modal backdrop="false">
|
|
95
95
|
<header slot="modal-header" class="modal-header text-center">
|
|
96
96
|
<h4 class="modal-title">打印列选择</h4>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
<!--f_cost: 0,f_glf: 0,f_ysfwf: 0,f_other_charge: 0,f_dhclf: 0,f_dhqtfy: 0-->
|
|
101
101
|
</tr>
|
|
102
102
|
</table>
|
|
103
|
-
<colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details
|
|
103
|
+
<!-- <colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details>-->
|
|
104
104
|
<modal :show.sync="printshow" v-ref:modal backdrop="false">
|
|
105
105
|
<header slot="modal-header" class="modal-header text-center">
|
|
106
106
|
<h4 class="modal-title">打印列选择</h4>
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
watch:{
|
|
168
|
-
'selectdata'() {
|
|
168
|
+
async 'selectdata'() {
|
|
169
169
|
this.json_datas=this.$supervisory_vue
|
|
170
170
|
let sum = 0
|
|
171
171
|
let jsonData ={}
|
|
@@ -177,6 +177,22 @@
|
|
|
177
177
|
}
|
|
178
178
|
if(sum==1){
|
|
179
179
|
this.data = jsonData
|
|
180
|
+
for(let i=0;i<this.data.fields.length;i++){
|
|
181
|
+
if(this.data.fields[i].label == '工料费'||this.data.fields[i].label == '延伸服务费'||this.data.fields[i].label =='金额'||this.data.fields[i].label =='不锈钢波纹管费合计') {
|
|
182
|
+
this.data.fields[i].readonly = true
|
|
183
|
+
let httpf = new HttpResetClass()
|
|
184
|
+
let resf = await httpf.load('POST','rs/sql/ApplyPaySearch', {data:{condition: ` f_apply_num ='${this.selectdata.f_apply_num}'`}},{resolveMsg: null, rejectMsg: '获取工料费和延伸服务费失败!'})
|
|
185
|
+
if(this.data.fields[i].label == '工料费'){
|
|
186
|
+
this.data.fields[i].value = resf.data[0].f_glf
|
|
187
|
+
}else if(this.data.fields[i].label == '延伸服务费'){
|
|
188
|
+
this.data.fields[i].value = resf.data[0].f_ysfwf
|
|
189
|
+
}else if(this.selectdata.defname == '点火'&&this.data.fields[i].label =='不锈钢波纹管费合计'){
|
|
190
|
+
this.data.fields[i].value = resf.data[0].f_dhbxgbwg
|
|
191
|
+
}else if(this.selectdata.defname == '点火申请'&&this.data.fields[i].label =='金额'){
|
|
192
|
+
this.data.fields[i].value = resf.data[0].f_ysfwf
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
180
196
|
this.initializtion()
|
|
181
197
|
this.showview = true
|
|
182
198
|
} else if(sum==0) {
|
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="col-sm-12" style="overflow:auto;">
|
|
3
|
-
<button type="button" class="btn btn-primary" header="全部查询" @click="$dispatch('tabsselect',1)" >未完成环节查询
|
|
4
|
-
</button>
|
|
5
|
-
<button type="button" class="btn btn-primary" header="完成环节查询" @click="$dispatch('tabsselect',2)">已完成环节查询
|
|
6
|
-
</button>
|
|
7
|
-
<div class="tops" v-bind:style="{ height: topheight }">
|
|
8
|
-
<supervisory-list v-if="showflag" v-ref:queryuser></supervisory-list>
|
|
9
|
-
<apply-finish-search v-if="!showflag" v-ref:queryuser ></apply-finish-search>
|
|
10
|
-
</div>
|
|
11
|
-
<div v-show="showtotal" v-bind:style="{ height: botheight }">
|
|
12
|
-
<div class="col-sm-2" v-show="showbasic">
|
|
13
|
-
<supervisory-chart :selectdata="selectdata" v-ref:supervisorychart></supervisory-chart>
|
|
14
|
-
</div>
|
|
15
|
-
<div class="col-sm-9">
|
|
16
|
-
<tabset v-ref:tabs :close="false">
|
|
17
|
-
<tab :header='header'>
|
|
18
|
-
<supervisory-service-control :selectdata="selectdata" ></supervisory-service-control>
|
|
19
|
-
</tab>
|
|
20
|
-
<!-- <tab header='户档案信息'>
|
|
21
|
-
<record-message v-ref:record :selectdata="selectdata" :key="tittle1" :edit = "false"></record-message>
|
|
22
|
-
</tab>
|
|
23
|
-
<tab header='表档案信息'>
|
|
24
|
-
<record-message v-ref:record :selectdata="selectdata" :key="tittle2" :edit = "false"></record-message>
|
|
25
|
-
</tab>
|
|
26
|
-
<tab header='设备信息' v-if="selectdata.f_user_type =='非民用'">
|
|
27
|
-
<equipment-message v-ref:equipment :selectdata="selectdata" :key="tittle3" :edit = "false"></equipment-message>
|
|
28
|
-
</tab>
|
|
29
|
-
<tab header='材料信息'>
|
|
30
|
-
<material-message v-ref:material :selectdata="selectdata" :edit = "false"></material-message>
|
|
31
|
-
</tab>-->
|
|
32
|
-
<tab header='附件'>
|
|
33
|
-
<image-
|
|
34
|
-
:isupload = "true"
|
|
35
|
-
:takeimg = "true"
|
|
36
|
-
:defname = "selectdata.defname"
|
|
37
|
-
:edit = "false">
|
|
38
|
-
</image-
|
|
39
|
-
</tab>
|
|
40
|
-
</tabset>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
</template>
|
|
45
|
-
<script>
|
|
46
|
-
import Vue from 'vue'
|
|
47
|
-
import {HttpResetClass} from 'vue-client'
|
|
48
|
-
export default {
|
|
49
|
-
title: '流程监控',
|
|
50
|
-
props: [ 'defname'],
|
|
51
|
-
data() {
|
|
52
|
-
return {
|
|
53
|
-
showflag:true,
|
|
54
|
-
flagl:false,
|
|
55
|
-
flagg: false,
|
|
56
|
-
showbasic: false,
|
|
57
|
-
showtotal: false,
|
|
58
|
-
header: null,
|
|
59
|
-
selectdata: {},
|
|
60
|
-
botheight: '0%',
|
|
61
|
-
topheight: '90%',
|
|
62
|
-
tittle1:'户档案管理',
|
|
63
|
-
tittle2:'表档案管理',
|
|
64
|
-
tittle3:'设备管理',
|
|
65
|
-
info: '流程监控'
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
created(){
|
|
69
|
-
let http = new HttpResetClass()
|
|
70
|
-
http.load('POST','rs/logic/ApplyGetConfigs', {data:this.$login.f}, {resolveMsg: null, rejectMsg: null}
|
|
71
|
-
).then((res)=>{
|
|
72
|
-
if(res.data.code && res.data.code == 200){
|
|
73
|
-
Vue.supervisory_vue = Vue.prototype.$supervisory_vue = res.data.workflow_vue
|
|
74
|
-
}else{
|
|
75
|
-
this.$showMessage('获取报建配置失败,原因:' + res.data.msg)
|
|
76
|
-
return
|
|
77
|
-
}
|
|
78
|
-
}).catch((ret)=>{
|
|
79
|
-
this.$showMessage('获取报建配置失败,原因:' + JSON.stringify(ret.data))
|
|
80
|
-
return
|
|
81
|
-
})
|
|
82
|
-
console.log("$supervisory_vue:"+JSON.stringify(this.$supervisory_vue))
|
|
83
|
-
},
|
|
84
|
-
events: {
|
|
85
|
-
'tabsselect'(val){
|
|
86
|
-
if(val==1){
|
|
87
|
-
this.showflag = true
|
|
88
|
-
}
|
|
89
|
-
if(val==2){
|
|
90
|
-
this.showflag = false
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
'addactive'() {
|
|
94
|
-
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
95
|
-
this.hidden()
|
|
96
|
-
this.showbasic = true
|
|
97
|
-
this.topheight = '20%'
|
|
98
|
-
this.botheight = '80%'
|
|
99
|
-
},
|
|
100
|
-
'changeheight'() {
|
|
101
|
-
this.show = false
|
|
102
|
-
this.botheight = '0%'
|
|
103
|
-
},
|
|
104
|
-
'check'(val) {
|
|
105
|
-
this.selectdata = ''
|
|
106
|
-
this.selectdata = val
|
|
107
|
-
console.log("节点编号:"+this.selectdata.actdefid,"节点名称:"+this.selectdata.defname)
|
|
108
|
-
this.topheight = '20%'
|
|
109
|
-
this.botheight = '80%'
|
|
110
|
-
this.$refs.queryuser.$refs.cp.$refs.grid.model.rows = [val]
|
|
111
|
-
this.$refs.queryuser.$refs.cp.pager = false
|
|
112
|
-
this.showbasic = true
|
|
113
|
-
let msg = val.defname
|
|
114
|
-
this.header = msg
|
|
115
|
-
this.hidden()
|
|
116
|
-
},
|
|
117
|
-
'selfsearch'() {
|
|
118
|
-
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
119
|
-
},
|
|
120
|
-
'close'() {
|
|
121
|
-
this.hidden()
|
|
122
|
-
this.showtotal = false
|
|
123
|
-
this.topheight = '90%'
|
|
124
|
-
this.botheight = '0%'
|
|
125
|
-
if(this.$refs.queryuser){
|
|
126
|
-
this.$refs.queryuser.$refs.cp.pager = true
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
methods: {
|
|
131
|
-
hidden() {
|
|
132
|
-
this.showtotal = true
|
|
133
|
-
},
|
|
134
|
-
close() {
|
|
135
|
-
this.hidden()
|
|
136
|
-
this.topheight = '100%'
|
|
137
|
-
this.botheight = '0%'
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
watch: {
|
|
141
|
-
'selectdata'(val) {
|
|
142
|
-
console.log('selectdata:', val)
|
|
143
|
-
},
|
|
144
|
-
'selectdata.f_customer_type'() {
|
|
145
|
-
if (this.selectdata.f_customer_type == '企业') {
|
|
146
|
-
this.flagg = true
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
'selectdata.f_apply_type'() {
|
|
150
|
-
if (this.selectdata.f_apply_type=="集体报建" || this.selectdata.f_apply_type=="集体报建流程") {
|
|
151
|
-
this.flagl = true
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12" style="overflow:auto;">
|
|
3
|
+
<button type="button" class="btn btn-primary" header="全部查询" @click="$dispatch('tabsselect',1)" >未完成环节查询
|
|
4
|
+
</button>
|
|
5
|
+
<button type="button" class="btn btn-primary" header="完成环节查询" @click="$dispatch('tabsselect',2)">已完成环节查询
|
|
6
|
+
</button>
|
|
7
|
+
<div class="tops" v-bind:style="{ height: topheight }">
|
|
8
|
+
<supervisory-list v-if="showflag" v-ref:queryuser></supervisory-list>
|
|
9
|
+
<apply-finish-search v-if="!showflag" v-ref:queryuser ></apply-finish-search>
|
|
10
|
+
</div>
|
|
11
|
+
<div v-show="showtotal" v-bind:style="{ height: botheight }">
|
|
12
|
+
<div class="col-sm-2" v-show="showbasic">
|
|
13
|
+
<supervisory-chart :selectdata="selectdata" v-ref:supervisorychart></supervisory-chart>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-sm-9">
|
|
16
|
+
<tabset v-ref:tabs :close="false">
|
|
17
|
+
<tab :header='header'>
|
|
18
|
+
<supervisory-service-control :selectdata="selectdata" ></supervisory-service-control>
|
|
19
|
+
</tab>
|
|
20
|
+
<!-- <tab header='户档案信息'>
|
|
21
|
+
<record-message v-ref:record :selectdata="selectdata" :key="tittle1" :edit = "false"></record-message>
|
|
22
|
+
</tab>
|
|
23
|
+
<tab header='表档案信息'>
|
|
24
|
+
<record-message v-ref:record :selectdata="selectdata" :key="tittle2" :edit = "false"></record-message>
|
|
25
|
+
</tab>
|
|
26
|
+
<tab header='设备信息' v-if="selectdata.f_user_type =='非民用'">
|
|
27
|
+
<equipment-message v-ref:equipment :selectdata="selectdata" :key="tittle3" :edit = "false"></equipment-message>
|
|
28
|
+
</tab>
|
|
29
|
+
<tab header='材料信息'>
|
|
30
|
+
<material-message v-ref:material :selectdata="selectdata" :edit = "false"></material-message>
|
|
31
|
+
</tab>-->
|
|
32
|
+
<tab header='附件'>
|
|
33
|
+
<image-upload1 v-ref:file :blodid = "selectdata" :isusetype = "false" :isremark ="false"
|
|
34
|
+
:isupload = "true"
|
|
35
|
+
:takeimg = "true"
|
|
36
|
+
:defname = "selectdata.defname"
|
|
37
|
+
:edit = "false">
|
|
38
|
+
</image-upload1>
|
|
39
|
+
</tab>
|
|
40
|
+
</tabset>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</template>
|
|
45
|
+
<script>
|
|
46
|
+
import Vue from 'vue'
|
|
47
|
+
import {HttpResetClass} from 'vue-client'
|
|
48
|
+
export default {
|
|
49
|
+
title: '流程监控',
|
|
50
|
+
props: [ 'defname'],
|
|
51
|
+
data() {
|
|
52
|
+
return {
|
|
53
|
+
showflag:true,
|
|
54
|
+
flagl:false,
|
|
55
|
+
flagg: false,
|
|
56
|
+
showbasic: false,
|
|
57
|
+
showtotal: false,
|
|
58
|
+
header: null,
|
|
59
|
+
selectdata: {},
|
|
60
|
+
botheight: '0%',
|
|
61
|
+
topheight: '90%',
|
|
62
|
+
tittle1:'户档案管理',
|
|
63
|
+
tittle2:'表档案管理',
|
|
64
|
+
tittle3:'设备管理',
|
|
65
|
+
info: '流程监控'
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
created(){
|
|
69
|
+
let http = new HttpResetClass()
|
|
70
|
+
http.load('POST','rs/logic/ApplyGetConfigs', {data:this.$login.f}, {resolveMsg: null, rejectMsg: null}
|
|
71
|
+
).then((res)=>{
|
|
72
|
+
if(res.data.code && res.data.code == 200){
|
|
73
|
+
Vue.supervisory_vue = Vue.prototype.$supervisory_vue = res.data.workflow_vue
|
|
74
|
+
}else{
|
|
75
|
+
this.$showMessage('获取报建配置失败,原因:' + res.data.msg)
|
|
76
|
+
return
|
|
77
|
+
}
|
|
78
|
+
}).catch((ret)=>{
|
|
79
|
+
this.$showMessage('获取报建配置失败,原因:' + JSON.stringify(ret.data))
|
|
80
|
+
return
|
|
81
|
+
})
|
|
82
|
+
console.log("$supervisory_vue:"+JSON.stringify(this.$supervisory_vue))
|
|
83
|
+
},
|
|
84
|
+
events: {
|
|
85
|
+
'tabsselect'(val){
|
|
86
|
+
if(val==1){
|
|
87
|
+
this.showflag = true
|
|
88
|
+
}
|
|
89
|
+
if(val==2){
|
|
90
|
+
this.showflag = false
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
'addactive'() {
|
|
94
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
95
|
+
this.hidden()
|
|
96
|
+
this.showbasic = true
|
|
97
|
+
this.topheight = '20%'
|
|
98
|
+
this.botheight = '80%'
|
|
99
|
+
},
|
|
100
|
+
'changeheight'() {
|
|
101
|
+
this.show = false
|
|
102
|
+
this.botheight = '0%'
|
|
103
|
+
},
|
|
104
|
+
'check'(val) {
|
|
105
|
+
this.selectdata = ''
|
|
106
|
+
this.selectdata = val
|
|
107
|
+
console.log("节点编号:"+this.selectdata.actdefid,"节点名称:"+this.selectdata.defname)
|
|
108
|
+
this.topheight = '20%'
|
|
109
|
+
this.botheight = '80%'
|
|
110
|
+
this.$refs.queryuser.$refs.cp.$refs.grid.model.rows = [val]
|
|
111
|
+
this.$refs.queryuser.$refs.cp.pager = false
|
|
112
|
+
this.showbasic = true
|
|
113
|
+
let msg = val.defname
|
|
114
|
+
this.header = msg
|
|
115
|
+
this.hidden()
|
|
116
|
+
},
|
|
117
|
+
'selfsearch'() {
|
|
118
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
119
|
+
},
|
|
120
|
+
'close'() {
|
|
121
|
+
this.hidden()
|
|
122
|
+
this.showtotal = false
|
|
123
|
+
this.topheight = '90%'
|
|
124
|
+
this.botheight = '0%'
|
|
125
|
+
if(this.$refs.queryuser){
|
|
126
|
+
this.$refs.queryuser.$refs.cp.pager = true
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
methods: {
|
|
131
|
+
hidden() {
|
|
132
|
+
this.showtotal = true
|
|
133
|
+
},
|
|
134
|
+
close() {
|
|
135
|
+
this.hidden()
|
|
136
|
+
this.topheight = '100%'
|
|
137
|
+
this.botheight = '0%'
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
watch: {
|
|
141
|
+
'selectdata'(val) {
|
|
142
|
+
console.log('selectdata:', val)
|
|
143
|
+
},
|
|
144
|
+
'selectdata.f_customer_type'() {
|
|
145
|
+
if (this.selectdata.f_customer_type == '企业') {
|
|
146
|
+
this.flagg = true
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
'selectdata.f_apply_type'() {
|
|
150
|
+
if (this.selectdata.f_apply_type=="集体报建" || this.selectdata.f_apply_type=="集体报建流程") {
|
|
151
|
+
this.flagl = true
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
|
|
156
|
+
}
|
|
157
|
+
</script>
|