sale-client 3.6.309 → 3.6.310
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 +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +1 -0
- package/src/components/revenue/comprehen/StairPrice/GasPrice.vue +3 -0
- package/src/filiale/wenxi/DisableManage.vue +2 -0
- package/src/filiale/wenxi/plugging/UserPlugging.vue +1 -0
package/package.json
CHANGED
|
@@ -74,6 +74,7 @@ let meterEnable = async function (self, model, row) {
|
|
|
74
74
|
record_userinfo: row.f_userinfo_id,
|
|
75
75
|
f_userinfo_id: row.f_userinfo_id,
|
|
76
76
|
f_user_name: row.f_user_name,
|
|
77
|
+
f_user_phone: row.f_user_phone,
|
|
77
78
|
f_state: '有效',
|
|
78
79
|
f_comments: model.f_comments[0],
|
|
79
80
|
f_othereason: model.f_othereason,
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
*/
|
|
209
209
|
|
|
210
210
|
import {HttpResetClass} from 'vue-client'
|
|
211
|
+
import {forEach} from 'mocha/lib/utils'
|
|
211
212
|
let initGen = async function (self, val) {
|
|
212
213
|
let http = new HttpResetClass()
|
|
213
214
|
self.blodid = self.data.id
|
|
@@ -423,6 +424,8 @@ let initGen = async function (self, val) {
|
|
|
423
424
|
//this.model.limit_gas.f_start_date = this.model.f_perform_date
|
|
424
425
|
}
|
|
425
426
|
// 现调用气价修改的逻辑 返回:version 和之前的对比 增加的话, 进行提示操作 反之 结束
|
|
427
|
+
this.model.limit_gas.f_state = '有效'
|
|
428
|
+
console.log('gasPrice---->',this.model,this.data)
|
|
426
429
|
await this.$LogicService.gasPrice(this.model, this.data)
|
|
427
430
|
// 操作了气价 清空分公司initdata缓存
|
|
428
431
|
let http = new HttpResetClass()
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
f_userfile_id: this.row.f_userfiles_id,
|
|
62
62
|
f_user_id: this.row.f_user_id,
|
|
63
63
|
f_userinfo_id: this.row.f_userinfo_id,
|
|
64
|
+
f_user_phone: this.row.f_user_phone,
|
|
64
65
|
f_user_name: this.row.f_user_name,
|
|
65
66
|
f_comments: this.model.f_reason[0],
|
|
66
67
|
f_othereason: this.model.f_othereason
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
f_user_id: this.row.f_user_id,
|
|
83
84
|
f_userinfo_id: this.row.f_userinfo_id,
|
|
84
85
|
f_user_name: this.row.f_user_name,
|
|
86
|
+
f_user_phone: this.row.f_user_phone,
|
|
85
87
|
f_comments: this.model.f_reason[0],
|
|
86
88
|
f_othereason: this.model.f_othereason,
|
|
87
89
|
f_operat_type: '停用',
|
|
@@ -66,6 +66,7 @@ export default {
|
|
|
66
66
|
f_user_id: this.row.f_user_id,
|
|
67
67
|
f_userinfo_id: this.row.f_userinfo_id,
|
|
68
68
|
f_user_name: this.row.f_user_name,
|
|
69
|
+
f_user_phone: this.row.f_user_phone,
|
|
69
70
|
f_comments: this.model.cause,
|
|
70
71
|
f_othereason: this.model.f_othereason,
|
|
71
72
|
f_operat_type: '封堵',
|