sale-client 3.5.139 → 3.5.140
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
CHANGED
|
@@ -66,9 +66,9 @@ export default {
|
|
|
66
66
|
if (!(obj instanceof Event)) {
|
|
67
67
|
// 对此数据进行验证
|
|
68
68
|
if (await this.validateRow(obj)) {
|
|
69
|
-
//
|
|
70
|
-
let getUnWriteSell = await this.$SqlService.singleTable('t_sellinggas', `f_state = '有效' and f_write_card in ('
|
|
71
|
-
console.log('
|
|
69
|
+
// 获取写卡失败记录
|
|
70
|
+
let getUnWriteSell = await this.$SqlService.singleTable('t_sellinggas', `f_state = '有效' and f_write_card in ('写卡失败') and f_userfiles_id = '${obj.f_userfiles_id}'`)
|
|
71
|
+
console.log('获取写卡失败记录', getUnWriteSell)
|
|
72
72
|
if (getUnWriteSell.data.length > 1) {
|
|
73
73
|
this.$showAlert('此卡已缴费多次未写卡。请核实后处理!!', 'warning', 5000)
|
|
74
74
|
} else {
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
二阶用气金额合计: {{model.sums.f_stair2fee}}
|
|
149
149
|
</td>
|
|
150
150
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
|
|
151
|
-
|
|
151
|
+
三阶用气量合计: {{model.sums.f_stair3amount}}
|
|
152
152
|
</td>
|
|
153
153
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
|
|
154
154
|
三阶用气金额合计: {{model.sums.f_stair3fee}}
|