sale-client 4.0.34-preview → 4.0.35-preview
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/build/dev-server.js +2 -2
- package/package.json +1 -1
- package/src/components/revenue/base/rightview/CardList.vue +3 -3
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +1 -1
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/GiftFee/iotTable.vue +1 -1
- package/src/plugins/CommonService.js +1 -1
package/build/dev-server.js
CHANGED
package/package.json
CHANGED
|
@@ -494,11 +494,11 @@
|
|
|
494
494
|
name = 'api/af-revenue/report/garbageChargeReport'
|
|
495
495
|
} else if (type === '物联网赠费') {
|
|
496
496
|
name = 'api/af-revenue/report/iotGiftFee'
|
|
497
|
-
}else if (type === '物联网赠气') {
|
|
497
|
+
} else if (type === '物联网赠气') {
|
|
498
498
|
name = 'api/af-revenue/report/iotGiftGas'
|
|
499
|
-
}else if (type === '卡表赠费') {
|
|
499
|
+
} else if (type === '卡表赠费') {
|
|
500
500
|
name = 'api/af-revenue/report/icGiftFee'
|
|
501
|
-
}else if (type === '
|
|
501
|
+
} else if (type === '卡表赠气') {
|
|
502
502
|
name = 'api/af-revenue/report/icGiftGas'
|
|
503
503
|
}
|
|
504
504
|
return name
|
|
@@ -179,7 +179,7 @@ let CommonService = {
|
|
|
179
179
|
let sql = `update t_userfiles set
|
|
180
180
|
f_card_password = '${cardRes.data.Kmm}'
|
|
181
181
|
where f_userfiles_id = '${row.f_userfiles_id}'`
|
|
182
|
-
await Vue.resetpost('api/af-revenue/
|
|
182
|
+
await Vue.resetpost('api/af-revenue/logic/runSQL', {sql: sql})
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
},
|