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
@@ -345,7 +345,7 @@ export default {
345
345
  this.gasbrand = res.data[0]
346
346
  })
347
347
  this.newmeterinfo = [{}]
348
- // let res = await axios.post('/webmeter/rs/logic/getParamsByGasBrand', {data: {gasBrandId: val}}, {timeout: 10 * 60 * 1000})
348
+ // let res = await this.$resetpost('/webmeter/rs/logic/getParamsByGasBrand', {data: {gasBrandId: val}}, {timeout: 10 * 60 * 1000})
349
349
  let res = await this.$resetpost('/webmeter/rs/logic/getParamsByGasBrand', {data: {gasBrandId: val}}, {resolveMsg: '参数已加载', rejectMsg: null})
350
350
  this.newmeterinfo = res.data
351
351
  for (let i = 0; i < this.newmeterinfo.length; i++) {
@@ -977,7 +977,7 @@ let loadParamGem = async function (self) {
977
977
  }
978
978
  let self = this
979
979
  try {
980
- await axios.post('api/af-revenue/logic/newSettleFileImport',
980
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
981
981
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
982
982
  if (res.data) {
983
983
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -52,7 +52,7 @@ export default {
52
52
  async rushRedInvoice (data) {
53
53
  try {
54
54
  // 否则正常打票
55
- await axios.post('/invoice/rs/logic/getInvoice',
55
+ await this.$resetpost('/invoice/rs/logic/getInvoice',
56
56
  Object.assign(data, {
57
57
  invoice_type: 1,
58
58
  loginInfo: {
@@ -86,7 +86,7 @@ export default {
86
86
  async openETicket (id, model, f_charge_type, invoice_type, retry, is_tax, handplanTableName) {
87
87
  console.log('>>> f_invoice_type', invoice_type)
88
88
  try {
89
- let result = await axios.post('/invoice/rs/logic/getInvoice', Object.assign({
89
+ let result = await this.$resetpost('/invoice/rs/logic/getInvoice', Object.assign({
90
90
  id,
91
91
  f_charge_type,
92
92
  retry,
@@ -963,7 +963,7 @@ let loadParamGem = async function (self) {
963
963
  }
964
964
  let self = this
965
965
  try {
966
- await axios.post('api/af-revenue/logic/newSettleFileImport',
966
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
967
967
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
968
968
  if (res.data) {
969
969
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -1084,7 +1084,7 @@ let loadParamGem = async function (self) {
1084
1084
  }
1085
1085
  let self = this
1086
1086
  try {
1087
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1087
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1088
1088
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
1089
1089
  if (res.data) {
1090
1090
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -1019,7 +1019,7 @@ let loadParamGem = async function (self) {
1019
1019
  }
1020
1020
  let self = this
1021
1021
  try {
1022
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1022
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1023
1023
  {data: param}, {timeout: 10 * 60 * 1000, headers: {token: Vue.$login.jwt, Authorization: 'Bearer ' + Vue.$login.jwtNew}}).then((res) => {
1024
1024
  if (res.data.data) {
1025
1025
  let resultData = res.data.data
@@ -951,7 +951,7 @@ let loadParamGem = async function (self) {
951
951
  }
952
952
  let self = this
953
953
  try {
954
- await axios.post('api/af-revenue/logic/newSettleFileImport',
954
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
955
955
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
956
956
  if (res.data) {
957
957
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -1049,7 +1049,7 @@ let loadParamGem = async function (self) {
1049
1049
  }
1050
1050
  let self = this
1051
1051
  try {
1052
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1052
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1053
1053
  {data: param}, {timeout: 10 * 60 * 1000, headers: {token: Vue.$login.jwt, Authorization: 'Bearer ' + Vue.$login.jwtNew}}).then((res) => {
1054
1054
  if (res.data.data) {
1055
1055
  let resultData = res.data.data
@@ -969,7 +969,7 @@ export default {
969
969
  }
970
970
  let self = this
971
971
  try {
972
- await axios.post('api/af-revenue/logic/newSettleFileImport',
972
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
973
973
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
974
974
  if (res.data) {
975
975
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -443,7 +443,7 @@ import axios from 'axios'
443
443
  this.batchMeterShow = false
444
444
  let self = this
445
445
  try {
446
- await axios.post('api/af-revenue/logic/importData',
446
+ await this.$resetpost('api/af-revenue/logic/importData',
447
447
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
448
448
  if (res.data) {
449
449
  this.uploadCodeCondition = self.convertToIn(res.data.dataArr)
@@ -1452,7 +1452,7 @@ export default {
1452
1452
  }
1453
1453
  let self = this
1454
1454
  try {
1455
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1455
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1456
1456
  {data: param}, {
1457
1457
  timeout: 10 * 60 * 1000,
1458
1458
  headers: {token: Vue.$login.jwt, Authorization: 'Bearer ' + Vue.$login.jwtNew}
@@ -991,7 +991,7 @@ let loadParamGem = async function (self) {
991
991
  }
992
992
  let self = this
993
993
  try {
994
- await axios.post('api/af-revenue/logic/newSettleFileImport',
994
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
995
995
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
996
996
  if (res.data) {
997
997
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -868,7 +868,7 @@ let loadParamGem = async function (self) {
868
868
  debugger
869
869
  let self = this
870
870
  try {
871
- await axios.post('api/af-revenue/logic/newSettleFileImport',
871
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
872
872
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
873
873
  if (res.data) {
874
874
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -718,7 +718,7 @@ let loadParamGem = async function (self) {
718
718
  }
719
719
  let self = this
720
720
  try {
721
- await axios.post('rs/business/batchRunExcelProgress/filemanage_fileSave_gehua/newPrepareSettleFileImport',
721
+ await this.$resetpost('rs/business/batchRunExcelProgress/filemanage_fileSave_gehua/newPrepareSettleFileImport',
722
722
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
723
723
  if (res.data) {
724
724
  self.$showMessage(`本次批量建档共上传${res.data.totalCount}条数据,符合条件的共${res.data.totalsum}条,不符合条件的共${res.data.totalCount - res.data.totalsum}条, 建档成功${res.data.successsum}条,建档失败${res.data.totalCount - res.data.totalsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -939,7 +939,7 @@ let loadParamGem = async function (self) {
939
939
  }
940
940
  let self = this
941
941
  try {
942
- await axios.post('api/af-revenue/logic/newSettleFileImport',
942
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
943
943
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
944
944
  if (res.data) {
945
945
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -442,7 +442,7 @@ import axios from 'axios'
442
442
  this.batchMeterShow = false
443
443
  let self = this
444
444
  try {
445
- await axios.post('api/af-revenue/logic/importData',
445
+ await this.$resetpost('api/af-revenue/logic/importData',
446
446
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
447
447
  if (res.data) {
448
448
  this.uploadCodeCondition = self.convertToIn(res.data.dataArr)
@@ -984,7 +984,7 @@ export default {
984
984
  }
985
985
  let self = this
986
986
  try {
987
- await axios.post('api/af-revenue/logic/newSettleFileImport',
987
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
988
988
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
989
989
  if (res.data) {
990
990
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -506,7 +506,7 @@ import axios from 'axios'
506
506
  this.batchMeterShow = false
507
507
  let self = this
508
508
  try {
509
- await axios.post('api/af-revenue/logic/importData',
509
+ await this.$resetpost('api/af-revenue/logic/importData',
510
510
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
511
511
  if (res.data) {
512
512
  this.uploadCodeCondition = self.convertToIn(res.data.dataArr)
@@ -1039,7 +1039,7 @@ let loadParamGem = async function (self) {
1039
1039
  }
1040
1040
  let self = this
1041
1041
  try {
1042
- await axios.post('api/af-revenue/logic/newSettleFileImport',
1042
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
1043
1043
  {data: param}, {timeout: 10 * 60 * 1000, headers: {token: Vue.$login.jwt, Authorization: 'Bearer ' + Vue.$login.jwtNew}}).then((res) => {
1044
1044
  if (res.data.data) {
1045
1045
  let resultData = res.data.data
@@ -939,7 +939,7 @@ let loadParamGem = async function (self) {
939
939
  }
940
940
  let self = this
941
941
  try {
942
- await axios.post('api/af-revenue/logic/newSettleFileImport',
942
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
943
943
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
944
944
  if (res.data) {
945
945
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -856,7 +856,7 @@ let loadParamGem = async function (self) {
856
856
  body = data
857
857
  }
858
858
  }
859
- await axios.post('api/af-revenue/logic/newSettleFileImport',
859
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
860
860
  body, {timeout: 10 * 60 * 1000}).then((ress) => {
861
861
  if (ress.data) {
862
862
  let resultdata = self.AESDecrypt(ress.data, encryKey)
@@ -51,7 +51,7 @@ export default {
51
51
  async rushRedInvoice (data) {
52
52
  try {
53
53
  // 否则正常打票
54
- let result = await axios.post('/invoice/rs/logic/getInvoice', Object.assign(data, {invoice_type: 1}), {
54
+ let result = await this.$resetpost('/invoice/rs/logic/getInvoice', Object.assign(data, {invoice_type: 1}), {
55
55
  resolveMsg: null,
56
56
  rejectMsg: '发票冲红失败!!'
57
57
  })
@@ -78,7 +78,7 @@ export default {
78
78
  // 判断 id 是否为数组,如果是数组则去重
79
79
  let processedId = Array.isArray(id) ? [...new Set(id)] : id
80
80
 
81
- let result = await axios.post('/invoice/rs/logic/getInvoice', Object.assign({
81
+ let result = await this.$resetpost('/invoice/rs/logic/getInvoice', Object.assign({
82
82
  id: processedId || id,
83
83
  f_charge_type,
84
84
  retry,
@@ -329,7 +329,7 @@
329
329
  }
330
330
  let self = this
331
331
  try {
332
- await axios.post('api/af-revenue/logic/newSettleFileImport',
332
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
333
333
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
334
334
  if (res.data) {
335
335
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -11,9 +11,9 @@
11
11
  style="width:60%"
12
12
  class="datepicker"
13
13
  v-model="model.startDate"
14
- condition="f_hand_date >='{} 00:00:00'"
14
+ condition="f_hand_date >='{}'"
15
15
  :value.sync="model.startDate"
16
- :format="'yyyy-MM-dd'"
16
+ :format="'yyyy-MM-dd 00:00:00'"
17
17
  ></datepicker>
18
18
  </div>
19
19
  <div class="col-sm-2 form-group">
@@ -22,8 +22,8 @@
22
22
  style="width:60%"
23
23
  v-model="model.endDate"
24
24
  :value.sync="model.endDate"
25
- condition="f_hand_date <='{} 23:59:59'"
26
- :format="'yyyy-MM-dd'"
25
+ condition="f_hand_date <='{}'"
26
+ :format="'yyyy-MM-dd 23:59:59'"
27
27
  ></datepicker>
28
28
  </div>
29
29
  <div class="col-sm-2 form-group">
@@ -520,10 +520,10 @@ export default {
520
520
  imgclose () {
521
521
  this.imgshow = false
522
522
  },
523
- getFileName(fullPath) {
524
- if (!fullPath) return '';
525
- let url = fullPath.split('?')[0]; // 去除?后参数
526
- return url.substring(url.lastIndexOf('/') + 1); // 截取最后一段
523
+ getFileName (fullPath) {
524
+ if (!fullPath) return ''
525
+ let url = fullPath.split('?')[0] // 去除?后参数
526
+ return url.substring(url.lastIndexOf('/') + 1) // 截取最后一段
527
527
  },
528
528
  imgShow (val) {
529
529
  this.imgfilename = `/rs/image/file/` + val
@@ -749,8 +749,8 @@ export default {
749
749
  },
750
750
  reflash () {
751
751
  this.$refs.paged.$refs.criteria.model.f_orgid = `${Vue.$login.f.orgid}`
752
- this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0]
753
- this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1]
752
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0] + ' 00:00:00'
753
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1] + ' 23:59:59'
754
754
  this.search()
755
755
  },
756
756
  beforenter (index, row) {
@@ -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>
@@ -489,8 +489,8 @@ export default {
489
489
  orderitem: 'f_userinfo_code',
490
490
  model: new PagedList('api/af-revenue/sql/getCardPlan', 50, {orderitem: this.orderitem ? '"' + this.orderitem + ' "' : `'f_userinfo_code'`}, {f_actualtablebase: 0}),
491
491
  // model: new PagedList('api/af-revenue/sql/cardHands', 50),
492
- startDate: Util.toStartAndEndDateString()[0],
493
- endDate: Util.toStartAndEndDateString()[1],
492
+ startDate: Util.toStartAndEndDateString()[0] + ' 00:00:00',
493
+ endDate: Util.toStartAndEndDateString()[1] + ' 23:59:59',
494
494
  handDate: null,
495
495
  batch_audit: false,
496
496
  cardCental: false,
@@ -535,14 +535,14 @@ export default {
535
535
  if (this.timer) clearInterval(this.timer)
536
536
  },
537
537
  ready () {
538
- this.$refs.paged.$refs.criteria.model.startDate = Util.toStartAndEndDateString()[0]
539
- this.$refs.paged.$refs.criteria.model.endDate = Util.toStartAndEndDateString()[1]
538
+ this.$refs.paged.$refs.criteria.model.startDate = Util.toStartAndEndDateString()[0] + ' 00:00:00'
539
+ this.$refs.paged.$refs.criteria.model.endDate = Util.toStartAndEndDateString()[1] + ' 23:59:59'
540
540
  loadParamGem(this)
541
541
  },
542
542
  methods: {
543
543
  downloadFiles () {
544
544
  let downurl = 'api/af-revenue/downloadfile/file?filename=卡表批量抄表导入模板'
545
- this.$downFile(downurl,'卡表批量抄表导入模板.xlsx')
545
+ this.$downFile(downurl, '卡表批量抄表导入模板.xlsx')
546
546
  },
547
547
  hidden () {
548
548
  this.criteriaShow = !this.criteriaShow
@@ -644,7 +644,7 @@ export default {
644
644
  if (!row.f_tablebase || ((row.f_tablebase - 0) - (row.f_last_tablebase - 0)).toFixed(3) < 0) {
645
645
  return
646
646
  }
647
- if (row.f_tablebase.toString().split(".").length>1 && row.f_tablebase.toString().split(".")[1].length>3) {
647
+ if (row.f_tablebase.toString().split('.').length > 1 && row.f_tablebase.toString().split('.')[1].length > 3) {
648
648
  Vue.set(row, 'error', '底数最多只能输入小数点后3位')
649
649
  return
650
650
  }
@@ -959,7 +959,7 @@ let loadParamGem = async function (self) {
959
959
  }
960
960
  let self = this
961
961
  try {
962
- await axios.post('api/af-revenue/logic/newSettleFileImport',
962
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
963
963
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
964
964
  if (res.data) {
965
965
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -922,7 +922,7 @@ let loadParamGem = async function (self) {
922
922
  }
923
923
  let self = this
924
924
  try {
925
- await axios.post('api/af-revenue/logic/newSettleFileImport',
925
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
926
926
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
927
927
  if (res.data) {
928
928
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -786,7 +786,7 @@
786
786
  let param = {
787
787
  info: estimate
788
788
  }
789
- await axios.post('api/af-revenue/logic/taskDistribution',
789
+ await this.$resetpost('api/af-revenue/logic/taskDistribution',
790
790
  {data: param}).then((res) => {
791
791
  if (res.data) {
792
792
  this.iswork = false
@@ -864,7 +864,7 @@ let loadParamGem = async function (self) {
864
864
  debugger
865
865
  let self = this
866
866
  try {
867
- await axios.post('api/af-revenue/logic/newSettleFileImport',
867
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
868
868
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
869
869
  if (res.data) {
870
870
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -920,7 +920,7 @@ let loadParamGem = async function (self) {
920
920
  }
921
921
  let self = this
922
922
  try {
923
- await axios.post('api/af-revenue/logic/newSettleFileImport',
923
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
924
924
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
925
925
  if (res.data) {
926
926
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -949,7 +949,7 @@ let loadParamGem = async function (self) {
949
949
  }
950
950
  let self = this
951
951
  try {
952
- await axios.post('rs/business/batchRunExcelDefault/filemanage_fileSave_zhongyi/newSettleFileImport',
952
+ await this.$resetpost('rs/business/batchRunExcelDefault/filemanage_fileSave_zhongyi/newSettleFileImport',
953
953
  {data: param}, {timeout: 30000}).then((res) => {
954
954
  if (res.data) {
955
955
  self.$showMessage(`本次批量建档共上传${res.data.totalCount}条数据,符合条件的共${res.data.totalsum}条,不符合条件的共${res.data.totalCount -res.data.totalsum}条, 建档成功${res.data.successsum}条,建档失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)
@@ -931,7 +931,7 @@ let loadParamGem = async function (self) {
931
931
  }
932
932
  let self = this
933
933
  try {
934
- await axios.post('api/af-revenue/logic/newSettleFileImport',
934
+ await this.$resetpost('api/af-revenue/logic/newSettleFileImport',
935
935
  {data: param}, {timeout: 10 * 60 * 1000}).then((res) => {
936
936
  if (res.data) {
937
937
  self.$showMessage(`本次上传共上传${res.data.totalsum}条数据, 成功${res.data.successnum}条,失败${res.data.errorsum}条,具体失败数据请在稽查查询错误查询中查看!!`)