sale-client 3.6.261 → 3.6.262
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/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +4 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +6 -0
- package/src/filiale/alashan/UserBaseInfoNew.vue +4 -0
- package/src/filiale/bayan/CardService.js +2223 -0
- package/src/filiale/bayan/NoCardMeterCenter.vue +498 -0
- package/src/filiale/bayan/ReplaceCardManage.vue +416 -0
- package/src/filiale/bayan/ShowCardSellGas.vue +931 -0
- package/src/filiale/bayan/sale.js +13 -0
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +4 -0
- package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +6 -0
- package/src/filiale/gehua/UserBaseInfoNew.vue +4 -0
- package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +6 -0
- package/src/filiale/haile/UserBaseInfoNew.vue +4 -0
- package/src/filiale/macheng/UserBaseInfoNew.vue +4 -0
- package/src/filiale/qianneng/components/common/userinfo_detail/UserBaseInfoNew.vue +3 -0
- package/src/filiale/rizhao/UserBaseInfoNew.vue +4 -0
- package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +6 -0
- package/src/filiale/shaoguan/base/UserBaseInfoNew.vue +4 -0
- package/src/filiale/shexian/UserBaseInfoNew.vue +4 -0
- package/src/filiale/tongchuan/UserBaseInfoNew.vue +4 -0
- package/src/filiale/xinkang/UserBaseInfoNew.vue +4 -0
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +6 -0
- package/src/filiale/yuansheng/UserBaseInfoNew.vue +4 -0
- package/src/filiale/zhongsheng/charge/UserBaseInfoNew.vue +4 -0
- package/src/plugins/CommonService.js +290 -279
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -359,6 +359,9 @@
|
|
|
359
359
|
// 阀控管理
|
|
360
360
|
zdfk () {
|
|
361
361
|
let data = {
|
|
362
|
+
inputtor: Vue.$login.f.name,
|
|
363
|
+
inputtorid: Vue.$login.f.id,
|
|
364
|
+
meterBrandName: this.row.f_alias,
|
|
362
365
|
f_userfiles_id: this.row.f_userfiles_id
|
|
363
366
|
}
|
|
364
367
|
if (this.row.f_network_valve !== '1') {
|
|
@@ -391,6 +394,7 @@
|
|
|
391
394
|
meterBrandName: this.row.f_alias,
|
|
392
395
|
f_instruct_state: '待发送',
|
|
393
396
|
inputtor: Vue.$login.f.name,
|
|
397
|
+
inputtorid: Vue.$login.f.id,
|
|
394
398
|
reasonInfo: this.operateReason,
|
|
395
399
|
meternumberf: this.row.f_meternumber,
|
|
396
400
|
contentData: {isOpen: oper ? 1 : 0}
|
|
@@ -602,6 +602,12 @@ import axios from 'axios'
|
|
|
602
602
|
},
|
|
603
603
|
openzdkf (val) {
|
|
604
604
|
let data = {
|
|
605
|
+
f_operator: this.$login.f.name,
|
|
606
|
+
f_operatorid: this.$login.f.id,
|
|
607
|
+
f_orgid: this.$login.f.orgid,
|
|
608
|
+
f_orgname: this.$login.f.orgs,
|
|
609
|
+
f_depid: this.$login.f.depids,
|
|
610
|
+
f_depname: this.$login.f.deps,
|
|
605
611
|
condition: this.condition,
|
|
606
612
|
type: val
|
|
607
613
|
}
|
|
@@ -370,6 +370,9 @@
|
|
|
370
370
|
// 阀控管理
|
|
371
371
|
zdfk () {
|
|
372
372
|
let data = {
|
|
373
|
+
inputtor: Vue.$login.f.name,
|
|
374
|
+
inputtorid: Vue.$login.f.id,
|
|
375
|
+
meterBrandName: this.row.f_alias,
|
|
373
376
|
f_userfiles_id: this.row.f_userfiles_id
|
|
374
377
|
}
|
|
375
378
|
if (this.row.f_network_valve !== '1') {
|
|
@@ -402,6 +405,7 @@
|
|
|
402
405
|
meterBrandName: this.row.f_alias,
|
|
403
406
|
f_instruct_state: '待发送',
|
|
404
407
|
inputtor: Vue.$login.f.name,
|
|
408
|
+
inputtorid: Vue.$login.f.id,
|
|
405
409
|
reasonInfo: this.operateReason,
|
|
406
410
|
meternumberf: this.row.f_meternumber,
|
|
407
411
|
contentData: {isOpen: oper ? 1 : 0}
|