sale-client 4.2.150 → 4.2.151
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/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/build/dev-server.js +10 -7
- package/package.json +1 -1
- package/src/filiale/HuaiLai/ServiceRepair.vue +189 -0
- package/src/filiale/HuaiLai/sale.js +2 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Mon Jan 05 11:37:36 CST 2026
|
|
2
2
|
gradle.version=5.2.1
|
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://192.168.50.67:
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://192.168.50.67:31467/', 'http://192.168.50.67:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -50,15 +50,18 @@ var devConfig = {
|
|
|
50
50
|
'/rs/pay': {
|
|
51
51
|
target: 'http://localhost:8080'
|
|
52
52
|
},
|
|
53
|
-
'/api/af-revenue': {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
},
|
|
53
|
+
// '/api/af-revenue': {
|
|
54
|
+
// pathRewrite: {
|
|
55
|
+
// '/api/af-revenue': '/af-revenue'
|
|
56
|
+
// },
|
|
57
|
+
// target: "http://localhost:8080"
|
|
58
|
+
// },
|
|
59
59
|
'/api': {
|
|
60
60
|
target: serverRul
|
|
61
61
|
},
|
|
62
|
+
'/resource': {
|
|
63
|
+
target: serverRul
|
|
64
|
+
},
|
|
62
65
|
'/rs': {
|
|
63
66
|
target: serverRul
|
|
64
67
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="panel panel-info auto">
|
|
3
|
+
<div class="panel-heading auto" style="height: 35px">
|
|
4
|
+
<h4 style="display:inline-block;margin-top: auto" title="参数:维修情况查询">维修情况</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<table class="table table-striped table-bordered" v-if="this.pared==1" >
|
|
7
|
+
<thead>
|
|
8
|
+
<tr>
|
|
9
|
+
<th colspan="4" style="text-align: center;background-color: #8cbce2;">用户维修情况</th>
|
|
10
|
+
</tr>
|
|
11
|
+
</thead>
|
|
12
|
+
<tbody>
|
|
13
|
+
<tr>
|
|
14
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">维修时间:</td>
|
|
15
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;">{{model.f_created_date }}</td>
|
|
16
|
+
</tr>
|
|
17
|
+
<tr>
|
|
18
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">完成时间:</td>
|
|
19
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_complete_date }}</td>
|
|
20
|
+
</tr>
|
|
21
|
+
<tr>
|
|
22
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">报修信息:</td>
|
|
23
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_failure_str }}</td>
|
|
24
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">维修结果:</td>
|
|
25
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_state }}</td>
|
|
26
|
+
</tr>
|
|
27
|
+
<tr>
|
|
28
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">维修人:</td>
|
|
29
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_order_man }}</td>
|
|
30
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">工单类型:</td>
|
|
31
|
+
<td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_workorder_type }}</td>
|
|
32
|
+
</tr>
|
|
33
|
+
</tbody>
|
|
34
|
+
</table>
|
|
35
|
+
<!-- 维修照片展示 -->
|
|
36
|
+
<table class="table table-striped table-bordered" v-if="pared == 1">
|
|
37
|
+
<thead>
|
|
38
|
+
<tr>
|
|
39
|
+
<th colspan="4" style="text-align: center;background-color: #8cbce2;">维修前照片</th>
|
|
40
|
+
</tr>
|
|
41
|
+
</thead>
|
|
42
|
+
<tbody>
|
|
43
|
+
<tr>
|
|
44
|
+
<td style="margin: auto;text-align: center">
|
|
45
|
+
<div class="container" style="background: #FFFFFF;margin:0;width:100%;">
|
|
46
|
+
<div class="img" v-for="img in before">
|
|
47
|
+
<img-self v-if="img.f_downloadpath!=='' " :src="img.f_downloadpath" style="float: left" width="100" height="150"></img-self>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</td>
|
|
51
|
+
</tr>
|
|
52
|
+
</tbody>
|
|
53
|
+
<thead>
|
|
54
|
+
<tr>
|
|
55
|
+
<th colspan="4" style="text-align: center;background-color: #8cbce2;">维修后照片</th>
|
|
56
|
+
</tr>
|
|
57
|
+
</thead>
|
|
58
|
+
<tbody>
|
|
59
|
+
<tr>
|
|
60
|
+
<td style="margin: auto;text-align: center">
|
|
61
|
+
<div class="container" style="background: #FFFFFF;margin:0;width:100%;">
|
|
62
|
+
<div class="img" v-for="img in after">
|
|
63
|
+
<img-self v-if="img.f_downloadpath!=='' " :src="img.f_downloadpath" style="float: left" width="100" height="150"></img-self>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</tbody>
|
|
69
|
+
<thead>
|
|
70
|
+
<tr>
|
|
71
|
+
<th colspan="4" style="text-align: center;background-color: #8cbce2;">签名照片</th>
|
|
72
|
+
</tr>
|
|
73
|
+
</thead>
|
|
74
|
+
<tbody>
|
|
75
|
+
<tr>
|
|
76
|
+
<td style="margin: auto;text-align: center">
|
|
77
|
+
<div class="container" style="background: #FFFFFF;margin:0;width:100%;">
|
|
78
|
+
<div class="img" v-for="img in sign">
|
|
79
|
+
<img-self v-if="img.f_downloadpath!=='' " :src="img.f_downloadpath" style="float: left" width="100" height="150"></img-self>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
</td>
|
|
83
|
+
</tr>
|
|
84
|
+
</tbody>
|
|
85
|
+
</table>
|
|
86
|
+
<div class="auto info-content" v-if="pared == 0">
|
|
87
|
+
<div class="row">
|
|
88
|
+
<strong>暂无维修信息</strong>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
</template>
|
|
93
|
+
<script>
|
|
94
|
+
/**
|
|
95
|
+
*用户信息
|
|
96
|
+
*维修情况
|
|
97
|
+
*/
|
|
98
|
+
|
|
99
|
+
import {HttpResetClass} from 'vue-client'
|
|
100
|
+
|
|
101
|
+
export default {
|
|
102
|
+
title: '安检维修情况',
|
|
103
|
+
data () {
|
|
104
|
+
return {
|
|
105
|
+
model: {},
|
|
106
|
+
repairList: [], // 所有维修记录列表
|
|
107
|
+
before:[],
|
|
108
|
+
sign:[],
|
|
109
|
+
after:[],
|
|
110
|
+
pared: 0,
|
|
111
|
+
repairImages: [] // 维修照片列表
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
props: ['data'],
|
|
115
|
+
ready () {
|
|
116
|
+
this.getServiceRepair()
|
|
117
|
+
},
|
|
118
|
+
methods: {
|
|
119
|
+
async getServiceRepair () {
|
|
120
|
+
if (this.data && this.data.f_userinfo_id) {
|
|
121
|
+
let data = {
|
|
122
|
+
f_userinfo_id: this.data.f_userinfo_id
|
|
123
|
+
}
|
|
124
|
+
let http = new HttpResetClass()
|
|
125
|
+
let res = await http.load('POST', 'api/af-revenue/logic/getV4ServiceRepair', {data: data}, {resolveMsg: null, rejectMsg: null})
|
|
126
|
+
console.log('看看维修情况', res, res.data)
|
|
127
|
+
if (res.data && res.data.repair.length > 0) {
|
|
128
|
+
this.repairList = res.data.repair
|
|
129
|
+
this.model = res.data.repair[0]
|
|
130
|
+
this.sign = res.data.sign
|
|
131
|
+
this.before = res.data.before
|
|
132
|
+
this.after = res.data.after
|
|
133
|
+
this.pared = 1
|
|
134
|
+
} else {
|
|
135
|
+
this.pared = 0
|
|
136
|
+
this.repairList = []
|
|
137
|
+
// this.repairImages = []
|
|
138
|
+
this.sign = []
|
|
139
|
+
this.before = []
|
|
140
|
+
this.after = []
|
|
141
|
+
}
|
|
142
|
+
} else {
|
|
143
|
+
this.pared = 0
|
|
144
|
+
this.repairList = []
|
|
145
|
+
// this.repairImages = []
|
|
146
|
+
this.sign = []
|
|
147
|
+
this.before = []
|
|
148
|
+
this.after = []
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
watch: {
|
|
153
|
+
'data' () {
|
|
154
|
+
console.log('维修情况', this.data)
|
|
155
|
+
this.getServiceRepair()
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
</script>
|
|
160
|
+
<style scoped>
|
|
161
|
+
.img {
|
|
162
|
+
border: 1px solid #9773ed;
|
|
163
|
+
width: auto;
|
|
164
|
+
height: auto;
|
|
165
|
+
float: left;
|
|
166
|
+
text-align: center;
|
|
167
|
+
margin: 6px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
img {
|
|
171
|
+
margin: 6px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
.container{
|
|
176
|
+
margin: 10px auto;
|
|
177
|
+
width: 80%;
|
|
178
|
+
height: auto;
|
|
179
|
+
}
|
|
180
|
+
div::-webkit-scrollbar {
|
|
181
|
+
width: 0 !important;
|
|
182
|
+
height: 0 !important;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
div{
|
|
186
|
+
-ms-overflow-style: none;
|
|
187
|
+
overflow: -moz-scrollbars-none;
|
|
188
|
+
}
|
|
189
|
+
</style>
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|