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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.113",
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
- // return this.$login.f.f_installman
272
- let rs = new Array()
273
- for (let i = 0; i < this.$login.f.f_installman.length; i++) {
274
- let temp = {
275
- label: this.$login.f.f_installman[i].name,
276
- value: this.$login.f.f_installman[i].name
277
- }
278
- rs.push(temp)
279
- }
280
- return rs
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 () {