sale-client 3.7.42 → 3.7.43
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/fileChanges/last-build.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 +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/filiale/kelai/CardChangeFill.vue +20 -20
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -310,26 +310,26 @@
|
|
|
310
310
|
|
|
311
311
|
// 判断限购
|
|
312
312
|
// 获取限购值
|
|
313
|
-
let limit_param = {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
}
|
|
318
|
-
let http = new HttpResetClass()
|
|
319
|
-
let getLimit = await http.load('POST', 'rs/logic/sale_getLimitGas', {data: limit_param}, {resolveMsg: null, rejectMsg: '获取限购值失败!!'})
|
|
320
|
-
console.log('获取限购值', getLimit)
|
|
321
|
-
self.hasLimit = getLimit.data.hasLimit
|
|
322
|
-
if (self.hasLimit) {
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}
|
|
313
|
+
// let limit_param = {
|
|
314
|
+
// f_userinfo_id: self.row.f_userinfo_id,
|
|
315
|
+
// f_user_id: self.row.f_user_id,
|
|
316
|
+
// f_stairprice_id: self.row.f_stairprice_id
|
|
317
|
+
// }
|
|
318
|
+
// let http = new HttpResetClass()
|
|
319
|
+
// let getLimit = await http.load('POST', 'rs/logic/sale_getLimitGas', {data: limit_param}, {resolveMsg: null, rejectMsg: '获取限购值失败!!'})
|
|
320
|
+
// console.log('获取限购值', getLimit)
|
|
321
|
+
// self.hasLimit = getLimit.data.hasLimit
|
|
322
|
+
// if (self.hasLimit) {
|
|
323
|
+
// if (getLimit.data.f_limit_value < 0 || getLimit.data.f_limit_amount < 0) {
|
|
324
|
+
// self.maxmoney = 0
|
|
325
|
+
// self.limitmoney = true
|
|
326
|
+
// console.log(self.maxmoney, self.limitmoney)
|
|
327
|
+
// self.$showAlert(`${getLimit.data.msg}\n限购原因:${getLimit.data.limitMessage}`, 'warning', 3000)
|
|
328
|
+
// // self.$dispatch('refresh')
|
|
329
|
+
// } else {
|
|
330
|
+
// self.maxgas = getLimit.data.f_limit_value
|
|
331
|
+
// }
|
|
332
|
+
// }
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
export default {
|