sale-client 3.6.557 → 3.6.558
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/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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/package.json +1 -1
- package/src/filiale/bayan/ChargeManage.vue +1 -0
- package/src/filiale/bayan/SafeCheck.vue +1 -1
- package/src/filiale/bayan/otherinfo.vue +1 -1
- package/src/filiale/haile/unHandplanQuery.vue +21 -0
- package/src/filiale/jingyang/wechatValidateManage.vue +4 -0
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Mon Apr 14 10:14:01 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -187,7 +187,7 @@ let getSafeCheckGen = async function (self) {
|
|
|
187
187
|
let getSafeCheck = await self.$resetpost('rs/logic/getSafecheck', param, {resolveMsg: null, rejectMsg: null, newly: true})
|
|
188
188
|
if (!(JSON.stringify(getSafeCheck.data) == '{}')) {
|
|
189
189
|
self.model = {}
|
|
190
|
-
self.model = Object.assign({},
|
|
190
|
+
self.model = Object.assign({}, getSafeCheck.data)
|
|
191
191
|
self.hasCheck = 1
|
|
192
192
|
} else {
|
|
193
193
|
self.hasCheck = 0
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<stairinfo :data="data" v-if="data.f_price_type === '阶梯气价'"></stairinfo>
|
|
5
5
|
<bill-message @setstate="setstate" :state="state" :data="data"></bill-message>
|
|
6
6
|
<valueaddinfo :data="data" v-ref:valueaddinfo></valueaddinfo>
|
|
7
|
-
<safe-check :data="data"></safe-check>
|
|
7
|
+
<safe-check :data="data" v-if="data"></safe-check>
|
|
8
8
|
<service-repair :data="data" v-if="name==='维修情况查询'"></service-repair>
|
|
9
9
|
<service-substitution :data="data"></service-substitution>
|
|
10
10
|
<check-gas :data="data" v-if="checkgas==='气量核对'"></check-gas>
|
|
@@ -186,6 +186,15 @@
|
|
|
186
186
|
<th>
|
|
187
187
|
<nobr>客户状态</nobr>
|
|
188
188
|
</th>
|
|
189
|
+
<th>
|
|
190
|
+
<nobr>客户电话</nobr>
|
|
191
|
+
</th>
|
|
192
|
+
<th>
|
|
193
|
+
<nobr>表底数</nobr>
|
|
194
|
+
</th>
|
|
195
|
+
<th>
|
|
196
|
+
<nobr>阀门状态</nobr>
|
|
197
|
+
</th>
|
|
189
198
|
<th>
|
|
190
199
|
<nobr>气表状态</nobr>
|
|
191
200
|
</th>
|
|
@@ -260,6 +269,15 @@
|
|
|
260
269
|
<td style="text-align: center;">
|
|
261
270
|
<nobr>{{row.f_user_state}}</nobr>
|
|
262
271
|
</td>
|
|
272
|
+
<td style="text-align: center;">
|
|
273
|
+
<nobr>{{row.f_user_phone}}</nobr>
|
|
274
|
+
</td>
|
|
275
|
+
<td style="text-align: center;">
|
|
276
|
+
<nobr>{{row.f_meter_base}}</nobr>
|
|
277
|
+
</td>
|
|
278
|
+
<td style="text-align: center;">
|
|
279
|
+
<nobr>{{row.f_valvestate}}</nobr>
|
|
280
|
+
</td>
|
|
263
281
|
<td style="text-align: center;">
|
|
264
282
|
<nobr>{{row.f_table_state}}</nobr>
|
|
265
283
|
</td>
|
|
@@ -395,6 +413,9 @@
|
|
|
395
413
|
'f_user_name': '客户名称',
|
|
396
414
|
'f_address': '客户地址',
|
|
397
415
|
'f_user_state': '客户状态',
|
|
416
|
+
'f_user_phone': '客户电话',
|
|
417
|
+
'f_meter_base': '表底数',
|
|
418
|
+
'f_valvestate': '阀门状态',
|
|
398
419
|
'f_table_state': '表具状态',
|
|
399
420
|
'f_meter_classify': '气表类型',
|
|
400
421
|
'f_user_type': '客户类型',
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
<th>客户电话</th>
|
|
119
119
|
<th>客户地址</th>
|
|
120
120
|
<th>终端编号</th>
|
|
121
|
+
<th>交易流水号</th>
|
|
121
122
|
<th>订单号</th>
|
|
122
123
|
<th>订单金额</th>
|
|
123
124
|
<th>订单发生日期</th>
|
|
@@ -154,6 +155,9 @@
|
|
|
154
155
|
<td style="text-align: center;">
|
|
155
156
|
<nobr>{{ row.f_transaction_id }}</nobr>
|
|
156
157
|
</td>
|
|
158
|
+
<td style="text-align: center;">
|
|
159
|
+
<nobr>{{ row.f_out_trade_no }}</nobr>
|
|
160
|
+
</td>
|
|
157
161
|
<td style="text-align: center;">
|
|
158
162
|
<nobr>{{ row.f_total_fee }}</nobr>
|
|
159
163
|
</td>
|