safecheck-client 3.0.31-gongyi → 3.0.32-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 (1117) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.project +23 -0
  3. package/README.md +5 -1
  4. package/build/webpack.base.conf.js +91 -50
  5. package/build/webpack.dev.conf.js +20 -16
  6. package/build/webpack.prod.conf.js +37 -39
  7. package/examples/ChangeConfig/App.vue +3 -3
  8. package/examples/ChangeConfig/comp.js +67 -67
  9. package/examples/CheckAdvise/App.vue +1 -1
  10. package/examples/PhoneSafePlan/App.vue +2 -2
  11. package/examples/PhoneSafePlan/TestData.js +3 -3
  12. package/examples/SafePlan/App.vue +11 -5
  13. package/examples/SafePlan/TestData.js +3 -3
  14. package/examples/SafePlan/comp.js +67 -61
  15. package/examples/SafePlan-aode/App.vue +2 -2
  16. package/examples/SafePlan-aode/TestData.js +3 -3
  17. package/examples/SafePlan-aode/comp.js +40 -40
  18. package/examples/SafePlan-liaoyuan/App.vue +33 -4
  19. package/examples/SafePlan-liaoyuan/TestData.js +3 -3
  20. package/examples/SafePlan-liaoyuan/comp.js +67 -54
  21. package/examples/SafePlan-shaoguan/App.vue +2 -2
  22. package/examples/SafePlan-shaoguan/TestData.js +3 -3
  23. package/examples/SafePlan-shaoguan/comp.js +46 -46
  24. package/examples/SafePlan-tongchuan/App.vue +4 -4
  25. package/examples/SafePlan-tongchuan/TestData.js +3 -3
  26. package/examples/SafePlan-tongchuan/comp.js +50 -50
  27. package/examples/SafePlan-wenxi/App.vue +4 -4
  28. package/examples/SafePlan-wenxi/TestData.js +3 -3
  29. package/examples/SafePlan-wenxi/comp.js +54 -54
  30. package/examples/SafePlan-zhoukou/App.vue +4 -4
  31. package/examples/SafePlan-zhoukou/TestData.js +3 -3
  32. package/examples/SafePlan-zhoukou/comp.js +57 -57
  33. package/examples/SafePlanItem/App.vue +3 -3
  34. package/examples/SafePlanItem/TestData.js +3 -3
  35. package/examples/SafePlanItem/comp.js +1 -1
  36. package/examples/SafePlanrongcheng/App.vue +4 -3
  37. package/examples/SafePlanrongcheng/TestData.js +3 -3
  38. package/examples/SafePlanrongcheng/comp.js +47 -39
  39. package/examples/SafePlanrongcheng-gs/App.vue +2 -2
  40. package/examples/SafePlanrongcheng-gs/TestData.js +3 -3
  41. package/examples/SafePlanrongcheng-gs/comp.js +47 -39
  42. package/examples/SafePlanrongcheng-gssq/App.vue +2 -2
  43. package/examples/SafePlanrongcheng-gssq/TestData.js +3 -3
  44. package/examples/SafePlanrongcheng-gssq/comp.js +47 -39
  45. package/examples/SafePlanrongcheng-mysq/App.vue +2 -2
  46. package/examples/SafePlanrongcheng-mysq/TestData.js +3 -3
  47. package/examples/SafePlanrongcheng-mysq/comp.js +48 -40
  48. package/examples/Test/App.vue +1 -1
  49. package/examples/Test/TestData.js +5 -5
  50. package/examples/UserFiles/App.vue +4 -4
  51. package/examples/UserFiles/TestData.js +3 -3
  52. package/examples/UserFiles/comp.js +17 -17
  53. package/package.json +23 -9
  54. package/settings.gradle +2 -0
  55. package/src/App.vue +12 -8
  56. package/src/android.js +1 -2
  57. package/src/assets/alarm.png +0 -0
  58. package/src/assets/anjince.png +0 -0
  59. package/src/assets/city_proper.png +0 -0
  60. package/src/assets/echarts6.png +0 -0
  61. package/src/assets/endPng.png +0 -0
  62. package/src/assets/firstPng.png +0 -0
  63. package/src/assets/township.png +0 -0
  64. package/src/assets/wensu/1.jpg +0 -0
  65. package/src/assets/wensu/2.jpg +0 -0
  66. package/src/assets/wensu/3.jpg +0 -0
  67. package/src/assets/wensu/4.jpg +0 -0
  68. package/src/assets/wensu/5.jpg +0 -0
  69. package/src/assets//344/270/213/350/275/275_.png +0 -0
  70. package/src/assets//345/226/207/345/217/255.png +0 -0
  71. package/src/assets//345/234/260/345/235/200/344/277/256/346/224/271.png +0 -0
  72. package/src/assets//345/267/241/346/243/200/344/272/272/345/221/230.png +0 -0
  73. package/src/assets//347/273/210/347/202/271.png +0 -0
  74. package/src/assets//350/265/267/347/202/271.png +0 -0
  75. package/src/bus.js +2 -0
  76. package/src/components/CheckerCount/CheckCountAreaList.vue +19 -18
  77. package/src/components/CheckerCount/CheckCountAreaManage.vue +2 -2
  78. package/src/components/CheckerCount/CheckCountUserList.vue +5 -5
  79. package/src/components/DefectDealMain/DefectListNew.vue +597 -0
  80. package/src/components/DefectDealMain/DefectMainNew.vue +63 -0
  81. package/src/components/DefectDealMain/DefectPaperNew.vue +1052 -0
  82. package/src/components/ExportExcel.vue +17 -11
  83. package/src/components/ExportExcelOld.vue +203 -0
  84. package/src/components/Login.vue +4 -4
  85. package/src/components/NewDefectList/DefectListNew.vue +616 -0
  86. package/src/components/NewDefectList/DefectMainNew.vue +60 -0
  87. package/src/components/NewDefectList/DefectPaperNew.vue +1079 -0
  88. package/src/components/Test.vue +1 -1
  89. package/src/components/Util/FileUpload.vue +4 -4
  90. package/src/components/Util/ImgSelfSafe.vue +6 -6
  91. package/src/components/Util/ImgSelfSafePlus.vue +209 -0
  92. package/src/components/Util/RightTreeSafe.vue +5 -0
  93. package/src/components/Util/RightTreeSafeDep.vue +350 -0
  94. package/src/components/Util/SafecheckUpload.vue +6 -6
  95. package/src/components/Util.js +43 -8
  96. package/src/components/android/AddPlanItem.vue +242 -207
  97. package/src/components/android/AddSpecialPlanItem.vue +426 -0
  98. package/src/components/android/AndroidDefectDeal.vue +459 -223
  99. package/src/components/android/Announcement.vue +2 -2
  100. package/src/components/android/AreaPlan.vue +80 -12
  101. package/src/components/android/BlackUserOnLine.vue +318 -0
  102. package/src/components/android/CheckNotice.vue +3 -3
  103. package/src/components/android/CheckPlan.vue +6 -6
  104. package/src/components/android/CheckPlanDown.vue +4 -6
  105. package/src/components/android/CheckPlanItems.vue +1 -1
  106. package/src/components/android/CheckPlanList.vue +188 -0
  107. package/src/components/android/Checkpage.vue +1 -1
  108. package/src/components/android/CivilCurrentCreate.vue +1026 -0
  109. package/src/components/android/ClockIn.vue +94 -0
  110. package/src/components/android/CurrentCreate.vue +228 -148
  111. package/src/components/android/CurrentCreate_new.vue +1021 -0
  112. package/src/components/android/DailyworkloadQuery.vue +287 -211
  113. package/src/components/android/Defect.vue +5 -5
  114. package/src/components/android/DeviceDefect.vue +5 -5
  115. package/src/components/android/Devices.vue +16 -16
  116. package/src/components/android/DevicesItem.vue +30 -30
  117. package/src/components/android/DevicesItemm.vue +29 -29
  118. package/src/components/android/Devicesm.vue +26 -26
  119. package/src/components/android/DoorService.vue +1 -1
  120. package/src/components/android/ExtractCheckPlan.vue +5 -5
  121. package/src/components/android/ExtractPlanItem.vue +207 -198
  122. package/src/components/android/ImgSelfAndroid.vue +181 -0
  123. package/src/components/android/Insurance/PhoneInsuranceManage.vue +44 -0
  124. package/src/components/android/Insurance/PhoneInsurancePurchase.vue +282 -0
  125. package/src/components/android/Insurance/PhoneInsurancePurchaseDetail.vue +288 -0
  126. package/src/components/android/Insurance/PhoneInsuranceRecordList.vue +285 -0
  127. package/src/components/android/Insurance/TabButton.vue +149 -0
  128. package/src/components/android/Insurance/Tabs.vue +67 -0
  129. package/src/components/android/Iotinstructionsview/IoTinstruction.vue +183 -0
  130. package/src/components/android/LocalPagedList.js +3 -3
  131. package/src/components/android/LocalPathList.js +2 -2
  132. package/src/components/android/Login.vue +16 -16
  133. package/src/components/android/NewCheckpaperAndroid.vue +1362 -0
  134. package/src/components/android/NoCivilCurrentCreate.vue +1023 -0
  135. package/src/components/android/OnlineCheckByArea.vue +172 -0
  136. package/src/components/android/OnlineRepairSafe.vue +394 -0
  137. package/src/components/android/OnlineVindicate.vue +322 -0
  138. package/src/components/android/PaperAlarmNoncivil.vue +3 -3
  139. package/src/components/android/PaperCooker.vue +4 -4
  140. package/src/components/android/PaperDefect.vue +1 -1
  141. package/src/components/android/PaperDevice.vue +1 -1
  142. package/src/components/android/PaperFeedback.vue +143 -106
  143. package/src/components/android/PaperFeedbackTemp.vue +1470 -0
  144. package/src/components/android/PaperFeedbackm.vue +42 -42
  145. package/src/components/android/PaperFurnace.vue +3 -3
  146. package/src/components/android/PaperFurnaceNoncivil.vue +3 -3
  147. package/src/components/android/PaperHeater.vue +3 -3
  148. package/src/components/android/PaperInnerPlumb.vue +3 -3
  149. package/src/components/android/PaperMessage.vue +77 -77
  150. package/src/components/android/PaperMessageNocivil.vue +57 -57
  151. package/src/components/android/PaperMeter.vue +3 -3
  152. package/src/components/android/PaperMeterNoncivil.vue +3 -3
  153. package/src/components/android/PaperPieceNoncivil.vue +3 -3
  154. package/src/components/android/PaperPlumb.vue +3 -3
  155. package/src/components/android/PaperPlumbNoncivil.vue +3 -3
  156. package/src/components/android/PaperSet.vue +196 -196
  157. package/src/components/android/PaperSetNoncivil.vue +160 -160
  158. package/src/components/android/PaperState.vue +7 -7
  159. package/src/components/android/PaperStateNoncivil.vue +4 -4
  160. package/src/components/android/PaperStateNoncivilm.vue +4 -4
  161. package/src/components/android/PaperStatem.vue +10 -10
  162. package/src/components/android/PaperUser.vue +133 -157
  163. package/src/components/android/PaperUserNoncivil.vue +5 -5
  164. package/src/components/android/PaperUserm.vue +169 -159
  165. package/src/components/android/PaperValve.vue +3 -3
  166. package/src/components/android/PaperValveNoncivil.vue +3 -3
  167. package/src/components/android/PhoneChangemeterInfo.vue +5 -5
  168. package/src/components/android/PhoneRecordInfo.vue +113 -0
  169. package/src/components/android/PhoneSellInfo.vue +2 -2
  170. package/src/components/android/PhoneState.vue +1 -1
  171. package/src/components/android/PhoneUpDetail.vue +1040 -0
  172. package/src/components/android/PhoneUpUserinfo.vue +730 -435
  173. package/src/components/android/PhoneUserFind.vue +3 -3
  174. package/src/components/android/PhoneotherInfo.vue +132 -0
  175. package/src/components/android/PrearrangedPlan.vue +3 -3
  176. package/src/components/android/RelieveRestrict.vue +293 -0
  177. package/src/components/android/RepairAreaList.vue +1 -1
  178. package/src/components/android/RepairList.vue +2 -2
  179. package/src/components/android/RepairQuery.vue +2 -2
  180. package/src/components/android/ResAreaList.vue +1 -1
  181. package/src/components/android/Restriction.vue +351 -0
  182. package/src/components/android/RightTree.vue +2 -2
  183. package/src/components/android/SafePlanItem.vue +497 -0
  184. package/src/components/android/SafecheckDevices.vue +289 -138
  185. package/src/components/android/SafecheckDevicesTemp.vue +1333 -0
  186. package/src/components/android/SafecheckOrderV.vue +2445 -2050
  187. package/src/components/android/SafecheckOrderVTemp.vue +1233 -0
  188. package/src/components/android/SafecheckState.vue +9 -9
  189. package/src/components/android/SafecheckUser.vue +9 -9
  190. package/src/components/android/ShebeiDevices.vue +77 -77
  191. package/src/components/android/SwitchValve.vue +178 -85
  192. package/src/components/android/SystemSetting.vue +2 -2
  193. package/src/components/android/ToolsPage.vue +1 -1
  194. package/src/components/android/TrackState.vue +3 -3
  195. package/src/components/android/UploadPage.vue +13 -123
  196. package/src/components/android/YuYueAddPlanItem.vue +257 -0
  197. package/src/components/android/checkPlanResult.vue +1 -1
  198. package/src/components/android/old/PaperFeedback.vue +41 -41
  199. package/src/components/android/recheck/Recheck.vue +402 -0
  200. package/src/components/android/safeHistoryLook.vue +474 -0
  201. package/src/components/android/userinfo/SafecheckUserInfo.vue +407 -242
  202. package/src/components/android/wasm/PhoneSafePlan.vue +4 -4
  203. package/src/components/android/wasm/TestData.js +3 -3
  204. package/src/components/attendance/DailyAttendance.vue +2 -2
  205. package/src/components/attendance/MonthlyAttendance.vue +12 -12
  206. package/src/components/callincheck/CallInCheckMain.vue +1 -1
  207. package/src/components/callincheck/CallInPlan.vue +3 -3
  208. package/src/components/callincheck/UserFileList.vue +1 -1
  209. package/src/components/checkAreaClassification.vue +13 -13
  210. package/src/components/checkplan/CheckDetail.vue +110 -110
  211. package/src/components/checkplan/CheckPlan.vue +2 -2
  212. package/src/components/checkplan/SelectCheckPlan.vue +221 -134
  213. package/src/components/checkplan/SelectMessage.vue +7 -7
  214. package/src/components/checkplan/checkmsg.vue +30 -30
  215. package/src/components/checkplan/checkmsgZG.vue +26 -26
  216. package/src/components/createcheckplan/CreatePlan.vue +31 -109
  217. package/src/components/createcheckplan/CreatePlanWuan.vue +23 -100
  218. package/src/components/createcheckplan/DelPlanRepeat.vue +13 -13
  219. package/src/components/createcheckplan/DistributePlan.vue +1 -1
  220. package/src/components/createcheckplan/PlanList.vue +14 -14
  221. package/src/components/defect/DefectDetail.vue +6 -6
  222. package/src/components/defect/DefectDetailWeixiu.vue +6 -6
  223. package/src/components/defect/DefectList.vue +24 -6
  224. package/src/components/defect/DefectListWeixiu.vue +276 -271
  225. package/src/components/defect/DefectMain.vue +2 -2
  226. package/src/components/defect/DefectMainWeixiu.vue +2 -2
  227. package/src/components/defect/DefectPaper.vue +16 -14
  228. package/src/components/defect/DefectPaperWeiXiu.vue +6 -6
  229. package/src/components/defect/ImageViewer.vue +7 -7
  230. package/src/components/defect/ImgButton.vue +162 -104
  231. package/src/components/defect/ImgButtons.vue +159 -0
  232. package/src/components/defect/ImgsButton.vue +2 -2
  233. package/src/components/defects/CheckPaperItems.vue +2 -2
  234. package/src/components/defects/CheckPaperSearch.vue +12 -12
  235. package/src/components/defects/CheckPaperSearchMain.vue +1 -1
  236. package/src/components/defects/DefectCondition.vue +1 -1
  237. package/src/components/equipment/CheckRate.vue +3 -3
  238. package/src/components/equipment/MonthCheckRate.vue +1 -1
  239. package/src/components/filialCircle/AddCircleFiliale.vue +1 -1
  240. package/src/components/inspections/AddInspectPlanItem.vue +12 -12
  241. package/src/components/inspections/AddInspectPlanItems.vue +12 -12
  242. package/src/components/inspections/AddInspectPlanItemss.vue +14 -14
  243. package/src/components/inspections/Checked.vue +3 -3
  244. package/src/components/inspections/DisplayInspectionList.vue +50 -50
  245. package/src/components/inspections/InsUploadPage.vue +12 -12
  246. package/src/components/inspections/InspectionList.vue +12 -78
  247. package/src/components/inspections/InspectionLists.vue +12 -78
  248. package/src/components/inspections/InspectionListss.vue +12 -79
  249. package/src/components/inspections/inspectionDevices.vue +65 -65
  250. package/src/components/inspections/inspectionFeedback.vue +43 -43
  251. package/src/components/inspections/inspectionOrderV.vue +193 -193
  252. package/src/components/inspections/inspectionOrderVs.vue +193 -193
  253. package/src/components/inspections/inspectionOrderVss.vue +194 -194
  254. package/src/components/inspections/inspectionUserInfo.vue +23 -23
  255. package/src/components/issueplan/IssuePlanAction.vue +1 -1
  256. package/src/components/issueplan/IssuePlanQuery.vue +2 -2
  257. package/src/components/json-editor/SafeJsonEditor.vue +26 -26
  258. package/src/components/json-editor/assets/jsoneditor-minimalist.js +35 -35
  259. package/src/components/json-editor/assets/jsoneditor.js +492 -492
  260. package/src/components/json-editor/example/App.vue +9 -9
  261. package/src/components/levelplan/AdjustPlan.vue +2 -2
  262. package/src/components/levelplan/CheckerLeft.vue +1 -1
  263. package/src/components/levelplan/CheckerPlanAdjust.vue +8 -8
  264. package/src/components/levelplan/CheckerRight.vue +2 -2
  265. package/src/components/map/AMap.vue +3 -3
  266. package/src/components/map/AMapTrailShowZk.vue +11 -4
  267. package/src/components/map/AMapTrajectory.vue +436 -0
  268. package/src/components/map/AMapTrajectoryNew.vue +390 -0
  269. package/src/components/map/FootPrintList.vue +1 -1
  270. package/src/components/map/MapCriteriaData.vue +3 -3
  271. package/src/components/map/PersonTrack.vue +224 -0
  272. package/src/components/map/checkScreen.vue +711 -558
  273. package/src/components/map/douglasPeuckerForAMap.js +88 -0
  274. package/src/components/metterfiles/MetterfilesAdd.vue +1 -1
  275. package/src/components/metterfiles/MetterfilesChange.vue +1 -1
  276. package/src/components/metterfiles/UserFiles.vue +1 -1
  277. package/src/components/metterfiles/Userfileschange.vue +1 -1
  278. package/src/components/noplan/NoPlanPaperList.vue +123 -0
  279. package/src/components/noplan/NoPlanSearchUser.vue +300 -0
  280. package/src/components/noplan/NoPlanUserInfo.vue +67 -0
  281. package/src/components/olddata/OldPaperList.vue +340 -0
  282. package/src/components/paper/PaperList.vue +293 -164
  283. package/src/components/paper/PaperVerify.vue +2 -2
  284. package/src/components/paper/PlanChooser.vue +18 -12
  285. package/src/components/pc/AddToCheckBook.vue +160 -0
  286. package/src/components/pc/AnnouncementPC.vue +9 -9
  287. package/src/components/pc/CheckBook.vue +247 -13
  288. package/src/components/pc/CheckBookArea.vue +146 -0
  289. package/src/components/pc/CheckBookCompany.vue +144 -0
  290. package/src/components/pc/CheckBookDetails.vue +194 -0
  291. package/src/components/pc/CheckBookEntry.vue +61 -0
  292. package/src/components/pc/CheckBookList.vue +187 -348
  293. package/src/components/pc/CheckBookSearchArea.vue +564 -0
  294. package/src/components/pc/CheckBookSearchUnit.vue +229 -0
  295. package/src/components/pc/CheckBookSearchUser.vue +604 -0
  296. package/src/components/pc/CheckBookSearchUserList.vue +675 -0
  297. package/src/components/pc/CheckBookUser.vue +28 -4
  298. package/src/components/pc/CheckNoDetail.vue +209 -0
  299. package/src/components/pc/CheckNoPlan.vue +55 -0
  300. package/src/components/pc/CheckPlanCountChart.vue +201 -0
  301. package/src/components/pc/DefectDeal.vue +997 -0
  302. package/src/components/pc/DefectList.vue +742 -0
  303. package/src/components/pc/DepSelector.vue +55 -0
  304. package/src/components/pc/DeviceChange.vue +82 -82
  305. package/src/components/pc/Edit.vue +126 -0
  306. package/src/components/pc/HiddenChart.vue +9 -9
  307. package/src/components/pc/LodopFuncs.js +159 -0
  308. package/src/components/pc/NewCheckpaper.vue +780 -146
  309. package/src/components/pc/NewCheckpaperTemp.vue +1295 -0
  310. package/src/components/pc/PaperChazhiMain.vue +12 -78
  311. package/src/components/pc/PaperDefectMain.vue +422 -140
  312. package/src/components/pc/PaperEdit.vue +151 -0
  313. package/src/components/pc/PaperVisitMain.vue +179 -0
  314. package/src/components/pc/PrintData.vue +243 -0
  315. package/src/components/pc/PrintMaterialBill.vue +155 -0
  316. package/src/components/pc/PrintTable.vue +241 -0
  317. package/src/components/pc/RoleSelector.vue +87 -49
  318. package/src/components/pc/RoleSelectorDep.vue +158 -0
  319. package/src/components/pc/SafeCheckOrder/SafeCheckOrder.vue +62 -0
  320. package/src/components/pc/SafeCheckOrder/SafeCheckOrderApplyDisposeBasics.vue +200 -0
  321. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +214 -0
  322. package/src/components/pc/SafeCheckTree.vue +118 -0
  323. package/src/components/pc/SafeVisitHistory.vue +208 -0
  324. package/src/components/pc/SafecheckDeviceList.vue +260 -0
  325. package/src/components/pc/SelectCheckNoPlan.vue +278 -0
  326. package/src/components/pc/SelectCheckPlanAndNoPLan.vue +281 -0
  327. package/src/components/phonestate/FootprintMap.vue +5 -5
  328. package/src/components/plancheck/CheckPlanAreaManage.vue +3 -3
  329. package/src/components/plancheck/CheckPlanList.vue +5 -5
  330. package/src/components/planmanage/PlanManage.vue +102 -22
  331. package/src/components/planmanage/checkPlanList.vue +180 -153
  332. package/src/components/planmanage/checkUserList.vue +386 -338
  333. package/src/components/querycheckpaper/CheckPaperList.vue +11 -3
  334. package/src/components/querycheckpaper/CheckPaperSearchUser.vue +12 -5
  335. package/src/components/querycheckpaper/CheckPaperSearchUserNew.vue +67 -0
  336. package/src/components/querycheckpaper/CheckSearchUser.vue +177 -54
  337. package/src/components/querycheckpaper/CheckSearchUserNew.vue +1109 -0
  338. package/src/components/querycheckpaper/PaperItems.vue +2 -2
  339. package/src/components/querycheckpaper/PaperSearchMain.vue +3 -3
  340. package/src/components/querycheckpaper/ShebeiPaperList.vue +3 -3
  341. package/src/components/querycheckpaper/ShebeiPaperSearchUser.vue +3 -3
  342. package/src/components/querycheckpaper/ShebeiSearchUser.vue +13 -13
  343. package/src/components/report/CheckByPlan.vue +118 -0
  344. package/src/components/report/CheckPlanAreaList.vue +70 -34
  345. package/src/components/report/CheckPlanAreaManage.vue +2 -2
  346. package/src/components/report/CheckPlanAreaReport.vue +122 -0
  347. package/src/components/report/CheckPlanCountChartArea.vue +115 -0
  348. package/src/components/report/CheckPlanUserList.vue +5 -5
  349. package/src/components/report/HazardStatistics.vue +114 -0
  350. package/src/components/report/HiddenSituation.vue +75 -22
  351. package/src/components/report/NoCheckplanSafecheck.vue +212 -0
  352. package/src/components/report/SafePlanSale.vue +4 -4
  353. package/src/components/report/SafePlanStatistics.vue +5 -5
  354. package/src/components/report/YinHuanBiHuan.vue +150 -0
  355. package/src/components/rongcheng/AddPlanItem.vue +5 -5
  356. package/src/components/rongcheng/AreaPlan.vue +4 -4
  357. package/src/components/rongcheng/AspPaperFeedback.vue +56 -56
  358. package/src/components/rongcheng/AspPaperStatem.vue +8 -8
  359. package/src/components/rongcheng/AspiratedAreaPlan.vue +4 -4
  360. package/src/components/rongcheng/AspiratedCurrentCreate.vue +682 -639
  361. package/src/components/rongcheng/AspiratedDevices.vue +110 -77
  362. package/src/components/rongcheng/AspiratedDistribute.vue +240 -0
  363. package/src/components/rongcheng/AspiratedOrderV.vue +209 -208
  364. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +42 -42
  365. package/src/components/rongcheng/AspiratedPaperMessage.vue +77 -77
  366. package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +57 -57
  367. package/src/components/rongcheng/AspiratedUploadPage.vue +12 -12
  368. package/src/components/rongcheng/AspiratedUserInfo.vue +11 -11
  369. package/src/components/rongcheng/CheckCurrentCreate.vue +54 -30
  370. package/src/components/rongcheng/CheckPaperAreaUser.vue +51 -0
  371. package/src/components/rongcheng/CheckPaperList.vue +3 -3
  372. package/src/components/rongcheng/CheckPaperSearchUser.vue +1 -1
  373. package/src/components/rongcheng/CheckPaperSearchUserNo.vue +1 -1
  374. package/src/components/rongcheng/CheckPlanList.vue +256 -0
  375. package/src/components/rongcheng/CheckSearchArea.vue +703 -0
  376. package/src/components/rongcheng/CheckSearchUser.vue +604 -524
  377. package/src/components/rongcheng/CheckSearchUserNo.vue +455 -434
  378. package/src/components/rongcheng/CheckUserList.vue +205 -0
  379. package/src/components/rongcheng/CurrentCreateOnline.vue +906 -0
  380. package/src/components/rongcheng/Datepicker.vue +825 -0
  381. package/src/components/rongcheng/DefectList.vue +7 -7
  382. package/src/components/rongcheng/DefectPaper.vue +53 -18
  383. package/src/components/rongcheng/EventListener.js +29 -0
  384. package/src/components/rongcheng/ImgSelf.vue +122 -0
  385. package/src/components/rongcheng/PaperFeedback.vue +61 -61
  386. package/src/components/rongcheng/PaperListAJ.vue +5 -72
  387. package/src/components/rongcheng/PaperListNPAJ.vue +5 -72
  388. package/src/components/rongcheng/PaperListNPSQ.vue +7 -72
  389. package/src/components/rongcheng/PaperListSQ.vue +13 -73
  390. package/src/components/rongcheng/PaperMessage.vue +78 -78
  391. package/src/components/rongcheng/PaperMessageNocivil.vue +57 -57
  392. package/src/components/rongcheng/PaperStateNoncivilm.vue +35 -25
  393. package/src/components/rongcheng/PaperStatem.vue +98 -27
  394. package/src/components/rongcheng/PhoneDevicesInfo.vue +6 -6
  395. package/src/components/rongcheng/PhoneUpUserinfo.vue +1191 -0
  396. package/src/components/rongcheng/SafecheckDevices.vue +128 -95
  397. package/src/components/rongcheng/SafecheckOrderV.vue +2184 -2136
  398. package/src/components/rongcheng/SafecheckOrderVCli.vue +250 -212
  399. package/src/components/rongcheng/SafecheckUserInfo.vue +586 -21
  400. package/src/components/rongcheng/UploadPage.vue +16 -16
  401. package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +16 -30
  402. package/src/components/rongcheng/report/CheckPlanAreaList.vue +32 -14
  403. package/src/components/rongcheng/report/CheckPlanUserList.vue +8 -8
  404. package/src/components/safecheck/common/TabButton.vue +3 -3
  405. package/src/components/safecheck/queryManage/CheckBookAll.vue +15 -19
  406. package/src/components/safecheck/queryManage/SafeCheckManage.vue +3 -3
  407. package/src/components/sendsingle/EquipmentManagement.vue +27 -27
  408. package/src/components/sendsingle/onlineChangeMeter.vue +60 -60
  409. package/src/components/sendsingle/onlineoperation.vue +26 -26
  410. package/src/components/sendsingle/onlinequeryuser.vue +29 -29
  411. package/src/components/shaoguan/CheckPlanUserList.vue +6 -6
  412. package/src/components/shaoguan/DefectDetail.vue +6 -6
  413. package/src/components/shaoguan/DefectList.vue +6 -6
  414. package/src/components/shaoguan/DefectPaper.vue +2 -2
  415. package/src/components/shaoguan/PaperList.vue +12 -79
  416. package/src/components/shaoguan/SafecheckOrderV.vue +202 -202
  417. package/src/components/tongcheng/AreaPlan.vue +4 -4
  418. package/src/components/tongcheng/CurrentCreate.vue +13 -13
  419. package/src/components/tongcheng/PaperFeedback.vue +48 -48
  420. package/src/components/tongcheng/PaperMessage.vue +79 -79
  421. package/src/components/tongcheng/PaperMessageNocivil.vue +57 -57
  422. package/src/components/tongcheng/PaperSet.vue +196 -196
  423. package/src/components/tongcheng/PaperUser.vue +9 -9
  424. package/src/components/userfile/InfoModifyModal.vue +5 -3
  425. package/src/components/userfile/SecurityAudit.vue +243 -0
  426. package/src/components/userfile/UserInfoAudit.vue +106 -42
  427. package/src/components/userfile/UserinfoModify.vue +4 -0
  428. package/src/components/userfileNew/InfoModifyModal.vue +122 -0
  429. package/src/components/userfileNew/UserInfoAuditNew.vue +274 -0
  430. package/src/components/userfileNew/UserinfoModify.vue +283 -0
  431. package/src/components/userfileNew/UserinfoModifyOld.vue +117 -0
  432. package/src/filiale/ALshan/pc/CheckSearchUser.vue +15 -15
  433. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +10 -7
  434. package/src/filiale/ALshan/pc/RoleSelector.vue +140 -0
  435. package/src/filiale/ALshan/pc/checkUserList.vue +714 -0
  436. package/src/filiale/ALshan/pc.js +2 -0
  437. package/src/filiale/Util.js +8 -8
  438. package/src/filiale/ancheng/android/NewCheckpaperAndroid.vue +1358 -0
  439. package/src/filiale/ancheng/android/PaperFeedback.vue +1489 -0
  440. package/src/filiale/ancheng/android/SafecheckDevices.vue +1267 -0
  441. package/src/filiale/ancheng/android/SafecheckOrderV.vue +2703 -0
  442. package/src/filiale/ancheng/android/SafecheckUserInfo.vue +737 -0
  443. package/src/filiale/ancheng/android.js +14 -0
  444. package/src/filiale/ancheng/pc/NewCheckpaper.vue +1744 -0
  445. package/src/filiale/ancheng/pc/PaperList.vue +659 -0
  446. package/src/filiale/ancheng/pc/checkScreen.vue +923 -0
  447. package/src/filiale/ancheng/pc.js +15 -0
  448. package/src/filiale/ankangyihua/android/AddPlanItem.vue +446 -0
  449. package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +648 -0
  450. package/src/filiale/ankangyihua/android/CurrentCreate.vue +1039 -0
  451. package/src/filiale/ankangyihua/android/SafecheckOrderV.vue +2908 -0
  452. package/src/filiale/ankangyihua/android/UploadPage.vue +306 -0
  453. package/src/filiale/ankangyihua/android.js +14 -0
  454. package/src/filiale/ankangyihua/pc/CheckPlanAreaList.vue +512 -0
  455. package/src/filiale/ankangyihua/pc/CheckSearchUser.vue +1039 -0
  456. package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +491 -0
  457. package/src/filiale/ankangyihua/pc/DefectPaperWeiXiu.vue +545 -0
  458. package/src/filiale/ankangyihua/pc/NewCheckpaper.vue +1420 -0
  459. package/src/filiale/ankangyihua/pc/PaperDefectMain.vue +864 -0
  460. package/src/filiale/ankangyihua/pc/PaperList.vue +656 -0
  461. package/src/filiale/ankangyihua/pc/PdfUtil.js +872 -0
  462. package/src/filiale/ankangyihua/pc/PlanManage.vue +830 -0
  463. package/src/filiale/ankangyihua/pc/RoleSelector.vue +160 -0
  464. package/src/filiale/ankangyihua/pc/checkUserList.vue +697 -0
  465. package/src/filiale/ankangyihua/pc.js +22 -0
  466. package/src/filiale/bayan/android/AddPlanItem.vue +413 -0
  467. package/src/filiale/bayan/android/CurrentCreate.vue +1057 -0
  468. package/src/filiale/bayan/android/Edit.vue +132 -0
  469. package/src/filiale/bayan/android/PaperFeedback.vue +1651 -0
  470. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1377 -0
  471. package/src/filiale/bayan/android/SafecheckDevices.vue +1303 -0
  472. package/src/filiale/bayan/android/SafecheckOrderV.vue +2850 -0
  473. package/src/filiale/bayan/android/SafecheckUserInfo.vue +811 -0
  474. package/src/filiale/bayan/android.js +17 -0
  475. package/src/filiale/bayan/pc/NewCheckpaper.vue +1958 -0
  476. package/src/filiale/bayan/pc/PaperList.vue +792 -0
  477. package/src/filiale/bayan/pc/PlanManage.vue +939 -0
  478. package/src/filiale/bayan/pc.js +15 -0
  479. package/src/filiale/dexin/android/SafecheckDevices.vue +1305 -0
  480. package/src/filiale/dexin/android/SafecheckOrderV.vue +2799 -0
  481. package/src/filiale/dexin/android.js +11 -0
  482. package/src/filiale/dexin/pc/PaperList.vue +805 -0
  483. package/src/filiale/dexin/pc.js +12 -0
  484. package/src/filiale/fugou/android/AddPlanItem.vue +413 -0
  485. package/src/filiale/fugou/android.js +10 -0
  486. package/src/filiale/fugou/pc/DefectMainNew.vue +63 -0
  487. package/src/filiale/fugou/pc/DefectPaperNew.vue +1081 -0
  488. package/src/filiale/fugou/pc/PaperDefectMain.vue +901 -0
  489. package/src/filiale/fugou/pc/PaperList.vue +903 -0
  490. package/src/filiale/fugou/pc/checkUserList.vue +824 -0
  491. package/src/filiale/fugou/pc.js +17 -0
  492. package/src/filiale/fugu/android/SafecheckOrderV.vue +2484 -0
  493. package/src/filiale/fugu/android.js +10 -0
  494. package/src/filiale/fugu/pc/CheckSearchUser.vue +977 -0
  495. package/src/filiale/fugu/pc/NewCheckpaper.vue +1287 -0
  496. package/src/filiale/fugu/pc/SelectCheckPlan.vue +273 -0
  497. package/src/filiale/fugu/pc/planmanage/checkUserList.vue +688 -0
  498. package/src/filiale/fugu/pc.js +18 -0
  499. package/src/filiale/ganquan/android/AddPlanItem.vue +444 -0
  500. package/src/filiale/ganquan/android/AndroidDefectDeal.vue +570 -0
  501. package/src/filiale/ganquan/android/NoPlanDaofang.vue +241 -0
  502. package/src/filiale/ganquan/android/PhoneUpUserinfo.vue +986 -0
  503. package/src/filiale/ganquan/android/SafecheckOrderV.vue +2485 -0
  504. package/src/filiale/ganquan/android.js +25 -0
  505. package/src/filiale/ganquan/pc/CheckPlan.vue +47 -0
  506. package/src/filiale/ganquan/pc/DefectPaperNew.vue +1009 -0
  507. package/src/filiale/ganquan/pc/NewCheckpaper.vue +1354 -0
  508. package/src/filiale/ganquan/pc/PaperList.vue +654 -0
  509. package/src/filiale/ganquan/pc/PaperVisitMain.vue +166 -0
  510. package/src/filiale/ganquan/pc/SelectCheckPlan.vue +234 -0
  511. package/src/filiale/ganquan/pc/checkUserList.vue +681 -0
  512. package/src/filiale/ganquan/pc.js +20 -0
  513. package/src/filiale/gehua/android/CurrentCreate.vue +1009 -0
  514. package/src/filiale/gehua/android.js +12 -0
  515. package/src/filiale/gehua/pc/PaperList.vue +558 -0
  516. package/src/filiale/gehua/pc/checkUserList.vue +720 -0
  517. package/src/filiale/gehua/pc/checkmsg.vue +241 -0
  518. package/src/filiale/gehua/pc.js +15 -0
  519. package/src/filiale/guangxi/android/AreaPlan.vue +547 -0
  520. package/src/filiale/guangxi/android/CurrentCreate.vue +1037 -0
  521. package/src/filiale/guangxi/android.js +13 -0
  522. package/src/filiale/guangxi/pc/CheckPlanAreaList.vue +471 -0
  523. package/src/filiale/guangxi/pc/DefectListNew.vue +518 -0
  524. package/src/filiale/guangxi/pc/DefectMainNew.vue +63 -0
  525. package/src/filiale/guangxi/pc/DefectPaperNew.vue +988 -0
  526. package/src/filiale/guangxi/pc.js +14 -0
  527. package/src/filiale/hanzhong/android/PaperFeedback.vue +1477 -0
  528. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1313 -0
  529. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -0
  530. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +786 -0
  531. package/src/filiale/hanzhong/android.js +16 -0
  532. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +703 -0
  533. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +499 -0
  534. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +563 -0
  535. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +499 -0
  536. package/src/filiale/hanzhong/pc/CheckSearchUser.vue +1114 -0
  537. package/src/filiale/hanzhong/pc/CheckUserList.vue +736 -0
  538. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +586 -0
  539. package/src/filiale/hanzhong/pc/HomeEcharts.vue +153 -0
  540. package/src/filiale/hanzhong/pc/NewCheckpaper.vue +1923 -0
  541. package/src/filiale/hanzhong/pc/PaperList.vue +702 -0
  542. package/src/filiale/hanzhong/pc.js +46 -0
  543. package/src/filiale/huatong/android/AndroidDefectDeal.vue +396 -0
  544. package/src/filiale/huatong/android/CurrentCreate.vue +1023 -0
  545. package/src/filiale/huatong/android/PaperFeedback.vue +1433 -0
  546. package/src/filiale/huatong/android/SafecheckDevices.vue +68 -68
  547. package/src/filiale/huatong/android/SafecheckOrderV.vue +250 -222
  548. package/src/filiale/huatong/android/SafecheckUserInfo.vue +749 -0
  549. package/src/filiale/huatong/android.js +5 -2
  550. package/src/filiale/huatong/pc/ExportExcelOld.vue +203 -0
  551. package/src/filiale/huatong/pc/PaperDefectMain.vue +800 -0
  552. package/src/filiale/huatong/pc/PaperList.vue +789 -0
  553. package/src/filiale/huatong/pc.js +3 -1
  554. package/src/filiale/huayin/android/AreaPlan.vue +535 -0
  555. package/src/filiale/huayin/android/PaperFeedback.vue +1422 -0
  556. package/src/filiale/huayin/android/SafecheckOrderV.vue +2712 -0
  557. package/src/filiale/huayin/android.js +14 -0
  558. package/src/filiale/huayin/pc/NewCheckpaper.vue +1307 -0
  559. package/src/filiale/huayin/pc/PaperList.vue +621 -0
  560. package/src/filiale/huayin/pc.js +14 -0
  561. package/src/filiale/jiaocheng/android/AddPlanItem.vue +435 -0
  562. package/src/filiale/jiaocheng/android/PaperFeedback.vue +1308 -0
  563. package/src/filiale/jiaocheng/android/SafecheckDevices.vue +1267 -0
  564. package/src/filiale/jiaocheng/android/SafecheckUserInfo.vue +737 -0
  565. package/src/filiale/jiaocheng/android.js +13 -0
  566. package/src/filiale/jiaocheng/pc/CheckSearchUser.vue +1011 -0
  567. package/src/filiale/jiaocheng/pc/DefectListNew.vue +576 -0
  568. package/src/filiale/jiaocheng/pc/NewCheckpaper.vue +1417 -0
  569. package/src/filiale/jiaocheng/pc.js +14 -0
  570. package/src/filiale/jinbin/android/AndroidDefectDeal.vue +403 -0
  571. package/src/filiale/jinbin/android/DailyworkloadQuery.vue +395 -0
  572. package/src/filiale/jinbin/android/PhoneUpUserinfo.vue +878 -0
  573. package/src/filiale/jinbin/android.js +12 -0
  574. package/src/filiale/jinbin/pc/CheckPlanAreaList.vue +479 -0
  575. package/src/filiale/jinbin/pc/DefectListWeixiu.vue +478 -0
  576. package/src/filiale/jinbin/pc.js +15 -0
  577. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -0
  578. package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -0
  579. package/src/filiale/jingyang/android/PaperFeedback.vue +1493 -0
  580. package/src/filiale/jingyang/android/PhoneUpUserinfo.vue +1234 -0
  581. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -0
  582. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +780 -0
  583. package/src/filiale/jingyang/android.js +11 -0
  584. package/src/filiale/jingyang/pc/CheckSearchUser.vue +1062 -0
  585. package/src/filiale/jingyang/pc/InfoModifyModal.vue +151 -0
  586. package/src/filiale/jingyang/pc/PaperList.vue +793 -0
  587. package/src/filiale/jingyang/pc/UserInfoAuditNew.vue +272 -0
  588. package/src/filiale/jingyang/pc/UserinfoModify.vue +133 -0
  589. package/src/filiale/jingyang/pc.js +14 -0
  590. package/src/filiale/kelai/android/AddPlanItem.vue +488 -0
  591. package/src/filiale/kelai/android/AndroidDefectDeal.vue +747 -0
  592. package/src/filiale/kelai/android/CheckPlanList.vue +203 -0
  593. package/src/filiale/kelai/android/CurrentCreate.vue +1008 -0
  594. package/src/filiale/kelai/android/PaperFeedback.vue +1539 -0
  595. package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1053 -0
  596. package/src/filiale/kelai/android/RelieveRestrict.vue +304 -0
  597. package/src/filiale/kelai/android/SafecheckDevices.vue +1232 -0
  598. package/src/filiale/kelai/android/SafecheckOrderV.vue +2448 -0
  599. package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -0
  600. package/src/filiale/kelai/android/SafecheckUserInfo1.vue +618 -0
  601. package/src/filiale/kelai/android.js +21 -0
  602. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +488 -0
  603. package/src/filiale/kelai/pc/CheckSearchUser.vue +1011 -0
  604. package/src/filiale/kelai/pc/DefectListNew.vue +688 -0
  605. package/src/filiale/kelai/pc/DefectPaperNew.vue +1090 -0
  606. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGas.vue +60 -0
  607. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +518 -0
  608. package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasPaper.vue +897 -0
  609. package/src/filiale/kelai/pc/InfoModifyModal.vue +123 -0
  610. package/src/filiale/kelai/pc/MeterModify.vue +46 -0
  611. package/src/filiale/kelai/pc/NewCheckpaper.vue +1454 -0
  612. package/src/filiale/kelai/pc/PaperList.vue +596 -0
  613. package/src/filiale/kelai/pc/UserInfoAudit.vue +254 -0
  614. package/src/filiale/kelai/pc/UserinfoModify.vue +124 -0
  615. package/src/filiale/kelai/pc/checkUserList.vue +698 -0
  616. package/src/filiale/kelai/pc/checkmsg.vue +275 -0
  617. package/src/filiale/kelai/pc.js +25 -0
  618. package/src/filiale/liaoyuan/android/AddPlanItem.vue +412 -0
  619. package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -0
  620. package/src/filiale/liaoyuan/android/SafecheckDevices.vue +68 -68
  621. package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +232 -227
  622. package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +30 -23
  623. package/src/filiale/liaoyuan/android.js +2 -0
  624. package/src/filiale/liaoyuan/pc/CheckSearchUser.vue +963 -0
  625. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +13 -7
  626. package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +550 -514
  627. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +54 -54
  628. package/src/filiale/liaoyuan/pc/PaperList.vue +66 -86
  629. package/src/filiale/liaoyuan/pc/RoleSelector.vue +160 -0
  630. package/src/filiale/liaoyuan/pc.js +3 -1
  631. package/src/filiale/lixian/android/CurrentCreate.vue +997 -0
  632. package/src/filiale/lixian/android/SafecheckDevices.vue +82 -82
  633. package/src/filiale/lixian/android/SafecheckOrderV.vue +215 -214
  634. package/src/filiale/lixian/android/SafecheckUserInfo.vue +30 -38
  635. package/src/filiale/lixian/android.js +2 -1
  636. package/src/filiale/lixian/pc/CheckPlanAreaList.vue +25 -19
  637. package/src/filiale/lixian/pc/CheckSearchUser.vue +927 -0
  638. package/src/filiale/lixian/pc/NewCheckpaper.vue +58 -58
  639. package/src/filiale/lixian/pc/PaperChazhiMain.vue +13 -80
  640. package/src/filiale/lixian/pc/PaperDefectMain.vue +14 -80
  641. package/src/filiale/lixian/pc/PaperList.vue +21 -87
  642. package/src/filiale/lixian/pc/checkPlanList.vue +366 -0
  643. package/src/filiale/lixian/pc/checkUserList.vue +761 -0
  644. package/src/filiale/lixian/pc.js +4 -2
  645. package/src/filiale/minsheng/android/AreaPlan.vue +537 -0
  646. package/src/filiale/minsheng/android/CurrentCreate.vue +1028 -0
  647. package/src/filiale/minsheng/android/PhoneUpUserinfo.vue +1269 -0
  648. package/src/filiale/minsheng/android/SafecheckUserInfo.vue +754 -0
  649. package/src/filiale/minsheng/android/SwitchValve.vue +497 -0
  650. package/src/filiale/minsheng/android.js +16 -0
  651. package/src/filiale/minsheng/pc/CheckSearchUser.vue +976 -0
  652. package/src/filiale/minsheng/pc/DefectListNew.vue +535 -0
  653. package/src/filiale/minsheng/pc/DefectMainNew.vue +63 -0
  654. package/src/filiale/minsheng/pc/checkUserList.vue +806 -0
  655. package/src/filiale/minsheng/pc.js +15 -0
  656. package/src/filiale/pingxiang/android/PaperFeedback.vue +1399 -0
  657. package/src/filiale/pingxiang/android/SafecheckOrderV.vue +2424 -0
  658. package/src/filiale/pingxiang/android/SafecheckUserInfo.vue +600 -0
  659. package/src/filiale/pingxiang/android.js +11 -0
  660. package/src/filiale/pingxiang/pc/DefectListNew.vue +519 -0
  661. package/src/filiale/pingxiang/pc/DefectMainNew.vue +62 -0
  662. package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1012 -0
  663. package/src/filiale/pingxiang/pc/NewCheckpaper.vue +1294 -0
  664. package/src/filiale/pingxiang/pc/PaperList.vue +595 -0
  665. package/src/filiale/pingxiang/pc.js +15 -0
  666. package/src/filiale/qianneng/android/AddPlanItem.vue +482 -0
  667. package/src/filiale/qianneng/android/AreaPlan.vue +536 -0
  668. package/src/filiale/qianneng/android/CurrentCreate.vue +1003 -0
  669. package/src/filiale/qianneng/android/PaperFeedback.vue +1434 -0
  670. package/src/filiale/qianneng/android/PhoneUpUserinfo.vue +1127 -0
  671. package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -0
  672. package/src/filiale/qianneng/android/SafecheckUserInfo.vue +775 -0
  673. package/src/filiale/qianneng/android/SwitchValve.vue +369 -0
  674. package/src/filiale/qianneng/android.js +18 -0
  675. package/src/filiale/qianneng/pc/DefectListNew.vue +576 -0
  676. package/src/filiale/qianneng/pc/DefectPaperNew.vue +1072 -0
  677. package/src/filiale/qianneng/pc/InfoModifyModal.vue +135 -0
  678. package/src/filiale/qianneng/pc/MeterModify.vue +46 -0
  679. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -0
  680. package/src/filiale/qianneng/pc/NoCheckplanSafecheck.vue +220 -0
  681. package/src/filiale/qianneng/pc/PaperList.vue +747 -0
  682. package/src/filiale/qianneng/pc/PlanManage.vue +857 -0
  683. package/src/filiale/qianneng/pc/UserInfoAudit.vue +286 -0
  684. package/src/filiale/qianneng/pc/UserinfoModify.vue +125 -0
  685. package/src/filiale/qianneng/pc/checkPlanList.vue +429 -0
  686. package/src/filiale/qianneng/pc/checkUserList.vue +871 -0
  687. package/src/filiale/qianneng/pc.js +22 -0
  688. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1268 -0
  689. package/src/filiale/qingjian/android/SafecheckDevices.vue +1269 -0
  690. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2778 -0
  691. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +796 -0
  692. package/src/filiale/qingjian/android.js +13 -0
  693. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1876 -0
  694. package/src/filiale/qingjian/pc/PaperDefectMain.vue +895 -0
  695. package/src/filiale/qingjian/pc.js +15 -0
  696. package/src/filiale/qingtongxia/android/SafecheckOrderV.vue +2726 -0
  697. package/src/filiale/qingtongxia/android.js +10 -0
  698. package/src/filiale/qingtongxia/pc/DefectListNew.vue +594 -0
  699. package/src/filiale/qingtongxia/pc/NewCheckpaper.vue +1908 -0
  700. package/src/filiale/qingtongxia/pc/PaperDefectMain.vue +858 -0
  701. package/src/filiale/qingtongxia/pc.js +15 -0
  702. package/src/filiale/rizhao/android/AddPlanItem.vue +446 -0
  703. package/src/filiale/rizhao/android/PaperFeedback.vue +1510 -0
  704. package/src/filiale/rizhao/android/SafecheckDevices.vue +1169 -0
  705. package/src/filiale/rizhao/android/SafecheckOrderV.vue +2430 -0
  706. package/src/filiale/rizhao/android/SafecheckUserInfo.vue +640 -0
  707. package/src/filiale/rizhao/android.js +14 -0
  708. package/src/filiale/rizhao/pc/DefectList.vue +489 -0
  709. package/src/filiale/rizhao/pc/NewCheckpaper.vue +1346 -0
  710. package/src/filiale/rizhao/pc/PaperList.vue +714 -0
  711. package/src/filiale/rizhao/pc.js +15 -0
  712. package/src/filiale/rongchuang/android/PaperFeedback.vue +1455 -0
  713. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2455 -0
  714. package/src/filiale/rongchuang/android/checkpapermsg.vue +209 -0
  715. package/src/filiale/rongchuang/android.js +12 -0
  716. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +1290 -0
  717. package/src/filiale/rongchuang/pc/checkUserList.vue +42 -15
  718. package/src/filiale/rongchuang/pc.js +2 -1
  719. package/src/filiale/shanggao/android/PaperFeedback.vue +1422 -0
  720. package/src/filiale/shanggao/android/SafecheckOrderV.vue +2426 -0
  721. package/src/filiale/shanggao/android.js +12 -0
  722. package/src/filiale/shanxian/android/AndroidDefectDeal.vue +755 -0
  723. package/src/filiale/shanxian/android/CurrentCreate_new.vue +1027 -0
  724. package/src/filiale/shanxian/android/PaperFeedback.vue +1445 -0
  725. package/src/filiale/shanxian/android/PhoneUpUserinfo.vue +939 -0
  726. package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -0
  727. package/src/filiale/shanxian/android/SafecheckUserInfo.vue +749 -0
  728. package/src/filiale/shanxian/android.js +17 -0
  729. package/src/filiale/shanxian/pc/CheckDetail.vue +205 -0
  730. package/src/filiale/shanxian/pc/CheckPlan.vue +55 -0
  731. package/src/filiale/shanxian/pc/CheckSearchUser.vue +1114 -0
  732. package/src/filiale/shanxian/pc/DefectPaperNew.vue +1096 -0
  733. package/src/filiale/shanxian/pc/HiddenSituation.vue +121 -0
  734. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -0
  735. package/src/filiale/shanxian/pc/SelectCheckPlan.vue +303 -0
  736. package/src/filiale/shanxian/pc/checkUserList.vue +700 -0
  737. package/src/filiale/shanxian/pc.js +20 -0
  738. package/src/filiale/shaoguan/android.js +10 -0
  739. package/src/filiale/shaoguan/pc/PaperList.vue +589 -0
  740. package/src/filiale/shaoguan/pc.js +11 -0
  741. package/src/filiale/shexian/android/AddPlanItem.vue +444 -0
  742. package/src/filiale/shexian/android/AndroidDefectDeal.vue +634 -0
  743. package/src/filiale/shexian/android/AreaPlan.vue +540 -0
  744. package/src/filiale/shexian/android/DailyworkloadQuery.vue +418 -0
  745. package/src/filiale/shexian/android/PaperFeedback.vue +1448 -0
  746. package/src/filiale/shexian/android/PhoneUpUserinfo.vue +1153 -0
  747. package/src/filiale/shexian/android/SafecheckDevices.vue +1279 -0
  748. package/src/filiale/shexian/android/SafecheckOrderV.vue +2879 -0
  749. package/src/filiale/shexian/android.js +17 -0
  750. package/src/filiale/shexian/pc/DefectListNew.vue +593 -0
  751. package/src/filiale/shexian/pc/DefectPaperNew.vue +1161 -0
  752. package/src/filiale/shexian/pc/NewCheckpaper.vue +1469 -0
  753. package/src/filiale/shexian/pc/PaperDefectMain.vue +893 -0
  754. package/src/filiale/shexian/pc.js +15 -0
  755. package/src/filiale/shimen/android/CurrentCreate.vue +29 -29
  756. package/src/filiale/shimen/android/PaperFeedback.vue +66 -66
  757. package/src/filiale/shimen/android/PhoneSellInfo.vue +2 -2
  758. package/src/filiale/shimen/android/SafecheckUserInfo.vue +24 -24
  759. package/src/filiale/shimen/pc/CheckPlanAreaList.vue +18 -18
  760. package/src/filiale/shimen/pc/CheckSearchUser.vue +14 -14
  761. package/src/filiale/shimen/pc/DefectList.vue +6 -6
  762. package/src/filiale/shimen/pc/NewCheckpaper.vue +54 -54
  763. package/src/filiale/shimen/pc/PaperDefectMain.vue +17 -84
  764. package/src/filiale/shimen/pc/PaperList.vue +12 -78
  765. package/src/filiale/shimen/pc/checkmsg.vue +7 -7
  766. package/src/filiale/shiquan/android/AreaPlan.vue +526 -0
  767. package/src/filiale/shiquan/android/CurrentCreate.vue +1014 -0
  768. package/src/filiale/shiquan/android/SafecheckDevices.vue +1269 -0
  769. package/src/filiale/shiquan/android.js +12 -0
  770. package/src/filiale/shiquan/pc/checkUserList.vue +755 -0
  771. package/src/filiale/shiquan/pc.js +13 -0
  772. package/src/filiale/tianke/android/AddPlanItem.vue +455 -0
  773. package/src/filiale/tianke/android/CurrentCreate.vue +988 -0
  774. package/src/filiale/tianke/android/SafecheckOrderV.vue +2431 -0
  775. package/src/filiale/tianke/android/SafecheckUserInfo.vue +744 -0
  776. package/src/filiale/tianke/android.js +16 -0
  777. package/src/filiale/tianke/pc/DefectListNew.vue +538 -0
  778. package/src/filiale/tianke/pc/PaperDefectMain.vue +891 -0
  779. package/src/filiale/tianke/pc/checkScreen.vue +781 -0
  780. package/src/filiale/tianke/pc/cq.jpg +0 -0
  781. package/src/filiale/tianke/pc/qy.jpg +0 -0
  782. package/src/filiale/tianke/pc.js +15 -0
  783. package/src/filiale/tongchuan/android/AddPlanItem.vue +483 -0
  784. package/src/filiale/tongchuan/android/AndroidDefectDeal.vue +647 -0
  785. package/src/filiale/tongchuan/android/CurrentCreate.vue +1001 -0
  786. package/src/filiale/tongchuan/android/PaperFeedback.vue +129 -163
  787. package/src/filiale/tongchuan/android/PhoneRecordInfo.vue +191 -0
  788. package/src/filiale/tongchuan/android/PhoneSellInfo.vue +113 -0
  789. package/src/filiale/tongchuan/android/PhoneUpDetail.vue +707 -0
  790. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1265 -0
  791. package/src/filiale/tongchuan/android/SafecheckDevices.vue +458 -363
  792. package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2652 -2193
  793. package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +119 -39
  794. package/src/filiale/tongchuan/android/SwitchValve.vue +284 -0
  795. package/src/filiale/tongchuan/android/UploadPage.vue +26 -14
  796. package/src/filiale/tongchuan/android.js +9 -2
  797. package/src/filiale/tongchuan/pc/CheckBookArea.vue +145 -0
  798. package/src/filiale/tongchuan/pc/CheckBookDetails.vue +209 -0
  799. package/src/filiale/tongchuan/pc/CheckBookEntry.vue +61 -0
  800. package/src/filiale/tongchuan/pc/CheckBookList.vue +377 -0
  801. package/src/filiale/tongchuan/pc/CheckDetail.vue +205 -0
  802. package/src/filiale/tongchuan/pc/CheckPlan.vue +55 -0
  803. package/src/filiale/tongchuan/pc/CheckPlanAreaList.vue +502 -0
  804. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +135 -0
  805. package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +6 -5
  806. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +625 -541
  807. package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +484 -0
  808. package/src/filiale/tongchuan/pc/DefectPaper.vue +17 -17
  809. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +90 -10
  810. package/src/filiale/tongchuan/pc/HiddenSituation.vue +164 -0
  811. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +65 -60
  812. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +213 -0
  813. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +676 -250
  814. package/src/filiale/tongchuan/pc/PaperList.vue +77 -84
  815. package/src/filiale/tongchuan/pc/PlanManage.vue +901 -0
  816. package/src/filiale/tongchuan/pc/RoleSelector.vue +172 -0
  817. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +293 -0
  818. package/src/filiale/tongchuan/pc/checkUserList.vue +31 -15
  819. package/src/filiale/tongchuan/pc/repairScreen.vue +767 -0
  820. package/src/filiale/tongchuan/pc.js +16 -1
  821. package/src/filiale/weinan/android/AddPlanItem.vue +438 -0
  822. package/src/filiale/weinan/android/AndroidDefectDeal.vue +450 -0
  823. package/src/filiale/weinan/android/AreaPlan.vue +693 -0
  824. package/src/filiale/weinan/android/CurrentCreate.vue +1171 -0
  825. package/src/filiale/weinan/android/CurrentCreateOnline.vue +911 -0
  826. package/src/filiale/weinan/android/PaperFeedback.vue +1410 -0
  827. package/src/filiale/weinan/android/PhoneUpDetail.vue +968 -0
  828. package/src/filiale/weinan/android/PhoneUpUserinfo.vue +1038 -0
  829. package/src/filiale/weinan/android/SafePlanItem.vue +440 -0
  830. package/src/filiale/weinan/android/SafecheckDevices.vue +1234 -0
  831. package/src/filiale/weinan/android/SafecheckOrderV.vue +3276 -0
  832. package/src/filiale/weinan/android/SafecheckUserInfo.vue +773 -0
  833. package/src/filiale/weinan/android.js +21 -0
  834. package/src/filiale/weinan/pc/CheckBook.vue +332 -0
  835. package/src/filiale/weinan/pc/CheckBookAll.vue +67 -0
  836. package/src/filiale/weinan/pc/CheckBookArea.vue +180 -0
  837. package/src/filiale/weinan/pc/CheckBookCompany.vue +144 -0
  838. package/src/filiale/weinan/pc/CheckBookCompanyUser.vue +86 -0
  839. package/src/filiale/weinan/pc/CheckBookDetails.vue +194 -0
  840. package/src/filiale/weinan/pc/CheckBookList.vue +446 -0
  841. package/src/filiale/weinan/pc/CheckBookSearchUser.vue +604 -0
  842. package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +722 -0
  843. package/src/filiale/weinan/pc/CheckBookUser.vue +101 -0
  844. package/src/filiale/weinan/pc/CheckDetail.vue +278 -0
  845. package/src/filiale/weinan/pc/CheckDetailOutHelp.vue +297 -0
  846. package/src/filiale/weinan/pc/CheckNoDetail.vue +259 -0
  847. package/src/filiale/weinan/pc/CheckNoPlan.vue +59 -0
  848. package/src/filiale/weinan/pc/CheckPlan.vue +57 -0
  849. package/src/filiale/weinan/pc/CheckPlanAreaList.vue +472 -0
  850. package/src/filiale/weinan/pc/CheckPlanAreaManage.vue +111 -0
  851. package/src/filiale/weinan/pc/CheckPlanOutHelp.vue +57 -0
  852. package/src/filiale/weinan/pc/CheckPlanUserList.vue +338 -0
  853. package/src/filiale/weinan/pc/DefectMainNew.vue +63 -0
  854. package/src/filiale/weinan/pc/DefectPaperNew.vue +1059 -0
  855. package/src/filiale/weinan/pc/HiddenSituation.vue +167 -0
  856. package/src/filiale/weinan/pc/NewCheckpaper.vue +1459 -0
  857. package/src/filiale/weinan/pc/PaperDefectMain.vue +576 -0
  858. package/src/filiale/weinan/pc/PaperList.vue +674 -0
  859. package/src/filiale/weinan/pc/PersonTrack.vue +246 -0
  860. package/src/filiale/weinan/pc/PlanManage.vue +986 -0
  861. package/src/filiale/weinan/pc/PrintMaterialBillNoplan.vue +161 -0
  862. package/src/filiale/weinan/pc/SelectCheckNoPlan.vue +299 -0
  863. package/src/filiale/weinan/pc/SelectCheckPlan.vue +389 -0
  864. package/src/filiale/weinan/pc/SelectCheckPlanOutHelp.vue +446 -0
  865. package/src/filiale/weinan/pc/checkPlanList.vue +456 -0
  866. package/src/filiale/weinan/pc/checkScreen.vue +1094 -0
  867. package/src/filiale/weinan/pc/checkUserList.vue +776 -0
  868. package/src/filiale/weinan/pc.js +44 -0
  869. package/src/filiale/weinanct/android/SafecheckDevices.vue +1225 -0
  870. package/src/filiale/weinanct/android/SafecheckOrderV.vue +2730 -0
  871. package/src/filiale/weinanct/android.js +14 -0
  872. package/src/filiale/weinanct/pc/NewCheckpaper.vue +1315 -0
  873. package/src/filiale/weinanct/pc/PaperList.vue +593 -0
  874. package/src/filiale/weinanct/pc/checkmsg.vue +248 -0
  875. package/src/filiale/weinanct/pc.js +14 -0
  876. package/src/filiale/wensu/android/AddPlanItem.vue +495 -0
  877. package/src/filiale/wensu/android/AndroidDefectDeal.vue +464 -0
  878. package/src/filiale/wensu/android/AndroidDefectDealItems.vue +480 -0
  879. package/src/filiale/wensu/android/CurrentCreate.vue +998 -0
  880. package/src/filiale/wensu/android/PaperFeedback.vue +1358 -0
  881. package/src/filiale/wensu/android/PhoneUpUserinfo.vue +314 -0
  882. package/src/filiale/wensu/android/SafecheckOrderV.vue +2430 -0
  883. package/src/filiale/wensu/android/SafecheckUserInfo.vue +627 -0
  884. package/src/filiale/wensu/android.js +16 -0
  885. package/src/filiale/wensu/pc/CheckDetail.vue +205 -0
  886. package/src/filiale/wensu/pc/CheckSearchUser.vue +1231 -0
  887. package/src/filiale/wensu/pc/DefectListNew.vue +735 -0
  888. package/src/filiale/wensu/pc/DefectMainNew.vue +63 -0
  889. package/src/filiale/wensu/pc/DefectPaperNew.vue +1142 -0
  890. package/src/filiale/wensu/pc/NewCheckpaper.vue +1936 -0
  891. package/src/filiale/wensu/pc/PrintMaterialBill.vue +155 -0
  892. package/src/filiale/wensu/pc/RoleSelector.vue +150 -0
  893. package/src/filiale/wensu/pc/SelectCheckPlan.vue +302 -0
  894. package/src/filiale/wensu/pc/checkUserList.vue +646 -0
  895. package/src/filiale/wensu/pc.js +19 -0
  896. package/src/filiale/wenxi/android/AddPlanItem.vue +431 -0
  897. package/src/filiale/wenxi/android/AndroidDefectDealHY.vue +606 -0
  898. package/src/filiale/wenxi/android/AndroidDefectDealWX.vue +502 -0
  899. package/src/filiale/wenxi/android/AreaPlan.vue +519 -0
  900. package/src/filiale/wenxi/android/CurrentCreate.vue +36 -28
  901. package/src/filiale/wenxi/android/DailyworkloadQuery.vue +398 -0
  902. package/src/filiale/wenxi/android/PaperFeedback.vue +1173 -944
  903. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1076 -0
  904. package/src/filiale/wenxi/android/SafecheckDevices.vue +1066 -780
  905. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2320 -2135
  906. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +109 -42
  907. package/src/filiale/wenxi/android/UploadPage.vue +13 -13
  908. package/src/filiale/wenxi/android.js +10 -2
  909. package/src/filiale/wenxi/pc/CheckPlanAreaList.vue +456 -0
  910. package/src/filiale/wenxi/pc/CheckPlanUserList.vue +217 -0
  911. package/src/filiale/wenxi/pc/CheckSearchUser.vue +991 -0
  912. package/src/filiale/wenxi/pc/DefectList.vue +653 -0
  913. package/src/filiale/wenxi/pc/DefectPaper.vue +136 -135
  914. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1194 -1005
  915. package/src/filiale/wenxi/pc/PaperDefectMain.vue +365 -209
  916. package/src/filiale/wenxi/pc/PaperList.vue +243 -154
  917. package/src/filiale/wenxi/pc/checkPlanList.vue +517 -0
  918. package/src/filiale/wenxi/pc/checkUserList.vue +695 -0
  919. package/src/filiale/wenxi/pc/checkmsg.vue +9 -9
  920. package/src/filiale/wenxi/pc/checkmsgdeal.vue +132 -0
  921. package/src/filiale/wenxi/pc.js +9 -2
  922. package/src/filiale/wuan/android/AreaPlan.vue +6 -6
  923. package/src/filiale/wuan/android/CurrentCreate.vue +25 -25
  924. package/src/filiale/wuan/android/CurrentCreateSheBei.vue +25 -25
  925. package/src/filiale/wuan/android/PaperFeedback.vue +1433 -0
  926. package/src/filiale/wuan/android/SafecheckDevices.vue +101 -101
  927. package/src/filiale/wuan/android/SafecheckOrderV.vue +216 -216
  928. package/src/filiale/wuan/android/SafecheckUserInfo.vue +85 -65
  929. package/src/filiale/wuan/android.js +3 -2
  930. package/src/filiale/wuan/pc/DefectListWeixiu.vue +8 -8
  931. package/src/filiale/wuan/pc/DefectPaperWeiXiu.vue +11 -10
  932. package/src/filiale/wuan/pc/NewCheckpaper.vue +54 -54
  933. package/src/filiale/wuan/pc/PaperList.vue +12 -78
  934. package/src/filiale/wuhai/android/AreaPlan.vue +7 -7
  935. package/src/filiale/wuhai/android/CurrentCreate.vue +1005 -0
  936. package/src/filiale/wuhai/android/PaperFeedback.vue +67 -67
  937. package/src/filiale/wuhai/android/PhoneUpUserinfo.vue +926 -0
  938. package/src/filiale/wuhai/android/SafecheckOrderV.vue +2456 -0
  939. package/src/filiale/wuhai/android/SafecheckUserInfo.vue +573 -0
  940. package/src/filiale/wuhai/android.js +4 -1
  941. package/src/filiale/wuhai/pc/CheckSearchUser.vue +959 -0
  942. package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -0
  943. package/src/filiale/wuhai/pc/checkUserList.vue +48 -31
  944. package/src/filiale/wuhai/pc.js +4 -1
  945. package/src/filiale/xinkang/android/AndroidDefectDeal.vue +449 -0
  946. package/src/filiale/xinkang/android/CurrentCreate.vue +997 -0
  947. package/src/filiale/xinkang/android/OrderBacklog.vue +997 -0
  948. package/src/filiale/xinkang/android/SafecheckDevices.vue +1183 -0
  949. package/src/filiale/xinkang/android/SafecheckOrderV.vue +2732 -0
  950. package/src/filiale/xinkang/android/SafecheckUserInfo.vue +747 -0
  951. package/src/filiale/xinkang/android.js +14 -0
  952. package/src/filiale/xinkang/pc/CheckPlanAreaList.vue +425 -0
  953. package/src/filiale/xinkang/pc/CheckPlanAreaManage.vue +111 -0
  954. package/src/filiale/xinkang/pc/CheckPlanUserList.vue +216 -0
  955. package/src/filiale/xinkang/pc/CheckSearchUser.vue +1026 -0
  956. package/src/filiale/xinkang/pc/DefectListWeixiu.vue +475 -0
  957. package/src/filiale/xinkang/pc/DefectPaperWeiXiu.vue +538 -0
  958. package/src/filiale/xinkang/pc/NewCheckpaper.vue +1498 -0
  959. package/src/filiale/xinkang/pc/PaperDefectMain.vue +525 -0
  960. package/src/filiale/xinkang/pc/PaperList.vue +603 -0
  961. package/src/filiale/xinkang/pc/checkUserList.vue +639 -0
  962. package/src/filiale/xinkang/pc.js +22 -0
  963. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +451 -0
  964. package/src/filiale/yangchunboneng/android/AndiroidSecurityAudit.vue +238 -0
  965. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1150 -0
  966. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +477 -0
  967. package/src/filiale/yangchunboneng/android/DailyworkloadQueryNew.vue +480 -0
  968. package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -0
  969. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -0
  970. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -0
  971. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2832 -0
  972. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +869 -0
  973. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +477 -0
  974. package/src/filiale/yangchunboneng/android.js +20 -0
  975. package/src/filiale/yangchunboneng/pc/AddToCheckBook.vue +237 -0
  976. package/src/filiale/yangchunboneng/pc/CheckBook.vue +301 -0
  977. package/src/filiale/yangchunboneng/pc/CheckBookAll.vue +66 -0
  978. package/src/filiale/yangchunboneng/pc/CheckBookDetails.vue +213 -0
  979. package/src/filiale/yangchunboneng/pc/CheckBookEntry.vue +61 -0
  980. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +347 -0
  981. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +603 -0
  982. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +198 -0
  983. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +576 -0
  984. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1018 -0
  985. package/src/filiale/yangchunboneng/pc/DefectListNew.vue +576 -0
  986. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1077 -0
  987. package/src/filiale/yangchunboneng/pc/NewCheckpaper.vue +1816 -0
  988. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +849 -0
  989. package/src/filiale/yangchunboneng/pc/PaperList.vue +727 -0
  990. package/src/filiale/yangchunboneng/pc.js +26 -0
  991. package/src/filiale/yongzhou/android/PaperFeedback.vue +1519 -0
  992. package/src/filiale/yongzhou/android/PhoneUpUserinfo.vue +1257 -0
  993. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1294 -0
  994. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2809 -0
  995. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +776 -0
  996. package/src/filiale/yongzhou/android.js +16 -0
  997. package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1092 -0
  998. package/src/filiale/yongzhou/pc/LodopFuncs.js +159 -0
  999. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +252 -0
  1000. package/src/filiale/yongzhou/pc/PaperList.vue +798 -0
  1001. package/src/filiale/yongzhou/pc/PlanManage.vue +842 -0
  1002. package/src/filiale/yongzhou/pc/PrintData.vue +243 -0
  1003. package/src/filiale/yongzhou/pc/PrintTable.vue +241 -0
  1004. package/src/filiale/yongzhou/pc/RoleSelector.vue +161 -0
  1005. package/src/filiale/yongzhou/pc/checkUserList.vue +752 -0
  1006. package/src/filiale/yongzhou/pc/communityDetail.vue +194 -0
  1007. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +207 -0
  1008. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +207 -0
  1009. package/src/filiale/yongzhou/pc/safeDetail.vue +248 -0
  1010. package/src/filiale/yongzhou/pc/safeStatistics.vue +124 -0
  1011. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +455 -0
  1012. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +267 -0
  1013. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +110 -0
  1014. package/src/filiale/yongzhou/pc/safeTable.vue +136 -0
  1015. package/src/filiale/yongzhou/pc.js +28 -0
  1016. package/src/filiale/yuansheng/android/PaperFeedback.vue +1488 -0
  1017. package/src/filiale/yuansheng/android/PaperState.vue +403 -0
  1018. package/src/filiale/yuansheng/android/PhoneUpUserinfo.vue +942 -0
  1019. package/src/filiale/yuansheng/android/SafecheckDevices.vue +1248 -0
  1020. package/src/filiale/yuansheng/android/SafecheckOrderV.vue +2758 -0
  1021. package/src/filiale/yuansheng/android/SafecheckUserInfo.vue +797 -0
  1022. package/src/filiale/yuansheng/android.js +15 -0
  1023. package/src/filiale/yuansheng/pc/DefectListNew.vue +524 -0
  1024. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1363 -0
  1025. package/src/filiale/yuansheng/pc/PaperList.vue +621 -0
  1026. package/src/filiale/yuansheng/pc/checkmsg.vue +464 -0
  1027. package/src/filiale/yuansheng/pc.js +15 -0
  1028. package/src/filiale/yunchengminsheng/android/DailyworkloadQuery.vue +491 -0
  1029. package/src/filiale/yunchengminsheng/android/LdapHelper.js +75 -0
  1030. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1508 -0
  1031. package/src/filiale/yunchengminsheng/android/PhoneUpUserinfo.vue +1198 -0
  1032. package/src/filiale/yunchengminsheng/android/RightTree.vue +217 -0
  1033. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1267 -0
  1034. package/src/filiale/yunchengminsheng/android/SafecheckOrderV.vue +2849 -0
  1035. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +784 -0
  1036. package/src/filiale/yunchengminsheng/android.js +14 -0
  1037. package/src/filiale/yunchengminsheng/pc/NewCheckpaper.vue +1538 -0
  1038. package/src/filiale/yunchengminsheng/pc/checkUserList.vue +736 -0
  1039. package/src/filiale/yunchengminsheng/pc.js +14 -0
  1040. package/src/filiale/zhongsheng/android/AreaPlan.vue +526 -0
  1041. package/src/filiale/zhongsheng/android/BuyRecords.vue +122 -0
  1042. package/src/filiale/zhongsheng/android/CurrentCreate.vue +994 -0
  1043. package/src/filiale/zhongsheng/android/IgnitionInformation.vue +170 -0
  1044. package/src/filiale/zhongsheng/android/PaperFeedback.vue +96 -96
  1045. package/src/filiale/zhongsheng/android/PhoneSellInfoXin.vue +68 -0
  1046. package/src/filiale/zhongsheng/android/PhoneUpUserinfo.vue +53 -53
  1047. package/src/filiale/zhongsheng/android/SafecheckDevices.vue +1214 -0
  1048. package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +253 -239
  1049. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +177 -78
  1050. package/src/filiale/zhongsheng/android.js +8 -2
  1051. package/src/filiale/zhongsheng/pc/CheckPlanAreaList.vue +463 -0
  1052. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +9 -9
  1053. package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +7 -7
  1054. package/src/filiale/zhongsheng/pc/InfoModifyModal.vue +2 -2
  1055. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +68 -54
  1056. package/src/filiale/zhongsheng/pc/PaperList.vue +644 -0
  1057. package/src/filiale/zhongsheng/pc/UserInfoAudit.vue +10 -10
  1058. package/src/filiale/zhongsheng/pc.js +4 -1
  1059. package/src/filiale/zhongyi/android/CurrentCreate.vue +988 -0
  1060. package/src/filiale/zhongyi/android/SafecheckOrderV.vue +2431 -0
  1061. package/src/filiale/zhongyi/android.js +14 -0
  1062. package/src/filiale/zhongyi/pc/DefectListNew.vue +514 -0
  1063. package/src/filiale/zhongyi/pc/checkScreen.vue +781 -0
  1064. package/src/filiale/zhongyi/pc.js +14 -0
  1065. package/src/filiale/zhoukou/android/AndroidDefectDeal.vue +11 -11
  1066. package/src/filiale/zhoukou/android/AreaPlan.vue +6 -6
  1067. package/src/filiale/zhoukou/android/CurrentCreate.vue +26 -26
  1068. package/src/filiale/zhoukou/android/PaperFeedback.vue +66 -66
  1069. package/src/filiale/zhoukou/android/PhoneUpUserinfo.vue +51 -51
  1070. package/src/filiale/zhoukou/android/SafecheckDevices.vue +95 -95
  1071. package/src/filiale/zhoukou/android/SafecheckOrderV.vue +210 -210
  1072. package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +27 -27
  1073. package/src/filiale/zhoukou/android/UploadPage.vue +15 -15
  1074. package/src/filiale/zhoukou/android.js +1 -1
  1075. package/src/filiale/zhoukou/pc/CheckSearchUser.vue +14 -14
  1076. package/src/filiale/zhoukou/pc/PaperDefectMain.vue +11 -77
  1077. package/src/main.js +4 -4
  1078. package/src/plugins/EmojiData.js +4 -4
  1079. package/src/plugins/GerJsonObjectConfig.js +1 -1
  1080. package/src/plugins/GetCheckParams.js +45 -0
  1081. package/src/plugins/LoadCheckParams.js +59 -0
  1082. package/src/plugins/LocalPagedList.js +3 -3
  1083. package/src/plugins/LocalPathList.js +2 -2
  1084. package/src/rongcheng-android.js +14 -2
  1085. package/src/rongcheng.js +12 -2
  1086. package/src/safecheck-android.js +67 -2
  1087. package/src/safecheck.js +189 -20
  1088. package/src/shaoguan.js +2 -2
  1089. package/src/tongchengsafe-android.js +2 -2
  1090. package/src/tongchengsafecheck.js +2 -2
  1091. package/src/utils/GerJsonObjectConfig.js +1 -1
  1092. package/src/utils/LdapHelper.js +1 -1
  1093. package/src/utils/htmlToPdf.js +40 -0
  1094. package/static/images/DownLoadQRCode.png +0 -0
  1095. package/static/images/meterBook/down.png +0 -0
  1096. package/static/images/meterBook/drag.png +0 -0
  1097. package/static/images/meterBook/up.png +0 -0
  1098. package/static/images//346/204/237/345/217/271/345/217/267.png +0 -0
  1099. package/static/images//347/272/242/345/217/211/345/217/211.png +0 -0
  1100. package/static/layui/css/layui.css +1 -0
  1101. package/static/layui/css/modules/code.css +1 -0
  1102. package/static/layui/css/modules/laydate/default/laydate.css +1 -0
  1103. package/static/layui/css/modules/layer/default/icon-ext.png +0 -0
  1104. package/static/layui/css/modules/layer/default/icon.png +0 -0
  1105. package/static/layui/css/modules/layer/default/layer.css +1 -0
  1106. package/static/layui/css/modules/layer/default/loading-0.gif +0 -0
  1107. package/static/layui/css/modules/layer/default/loading-1.gif +0 -0
  1108. package/static/layui/css/modules/layer/default/loading-2.gif +0 -0
  1109. package/static/layui/font/iconfont.eot +0 -0
  1110. package/static/layui/font/iconfont.svg +554 -0
  1111. package/static/layui/font/iconfont.ttf +0 -0
  1112. package/static/layui/font/iconfont.woff +0 -0
  1113. package/static/layui/font/iconfont.woff2 +0 -0
  1114. package/static/layui/layui.js +1 -0
  1115. package/src/components/cockpit/Splash.vue +0 -85
  1116. package/src/components/cockpit/SplashDetail.vue +0 -66
  1117. package/src/components/pc/CheckBookManage.vue +0 -903
@@ -138,7 +138,7 @@ export default class Comp {
138
138
  buildings=[]
139
139
  buildParam=[]
140
140
  addBuilding(val) {
141
- console.log("当前id" + val)
141
+ //tag
142
142
  let index = this.buildParam.indexOf(val)
143
143
  if (index < 0) {
144
144
  this.buildParam.push(val)
@@ -154,7 +154,7 @@ export default class Comp {
154
154
 
155
155
  //下拉框条件改变json数组
156
156
  conditionListChange(modelname,ind,key,value,f){
157
- console.log("------------"+ind+"-------------")
157
+ //tag
158
158
  this[modelname][ind]["num"]=ind
159
159
  this[modelname][ind][key]=value
160
160
  f()
@@ -199,9 +199,9 @@ export default class Comp {
199
199
 
200
200
  this.setProperty("user","f_address_state",'未通气')
201
201
 
202
- console.log("-----------------")
203
- console.log(Vue.$appdata)
204
- console.log("当前加载到的信息:"+JSON.stringify(global.login))
202
+ //tag
203
+ //tag
204
+ //tag)
205
205
  //global.login.id 9468
206
206
  this.searchChecker(global.login.id)
207
207
  //this.searchAspirated(global.login.id)
@@ -209,7 +209,7 @@ export default class Comp {
209
209
  for(let i=0 ;i<smallarea.length;i++){
210
210
  this.small_area.push(smallarea[i].value)
211
211
  }
212
- console.log("street:"+JSON.stringify(smallarea))
212
+ //tag)
213
213
  await this.getStreets()
214
214
  }
215
215
 
@@ -230,12 +230,12 @@ export default class Comp {
230
230
  //补录功能组装数据
231
231
  zzsj(){
232
232
  let deviceconfig=ObjConfig.getObjConfig(this.needconfig.safecheck.DevicesConfig)
233
- console.log("=============ZZSJ1>"+JSON.stringify(deviceconfig))
233
+ //tag)
234
234
  for (let i = 0; i < deviceconfig.length; i++) {
235
- console.log("==============>"+JSON.stringify(deviceconfig[i]))
236
- console.log("==============>"+JSON.stringify(deviceconfig[i].index))
235
+ //tag)
236
+ //tag)
237
237
  this.str[deviceconfig[i].index-1]=deviceconfig[i]
238
- console.log("===========ZZSJ2>"+JSON.stringify(this.str[deviceconfig[i].index]))
238
+ //tag)
239
239
  }
240
240
 
241
241
  }
@@ -243,7 +243,7 @@ export default class Comp {
243
243
  let http = new HttpResetClass()
244
244
  http.load('GET', `/phone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res => {
245
245
  this.needconfig = res.data
246
- console.log("请求得到的数据"+JSON.stringify(this.needconfig))
246
+ //tag)
247
247
  let aa=this.needconfig.safecheck.DevicesConfig
248
248
  this.zzsj()
249
249
  })
@@ -251,7 +251,7 @@ export default class Comp {
251
251
  }
252
252
  //当前页面属性发生改变事件
253
253
  fieldChange(modelname,value,f){
254
- console.log(value)
254
+ //tag
255
255
  if(modelname=="user" || modelname=="checkplan" || modelname=="checkplanitems"){
256
256
  this.setProperty(modelname,"checkername",value.name)
257
257
  this.setProperty(modelname,"checkerid",value.id)
@@ -286,14 +286,14 @@ export default class Comp {
286
286
  continue
287
287
  }
288
288
  //如果是有无计划值特殊处理
289
- console.log('-----'+this[field][i].selectitem.checkname)
289
+ //tag
290
290
  if(this[field][i].selectitem.checkname=='有无计划'){
291
291
  let v=this[field][i].selectValue=='已有计划'?'is not null':'is null'
292
- console.log("条件"+v+"----"+this[field][i].selectitem.column)
292
+ //tag
293
293
  this.setProperty(modelname,this[field][i].selectitem.column,v)
294
294
  continue
295
295
  }
296
- console.log("this[field][i].column:"+this[field][i].column+"---"+"this[field][i].selectValue"+this[field][i].selectValue)
296
+ //tag
297
297
  this.setProperty(modelname,this[field][i].selectitem.column,this[field][i].selectValue)
298
298
  }
299
299
  }
@@ -342,7 +342,7 @@ export default class Comp {
342
342
  this.isSend=true
343
343
  this.checkplan.check.checkes=[]
344
344
  if(sortfield){//如果传入空串说明是查询 传入非空串就是排序
345
- console.log("进入排序")
345
+ //tag
346
346
  if(sortfield==this.currentorder){
347
347
  return
348
348
  }else{
@@ -358,7 +358,7 @@ export default class Comp {
358
358
  fieldValue='f_create_time'
359
359
  break
360
360
  }
361
- console.log("值"+sortfield+"--当前值"+this.currentorder+"---排序值:"+fieldValue)
361
+ //tag
362
362
  await this.checkplan.searchList("/rs/sql/预约计划下发",
363
363
  {"f_plan_name": "f_plan_name like '%{}%'",
364
364
  "f_plan_year":"f_plan_year={}",
@@ -428,7 +428,7 @@ export default class Comp {
428
428
  }else{
429
429
  this.setProperty("user","checkSude","")
430
430
  }
431
- console.log("+++++++"+this.user.search.model)
431
+ //tag
432
432
  let str=''
433
433
  if(this.buildParam.length>0){
434
434
  for(let i=0;i<this.buildParam.length;i++){
@@ -481,7 +481,7 @@ export default class Comp {
481
481
  }, {resolveMsg: null, rejectMsg: null})
482
482
  this.checker=res.data
483
483
  this.employeeList=this.checker
484
- console.log("安检员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
484
+ //tag+"---id"+this.filialeid)
485
485
  }
486
486
  //查询送气人员
487
487
  async searchAspirated(id){
@@ -491,7 +491,7 @@ export default class Comp {
491
491
  }, {resolveMsg: null, rejectMsg: null})
492
492
  this.aspirated=res.data
493
493
 
494
- console.log("送气员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
494
+ //tag+"---id"+this.filialeid)
495
495
  }
496
496
 
497
497
  async searchPlanItems(f) {
@@ -521,7 +521,7 @@ export default class Comp {
521
521
  this.checkplanitems.check.checkes=[]
522
522
  if(this.checkplanitems.search.model.f_plan_id){
523
523
  this.isSend=true
524
- console.log("进入加载安检计划项"+this.checkplanitems.search.model.f_plan_id)
524
+ //tag
525
525
  this.jointCondition1("planitemconditionList","checkplanitems")
526
526
  await this.checkplanitems.searchList("/rs/sql/planItem",
527
527
  {"f_plan_id": "i.f_plan_id='{}'",
@@ -562,11 +562,11 @@ export default class Comp {
562
562
 
563
563
  //当选中列表中某项时触发
564
564
  addParam(modulename, id) {
565
- console.log("当前值"+modulename+"--------"+id)
565
+ //tag
566
566
  this[modulename].check.setCheckes(id)
567
567
  }
568
568
  selectChange(modulename, property, value){
569
- console.log("当前值11111"+modulename+"--------"+value)
569
+ //tag
570
570
  if(value=='全部'){
571
571
  this.setProperty(modulename, property, '')
572
572
  }else{
@@ -576,7 +576,7 @@ export default class Comp {
576
576
  }
577
577
  //设置属性值
578
578
  setProperty(modulename, property, value) {
579
- console.log(modulename+"新添--"+property+"--"+value)
579
+ //tag
580
580
  this[modulename].search.setField(property, value)
581
581
  }
582
582
 
@@ -587,12 +587,12 @@ export default class Comp {
587
587
  // 给新建安检计划设置属性值
588
588
  setNewPlan(property, value) {
589
589
 
590
- console.log(value)
590
+ //tag
591
591
  this.newPlan[property] = value
592
592
  return this
593
593
  }
594
594
  setSafeCheckType(val,f){
595
- console.log("设置安检类型:"+val)
595
+ //tag
596
596
  if(this.newPlan.f_safecheck_type==val){
597
597
  return
598
598
  }
@@ -613,7 +613,7 @@ export default class Comp {
613
613
  //将某项拖动到计划中
614
614
  //dragParam:从拖动的起始位置传入的参数
615
615
  async dragtoPlan(f_plan_id,f_safecheck_type,f_filialeid,dragParam,f){
616
- console.log("当前传入:"+dragParam)
616
+ //tag
617
617
  await this.dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f)
618
618
  await this.dragtoOtherPlanIteem(f_plan_id,dragParam,f)
619
619
  }
@@ -621,7 +621,7 @@ export default class Comp {
621
621
  //将客户信息拖至计划中
622
622
  async dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f) {
623
623
 
624
- console.log("计划id:"+f_plan_id+"公司id:"+this.filialeid)
624
+ //tag
625
625
  if(dragParam=='user'){
626
626
  this.jointCondition1("conditionList","user")
627
627
  if(this.checkplanitems.search.model.f_plan_id){
@@ -659,7 +659,7 @@ export default class Comp {
659
659
  columnName: "ua.id"
660
660
  }
661
661
  }, {resolveMsg: null, rejectMsg: null})
662
- console.log("重复数量-"+JSON.stringify(res.data.result)+"---"+res.data.result.length)
662
+ //tag+"---"+res.data.result.length)
663
663
  if(res.data.code==200){
664
664
  //alert("添加成功!有"+res.data.result.length+"条用户地址已经存在于其他计划中: \n"+res.data.result.reduce((c,v)=>{c += v.f_user_name+":"+v.f_address+"\n"}),0)
665
665
  Vue.showMessage("添加成功!"+(res.data.result.length>0?"有"+res.data.result.length+"条用户地址已经存在于其他计划中":""))
@@ -721,7 +721,7 @@ export default class Comp {
721
721
 
722
722
  //修改计划项状态为作废
723
723
  async delPlanItem(dragParam,f) {
724
- console.log("进入作废计划项方法")
724
+ //tag
725
725
  if(dragParam=='item'){
726
726
  this.isSend=true
727
727
  let resu=await this.http.load("POST", "/rs/logic/UpCheckPlanItemState", {
@@ -744,7 +744,7 @@ export default class Comp {
744
744
  columnName: "i.id"
745
745
  }
746
746
  }, {resolveMsg: null, rejectMsg: null})
747
- console.log("-----------"+JSON.stringify(resu.data))
747
+ //tag)
748
748
  if(resu.data.code==200){
749
749
  Vue.showMessage("作废安检单成功! 成功作废:"+resu.data.res.up+"条"+(resu.data.res.noup>0?"有"+resu.data.res.noup+"条已经不是 ‘未检’ 状态!":""))
750
750
  await this.searchUser(()=>{})
@@ -766,7 +766,7 @@ export default class Comp {
766
766
  }
767
767
  this.isSend=true
768
768
  let res=await this.http.load("POST","/rs/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.newPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
769
- console.log("结果-"+res.data.length)
769
+ //tag
770
770
  if(res.data.length>0){
771
771
  Vue.showMessage("计划名称不能重复!")
772
772
  return
@@ -850,7 +850,7 @@ export default class Comp {
850
850
  columnName: "f_plan_id"
851
851
  }
852
852
  }, {resolveMsg: null, rejectMsg: null})
853
- console.log(JSON.stringify(res))
853
+ //tag)
854
854
  if(res.data.code==200){
855
855
  Vue.showMessage("删除成功!","success",2500)
856
856
  await this.loadCheckPlan('',()=>{})
@@ -865,7 +865,7 @@ export default class Comp {
865
865
  //修改计划时 用来存储当前选中要修改的计划
866
866
  plan={}
867
867
  setPlanVal(value){
868
- console.log("修改安检计划"+JSON.stringify(value))
868
+ //tag)
869
869
  this.plan=JSON.parse(JSON.stringify( value ))
870
870
  }
871
871
  setPlan(key,val){
@@ -1054,12 +1054,13 @@ export default class Comp {
1054
1054
  },
1055
1055
  "field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_state:安检状态","f_address:详细地址"],
1056
1056
  "templateName": this.plan.f_plan_name,
1057
- "sqlName": "planItem"
1057
+ "sqlName": "planItem",
1058
+ "uuid": this.guid()
1058
1059
  },
1059
1060
  }
1060
1061
  }
1061
1062
  ,{resolveMsg: null, rejectMsg: null})
1062
- console.log("excel结果---"+JSON.stringify(res))
1063
+ //tag)
1063
1064
  let link = document.createElement('a');
1064
1065
  let path = res.data[0].filename
1065
1066
  //webapps这个是在服务器上导出用的
@@ -1110,12 +1111,13 @@ export default class Comp {
1110
1111
  },
1111
1112
  "field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_user_phone:用户电话","f_address:详细地址"],
1112
1113
  "templateName": '安检用户信息',
1113
- "sqlName": "FetchUserFileByOrgNoRuHuSXQ"
1114
+ "sqlName": "FetchUserFileByOrgNoRuHuSXQ",
1115
+ "uuid": this.guid()
1114
1116
  },
1115
1117
  }
1116
1118
  }
1117
1119
  ,{resolveMsg: null, rejectMsg: null})
1118
- console.log("excel结果---"+JSON.stringify(res))
1120
+ //tag)
1119
1121
  let link = document.createElement('a');
1120
1122
  let path = res.data[0].filename
1121
1123
  //webapps这个是在服务器上导出用的
@@ -1126,7 +1128,13 @@ export default class Comp {
1126
1128
  link.dispatchEvent(new MouseEvent('click'));
1127
1129
  this.isSend=false
1128
1130
  }
1129
-
1131
+ guid() {
1132
+ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
1133
+ let r = Math.random() * 16 | 0,
1134
+ v = c == 'x' ? r : (r & 0x3 | 0x8)
1135
+ return v.toString(16)
1136
+ })
1137
+ }
1130
1138
  flush(f){
1131
1139
  f()
1132
1140
  }
@@ -17,7 +17,7 @@ data(){
17
17
  try{
18
18
 
19
19
  if (this.$login) {
20
- console.log('登录信息', this.$login.f)
20
+ //tag
21
21
  global.login=this.$login.f
22
22
  }
23
23
  this.comp=new Comp()
@@ -31,7 +31,7 @@ data(){
31
31
  loadWasm().then(()=> {
32
32
  global.stat = this.comp
33
33
  global.stat.ready().then(()=> {
34
- console.log(global.stat)
34
+ //tag
35
35
  run()
36
36
  this.comp.isSend=false
37
37
  })
@@ -412,11 +412,11 @@ export default class TestData {
412
412
  }
413
413
 
414
414
  addNewPlan(){
415
- console.log("添加新计划")
415
+ //tag
416
416
  }
417
417
 
418
418
  cancel(){
419
- console.log("取消")
419
+ //tag
420
420
  }
421
421
 
422
422
  //设置属性值
@@ -438,7 +438,7 @@ export default class TestData {
438
438
 
439
439
  //删除计划项
440
440
  delPlanItem = function () {
441
- console.log("开始执行删除")
441
+ //tag
442
442
  }
443
443
  //新建计划
444
444
  addCheckPlan = function () {
@@ -138,7 +138,7 @@ export default class Comp {
138
138
  buildings=[]
139
139
  buildParam=[]
140
140
  addBuilding(val) {
141
- console.log("当前id" + val)
141
+ //tag
142
142
  let index = this.buildParam.indexOf(val)
143
143
  if (index < 0) {
144
144
  this.buildParam.push(val)
@@ -154,7 +154,7 @@ export default class Comp {
154
154
 
155
155
  //下拉框条件改变json数组
156
156
  conditionListChange(modelname,ind,key,value,f){
157
- console.log("------------"+ind+"-------------")
157
+ //tag
158
158
  this[modelname][ind]["num"]=ind
159
159
  this[modelname][ind][key]=value
160
160
  f()
@@ -198,9 +198,9 @@ export default class Comp {
198
198
 
199
199
  this.setProperty("user","f_address_state",'未通气')
200
200
 
201
- console.log("-----------------")
202
- console.log(Vue.$appdata)
203
- console.log("当前加载到的信息:"+JSON.stringify(global.login))
201
+ //tag
202
+ //tag
203
+ //tag)
204
204
  //global.login.id 9468
205
205
  this.searchChecker(global.login.id)
206
206
  this.searchAspirated(global.login.id)
@@ -208,7 +208,7 @@ export default class Comp {
208
208
  for(let i=0 ;i<smallarea.length;i++){
209
209
  this.small_area.push(smallarea[i].value)
210
210
  }
211
- console.log("street:"+JSON.stringify(smallarea))
211
+ //tag)
212
212
  await this.getStreets()
213
213
  }
214
214
 
@@ -229,12 +229,12 @@ export default class Comp {
229
229
  //补录功能组装数据
230
230
  zzsj(){
231
231
  let deviceconfig=ObjConfig.getObjConfig(this.needconfig.safecheck.DevicesConfig)
232
- console.log("=============ZZSJ1>"+JSON.stringify(deviceconfig))
232
+ //tag)
233
233
  for (let i = 0; i < deviceconfig.length; i++) {
234
- console.log("==============>"+JSON.stringify(deviceconfig[i]))
235
- console.log("==============>"+JSON.stringify(deviceconfig[i].index))
234
+ //tag)
235
+ //tag)
236
236
  this.str[deviceconfig[i].index-1]=deviceconfig[i]
237
- console.log("===========ZZSJ2>"+JSON.stringify(this.str[deviceconfig[i].index]))
237
+ //tag)
238
238
  }
239
239
 
240
240
  }
@@ -242,7 +242,7 @@ export default class Comp {
242
242
  let http = new HttpResetClass()
243
243
  http.load('GET', `/phone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res => {
244
244
  this.needconfig = res.data
245
- console.log("请求得到的数据"+JSON.stringify(this.needconfig))
245
+ //tag)
246
246
  let aa=this.needconfig.safecheck.DevicesConfig
247
247
  this.zzsj()
248
248
  })
@@ -250,7 +250,7 @@ export default class Comp {
250
250
  }
251
251
  //当前页面属性发生改变事件
252
252
  fieldChange(modelname,value,f){
253
- console.log(value)
253
+ //tag
254
254
  if(modelname=="user" || modelname=="checkplan" || modelname=="checkplanitems"){
255
255
  this.setProperty(modelname,"checkername",value.name)
256
256
  this.setProperty(modelname,"checkerid",value.id)
@@ -285,14 +285,14 @@ export default class Comp {
285
285
  continue
286
286
  }
287
287
  //如果是有无计划值特殊处理
288
- console.log('-----'+this[field][i].selectitem.checkname)
288
+ //tag
289
289
  if(this[field][i].selectitem.checkname=='有无计划'){
290
290
  let v=this[field][i].selectValue=='已有计划'?'is not null':'is null'
291
- console.log("条件"+v+"----"+this[field][i].selectitem.column)
291
+ //tag
292
292
  this.setProperty(modelname,this[field][i].selectitem.column,v)
293
293
  continue
294
294
  }
295
- console.log("this[field][i].column:"+this[field][i].column+"---"+"this[field][i].selectValue"+this[field][i].selectValue)
295
+ //tag
296
296
  this.setProperty(modelname,this[field][i].selectitem.column,this[field][i].selectValue)
297
297
  }
298
298
  }
@@ -341,7 +341,7 @@ export default class Comp {
341
341
  this.isSend=true
342
342
  this.checkplan.check.checkes=[]
343
343
  if(sortfield){//如果传入空串说明是查询 传入非空串就是排序
344
- console.log("进入排序")
344
+ //tag
345
345
  if(sortfield==this.currentorder){
346
346
  return
347
347
  }else{
@@ -357,7 +357,7 @@ export default class Comp {
357
357
  fieldValue='f_create_time'
358
358
  break
359
359
  }
360
- console.log("值"+sortfield+"--当前值"+this.currentorder+"---排序值:"+fieldValue)
360
+ //tag
361
361
  await this.checkplan.searchList("/rs/sql/预约计划下发",
362
362
  {"f_plan_name": "f_plan_name like '%{}%'",
363
363
  "f_plan_year":"f_plan_year={}",
@@ -427,7 +427,7 @@ export default class Comp {
427
427
  }else{
428
428
  this.setProperty("user","checkSude","")
429
429
  }
430
- console.log("+++++++"+this.user.search.model)
430
+ //tag
431
431
  let str=''
432
432
  if(this.buildParam.length>0){
433
433
  for(let i=0;i<this.buildParam.length;i++){
@@ -480,7 +480,7 @@ export default class Comp {
480
480
  }, {resolveMsg: null, rejectMsg: null})
481
481
  this.checker=res.data
482
482
  this.employeeList=this.checker
483
- console.log("安检员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
483
+ //tag+"---id"+this.filialeid)
484
484
  }
485
485
  //查询送气人员
486
486
  async searchAspirated(id){
@@ -490,7 +490,7 @@ export default class Comp {
490
490
  }, {resolveMsg: null, rejectMsg: null})
491
491
  this.aspirated=res.data
492
492
 
493
- console.log("送气员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
493
+ //tag+"---id"+this.filialeid)
494
494
  }
495
495
 
496
496
  async searchPlanItems(f) {
@@ -520,7 +520,7 @@ export default class Comp {
520
520
  this.checkplanitems.check.checkes=[]
521
521
  if(this.checkplanitems.search.model.f_plan_id){
522
522
  this.isSend=true
523
- console.log("进入加载安检计划项"+this.checkplanitems.search.model.f_plan_id)
523
+ //tag
524
524
  this.jointCondition1("planitemconditionList","checkplanitems")
525
525
  await this.checkplanitems.searchList("/rs/sql/planItem",
526
526
  {"f_plan_id": "i.f_plan_id='{}'",
@@ -561,11 +561,11 @@ export default class Comp {
561
561
 
562
562
  //当选中列表中某项时触发
563
563
  addParam(modulename, id) {
564
- console.log("当前值"+modulename+"--------"+id)
564
+ //tag
565
565
  this[modulename].check.setCheckes(id)
566
566
  }
567
567
  selectChange(modulename, property, value){
568
- console.log("当前值11111"+modulename+"--------"+value)
568
+ //tag
569
569
  if(value=='全部'){
570
570
  this.setProperty(modulename, property, '')
571
571
  }else{
@@ -575,7 +575,7 @@ export default class Comp {
575
575
  }
576
576
  //设置属性值
577
577
  setProperty(modulename, property, value) {
578
- console.log(modulename+"新添--"+property+"--"+value)
578
+ //tag
579
579
  this[modulename].search.setField(property, value)
580
580
  }
581
581
 
@@ -586,12 +586,12 @@ export default class Comp {
586
586
  // 给新建安检计划设置属性值
587
587
  setNewPlan(property, value) {
588
588
 
589
- console.log(value)
589
+ //tag
590
590
  this.newPlan[property] = value
591
591
  return this
592
592
  }
593
593
  setSafeCheckType(val,f){
594
- console.log("设置安检类型:"+val)
594
+ //tag
595
595
  if(this.newPlan.f_safecheck_type==val){
596
596
  return
597
597
  }
@@ -612,7 +612,7 @@ export default class Comp {
612
612
  //将某项拖动到计划中
613
613
  //dragParam:从拖动的起始位置传入的参数
614
614
  async dragtoPlan(f_plan_id,f_safecheck_type,f_filialeid,dragParam,f){
615
- console.log("当前传入:"+dragParam)
615
+ //tag
616
616
  await this.dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f)
617
617
  await this.dragtoOtherPlanIteem(f_plan_id,dragParam,f)
618
618
  }
@@ -620,7 +620,7 @@ export default class Comp {
620
620
  //将客户信息拖至计划中
621
621
  async dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f) {
622
622
 
623
- console.log("计划id:"+f_plan_id+"公司id:"+this.filialeid)
623
+ //tag
624
624
  if(dragParam=='user'){
625
625
  this.jointCondition1("conditionList","user")
626
626
  if(this.checkplanitems.search.model.f_plan_id){
@@ -658,7 +658,7 @@ export default class Comp {
658
658
  columnName: "ua.id"
659
659
  }
660
660
  }, {resolveMsg: null, rejectMsg: null})
661
- console.log("重复数量-"+JSON.stringify(res.data.result)+"---"+res.data.result.length)
661
+ //tag+"---"+res.data.result.length)
662
662
  if(res.data.code==200){
663
663
  //alert("添加成功!有"+res.data.result.length+"条用户地址已经存在于其他计划中: \n"+res.data.result.reduce((c,v)=>{c += v.f_user_name+":"+v.f_address+"\n"}),0)
664
664
  Vue.showMessage("添加成功!"+(res.data.result.length>0?"有"+res.data.result.length+"条用户地址已经存在于其他计划中":""))
@@ -720,7 +720,7 @@ export default class Comp {
720
720
 
721
721
  //修改计划项状态为作废
722
722
  async delPlanItem(dragParam,f) {
723
- console.log("进入作废计划项方法")
723
+ //tag
724
724
  if(dragParam=='item'){
725
725
  this.isSend=true
726
726
  let resu=await this.http.load("POST", "/rs/logic/UpCheckPlanItemState", {
@@ -743,7 +743,7 @@ export default class Comp {
743
743
  columnName: "i.id"
744
744
  }
745
745
  }, {resolveMsg: null, rejectMsg: null})
746
- console.log("-----------"+JSON.stringify(resu.data))
746
+ //tag)
747
747
  if(resu.data.code==200){
748
748
  Vue.showMessage("作废安检单成功! 成功作废:"+resu.data.res.up+"条"+(resu.data.res.noup>0?"有"+resu.data.res.noup+"条已经不是 ‘未检’ 状态!":""))
749
749
  await this.searchUser(()=>{})
@@ -765,7 +765,7 @@ export default class Comp {
765
765
  }
766
766
  this.isSend=true
767
767
  let res=await this.http.load("POST","/rs/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.newPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
768
- console.log("结果-"+res.data.length)
768
+ //tag
769
769
  if(res.data.length>0){
770
770
  Vue.showMessage("计划名称不能重复!")
771
771
  return
@@ -849,7 +849,7 @@ export default class Comp {
849
849
  columnName: "f_plan_id"
850
850
  }
851
851
  }, {resolveMsg: null, rejectMsg: null})
852
- console.log(JSON.stringify(res))
852
+ //tag)
853
853
  if(res.data.code==200){
854
854
  Vue.showMessage("删除成功!","success",2500)
855
855
  await this.loadCheckPlan('',()=>{})
@@ -864,7 +864,7 @@ export default class Comp {
864
864
  //修改计划时 用来存储当前选中要修改的计划
865
865
  plan={}
866
866
  setPlanVal(value){
867
- console.log("修改安检计划"+JSON.stringify(value))
867
+ //tag)
868
868
  this.plan=JSON.parse(JSON.stringify( value ))
869
869
  }
870
870
  setPlan(key,val){
@@ -1053,12 +1053,13 @@ export default class Comp {
1053
1053
  },
1054
1054
  "field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_state:安检状态","f_address:详细地址"],
1055
1055
  "templateName": this.plan.f_plan_name,
1056
- "sqlName": "planItem"
1056
+ "sqlName": "planItem",
1057
+ "uuid": this.guid()
1057
1058
  },
1058
1059
  }
1059
1060
  }
1060
1061
  ,{resolveMsg: null, rejectMsg: null})
1061
- console.log("excel结果---"+JSON.stringify(res))
1062
+ //tag)
1062
1063
  let link = document.createElement('a');
1063
1064
  let path = res.data[0].filename
1064
1065
  //webapps这个是在服务器上导出用的
@@ -1109,12 +1110,13 @@ export default class Comp {
1109
1110
  },
1110
1111
  "field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_user_phone:用户电话","f_address:详细地址"],
1111
1112
  "templateName": '安检用户信息',
1112
- "sqlName": "FetchUserFileByOrgNoRuHuSXQ"
1113
+ "sqlName": "FetchUserFileByOrgNoRuHuSXQ",
1114
+ "uuid": this.guid()
1113
1115
  },
1114
1116
  }
1115
1117
  }
1116
1118
  ,{resolveMsg: null, rejectMsg: null})
1117
- console.log("excel结果---"+JSON.stringify(res))
1119
+ //tag)
1118
1120
  let link = document.createElement('a');
1119
1121
  let path = res.data[0].filename
1120
1122
  //webapps这个是在服务器上导出用的
@@ -1125,7 +1127,13 @@ export default class Comp {
1125
1127
  link.dispatchEvent(new MouseEvent('click'));
1126
1128
  this.isSend=false
1127
1129
  }
1128
-
1130
+ guid() {
1131
+ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
1132
+ let r = Math.random() * 16 | 0,
1133
+ v = c == 'x' ? r : (r & 0x3 | 0x8)
1134
+ return v.toString(16)
1135
+ })
1136
+ }
1129
1137
  flush(f){
1130
1138
  f()
1131
1139
  }
@@ -17,7 +17,7 @@ data(){
17
17
  try{
18
18
 
19
19
  if (this.$login) {
20
- console.log('登录信息', this.$login.f)
20
+ //tag
21
21
  global.login=this.$login.f
22
22
  }
23
23
  this.comp=new Comp()
@@ -31,7 +31,7 @@ data(){
31
31
  loadWasm().then(()=> {
32
32
  global.stat = this.comp
33
33
  global.stat.ready().then(()=> {
34
- console.log(global.stat)
34
+ //tag
35
35
  run()
36
36
  this.comp.isSend=false
37
37
  })
@@ -412,11 +412,11 @@ export default class TestData {
412
412
  }
413
413
 
414
414
  addNewPlan(){
415
- console.log("添加新计划")
415
+ //tag
416
416
  }
417
417
 
418
418
  cancel(){
419
- console.log("取消")
419
+ //tag
420
420
  }
421
421
 
422
422
  //设置属性值
@@ -438,7 +438,7 @@ export default class TestData {
438
438
 
439
439
  //删除计划项
440
440
  delPlanItem = function () {
441
- console.log("开始执行删除")
441
+ //tag
442
442
  }
443
443
  //新建计划
444
444
  addCheckPlan = function () {