sale-client 3.4.75 → 3.4.76
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/{6.1.1 → 5.5}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/fileChanges/last-build.bin +0 -0
- package/.gradle/5.5/fileContent/fileContent.lock +0 -0
- package/.gradle/{6.1.1 → 5.5}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/gc.properties +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/build/dev-server.js +2 -2
- package/build/libs/SaleClient-3.1.1-11.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/package.json +1 -1
- package/src/components/chargeBatch/ChargeGroupList.vue +165 -151
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
- package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
- package/src/components/webMeter/meterinfo/NewMeterList.vue +9 -9
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +35 -12
- package/src/filiale/macheng/UserBaseInfoNew.vue +346 -346
- package/src/filiale/macheng/sale.js +42 -42
- package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
- package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
- package/src/filiale/tongchuan/sale.js +102 -97
- package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
- package/src/filiale/wuhai/TransferManage.vue +403 -0
- package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
- package/src/filiale/wuhai/sale.js +5 -1
- package/src/main.js +1 -1
- package/src/plugins/LogicService.js +477 -474
- package/src/sale.js +2 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/gc.properties +0 -0
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto select-overspread">
|
|
3
|
+
<ul class="nav nav-tabs">
|
|
4
|
+
<li role="presentation" class="active" style="width: 100%">
|
|
5
|
+
<a href="#" style="display: inline-block;">表具信息</a>
|
|
6
|
+
<button class="button_search button_spacing" style="float: right;" type="button" @click="reSearch">返回</button>
|
|
7
|
+
</li>
|
|
8
|
+
</ul>
|
|
9
|
+
<div class="row">
|
|
10
|
+
<div class="col-sm-6 form-group">
|
|
11
|
+
<label class="font_normal_body">表  号</label>
|
|
12
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_meternumber" placeholder="表号"/>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="col-sm-6 form-group">
|
|
15
|
+
<label class="font_normal_body">用气性质</label>
|
|
16
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_gasproperties" placeholder="表号"/>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="col-sm-6 form-group">
|
|
19
|
+
<label class="font_normal_body">气表状态</label>
|
|
20
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_table_state" placeholder="表具状态"/>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="col-sm-6 form-group">
|
|
23
|
+
<label class="font_normal_body">阀门状态</label>
|
|
24
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_valvestate" placeholder="表具状态"/>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="col-sm-6 form-group">
|
|
27
|
+
<label class="font_normal_body">气表品牌</label>
|
|
28
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_meter_brand" placeholder="表具状态"/>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="col-sm-6 form-group">
|
|
31
|
+
<label class="font_normal_body">气表型号</label>
|
|
32
|
+
<input type="text" class="input_search" style="width: 60%" v-model="row.f_meter_style" placeholder="表具状态"/>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<ul class="nav nav-tabs">
|
|
36
|
+
<li role="presentation" class="active"><a href="#">表具操作</a></li>
|
|
37
|
+
</ul>
|
|
38
|
+
<button class="button_search button_spacing" type="button" @click="openUser">开户</button>
|
|
39
|
+
<button class="button_search button_spacing" type="button" @click="valvecontrol">开关阀</button>
|
|
40
|
+
<button class="button_search button_spacing" type="button" @click="zdfk">开关自动阀控</button>
|
|
41
|
+
<!--阀控管理弹框-->
|
|
42
|
+
<modal :show.sync="valve">
|
|
43
|
+
<header slot="modal-header" class="modal-header">
|
|
44
|
+
<button type="button" class="close" @click="close()"><span>×</span></button>
|
|
45
|
+
<h4 class="modal-title" align="center">阀控管理</h4>
|
|
46
|
+
</header>
|
|
47
|
+
<article slot="modal-body" class="modal-body">
|
|
48
|
+
<div class="form-group " style="padding-left: 8px">
|
|
49
|
+
<label class="font_normal_body">操作原因</label>
|
|
50
|
+
<textarea class="form-control" style="width:80%" v-model="operateReason" rows="3"
|
|
51
|
+
placeholder="请填写操作原因"></textarea>
|
|
52
|
+
</div>
|
|
53
|
+
</article>
|
|
54
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
55
|
+
<button type="button" class="button_search btn-ln fr" @click='valveoperate(true)'>开阀</button>
|
|
56
|
+
|
|
57
|
+
<button type="button" class="btn btn-info btn-ln fr" @click='valveoperate(false)'>关阀</button>
|
|
58
|
+
</footer>
|
|
59
|
+
</modal>
|
|
60
|
+
</div>
|
|
61
|
+
</template>
|
|
62
|
+
|
|
63
|
+
<script>
|
|
64
|
+
import vue from 'vue'
|
|
65
|
+
|
|
66
|
+
export default {
|
|
67
|
+
title: '操作详情',
|
|
68
|
+
name: 'WebMeterBatchOperate',
|
|
69
|
+
props: ['row'],
|
|
70
|
+
data () {
|
|
71
|
+
return {
|
|
72
|
+
famenShow: '',
|
|
73
|
+
valve: '',
|
|
74
|
+
operateReason: '',
|
|
75
|
+
famenShow1: ''
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
ready () {
|
|
79
|
+
console.log('进入操作详情')
|
|
80
|
+
},
|
|
81
|
+
methods: {
|
|
82
|
+
reSearch () {
|
|
83
|
+
this.$dispatch('research')
|
|
84
|
+
},
|
|
85
|
+
// 阀控管理
|
|
86
|
+
valvecontrol () {
|
|
87
|
+
if (this.$login.r.includes('开关阀')) {
|
|
88
|
+
this.valve = true
|
|
89
|
+
} else {
|
|
90
|
+
this.$showAlert('您没有开关阀权限,请联系管理员!!', 'warning', 3000)
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
close () {
|
|
94
|
+
this.valve = false
|
|
95
|
+
this.operateReason = ''
|
|
96
|
+
},
|
|
97
|
+
async zdfk () {
|
|
98
|
+
let data = {
|
|
99
|
+
f_userfiles_id: this.row.f_userfiles_id
|
|
100
|
+
}
|
|
101
|
+
if (this.row.f_network_valve === '关闭') {
|
|
102
|
+
await this.$resetpost('rs/logic/openzdfk', data, {resolveMsg: '开启自动阀控成功。', rejectMsg: '开启自动阀控失败!!!'})
|
|
103
|
+
} else {
|
|
104
|
+
await this.$resetpost('rs/logic/closezdfk', data, {resolveMsg: '关闭自动阀控成功。', rejectMsg: '关闭自动阀控失败!!!'})
|
|
105
|
+
}
|
|
106
|
+
await this.$dispatch('research')
|
|
107
|
+
},
|
|
108
|
+
// 开关阀操作
|
|
109
|
+
async valveoperate (oper) {
|
|
110
|
+
let msg = oper ? '开阀' : '关阀'
|
|
111
|
+
let datas = {
|
|
112
|
+
instructType: '阀门控制',
|
|
113
|
+
instructTitle: `手动${msg}`,
|
|
114
|
+
condition: `t_userfiles.f_userfiles_id='${this.row.f_userfiles_id}'`,
|
|
115
|
+
meterBrandName: this.row.f_alias,
|
|
116
|
+
f_instruct_state: '待发送',
|
|
117
|
+
inputtor: vue.$login.f.name,
|
|
118
|
+
reasonInfo: this.operateReason,
|
|
119
|
+
meternumberf: this.row.f_meternumber,
|
|
120
|
+
contentData: {isOpen: oper ? 1 : 0}
|
|
121
|
+
}
|
|
122
|
+
await this.$resetpost('rs/logic/iot_saveInstruct', {data: datas},
|
|
123
|
+
{warnMsg: `确定要进行${msg}操作吗?`, resolveMsg: `${msg}成功`, rejectMsg: `${msg}失败`}).then(res => {
|
|
124
|
+
this.valve = false
|
|
125
|
+
this.operateReason = ''
|
|
126
|
+
})
|
|
127
|
+
await this.$dispatch('research')
|
|
128
|
+
},
|
|
129
|
+
async openUser () {
|
|
130
|
+
let data = {
|
|
131
|
+
f_userfiles_id: this.row.f_userfiles_id
|
|
132
|
+
}
|
|
133
|
+
await this.$resetpost('rs/logic/startup', data)
|
|
134
|
+
await this.$dispatch('research')
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
computed: {
|
|
138
|
+
// 界面细节权限
|
|
139
|
+
jurisdiction () {
|
|
140
|
+
return this.$login.r ? this.$login.r : []
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
watch: {}
|
|
144
|
+
}
|
|
145
|
+
</script>
|
|
146
|
+
|
|
147
|
+
<style scoped>
|
|
148
|
+
|
|
149
|
+
</style>
|
|
150
|
+
|