sale-client 4.2.70 → 4.2.72

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 (58) hide show
  1. package/package.json +1 -1
  2. package/src/components/FilesManage/FileUserFiles.vue +1 -1
  3. package/src/components/revenue/Common/EticketPrint.vue +2 -2
  4. package/src/components/revenue/HandManager/CardHand.vue +6 -6
  5. package/src/components/revenue/cardHandManage/cardDown.vue +6 -6
  6. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
  7. package/src/components/webMeter/paramSave/ParamSetForm.vue +1 -1
  8. package/src/filiale/alashan/FileUserFiles.vue +1 -1
  9. package/src/filiale/alashan/eticket/EticketPrint.vue +2 -2
  10. package/src/filiale/ancheng/FilesManage/FileUserFiles.vue +1 -1
  11. package/src/filiale/bayan/FilesManage/FileUserFiles.vue +1 -1
  12. package/src/filiale/beifangshiye/FilesManage/FileUserFiles.vue +1 -1
  13. package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +1 -1
  14. package/src/filiale/dexin/FileUserFiles.vue +1 -1
  15. package/src/filiale/dongguan/components/FilesManage/FileUserFiles.vue +1 -1
  16. package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +1 -1
  17. package/src/filiale/fugou/FileUserFiles.vue +1 -1
  18. package/src/filiale/ganquan/components/FilesManage/FileUserFiles.vue +1 -1
  19. package/src/filiale/gaomi/components/FilesManage/FileUserFiles.vue +1 -1
  20. package/src/filiale/gehua/FileManageNew/FileUserFiles.vue +1 -1
  21. package/src/filiale/gehua/FileUserFiles.vue +1 -1
  22. package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +1 -1
  23. package/src/filiale/haile/FilesManage/FileUserFiles.vue +1 -1
  24. package/src/filiale/hantou/WebMeterBatchOperationValve.vue +1 -1
  25. package/src/filiale/huaran/FilesManage/FileUserFiles.vue +1 -1
  26. package/src/filiale/huayin/FileUserFiles.vue +1 -1
  27. package/src/filiale/jingwei/FileUserFiles.vue +1 -1
  28. package/src/filiale/jingyang/EticketPrint.vue +2 -2
  29. package/src/filiale/jingyang/GovernmentSell.vue +1 -1
  30. package/src/filiale/jinhuang/WebHand.vue +10 -10
  31. package/src/filiale/jinhuang/cardsHand.vue +8 -8
  32. package/src/filiale/kelai/FileUserFilesKeLai.vue +1 -1
  33. package/src/filiale/konggang/FileUserFiles.vue +1 -1
  34. package/src/filiale/macheng/EstimateManager.vue +1 -1
  35. package/src/filiale/macheng/FileUserFiles.vue +1 -1
  36. package/src/filiale/meihekou/FileUserFiles.vue +1 -1
  37. package/src/filiale/ningjin/FileUserFiles.vue +1 -1
  38. package/src/filiale/qianneng/FilesManage/FileUserFiles.vue +1 -1
  39. package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
  40. package/src/filiale/qingjian/FileUserFiles.vue +1 -1
  41. package/src/filiale/rizhao/FileUserFiles.vue +1 -1
  42. package/src/filiale/rongcheng/FileUserFiles.vue +1 -1
  43. package/src/filiale/rongchuang/FilesManage/FileUserFiles.vue +1 -1
  44. package/src/filiale/shanggao/FileUserFiles.vue +1 -1
  45. package/src/filiale/shanxian/components/FilesManage/FileUserFiles.vue +1 -1
  46. package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +1 -1
  47. package/src/filiale/shaoguan/FilesManage/FileUserFiles.vue +1 -1
  48. package/src/filiale/shaoguan/Message/MessageList.vue +1 -1
  49. package/src/filiale/shexian/FilesManage/FileUserFiles.vue +1 -1
  50. package/src/filiale/wenxi/FileUserFiles.vue +1 -1
  51. package/src/filiale/wuan/FileUserFiles.vue +1 -1
  52. package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +1 -1
  53. package/src/filiale/yangchun/EticketPrint.vue +2 -2
  54. package/src/filiale/yangchun/FilesManage/FileUserFiles.vue +1 -1
  55. package/src/filiale/yuncheng/IndustryCommerceHand.vue +5 -0
  56. package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +38 -0
  57. package/src/filiale/zhongsheng/FilesManage/FileUserFiles.vue +1 -1
  58. package/src/filiale/zhongyi/FileUserFiles.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.70",
3
+ "version": "4.2.72",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1046,7 +1046,7 @@ let loadParamGem = async function (self) {
1046
1046
  }
1047
1047
  let self = this
1048
1048
  try {
1049
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1049
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1050
1050
  {data: param}, {timeout: 10 * 60 * 1000, headers: {token: Vue.$login.jwt, Authorization: 'Bearer ' + Vue.$login.jwtNew}}).then((res) => {
1051
1051
  if (res.data.data) {
1052
1052
  let resultData = res.data.data
@@ -52,7 +52,7 @@ export default {
52
52
  async rushRedInvoice (data) {
53
53
  try {
54
54
  // 否则正常打票
55
- let result = await axios.post('/invoice/rs/logic/getInvoice', Object.assign(data, {invoice_type: 1}), {
55
+ let result = await this.$resetpost('/invoice/rs/logic/getInvoice', Object.assign(data, {invoice_type: 1}), {
56
56
  resolveMsg: null,
57
57
  rejectMsg: '发票冲红失败!!'
58
58
  })
@@ -75,7 +75,7 @@ export default {
75
75
  async openETicket (id, model, f_charge_type, invoice_type, retry, is_tax, handplanTableName) {
76
76
  console.log('>>> f_invoice_type', invoice_type)
77
77
  try {
78
- let result = await axios.post('/invoice/rs/logic/getInvoice', Object.assign({
78
+ let result = await this.$resetpost('/invoice/rs/logic/getInvoice', Object.assign({
79
79
  id,
80
80
  f_charge_type,
81
81
  retry,
@@ -20,7 +20,7 @@
20
20
  <datepicker style="width:60%" id="startDate" placeholder="开始日期"
21
21
  v-model="model.startDate"
22
22
  :value.sync="model.startDate"
23
- :format="'yyyy-MM-dd'"
23
+ :format="'yyyy-MM-dd 00:00:00'"
24
24
  :show-reset-button="true">
25
25
  </datepicker>
26
26
  </div>
@@ -30,7 +30,7 @@
30
30
  <datepicker style="width:60%" id="endDate" placeholder="结束日期"
31
31
  v-model="model.endDate"
32
32
  :value.sync="model.endDate"
33
- :format="'yyyy-MM-dd'"
33
+ :format="'yyyy-MM-dd 23:59:59'"
34
34
  :show-reset-button="true">
35
35
  </datepicker>
36
36
  </div>
@@ -445,8 +445,8 @@ import {HttpResetClass, PagedList} from 'vue-client'
445
445
  orderitem: 'f_userinfo_code',
446
446
  model: new PagedList('api/af-revenue/sql/cardHands', 50, {orderitem: this.orderitem ? '"' + this.orderitem + ' "' : `'f_userinfo_code'`}, {f_actualtablebase: 0}),
447
447
  // model: new PagedList('api/af-revenue/sql/cardHands', 50),
448
- startDate: Util.toStartAndEndDateString()[0],
449
- endDate: Util.toStartAndEndDateString()[1],
448
+ startDate: Util.toStartAndEndDateString()[0] +' 00:00:00',
449
+ endDate: Util.toStartAndEndDateString()[1] +' 23:59:59',
450
450
  handDate: null,
451
451
  batch_audit: false,
452
452
  cardCental: false,
@@ -487,8 +487,8 @@ import {HttpResetClass, PagedList} from 'vue-client'
487
487
  }
488
488
  },
489
489
  ready () {
490
- this.$refs.paged.$refs.criteria.model.startDate = Util.toStartAndEndDateString()[0]
491
- this.$refs.paged.$refs.criteria.model.endDate = Util.toStartAndEndDateString()[1]
490
+ this.$refs.paged.$refs.criteria.model.startDate = Util.toStartAndEndDateString()[0]+' 00:00:00'
491
+ this.$refs.paged.$refs.criteria.model.endDate = Util.toStartAndEndDateString()[1]+' 23:59:59'
492
492
  loadParamGem(this)
493
493
  this.$nextTick(() => {
494
494
  if (this.shengyu == 'false') {
@@ -14,7 +14,7 @@
14
14
  class="datepicker"
15
15
  v-model="model.startDate"
16
16
  :value.sync="model.startDate"
17
- :format="'yyyy-MM-dd'"
17
+ :format="'yyyy-MM-dd 00:00:00'"
18
18
  ></datepicker>
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
@@ -23,7 +23,7 @@
23
23
  style="width:60%"
24
24
  v-model="model.endDate"
25
25
  :value.sync="model.endDate"
26
- :format="'yyyy-MM-dd'"
26
+ :format="'yyyy-MM-dd 23:59:59'"
27
27
  ></datepicker>
28
28
  </div>
29
29
 
@@ -847,8 +847,8 @@ export default {
847
847
  },
848
848
  reflash () {
849
849
  this.$refs.paged.$refs.criteria.model.f_orgid = `${Vue.$login.f.orgid}`
850
- this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0]
851
- this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1]
850
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0] + ' 00:00:00'
851
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1] + ' 23:59:59'
852
852
  this.search()
853
853
  },
854
854
  fileUpload () {
@@ -943,8 +943,8 @@ export default {
943
943
  if (this.downModel.downWay === 'downWithSelf') {
944
944
  param.inputtor = this.downModel.downInputtor[0]
945
945
  console.log('下发参数:', param)
946
- console.log(param.inputtor,param.inputtor===undefined)
947
- if(param.inputtor===undefined || param.inputtor===null){
946
+ console.log(param.inputtor, param.inputtor === undefined)
947
+ if (param.inputtor === undefined || param.inputtor === null) {
948
948
  this.$showAlert(`抄表员为空`, 'danger', 10000)
949
949
  return
950
950
  }