sale-client 3.4.113 → 3.4.116
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 +2 -2
- package/src/components/FilesManage/UserDeviceInfoTest.vue +13 -12
- package/src/components/charge/business/CardMeterCenter.vue +899 -899
- package/src/components/charge/business/ChangeMeterAddGas.vue +559 -554
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +150 -150
- package/src/components/revenue/machineHandManage/machineDown.vue +1106 -1105
- package/src/components/revenue/machineHandManage/machineHandManager.vue +78 -84
- package/src/filiale/qingtongxia/CardMeterCenter.vue +743 -743
- package/src/filiale/tongchuan/feeDeduction.vue +158 -146
- package/src/plugins/CardService.js +7 -7
- package/src/sale.js +1067 -1065
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.116",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"sinon-chai": "^2.8.0",
|
|
87
87
|
"style": "0.0.3",
|
|
88
88
|
"style-loader": "^0.20.3",
|
|
89
|
-
"system-clients": "3.2.0",
|
|
89
|
+
"system-clients": "3.2.0-2",
|
|
90
90
|
"url-loader": "^0.5.7",
|
|
91
91
|
"vue-client": "1.24.48",
|
|
92
92
|
"vue-clipboard2": "0.3.1",
|
|
@@ -244,6 +244,7 @@ export default {
|
|
|
244
244
|
devicetypes: this.$appdata.getParam('设备类型'),
|
|
245
245
|
pipetypes: this.$appdata.getParam('管道类型'),
|
|
246
246
|
WatchPurchases: this.$appdata.getParam('购买方式'),
|
|
247
|
+
installperson: this.$appdata.getParam('安装人'),
|
|
247
248
|
installtype: this.$appdata.getParam('安装方式'),
|
|
248
249
|
userdevicestate: this.$appdata.getParam('用户设备状态'),
|
|
249
250
|
builders: this.$appdata.getParam('施工单位'),
|
|
@@ -267,18 +268,18 @@ export default {
|
|
|
267
268
|
}
|
|
268
269
|
},
|
|
269
270
|
computed: {
|
|
270
|
-
installperson () {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
},
|
|
271
|
+
// installperson () {
|
|
272
|
+
// // return this.$login.f.f_installman
|
|
273
|
+
// let rs = new Array()
|
|
274
|
+
// for (let i = 0; i < this.$login.f.f_installman.length; i++) {
|
|
275
|
+
// let temp = {
|
|
276
|
+
// label: this.$login.f.f_installman[i].name,
|
|
277
|
+
// value: this.$login.f.f_installman[i].name
|
|
278
|
+
// }
|
|
279
|
+
// rs.push(temp)
|
|
280
|
+
// }
|
|
281
|
+
// return rs
|
|
282
|
+
// },
|
|
282
283
|
},
|
|
283
284
|
methods: {
|
|
284
285
|
showTableBtn () {
|