safecheck-client 3.0.30-61-t1 → 3.0.30-61-t2

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 +2 -2
  2. package/src/components/DefectDealMain/DefectListNew.vue +1 -1
  3. package/src/components/DefectDealMain/DefectPaperNew.vue +1 -1
  4. package/src/components/NewDefectList/DefectListNew.vue +1 -1
  5. package/src/components/NewDefectList/DefectPaperNew.vue +1 -1
  6. package/src/components/defect/DefectList.vue +1 -1
  7. package/src/components/defect/DefectListWeixiu.vue +1 -1
  8. package/src/components/pc/NewCheckpaper.vue +34 -31
  9. package/src/components/rongcheng/DefectList.vue +1 -1
  10. package/src/components/shaoguan/DefectList.vue +1 -1
  11. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +1 -1
  12. package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +1 -1
  13. package/src/filiale/ganquan/pc/DefectPaperNew.vue +1 -1
  14. package/src/filiale/guangxi/pc/DefectListNew.vue +1 -1
  15. package/src/filiale/guangxi/pc/DefectPaperNew.vue +1 -1
  16. package/src/filiale/huatong/android/SafecheckOrderV.vue +1 -1
  17. package/src/filiale/jiaocheng/pc/DefectListNew.vue +1 -1
  18. package/src/filiale/jinbin/pc/DefectListWeixiu.vue +1 -1
  19. package/src/filiale/kelai/pc/DefectListNew.vue +1 -1
  20. package/src/filiale/kelai/pc/DefectPaperNew.vue +1 -1
  21. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +1 -1
  22. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +1 -1
  23. package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +1 -1
  24. package/src/filiale/minsheng/pc/DefectListNew.vue +1 -1
  25. package/src/filiale/pingxiang/pc/DefectListNew.vue +1 -1
  26. package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1 -1
  27. package/src/filiale/qianneng/pc/DefectListNew.vue +1 -1
  28. package/src/filiale/qianneng/pc/DefectPaperNew.vue +1 -1
  29. package/src/filiale/qingtongxia/pc/DefectListNew.vue +1 -1
  30. package/src/filiale/rizhao/pc/DefectList.vue +1 -1
  31. package/src/filiale/shanxian/pc/DefectPaperNew.vue +1 -1
  32. package/src/filiale/shexian/pc/DefectListNew.vue +1 -1
  33. package/src/filiale/shexian/pc/DefectPaperNew.vue +1 -1
  34. package/src/filiale/shimen/pc/DefectList.vue +1 -1
  35. package/src/filiale/tianke/pc/DefectListNew.vue +1 -1
  36. package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +1 -1
  37. package/src/filiale/weinan/pc/DefectPaperNew.vue +1 -1
  38. package/src/filiale/wensu/pc/DefectListNew.vue +1 -1
  39. package/src/filiale/wensu/pc/DefectPaperNew.vue +1 -1
  40. package/src/filiale/wenxi/pc/DefectList.vue +1 -1
  41. package/src/filiale/wuan/pc/DefectListWeixiu.vue +1 -1
  42. package/src/filiale/xinkang/pc/DefectListWeixiu.vue +1 -1
  43. package/src/filiale/yangchunboneng/pc/DefectListNew.vue +1 -1
  44. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1 -1
  45. package/src/filiale/yuansheng/pc/DefectListNew.vue +1 -1
  46. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +1 -1
  47. package/src/filiale/zhongyi/pc/DefectListNew.vue +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.30-61-t1",
4
+ "version": "3.0.30-61-t2",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -109,7 +109,7 @@
109
109
  "terser-webpack-plugin-legacy": "^1.2.5",
110
110
  "url-loader": "^0.5.7",
111
111
  "vue-amap": "0.5.10",
112
- "vue-client": "1.24.129",
112
+ "vue-client": "1.25.3",
113
113
  "vue-hot-reload-api": "^1.2.0",
114
114
  "vue-html-loader": "^1.0.0",
115
115
  "vue-loader": "^8.2.1",
@@ -346,7 +346,7 @@ const sendRepair = function* (self) {
346
346
  uploadData.model.f_repairitems = repairitems
347
347
  //tag)
348
348
  // 调工单接口
349
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
349
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
350
350
  //tag)
351
351
  if (result.data.f_service_id) {
352
352
  const data = {
@@ -821,7 +821,7 @@ export default {
821
821
  //tag)
822
822
  let rows=this.callSends[this.timercount].rows
823
823
  //tag)
824
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
824
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
825
825
  //tag)
826
826
  if (result.data.f_service_id) {
827
827
  const data = {
@@ -344,7 +344,7 @@ const sendRepair = function* (self) {
344
344
  uploadData.model.f_repairitems = repairitems
345
345
  //tag)
346
346
  // 调工单接口
347
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
347
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
348
348
  //tag)
349
349
  if (result.data.f_service_id) {
350
350
  const data = {
@@ -847,7 +847,7 @@ export default {
847
847
  //tag)
848
848
  let rows=this.callSends[this.timercount].rows
849
849
  //tag)
850
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
850
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
851
851
  //tag)
852
852
  if (result.data.f_service_id) {
853
853
  const data = {
@@ -283,7 +283,7 @@
283
283
  uploadData.model.f_repairitems = repairitems
284
284
  //tag)
285
285
  // 调工单接口
286
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
286
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
287
287
  //tag)
288
288
  if (result.data.f_service_id) {
289
289
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -276,7 +276,7 @@
276
276
  uploadData.model.f_repairitems = repairitems
277
277
  //tag)
278
278
  // 调工单接口
279
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
279
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
280
280
  //tag)
281
281
  if (result.data.f_service_id) {
282
282
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -909,37 +909,40 @@ let asyncReady = async function (self) {
909
909
  //tag
910
910
  //tag)
911
911
  console.log(res)
912
- if (!res.data[0].f_dir) {
913
- self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
914
- } else {
915
- //this.f_dir=res.data[0].f_dir
916
- let url = self.newConfig == '是' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
917
- try {
918
- let res1 = await new HttpResetClass().load('GET', `${url}/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
919
- resolveMsg: '获取居民配置项成功!',
920
- rejectMsg: '获取居民配置项出错!'
921
- })/*.then(res=>{*/
922
- //tag
923
- //this.safeConfig["民用配置项"]=Object.assign({},res.data)
924
- if (!Vue.config.safecheck) {
925
- Vue.config = {safecheck: {}}
926
- }
927
- Vue.config.safecheck.DevicesConfig = res1.data
928
- console.log(Vue.config.safecheck.DevicesConfig)
929
- /*})*/
930
- let res2 = await new HttpResetClass().load('GET', `${url}/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
931
- resolveMsg: '获取非居民配置项成功!',
932
- rejectMsg: '获取非居民配置项出错!'
933
- })/*.then(res=>{*/
934
- //tag
935
- //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
936
- Vue.config.safecheck.DevicesSetConfig = res2.data
937
- /*}).then(res=> {
938
- })*/
912
+ // 兼容旧版分公司获取
913
+ if(res.data.length>0){
914
+ if (!res.data[0].f_dir) {
915
+ self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
916
+ } else {
917
+ //this.f_dir=res.data[0].f_dir
918
+ let url = self.newConfig == '' ? '/safecheck/rs/safe_vue' : '/safecheck/rs/vue'
919
+ try {
920
+ let res1 = await new HttpResetClass().load('GET', `${url}/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
921
+ resolveMsg: '获取居民配置项成功!',
922
+ rejectMsg: '获取居民配置项出错!'
923
+ })/*.then(res=>{*/
924
+ //tag
925
+ //this.safeConfig["民用配置项"]=Object.assign({},res.data)
926
+ if (!Vue.config.safecheck) {
927
+ Vue.config = {safecheck: {}}
928
+ }
929
+ Vue.config.safecheck.DevicesConfig = res1.data
930
+ console.log(Vue.config.safecheck.DevicesConfig)
931
+ /*})*/
932
+ let res2 = await new HttpResetClass().load('GET', `${url}/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
933
+ resolveMsg: '获取非居民配置项成功!',
934
+ rejectMsg: '获取非居民配置项出错!'
935
+ })/*.then(res=>{*/
936
+ //tag
937
+ //this.safeConfig["非民用配置项"]=Object.assign({},res.data)
938
+ Vue.config.safecheck.DevicesSetConfig = res2.data
939
+ /*}).then(res=> {
940
+ })*/
939
941
 
940
- } catch (e) {
941
- self.$showMessage("获取配置文件失败" + e)
942
- self.loading = false
942
+ } catch (e) {
943
+ // self.$showMessage("获取配置文件失败" + e)
944
+ self.loading = false
945
+ }
943
946
  }
944
947
  }
945
948
  if (self.data.f_recheck_id) {
@@ -1824,7 +1827,7 @@ export default {
1824
1827
  } else if (this.role == 'androidview') {
1825
1828
  id = this.item.f_paper_id
1826
1829
  }
1827
- this.$resetpost(`rs/path/getUserinfomation`, {data: {condition: `id = '${id}'`}}).then((respanse) => {
1830
+ this.$resetpost(`api/af-safecheck/logic/path_getCheckPaper`, {data: {id:id}}).then((respanse) => {
1828
1831
  //tag
1829
1832
  if (respanse.data.length != 0) {
1830
1833
  // 包含 其它 特殊处理的数组
@@ -356,7 +356,7 @@
356
356
  uploadData.model.f_repairitems = repairitems
357
357
  //tag)
358
358
  // 调工单接口
359
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
359
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
360
360
  //tag)
361
361
  if (result.data.f_service_id) {
362
362
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectStateZG',
@@ -270,7 +270,7 @@
270
270
  uploadData.model.f_repairitems = repairitems
271
271
  //tag)
272
272
  // 调工单接口
273
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
273
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
274
274
  //tag)
275
275
  if (result.data.f_service_id) {
276
276
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -274,7 +274,7 @@ const sendRepair = function* (self) {
274
274
  uploadData.model.f_repairitems = repairitems
275
275
  //tag)
276
276
  // 调工单接口
277
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
277
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
278
278
  //tag)
279
279
  if (result.data.f_service_id) {
280
280
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -285,7 +285,7 @@
285
285
  }
286
286
  })
287
287
  uploadData.model.f_repairitems = repairitems
288
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
288
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
289
289
  if (result.data.f_service_id) {
290
290
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
291
291
  if (updateRes.data.code == 200) {
@@ -776,7 +776,7 @@ export default {
776
776
  //tag)
777
777
  let rows=this.callSends[this.timercount].rows
778
778
  //tag)
779
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
779
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
780
780
  //tag)
781
781
  if (result.data.f_service_id) {
782
782
  const data = {
@@ -289,7 +289,7 @@ const sendRepair = function* (self) {
289
289
  uploadData.model.f_repairitems = repairitems
290
290
  //tag)
291
291
  // 调工单接口
292
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
292
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
293
293
  //tag)
294
294
  if (result.data.f_service_id) {
295
295
  const data = {
@@ -757,7 +757,7 @@ export default {
757
757
  //tag)
758
758
  let rows=this.callSends[this.timercount].rows
759
759
  //tag)
760
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
760
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
761
761
  //tag)
762
762
  if (result.data.f_service_id) {
763
763
  const data = {
@@ -350,7 +350,7 @@ export default {
350
350
  //tag)
351
351
  this.$showMessage('是否确认转维修!', ['confirm', 'cancel']).then((ress) => {
352
352
  if (ress === 'confirm') {
353
- new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/callerSend`,mdata).then(res=> {
353
+ new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/rs/logic/callerSend`,mdata).then(res=> {
354
354
  //tag)
355
355
  if(res.data.f_service_id){
356
356
  this.showModal=false
@@ -330,7 +330,7 @@ const sendRepair = function* (self) {
330
330
  uploadData.model.f_repairitems = repairitems
331
331
  //tag)
332
332
  // 调工单接口
333
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
333
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
334
334
  //tag)
335
335
  if (result.data.f_service_id) {
336
336
  const data = {
@@ -273,7 +273,7 @@ const sendRepair = function* (self) {
273
273
  uploadData.model.f_repairitems = repairitems
274
274
  //tag)
275
275
  // 调工单接口
276
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
276
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
277
277
  //tag)
278
278
  if (result.data.f_service_id) {
279
279
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -400,7 +400,7 @@ const sendRepair = function* (self) {
400
400
  uploadData.model.f_repairitems = repairitems
401
401
  //tag)
402
402
  // 调工单接口
403
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
403
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
404
404
  //tag)
405
405
  if (result.data.f_service_id) {
406
406
  const data = {
@@ -858,7 +858,7 @@ export default {
858
858
  //tag)
859
859
  let rows=this.callSends[this.timercount].rows
860
860
  //tag)
861
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
861
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
862
862
  //tag)
863
863
  if (result.data.f_service_id) {
864
864
  const data = {
@@ -261,7 +261,7 @@ const sendRepair = function* (self) {
261
261
  uploadData.model.f_repairitems = repairitems
262
262
  //tag)
263
263
  // 调工单接口
264
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
264
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
265
265
  //tag)
266
266
  if (result.data.f_service_id) {
267
267
  const data = {
@@ -281,7 +281,7 @@ const sendRepair = function* (self) {
281
281
  uploadData.model.f_repairitems = repairitems
282
282
  //tag)
283
283
  // 调工单接口
284
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
284
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
285
285
  //tag)
286
286
  if (result.data.f_service_id) {
287
287
  const data = {
@@ -782,7 +782,7 @@ export default {
782
782
  //tag)
783
783
  let rows=this.callSends[this.timercount].rows
784
784
  //tag)
785
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
785
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
786
786
  //tag)
787
787
  if (result.data.f_service_id) {
788
788
  const data = {
@@ -300,7 +300,7 @@ const sendRepair = function* (self) {
300
300
  uploadData.model.f_repairitems = repairitems
301
301
  //tag)
302
302
  // 调工单接口
303
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
303
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
304
304
  //tag)
305
305
  if (result.data.f_service_id) {
306
306
  const data = {
@@ -290,7 +290,7 @@ const sendRepair = function* (self) {
290
290
  uploadData.model.f_repairitems = repairitems
291
291
  //tag)
292
292
  // 调工单接口
293
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
293
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
294
294
  //tag)
295
295
  if (result.data.f_service_id) {
296
296
  const data = {
@@ -781,7 +781,7 @@ export default {
781
781
  //tag)
782
782
  let rows=this.callSends[this.timercount].rows
783
783
  //tag)
784
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
784
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
785
785
  //tag)
786
786
  if (result.data.f_service_id) {
787
787
  const data = {
@@ -330,7 +330,7 @@ const sendRepair = function* (self) {
330
330
  uploadData.model.f_repairitems = repairitems
331
331
  //tag)
332
332
  // 调工单接口
333
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
333
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
334
334
  //tag)
335
335
  if (result.data.f_service_id) {
336
336
  const data = {
@@ -839,7 +839,7 @@ export default {
839
839
  //tag)
840
840
  let rows=this.callSends[this.timercount].rows
841
841
  //tag)
842
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
842
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
843
843
  //tag)
844
844
  if (result.data.f_service_id) {
845
845
  const data = {
@@ -331,7 +331,7 @@ const sendRepair = function* (self) {
331
331
  uploadData.model.f_repairitems = repairitems
332
332
  //tag)
333
333
  // 调工单接口
334
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
334
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
335
335
  //tag)
336
336
  if (result.data.f_service_id) {
337
337
  const data = {
@@ -265,7 +265,7 @@
265
265
  uploadData.model.f_repairitems = repairitems
266
266
  //tag)
267
267
  // 调工单接口
268
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
268
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
269
269
  //tag)
270
270
  if (result.data.f_service_id) {
271
271
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -861,7 +861,7 @@ export default {
861
861
  //tag)
862
862
  let rows=this.callSends[this.timercount].rows
863
863
  //tag)
864
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
864
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
865
865
  //tag)
866
866
  if (result.data.f_service_id) {
867
867
  const data = {
@@ -329,7 +329,7 @@ const sendRepair = function* (self) {
329
329
  uploadData.model.f_repairitems = repairitems
330
330
  //tag)
331
331
  // 调工单接口
332
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
332
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
333
333
  //tag)
334
334
  if (result.data.f_service_id) {
335
335
  const data = {
@@ -910,7 +910,7 @@ export default {
910
910
  //tag)
911
911
  let rows=this.callSends[this.timercount].rows
912
912
  //tag)
913
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
913
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
914
914
  //tag)
915
915
  if (result.data.f_service_id) {
916
916
  const data = {
@@ -271,7 +271,7 @@
271
271
  uploadData.model.f_repairitems = repairitems
272
272
  //tag)
273
273
  // 调工单接口
274
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
274
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
275
275
  //tag)
276
276
  if (result.data.f_service_id) {
277
277
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -305,7 +305,7 @@
305
305
  uploadData.model.f_repairitems = repairitems
306
306
  //tag)
307
307
  // 调工单接口
308
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
308
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
309
309
  //tag)
310
310
  if (result.data.f_service_id) {
311
311
  const data = {
@@ -276,7 +276,7 @@
276
276
  uploadData.model.f_repairitems = repairitems
277
277
  //tag)
278
278
  // 调工单接口
279
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
279
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
280
280
  //tag)
281
281
  if (result.data.f_service_id) {
282
282
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -796,7 +796,7 @@ export default {
796
796
  //tag)
797
797
  let rows=this.callSends[this.timercount].rows
798
798
  //tag)
799
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
799
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
800
800
  //tag)
801
801
  if (result.data.f_service_id) {
802
802
  const data = {
@@ -494,7 +494,7 @@
494
494
  uploadData.model.f_repairitems = repairitems
495
495
  //tag)
496
496
  // 调工单接口
497
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
497
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
498
498
  //tag)
499
499
  if (result.data.f_service_id) {
500
500
  const data = {
@@ -842,7 +842,7 @@ export default {
842
842
  //tag)
843
843
  let rows = this.callSends[this.timercount].rows
844
844
  //tag)
845
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend', this.callSends[this.timercount])
845
+ let result = await this.$resetpost('/rs/logic/callerSend', this.callSends[this.timercount])
846
846
  //tag)
847
847
  if (result.data.f_service_id) {
848
848
  const data = {
@@ -337,7 +337,7 @@
337
337
  uploadData.model.f_repairitems = repairitems
338
338
  //tag)
339
339
  // 调工单接口
340
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
340
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
341
341
  //tag)
342
342
  if (result.data.f_service_id) {
343
343
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -288,7 +288,7 @@ const sendRepair = function* (self) {
288
288
  uploadData.model.f_repairitems = repairitems
289
289
  //tag)
290
290
  // 调工单接口
291
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
291
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
292
292
  //tag)
293
293
  if (result.data.f_service_id) {
294
294
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {f_paper_id:self.check.id,f_service_id:result.data.f_service_id,itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -273,7 +273,7 @@ const sendRepair = function* (self) {
273
273
  uploadData.model.f_repairitems = repairitems
274
274
  //tag)
275
275
  // 调工单接口
276
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
276
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
277
277
  //tag)
278
278
  if (result.data.f_service_id) {
279
279
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -319,7 +319,7 @@ const sendRepair = function* (self) {
319
319
  uploadData.model.f_repairitems = repairitems
320
320
  //tag)
321
321
  // 调工单接口
322
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
322
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
323
323
  //tag)
324
324
  if (result.data.f_service_id) {
325
325
  const data = {
@@ -845,7 +845,7 @@ export default {
845
845
  //tag)
846
846
  let rows=this.callSends[this.timercount].rows
847
847
  //tag)
848
- let result = await this.$resetpost('/api/af-safecheck/logic/callerSend1', this.callSends[this.timercount])
848
+ let result = await this.$resetpost('/rs/logic/callerSend1', this.callSends[this.timercount])
849
849
  //tag)
850
850
  if (result.data.f_service_id) {
851
851
  const data = {
@@ -293,7 +293,7 @@ const sendRepair = function* (self) {
293
293
  uploadData.model.f_repairitems = repairitems
294
294
  //tag)
295
295
  // 调工单接口
296
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
296
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
297
297
  //tag)
298
298
  if (result.data.f_service_id) {
299
299
  const data = {
@@ -298,7 +298,7 @@ const sendRepair = function* (self) {
298
298
  uploadData.model.f_repairitems = repairitems
299
299
  //tag)
300
300
  // 调工单接口
301
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
301
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
302
302
  //tag)
303
303
  if (result.data.f_service_id) {
304
304
  let updateRes = yield self.$resetpost('/api/af-safecheck/logic/updateDefectState', {itemsId: self.$login.convertToIn(rows.map(row => row.id))})
@@ -291,7 +291,7 @@ const sendRepair = function* (self) {
291
291
  uploadData.model.f_repairitems = repairitems
292
292
  //tag)
293
293
  // 调工单接口
294
- let result = yield self.$resetpost('/api/af-safecheck/logic/callerSend', uploadData)
294
+ let result = yield self.$resetpost('/rs/logic/callerSend', uploadData)
295
295
  //tag)
296
296
  if (result.data.f_service_id) {
297
297
  const data = {