apply-clients 3.4.2 → 3.4.3
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/android.html +23 -23
- package/build/dev-server.js +119 -119
- package/build/webpack.base.conf.js +2 -1
- package/build/webpack.dev.conf.js +12 -0
- package/dingding.html +23 -0
- package/index.html +33 -33
- package/package.json +2 -1
- package/src/AndroidApp.vue +35 -35
- package/src/DingDingApp.vue +51 -0
- package/src/android.js +21 -21
- package/src/apply.js +7 -1
- package/src/applyAndroid.js +32 -32
- package/src/applyDingDing.js +12 -0
- package/src/components/android/AppOnetomany.vue +301 -301
- package/src/components/android/AppServiceView.vue +566 -566
- package/src/components/android/AppSign.vue +142 -142
- package/src/components/android/AppTakePic.vue +143 -143
- package/src/components/android/Process/AppExplorationUser.vue +320 -320
- package/src/components/android/Process/AppServiceControl.vue +757 -757
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
- package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
- package/src/components/android/TaskGraph.vue +125 -125
- package/src/components/product/Business/BusinessApply.vue +269 -0
- package/src/components/product/Business/CivilApply.vue +269 -0
- package/src/components/product/Function/InstallFunction.vue +131 -125
- package/src/components/product/Function/InstallInfoSelect.vue +300 -292
- package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
- package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
- package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
- package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
- package/src/components/product/Material/MaterialDetailed.vue +262 -0
- package/src/components/product/Onetomany.vue +377 -377
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
- package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
- package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
- package/src/components/product/Process/ExplorationSelect.vue +7 -0
- package/src/components/product/Process/ExplorationUser.vue +138 -138
- package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
- package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
- package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
- package/src/components/product/Process/Service/ServiceControl.vue +10 -10
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/ServiceView.vue +631 -631
- package/src/components/product/Stop/StopApply.vue +105 -103
- package/src/components/product/Stop/StopApplyList.vue +269 -269
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
- package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
- package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
- package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
- package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
- package/src/components/product/VueUtils/HighMeter.vue +208 -208
- package/src/dingding.js +19 -0
- package/src/expandcssAndroid.less +1034 -1034
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
- package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
- package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
- package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
- package/src/filiale/yuchuan/android.js +14 -14
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
- package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
- package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
- package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
- package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
- package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
- package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
- package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
- package/src/filiale/yuchuan/pc.js +20 -12
- package/src/main.js +1 -1
- package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
- package/src/components/product/Function/functions/StopInstall.vue +0 -106
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<app-sign
|
|
3
|
-
@sign-success="signSuccess"
|
|
4
|
-
:file-path="selectdata.f_supervisor_sign"
|
|
5
|
-
@sign-clean="signClean"
|
|
6
|
-
:isclean="mark === 0 ? true : false"
|
|
7
|
-
:issign="mark === 0 ? true : false"
|
|
8
|
-
></app-sign>
|
|
9
|
-
</template>
|
|
10
|
-
<script>
|
|
11
|
-
import {HttpResetClass} from 'vue-client'
|
|
12
|
-
import Vue from "vue";
|
|
13
|
-
|
|
14
|
-
export default {
|
|
15
|
-
title: '监理单位签字',
|
|
16
|
-
props: {
|
|
17
|
-
selectdata: {
|
|
18
|
-
type: Object
|
|
19
|
-
},
|
|
20
|
-
mark: {
|
|
21
|
-
type: Number,
|
|
22
|
-
default: 0
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
data () {
|
|
26
|
-
return {
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
ready () {
|
|
30
|
-
},
|
|
31
|
-
methods: {
|
|
32
|
-
signClean () {
|
|
33
|
-
this.selectdata.f_supervisor_sign = null
|
|
34
|
-
},
|
|
35
|
-
signSuccess (fileUrl) {
|
|
36
|
-
console.log('==============签字回调==================')
|
|
37
|
-
console.log(fileUrl)
|
|
38
|
-
this.selectdata.f_supervisor_sign = fileUrl
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
events: {
|
|
42
|
-
},
|
|
43
|
-
computed: {
|
|
44
|
-
},
|
|
45
|
-
watch: {
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
</script>
|
|
49
|
-
<style scoped lang="less">
|
|
50
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<app-sign
|
|
3
|
+
@sign-success="signSuccess"
|
|
4
|
+
:file-path="selectdata.f_supervisor_sign"
|
|
5
|
+
@sign-clean="signClean"
|
|
6
|
+
:isclean="mark === 0 ? true : false"
|
|
7
|
+
:issign="mark === 0 ? true : false"
|
|
8
|
+
></app-sign>
|
|
9
|
+
</template>
|
|
10
|
+
<script>
|
|
11
|
+
import {HttpResetClass} from 'vue-client'
|
|
12
|
+
import Vue from "vue";
|
|
13
|
+
|
|
14
|
+
export default {
|
|
15
|
+
title: '监理单位签字',
|
|
16
|
+
props: {
|
|
17
|
+
selectdata: {
|
|
18
|
+
type: Object
|
|
19
|
+
},
|
|
20
|
+
mark: {
|
|
21
|
+
type: Number,
|
|
22
|
+
default: 0
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
data () {
|
|
26
|
+
return {
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
ready () {
|
|
30
|
+
},
|
|
31
|
+
methods: {
|
|
32
|
+
signClean () {
|
|
33
|
+
this.selectdata.f_supervisor_sign = null
|
|
34
|
+
},
|
|
35
|
+
signSuccess (fileUrl) {
|
|
36
|
+
console.log('==============签字回调==================')
|
|
37
|
+
console.log(fileUrl)
|
|
38
|
+
this.selectdata.f_supervisor_sign = fileUrl
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
events: {
|
|
42
|
+
},
|
|
43
|
+
computed: {
|
|
44
|
+
},
|
|
45
|
+
watch: {
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
</script>
|
|
49
|
+
<style scoped lang="less">
|
|
50
|
+
</style>
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<task-graph :data="data" :fileds="fileds"></task-graph>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
<script>
|
|
7
|
-
import Vue from 'vue'
|
|
8
|
-
export default {
|
|
9
|
-
title: '施工任务',
|
|
10
|
-
data () {
|
|
11
|
-
return {
|
|
12
|
-
data: [],
|
|
13
|
-
fileds: [
|
|
14
|
-
{
|
|
15
|
-
label: '客户名称',
|
|
16
|
-
field: 'f_user_name'
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
label: '客户电话',
|
|
20
|
-
field: 'f_phone',
|
|
21
|
-
type: 'tel'
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
label: '定位地址',
|
|
25
|
-
field: 'f_order_address',
|
|
26
|
-
type: 'map'
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
ready () {
|
|
32
|
-
this.getTask()
|
|
33
|
-
},
|
|
34
|
-
methods: {
|
|
35
|
-
async getTask () {
|
|
36
|
-
let data = {
|
|
37
|
-
condition: "act.defname = '工程施工'",
|
|
38
|
-
data: {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
userid: "97036",
|
|
42
|
-
orgid: "21142"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
let res = await this.$resetpost(
|
|
46
|
-
|
|
47
|
-
`rs/sql/checkuser`,
|
|
48
|
-
{data: data},
|
|
49
|
-
{resolveMsg: null, rejectMsg: '任务获取失败!!!'}
|
|
50
|
-
)
|
|
51
|
-
this.data = res.data
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
events: {
|
|
55
|
-
|
|
56
|
-
},
|
|
57
|
-
watch: {
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<task-graph :data="data" :fileds="fileds"></task-graph>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
<script>
|
|
7
|
+
import Vue from 'vue'
|
|
8
|
+
export default {
|
|
9
|
+
title: '施工任务',
|
|
10
|
+
data () {
|
|
11
|
+
return {
|
|
12
|
+
data: [],
|
|
13
|
+
fileds: [
|
|
14
|
+
{
|
|
15
|
+
label: '客户名称',
|
|
16
|
+
field: 'f_user_name'
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
label: '客户电话',
|
|
20
|
+
field: 'f_phone',
|
|
21
|
+
type: 'tel'
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
label: '定位地址',
|
|
25
|
+
field: 'f_order_address',
|
|
26
|
+
type: 'map'
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
ready () {
|
|
32
|
+
this.getTask()
|
|
33
|
+
},
|
|
34
|
+
methods: {
|
|
35
|
+
async getTask () {
|
|
36
|
+
let data = {
|
|
37
|
+
condition: "act.defname = '工程施工'",
|
|
38
|
+
data: {
|
|
39
|
+
userid: Vue.user.id,
|
|
40
|
+
orgid: Vue.user.orgid
|
|
41
|
+
// userid: "97036",
|
|
42
|
+
// orgid: "21142"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
let res = await this.$resetpost(
|
|
46
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
|
|
47
|
+
// `rs/sql/checkuser`,
|
|
48
|
+
{data: data},
|
|
49
|
+
{resolveMsg: null, rejectMsg: '任务获取失败!!!'}
|
|
50
|
+
)
|
|
51
|
+
this.data = res.data
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
events: {
|
|
55
|
+
|
|
56
|
+
},
|
|
57
|
+
watch: {
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
</script>
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<task-graph :data="data" :fileds="fileds"></task-graph>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
<script>
|
|
7
|
-
import Vue from 'vue'
|
|
8
|
-
export default {
|
|
9
|
-
title: '勘察任务',
|
|
10
|
-
data () {
|
|
11
|
-
return {
|
|
12
|
-
data: [],
|
|
13
|
-
fileds: [
|
|
14
|
-
{
|
|
15
|
-
label: '客户名称',
|
|
16
|
-
field: 'f_user_name'
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
label: '客户电话',
|
|
20
|
-
field: 'f_phone',
|
|
21
|
-
type: 'tel'
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
label: '定位地址',
|
|
25
|
-
field: 'f_order_address',
|
|
26
|
-
type: 'map'
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
ready () {
|
|
32
|
-
this.getTask()
|
|
33
|
-
},
|
|
34
|
-
methods: {
|
|
35
|
-
async getTask () {
|
|
36
|
-
let data = {
|
|
37
|
-
condition: "act.defname = '现场勘察'",
|
|
38
|
-
data: {
|
|
39
|
-
userid: Vue.user.id,
|
|
40
|
-
orgid: Vue.user.orgid
|
|
41
|
-
// userid: "97036",
|
|
42
|
-
// orgid: "21142"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
let res = await this.$resetpost(
|
|
46
|
-
`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
|
|
47
|
-
// `rs/sql/checkuser`,
|
|
48
|
-
{data: data},
|
|
49
|
-
{resolveMsg: null, rejectMsg: '任务获取失败!!!'}
|
|
50
|
-
)
|
|
51
|
-
this.data = res.data
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
events: {
|
|
55
|
-
|
|
56
|
-
},
|
|
57
|
-
watch: {
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<task-graph :data="data" :fileds="fileds"></task-graph>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
<script>
|
|
7
|
+
import Vue from 'vue'
|
|
8
|
+
export default {
|
|
9
|
+
title: '勘察任务',
|
|
10
|
+
data () {
|
|
11
|
+
return {
|
|
12
|
+
data: [],
|
|
13
|
+
fileds: [
|
|
14
|
+
{
|
|
15
|
+
label: '客户名称',
|
|
16
|
+
field: 'f_user_name'
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
label: '客户电话',
|
|
20
|
+
field: 'f_phone',
|
|
21
|
+
type: 'tel'
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
label: '定位地址',
|
|
25
|
+
field: 'f_order_address',
|
|
26
|
+
type: 'map'
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
ready () {
|
|
32
|
+
this.getTask()
|
|
33
|
+
},
|
|
34
|
+
methods: {
|
|
35
|
+
async getTask () {
|
|
36
|
+
let data = {
|
|
37
|
+
condition: "act.defname = '现场勘察'",
|
|
38
|
+
data: {
|
|
39
|
+
userid: Vue.user.id,
|
|
40
|
+
orgid: Vue.user.orgid
|
|
41
|
+
// userid: "97036",
|
|
42
|
+
// orgid: "21142"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
let res = await this.$resetpost(
|
|
46
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
|
|
47
|
+
// `rs/sql/checkuser`,
|
|
48
|
+
{data: data},
|
|
49
|
+
{resolveMsg: null, rejectMsg: '任务获取失败!!!'}
|
|
50
|
+
)
|
|
51
|
+
this.data = res.data
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
events: {
|
|
55
|
+
|
|
56
|
+
},
|
|
57
|
+
watch: {
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
</script>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
let specialComp = {
|
|
2
|
-
'app-service-control': (resolve) => { require(['./android/Process/AppServiceControl'], resolve) },
|
|
3
|
-
'app-installation-details': (resolve) => { require(['./android/Process/Processes/AppInstallationDetails'], resolve) },
|
|
4
|
-
'app-installation-details-civil': (resolve) => { require(['./android/Process/Processes/AppInstallationDetailsCivil'], resolve) },
|
|
5
|
-
'survey-tsak': (resolve) => { require(['./android/Task/Survey/SurveyTsak'], resolve) },
|
|
6
|
-
'build-tsak': (resolve) => { require(['./android/Task/Build/BuildTsak'], resolve) },
|
|
7
|
-
|
|
8
|
-
'app-sign-task': (resolve) => { require(['./android/Sign/AppSignTask'], resolve) },
|
|
9
|
-
'build-sign': (resolve) => { require(['./android/Sign/BuildSign'], resolve) },
|
|
10
|
-
'design-sign': (resolve) => { require(['./android/Sign/DesignSign'], resolve) },
|
|
11
|
-
'construct-sign': (resolve) => { require(['./android/Sign/ConstructSign'], resolve) },
|
|
12
|
-
'supervisor-sign': (resolve) => { require(['./android/Sign/SupervisorSign'], resolve) }
|
|
13
|
-
}
|
|
14
|
-
exports.specialComp = specialComp
|
|
1
|
+
let specialComp = {
|
|
2
|
+
'app-service-control': (resolve) => { require(['./android/Process/AppServiceControl'], resolve) },
|
|
3
|
+
'app-installation-details': (resolve) => { require(['./android/Process/Processes/AppInstallationDetails'], resolve) },
|
|
4
|
+
'app-installation-details-civil': (resolve) => { require(['./android/Process/Processes/AppInstallationDetailsCivil'], resolve) },
|
|
5
|
+
'survey-tsak': (resolve) => { require(['./android/Task/Survey/SurveyTsak'], resolve) },
|
|
6
|
+
'build-tsak': (resolve) => { require(['./android/Task/Build/BuildTsak'], resolve) },
|
|
7
|
+
|
|
8
|
+
'app-sign-task': (resolve) => { require(['./android/Sign/AppSignTask'], resolve) },
|
|
9
|
+
'build-sign': (resolve) => { require(['./android/Sign/BuildSign'], resolve) },
|
|
10
|
+
'design-sign': (resolve) => { require(['./android/Sign/DesignSign'], resolve) },
|
|
11
|
+
'construct-sign': (resolve) => { require(['./android/Sign/ConstructSign'], resolve) },
|
|
12
|
+
'supervisor-sign': (resolve) => { require(['./android/Sign/SupervisorSign'], resolve) }
|
|
13
|
+
}
|
|
14
|
+
exports.specialComp = specialComp
|