sale-client 3.5.1 → 3.5.2

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.
Files changed (47) hide show
  1. package/package.json +1 -1
  2. package/src/components/FilesManage/FileUserFiles.vue +0 -4
  3. package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  4. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +0 -4
  5. package/src/components/revenue/concentrator/ncArchivesList.vue +1 -1
  6. package/src/components/revenue/concentrator/ncUserfilesList2.vue +0 -30
  7. package/src/filiale/{WEINAN → weinan}/AutomaticPurse.vue +0 -0
  8. package/src/filiale/{WEINAN → weinan}/CardList.vue +0 -0
  9. package/src/filiale/{WEINAN → weinan}/CardMeterCenter.vue +0 -0
  10. package/src/filiale/{WEINAN → weinan}/CardMeterChargeCancel.vue +0 -0
  11. package/src/filiale/{WEINAN → weinan}/ChangeMeter.vue +0 -0
  12. package/src/filiale/{WEINAN → weinan}/ChargeList.vue +0 -0
  13. package/src/filiale/{WEINAN → weinan}/ChargeManageNew.vue +0 -0
  14. package/src/filiale/{WEINAN → weinan}/ChargeQueryUser.vue +0 -0
  15. package/src/filiale/{WEINAN → weinan}/ChargeRecordQuery.vue +0 -0
  16. package/src/filiale/{WEINAN → weinan}/DisableManage.vue +0 -0
  17. package/src/filiale/{WEINAN → weinan}/EnableManage.vue +0 -0
  18. package/src/filiale/{WEINAN → weinan}/FileAddressManage.vue +0 -0
  19. package/src/filiale/{WEINAN → weinan}/FileUserAddress.vue +0 -0
  20. package/src/filiale/{WEINAN → weinan}/HighMeter.vue +0 -0
  21. package/src/filiale/{WEINAN → weinan}/IOTMeterCenter.vue +0 -0
  22. package/src/filiale/{WEINAN → weinan}/MachineMeterCenter.vue +0 -0
  23. package/src/filiale/{WEINAN → weinan}/MeterMessage.vue +0 -0
  24. package/src/filiale/{WEINAN → weinan}/MeterinfoTest.vue +0 -0
  25. package/src/filiale/{WEINAN → weinan}/OffGasAddGas.vue +0 -0
  26. package/src/filiale/{WEINAN → weinan}/OtherGas.vue +0 -0
  27. package/src/filiale/{WEINAN → weinan}/OverUseCharge.vue +0 -0
  28. package/src/filiale/{WEINAN → weinan}/RecordCancel.vue +0 -0
  29. package/src/filiale/{WEINAN → weinan}/RecordQueryUser.vue +0 -0
  30. package/src/filiale/{WEINAN → weinan}/ReplaceCardManage.vue +0 -0
  31. package/src/filiale/{WEINAN → weinan}/ShowCardSellGas.vue +0 -0
  32. package/src/filiale/{WEINAN → weinan}/Stairinfo.vue +0 -0
  33. package/src/filiale/{WEINAN → weinan}/TransferManage.vue +0 -0
  34. package/src/filiale/{WEINAN → weinan}/UserBaseInfoNew.vue +0 -0
  35. package/src/filiale/{WEINAN → weinan}/UserEssentialInfoTest.vue +0 -0
  36. package/src/filiale/{WEINAN → weinan}/UserGeneralInfoTest.vue +0 -0
  37. package/src/filiale/{WEINAN → weinan}/UserInfoDetailManageNew.vue +0 -0
  38. package/src/filiale/{WEINAN → weinan}/Userinfo.vue +0 -0
  39. package/src/filiale/{WEINAN → weinan}/gasmove.vue +0 -0
  40. package/src/filiale/{WEINAN → weinan}/meterinfodetail.vue +0 -0
  41. package/src/filiale/{WEINAN → weinan}/plugins/FileManageService.js +0 -0
  42. package/src/filiale/{WEINAN → weinan}/plugins/getTimeService.js +0 -0
  43. package/src/filiale/{WEINAN → weinan}/sale.js +0 -0
  44. package/src/filiale/{WEINAN → weinan}/sale.js~Stashed changes +0 -0
  45. package/src/filiale/{WEINAN → weinan}/static/mainicon//347/237/251/345/275/2421828.png +0 -0
  46. package/src/main.js +1 -1
  47. package/yarn-error.log +9224 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -437,7 +437,6 @@
437
437
  </div>
438
438
  </article>
439
439
  <footer slot="modal-footer" class="modal-footer">
440
- <button class="button_search button_spacing" type="button" @click="goChargeManage()">去收费</button>
441
440
  <button class="button_search button_spacing" type="button" @click="doCopy()">复制</button>
442
441
  <button class="button_search button_spacing" type="button" @click="close2()">取消</button>
443
442
  </footer>
@@ -637,9 +636,6 @@ let loadParamGem = async function (self) {
637
636
  this.isShowDetailInfo = true
638
637
  this.rowData = obj
639
638
  },
640
- goChargeManage () {
641
- this.$goto('charge-manage', {f: this.$login.f}, 'main')
642
- },
643
639
  async doCopy () {
644
640
  await this.$copyText(this.resdata)
645
641
  this.resshow = false
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <div class="row">
95
95
  <div class="col-sm-2"></div>
96
- <input v-if="fileSaveData.reason==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
96
+ <input v-if="fileSaveData.reason ==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
97
97
  </div>
98
98
  </article>
99
99
  <footer slot="modal-footer" class="modal-footer">
@@ -151,7 +151,6 @@
151
151
  </div>
152
152
  <div class="auto" style="float: right;">
153
153
  <button class="button_clear " @click="cancelmain()" >返回</button>
154
- <button class="button_search" type="button" @click="goChargeManage">去收费</button>
155
154
  <button v-if="row.f_meter_brand.includes('西美')&&row.f_meter_type.includes('物联网表')"
156
155
  class="button_search" type="button" @click="clearBarrier">清除障碍</button>
157
156
  <button v-if="row.f_meter_type.includes('物联网表')"
@@ -317,9 +316,6 @@
317
316
  uuidA = s.join('');
318
317
  return uuidA;
319
318
  },
320
- goChargeManage () {
321
- this.$goto('charge-manage', {f: this.$login.f}, 'main')
322
- },
323
319
  openUser () {
324
320
  this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
325
321
  if (res === 'confirm') {
@@ -80,7 +80,7 @@
80
80
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_mpc_state}}</nobr></td>
81
81
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_mpc_network}}</nobr></td>
82
82
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_last_message_date}}</nobr></td>
83
- <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_new_message}}</nobr></td>
83
+ <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_newmessage}}</nobr></td>
84
84
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_modify_user}}</nobr></td>
85
85
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.f_modify_date}}</nobr></td>
86
86
  <td v-show="$parent.$parent.$parent.listshow" style="text-align:center"><nobr>{{row.sumuserfiles}}</nobr></td>
@@ -28,7 +28,6 @@
28
28
  condition="f_address like '%{}%'" placeholder='客户地址'>
29
29
  </div>
30
30
  <div class="span" style="float:right;">
31
- <button class="button_search button_spacing" @click="$parent.$parent.networking()">组网</button>
32
31
  <button class="button_search button_spacing" @click="$parent.$parent.meterRead()">抄表</button>
33
32
  <button class="button_search button_spacing" @click="$parent.$parent.confirmaddress()">取消关联</button>
34
33
  <button class="button_search button_spacing" @click="search()">查询</button>
@@ -293,35 +292,6 @@ export default {
293
292
  this.search()
294
293
  }
295
294
  },
296
- async networking () {
297
- let res = await this.$showMessage('确定对选择的表具进行组网操作吗?', ['confirm', 'cancel'])
298
- if (res === 'confirm') {
299
- let rowdata = this.$refs.paged.$refs.grid.getRowData()
300
- if (rowdata.length <= 0) {
301
- this.$showMessage('请至少选择一个表具!')
302
- return
303
- }
304
- console.log(rowdata)
305
- let userfilesids = []
306
- for (let row of rowdata) {
307
- userfilesids.push({
308
- f_userfiles_id: row.f_userfiles_id,
309
- f_meternumber: row.f_meternumber
310
- })
311
- }
312
- let param = {
313
- f_orgid: this.$login.f.orgid,
314
- f_orgname: this.$login.f.name,
315
- concentratorid: this.fileinfo.id,
316
- f_mpc_number: this.fileinfo.f_mpc_number,
317
- userfilesid: '',
318
- userfilesids: userfilesids,
319
- state: 'delete'
320
- }
321
- await this.$resetpost('rs/logic/concentratorNetWorking', param, {resolveMsg: '组网操作成功!', rejectMsg: '组网操作失败!'})
322
- this.search()
323
- }
324
- },
325
295
  search () {
326
296
  this.$refs.paged.$refs.cri.search()
327
297
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/main.js CHANGED
@@ -7,7 +7,7 @@ import VueClipboard from 'vue-clipboard2'
7
7
  Vue.use(VueClipboard)
8
8
  Vue.config.silent = true
9
9
  // 新打包写法
10
- Vue.use(sale, {filiale: 'zhongsheng'})
10
+ Vue.use(sale, {filiale: 'tongchuan'})
11
11
  address()
12
12
  ldap()
13
13
  require('system-clients/src/styles/less/bootstrap.less')