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
@@ -1,38 +1,54 @@
1
- <template >
1
+ <template>
2
2
  <work-busy :is-busy="excessive"></work-busy>
3
3
  <div style="height: 100%">
4
- <div class="panel auto" >
4
+ <div class="panel auto">
5
5
  <div class="panel-heading" @click="selectVal('基本信息')" style="background-color: #ffffff">
6
- <span class="spanboder" >
7
- <img src="../../assets/person.png" style="width: 22px;margin-right: 8px;">基本信息
6
+ <span class="spanboder">
7
+ <img src="../../assets/person.png" style="width: 22px;margin-right: 8px;">基本信息
8
8
  <img class="butt3" :src="imgback('基本信息')">
9
9
  </span>
10
10
  </div>
11
11
  <div class="panel-body " id="upuserinfo_sel" v-show="headername=='基本信息'">
12
12
  <div class="row auto" style="margin: 5px 0">
13
- <labe class="righttxt">用户编号:</labe>
14
- <input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
13
+ <label class="righttxt">用户编号:</label>
14
+ <input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
15
+ </div>
16
+ <div class="row auto" style="margin: 5px 0">
17
+ <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
18
+ v-model="userinfo.baseinfo.base.f_user_name" readonly/>
15
19
  </div>
16
20
  <div class="row auto" style="margin: 5px 0">
17
- <labe class="righttxt">用户名称:</labe><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_user_name" readonly />
21
+ <label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly
22
+ v-model="userinfo.baseinfo.base.f_user_state"/>
18
23
  </div>
19
24
  <div class="row auto" style="margin: 5px 0">
20
- <labe class="righttxt">用户状态:</labe><input type="text" class="form-control rightipt" readonly v-model="userinfo.baseinfo.base.f_user_state" />
25
+ <label class="righttxt">用户电话:</label><input type="text" class="form-control rightipt"
26
+ v-model="userinfo.baseinfo.base.f_user_phone"/>
21
27
  </div>
22
28
  <div class="row auto" style="margin: 5px 0">
23
- <labe class="righttxt">用户电话:</labe><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_user_phone" />
29
+ <label class="righttxt">租户姓名:</label><input type="text" class="form-control rightipt"
30
+ v-model="userinfo.baseinfo.base.f_rent_name"/>
24
31
  </div>
25
32
  <div class="row auto" style="margin: 5px 0">
26
- <labe class="righttxt">租户姓名:</labe><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_rent_name" />
33
+ <label class="righttxt">租户电话:</label><input type="text" class="form-control rightipt"
34
+ v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
27
35
  </div>
28
36
  <div class="row auto" style="margin: 5px 0">
29
- <labe class="righttxt">租户电话:</labe><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_zuhu_phone" />
37
+ <label class="righttxt">建档日期:</label><input type="text" class="form-control rightipt"
38
+ v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
30
39
  </div>
40
+ <!-- <div class="row auto" style="margin: 5px 0">
41
+ <label class="righttxt">开户日期:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_open_date" readonly />
42
+ </div>-->
31
43
  <div class="row auto" style="margin: 5px 0">
32
- <labe class="righttxt">地址类型:</labe>
44
+ <label class="righttxt">地址类型:</label>
33
45
  <div class="rightipt" style="display: flex;justify-content: space-around;margin-top: 5px">
34
- <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType" id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px" for="phone_addressType1">普通地址</label></div>
35
- <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType" id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px" for="phone_addressType2">特殊地址</label></div>
46
+ <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
47
+ id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px"
48
+ for="phone_addressType1">普通地址</label></div>
49
+ <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
50
+ id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px"
51
+ for="phone_addressType2">特殊地址</label></div>
36
52
  </div>
37
53
  <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
38
54
  <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
@@ -42,9 +58,9 @@
42
58
  :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single @change="area_change()"></v-select>-->
43
59
  </div>
44
60
  <div class="row auto" style="margin: 5px 0">
45
- <labe class="righttxt">地区类型:</labe>
61
+ <label class="righttxt">地区类型:</label>
46
62
  <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
47
- <input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_iscity" />
63
+ <input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_iscity"/>
48
64
  <!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
49
65
  :width="'60%'"
50
66
  :disabled="true"
@@ -52,33 +68,37 @@
52
68
  :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single ></v-select>-->
53
69
  </div>
54
70
  <div class="row auto" style="margin: 5px 0">
55
- <labe class="righttxt">省&ensp;市&ensp;区:</labe>
71
+ <label class="righttxt">省&ensp;市&ensp;区:</label>
56
72
  <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
57
73
  <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
58
74
  <v-select :value.sync="selectPcd" class="input-font" style="margin-left: 5%;"
59
75
  :width="'60%'"
60
76
  v-model="selectPcd"
61
- :options='pcds' placeholder='请选择省市区' close-on-select clear-button value-single @change="pcd_change()"></v-select>
77
+ :options='pcds' placeholder='请选择省市区' close-on-select clear-button value-single
78
+ @change="pcd_change()"></v-select>
62
79
  </div>
63
80
  <div class="row auto" style="margin: 5px 0">
64
- <labe class="righttxt">街道名称:</labe><!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_street" />-->
81
+ <label class="righttxt">街道名称:</label>
82
+ <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_street" />-->
65
83
  <v-select :value.sync="selectStreet" class="input-font" style="margin-left: 5%;"
66
84
  :width="'60%'"
67
85
  v-model="selectStreet"
68
- :options='streets' placeholder='请选择街道' close-on-select clear-button value-single @change="street_change()"></v-select>
86
+ :options='streets' placeholder='请选择街道' close-on-select clear-button value-single
87
+ @change="street_change()"></v-select>
69
88
  </div>
70
89
  <div class="row auto" style="margin: 5px 0">
71
- <labe class="righttxt">集收单位:</labe>
90
+ <label class="righttxt">集收单位:</label>
72
91
  <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />-->
73
92
  <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
74
93
  :width="'60%'"
75
94
  v-model="selectArea"
76
95
  :timeout="500"
77
96
  @select-search="select_search"
78
- :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single @change="area_change()"></v-select>
97
+ :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single
98
+ @change="area_change()"></v-select>
79
99
  </div>
80
100
  <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
81
- <labe class="righttxt">集收单位:</labe>
101
+ <label class="righttxt">集收单位:</label>
82
102
  &lt;!&ndash;<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />&ndash;&gt;
83
103
  <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
84
104
  :width="'60%'"
@@ -87,47 +107,65 @@
87
107
  :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single @change="area_changeTC()"></v-select>
88
108
  </div>-->
89
109
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
90
- <labe class="righttxt">楼&ensp;&ensp;&ensp;&ensp;号:</labe><input type="text" @change="changeNewAddress" class="form-control rightipt" v-model="userinfo.addressinfo.f_building" />
110
+ <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;号:</label><input type="text" @change="changeNewAddress"
111
+ class="form-control rightipt"
112
+ v-model="userinfo.addressinfo.f_building"/>
91
113
  </div>
92
114
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
93
- <labe class="righttxt">单&ensp;&ensp;&ensp;&ensp;元:</labe><input type="text" @change="changeNewAddress" class="form-control rightipt" v-model="userinfo.addressinfo.f_unit" />
115
+ <label class="righttxt">单&ensp;&ensp;&ensp;&ensp;元:</label><input type="text" @change="changeNewAddress"
116
+ class="form-control rightipt"
117
+ v-model="userinfo.addressinfo.f_unit"/>
94
118
  </div>
95
119
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
96
- <labe class="righttxt">楼&ensp;&ensp;&ensp;&ensp;层:</labe><input type="text" @change="changeNewAddress" class="form-control rightipt" v-model="userinfo.addressinfo.f_floor" />
120
+ <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;层:</label><input type="text" @change="changeNewAddress"
121
+ class="form-control rightipt"
122
+ v-model="userinfo.addressinfo.f_floor"/>
97
123
  </div>
98
124
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
99
- <labe class="righttxt">门&ensp;牌&ensp;号:</labe><input type="text" @change="changeNewAddress" class="form-control rightipt" v-model="userinfo.addressinfo.f_room" />
125
+ <label class="righttxt">门&ensp;牌&ensp;号:</label><input type="text" @change="changeNewAddress"
126
+ class="form-control rightipt"
127
+ v-model="userinfo.addressinfo.f_room"/>
100
128
  </div>
101
129
  <div class="row auto" style="margin: 5px 0">
102
- <labe class="righttxt">详细地址:</labe><input type="text" class="form-control rightipt" readonly v-model="userinfo_old.addressinfo.f_address" />
130
+ <label class="righttxt">详细地址:</label><input type="text" class="form-control rightipt" readonly
131
+ v-model="userinfo_old.addressinfo.f_address"/>
103
132
  </div>
104
133
  <div class="row auto" style="margin: 5px 0">
105
- <labe class="righttxt">新&ensp;地&ensp;址:</labe><!--<input type="text" class="form-control rightipt" readonly v-model="getaddress()" />-->
106
- <textarea :readonly="addressType=='普通地址'" class="form-control rightipt" : style="height: 80px" v-model="userinfo.addressinfo.f_address"></textarea>
134
+ <label class="righttxt">新&ensp;地&ensp;址:</label>
135
+ <!--<input type="text" class="form-control rightipt" readonly v-model="getaddress()" />-->
136
+ <textarea :readonly="addressType=='普通地址'" class="form-control rightipt" : style="height: 80px"
137
+ v-model="userinfo.addressinfo.f_address"></textarea>
107
138
  </div>
108
139
 
109
140
  <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
110
- <labe class="righttxt">新&ensp;地&ensp;址:</labe>&lt;!&ndash;<input type="text" class="form-control rightipt" v-model="userinfo.addressinfo.f_address" />&ndash;&gt;
141
+ <label class="righttxt">新&ensp;地&ensp;址:</label>&lt;!&ndash;<input type="text" class="form-control rightipt" v-model="userinfo.addressinfo.f_address" />&ndash;&gt;
111
142
  <textarea class="form-control rightipt" style="height: 80px" v-model="getAddressTS"></textarea>
112
143
  </div>-->
113
144
 
114
145
  <div class="row auto" style="margin: 5px 0">
115
- <labe class="righttxt">备&ensp;&ensp;&ensp;&ensp;注:</labe><textarea class="form-control rightipt" style="height: 150px" v-model="userinfo.baseinfo.base.f_remark"></textarea><!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
146
+ <label class="righttxt">备&ensp;&ensp;&ensp;&ensp;注:</label><textarea class="form-control rightipt"
147
+ style="height: 150px"
148
+ v-model="userinfo.baseinfo.base.f_remark"></textarea>
149
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
116
150
  </div>
117
151
  </div>
118
152
  </div>
119
- <div class="panel auto" >
153
+ <div class="panel auto">
120
154
  <div class="panel-heading" @click="selectVal('表具信息')" style="background-color: #ffffff">
121
- <span class="spanboder" >
122
- <img src="../../assets/person.png" style="width: 22px;margin-right: 8px;">表具信息
155
+ <span class="spanboder">
156
+ <img src="../../assets/person.png" style="width: 22px;margin-right: 8px;">表具信息
123
157
  <img class="butt3" :src="imgback('表具信息')">
124
158
  </span>
125
159
  </div>
126
160
  <div class="panel-body " v-show="headername=='表具信息'">
127
161
  <div class="row auto" style="margin: 5px 0">
128
- <labe class="righttxt">表&ensp;&ensp;&ensp;&ensp;号:</labe>
129
- <input type="text" :readonly="userinfo.meterinfo[0].f_meter_classify!='机表'" class="form-control rightipt" style="width: 45%" v-model="userinfo.meterinfo[0].f_meternumber" />
130
- <button type="button" :disabled="userinfo.meterinfo[0].f_meter_classify!='机表'" name="button" class="btn btn-primary" style="width: 15%" @click="scan">扫码</button>
162
+ <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;号:</label>
163
+ <input type="text" :readonly="(userinfo.meterinfo[0].f_meter_classify!='机表' && userinfo.meterinfo[0].f_meter_classify!='金额卡表'&&userinfo.meterinfo[0].f_meter_classify!='气量卡表')" class="form-control rightipt"
164
+ style="width: 45%" v-model="userinfo.meterinfo[0].f_meternumber"/>
165
+ <button type="button"
166
+ :disabled="!(userinfo.meterinfo[0].f_meter_classify=='机表' || userinfo.meterinfo[0].f_meter_classify=='金额卡表' || userinfo.meterinfo[0].f_meter_classify=='气量卡表')"
167
+ name="button" class="btn btn-primary" style="width: 15%" @click="scan">扫码
168
+ </button>
131
169
  </div>
132
170
 
133
171
  <!--<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_meter_classify=='机表'">
@@ -148,57 +186,130 @@
148
186
  </div>
149
187
  </div>-->
150
188
  <div class="row auto" style="margin: 5px 0">
151
- <labe class="righttxt">表&ensp;封&ensp;号:</labe>
152
- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_metertitles" />
189
+ <label class="righttxt">通&ensp;气&ensp;人:</label>
190
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_gas_person"/>
191
+ </div>
192
+ <div class="row auto" style="margin: 5px 0">
193
+ <label class="righttxt">通气时间:</label>
194
+ <datepicker class="rightipt"
195
+ :value.sync="userinfo.meterinfo[0].f_gas_date"
196
+ v-model="userinfo.meterinfo[0].f_gas_date"
197
+ :disabled-days-of-Week="[]"
198
+ :format="'yyyy-MM-dd'"
199
+ :show-reset-button="reset">
200
+ </datepicker>
201
+ </div>
202
+ <div class="row auto" style="margin: 5px 0" v-show="showBox">
203
+ <label class="righttxt">调&ensp;压&ensp;箱:</label>
204
+ <v-select class="rightipt"
205
+ :value.sync="userinfo.meterinfo[0].f_adjustable_id"
206
+ v-model="userinfo.meterinfo[0].f_adjustable_id"
207
+ placeholder='请选择'
208
+ :width='wid'
209
+ readonly
210
+ :options="boxOptions"
211
+ close-on-select value-single></v-select>
212
+ </div>
213
+ <div class="row auto" style="margin: 5px 0">
214
+ <label class="righttxt">是否直通:</label>
215
+ <v-select
216
+ :value.sync="userinfo.meterinfo[0].f_if_direct"
217
+ class="input-font"
218
+ style="margin-left: 5%;"
219
+ :width="'60%'"
220
+ v-model="userinfo.meterinfo[0].f_if_direct"
221
+ :options='directOptions'
222
+ placeholder='是否直通'
223
+ close-on-select
224
+ clear-button
225
+ value-single>
226
+ </v-select>
227
+ </div>
228
+ <div class="row auto" style="margin: 5px 0">
229
+ <label class="righttxt">表&ensp;封&ensp;号:</label>
230
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_metertitles"/>
153
231
  </div>
154
232
  <div class="row auto" style="margin: 5px 0">
155
- <labe class="righttxt">表&ensp;位&ensp;置:</labe>
233
+ <label class="righttxt">表&ensp;位&ensp;置:</label>
156
234
  <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
157
- <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_position"
158
- v-model="userinfo.meterinfo[0].f_position"
159
- placeholder='请选择'
160
- :width='wid'
161
- readonly
162
- :options="wz_types"
163
- close-on-select value-single></v-select>
235
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_position"
236
+ v-model="userinfo.meterinfo[0].f_position"
237
+ placeholder='请选择'
238
+ :width='wid'
239
+ readonly
240
+ :options="wz_types"
241
+ close-on-select value-single></v-select>
164
242
  </div>
165
243
  <div class="row auto" style="margin: 5px 0">
166
- <labe class="righttxt">气表类型:</labe>
167
- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
244
+ <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;向:</label>
245
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
246
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_aroundmeter"
247
+ v-model="userinfo.meterinfo[0].f_aroundmeter"
248
+ placeholder='请选择'
249
+ :width='wid'
250
+ readonly
251
+ :options="aroundmeters"
252
+ close-on-select value-single></v-select>
168
253
  </div>
169
254
  <div class="row auto" style="margin: 5px 0">
170
- <div style="display: flex;justify-content: center;">
171
- <button v-if="userinfo.meterinfo[0].f_meter_classify=='机表'" class="col-sm-3 btn btn-primary" @click="upUserState()">机表关阀停用</button>
172
- </div>
255
+ <label class="righttxt">气表类型:</label>
256
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
257
+ </div>
258
+ <div class="row auto" style="margin: 5px 0">
259
+ <label class="righttxt">表前阀状态:</label>
260
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
261
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_bqf_state"
262
+ v-model="userinfo.meterinfo[0].f_bqf_state"
263
+ placeholder='请选择'
264
+ :width='wid'
265
+ readonly
266
+ :options="bqf_states"
267
+ close-on-select value-single></v-select>
173
268
  </div>
269
+ <!-- <div class="row auto" style="margin: 5px 0">
270
+ <div style="display: flex;justify-content: center;">
271
+ <button v-if="userinfo.meterinfo[0].f_meter_classify=='机表'" class="col-sm-3 btn btn-primary" @click="upUserState()">机表关阀停用</button>
272
+ </div>
273
+ </div>-->
174
274
  </div>
175
275
  </div>
176
276
  <div class="panel auto">
177
- <div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">
277
+ <div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">
178
278
 
179
- <span class="spanboder"><img src="../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img class="butt3" :src="imgback('设备信息')"></span>
279
+ <span class="spanboder"><img src="../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img
280
+ class="butt3" :src="imgback('设备信息')"></span>
180
281
  </div>
181
- <div class="panel-body" v-show="headername=='设备信息'">
182
- <div class="row" v-for="row in model" style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">
282
+ <div class="panel-body" v-show="headername=='设备信息'">
283
+ <div class="row" v-for="row in model"
284
+ style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">
183
285
  <div class="row auto" style="margin: 5px 0">
184
- <labe class="righttxt">设备类型:</labe>
286
+ <label class="righttxt">设备类型:</label>
185
287
  <!--<input type="text" class="form-control rightipt" readonly v-model="row.f_devices_type" />-->
186
- <v-select class="rightipt" :value.sync="row.f_devices_type"
187
- v-model="row.f_devices_type"
188
- placeholder='请选择'
189
- :width='wid'
190
- readonly
191
- :options="devices_types"
192
- close-on-select value-single></v-select>
288
+ <v-select class="rightipt" :value.sync="row.f_devices_type"
289
+ v-model="row.f_devices_type"
290
+ placeholder='请选择'
291
+ :width='wid'
292
+ readonly
293
+ :options="devices_types"
294
+ close-on-select value-single></v-select>
193
295
  </div>
194
296
  <div class="row auto" style="margin: 5px 0">
195
- <labe class="righttxt">设备品牌:</labe><input type="text" class="form-control rightipt" v-model="row.f_brand" />
297
+ <label class="righttxt">设备品牌:</label>
298
+ <v-select class="rightipt" :value.sync="row.f_brand"
299
+ v-model="row.f_brand"
300
+ placeholder='请选择'
301
+ :width='wid'
302
+ readonly
303
+ :options="deviceBrandOption[row.f_devices_type]"
304
+ close-on-select value-single></v-select>
196
305
  </div>
197
306
  <div class="row auto" style="margin: 5px 0">
198
- <labe class="righttxt">设备型号:</labe><input type="text" class="form-control rightipt" v-model="row.f_devices_model" />
307
+ <label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"
308
+ v-model="row.f_devices_model"/>
199
309
  </div>
200
310
  <div class="row auto" style="margin: 5px 0">
201
- <labe class="righttxt">生产日期:</labe><!--<input type="text" class="form-control rightipt" v-model="row.f_make_date" />-->
311
+ <label class="righttxt">生产日期:</label>
312
+ <!--<input type="text" class="form-control rightipt" v-model="row.f_make_date" />-->
202
313
  <datepicker class="rightipt"
203
314
  :value.sync="row.f_make_date"
204
315
  v-model="row.f_make_date"
@@ -208,10 +319,12 @@
208
319
  </datepicker>
209
320
  </div>
210
321
  <div class="row auto" style="margin: 5px 0">
211
- <labe class="righttxt">使用年限:</labe><input type="number" class="form-control rightipt" v-model="row.f_service_life" />
322
+ <label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"
323
+ v-model="row.f_service_life"/>
212
324
  </div>
213
- <div class="row auto" style="margin: 5px 0">
214
- <labe class="righttxt">到期日期:</labe><!--<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />-->
325
+ <!-- <div class="row auto" style="margin: 5px 0">
326
+ <label class="righttxt">到期日期:</label>
327
+ &lt;!&ndash;<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />&ndash;&gt;
215
328
  <datepicker class="rightipt"
216
329
  :value.sync="row.f_expire_date"
217
330
  v-model="row.f_expire_date"
@@ -219,12 +332,14 @@
219
332
  :format="'yyyy-MM-dd'"
220
333
  :show-reset-button="reset" readonly="readonly">
221
334
  </datepicker>
222
- </div>
335
+ </div>-->
223
336
  <div class="row auto" style="margin: 5px 0">
224
- <labe class="righttxt">安&ensp;装&ensp;人:</labe><input type="text" class="form-control rightipt" v-model="row.f_input_person" />
337
+ <label class="righttxt">安&ensp;装&ensp;人:</label><input type="text" class="form-control rightipt"
338
+ v-model="row.f_input_person"/>
225
339
  </div>
226
340
  <div class="row auto" style="margin: 5px 0">
227
- <labe class="righttxt">安装日期:</labe><!--<input type="text" class="form-control rightipt" v-model="row.f_input_date" />-->
341
+ <label class="righttxt">安装日期:</label>
342
+ <!--<input type="text" class="form-control rightipt" v-model="row.f_input_date" />-->
228
343
  <datepicker class="rightipt"
229
344
  :value.sync="row.f_input_date"
230
345
  v-model="row.f_input_date"
@@ -233,19 +348,21 @@
233
348
  :show-reset-button="reset" readonly="readonly">
234
349
  </datepicker>
235
350
  </div>
236
- <div class="row auto" style="margin: 5px 0">
237
- <labe class="righttxt">设备数量:</labe><input type="number" class="form-control rightipt" v-model="row.f_devices_num" />
351
+ <div class="row auto" style="margin: 5px 0">
352
+ <label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"
353
+ v-model="row.f_devices_num"/>
238
354
  </div>
239
355
  <!--<div class="row auto" style="margin: 5px 0">
240
- <labe class="righttxt">管道类型:</labe><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />
356
+ <label class="righttxt">管道类型:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />
241
357
  </div>-->
242
358
  <!--<div class="row auto" style="margin: 5px 0">
243
- <labe class="righttxt">设备状态:</labe><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />
359
+ <label class="righttxt">设备状态:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />
244
360
  </div>-->
245
361
  <!--<div class="row auto" style="margin: 5px 0">
246
- <labe class="righttxt">购买方式:</labe><input type="text" class="form-control rightipt" readonly v-model="row.watchpurchase" />
362
+ <label class="righttxt">购买方式:</label><input type="text" class="form-control rightipt" readonly v-model="row.watchpurchase" />
247
363
  </div>-->
248
- <div style="display: flex;justify-content: center;margin-bottom: 3px" v-if="$index>this.userinfo_old.devicesinfo.length-1 || this.userinfo_old.devicesinfo.length==0" >
364
+ <div style="display: flex;justify-content: center;margin-bottom: 3px"
365
+ v-if="$index>this.userinfo_old.devicesinfo.length-1 || this.userinfo_old.devicesinfo.length==0">
249
366
  <button class="btn btn-warning" @click="delDevices($index)">删除设备</button>
250
367
  </div>
251
368
  </div>
@@ -257,7 +374,7 @@
257
374
  <div class="panel auto">
258
375
  <div class="panel-body">
259
376
  <div style="display: flex;justify-content: center;">
260
- <button class="col-sm-3 btn btn-primary" :disabled="enable" @click="editUserInfo()">上传审核</button>
377
+ <button class="col-sm-3 btn btn-primary" :disabled="enable" @click="isNeedAudit ? editUserInfo() : editUserInfoNoAudit()">{{isNeedAudit ? '上传审核' : '上传'}}</button>
261
378
  </div>
262
379
  </div>
263
380
  </div>
@@ -265,48 +382,50 @@
265
382
  </template>
266
383
 
267
384
  <script>
268
- import { PagedList,HttpResetClass } from 'vue-client'
385
+ import {HttpResetClass} from 'vue-client'
269
386
  import * as Util from "../Util";
270
387
  import Vue from 'vue'
271
- import co from 'co'
388
+
272
389
  export default {
273
390
  title: '设备查看',
274
- data () {
391
+ data() {
275
392
  return {
276
393
  model: [],
277
394
  show: false,
278
395
  row: Object,
279
- userinfo:Object,
280
- userinfo_old:Object,
281
- wid:"60%",
282
- devices_types:[],
283
- pipe_types:[{label:'橡胶管',value:'橡胶管'},{label:'波纹管',value:'波纹管'},{label:'钢管',value:'钢管'}],
284
- wz_types:[],
285
- cityTypes:[{label:'市区',value:'市区'},{label:'城镇',value:'城镇'}],
286
- pcds:[],
287
- streets:[],
288
- update:false,
289
- headername:'基本信息',
290
- excessive:false,
291
- area:[],
292
- enable:false,
293
- f_meterno_path:Vue.nopic,
294
- selectArea:{id:''},
295
- selectPcd:{id:''},
296
- selectStreet:{id:''},
297
- changemeterno:false,//是否修改了机表表号
298
- approveChange:false,//是否需要进行信息变更审核
299
- newAddress:'',
300
- addressType:'',
396
+ userinfo: Object,
397
+ userinfo_old: Object,
398
+ wid: "60%",
399
+ aroundmeters: [],
400
+ devices_types: [],
401
+ pipe_types: [{label: '橡胶管', value: '橡胶管'}, {label: '波纹管', value: '波纹管'}, {label: '钢管', value: '钢管'}],
402
+ wz_types: [],
403
+ cityTypes: [{label: '市区', value: '市区'}, {label: '城镇', value: '城镇'}],
404
+ bqf_states: [{label: '开阀', value: '开阀'}, {label: '关阀', value: '关阀'}],
405
+ pcds: [],
406
+ streets: [],
407
+ update: false,
408
+ headername: '基本信息',
409
+ excessive: false,
410
+ area: [],
411
+ enable: false,
412
+ f_meterno_path: Vue.nopic,
413
+ selectArea: {id: ''},
414
+ selectPcd: {id: ''},
415
+ selectStreet: {id: ''},
416
+ changemeterno: false,//是否修改了机表表号
417
+ approveChange: false,//是否需要进行信息变更审核
418
+ newAddress: '',
419
+ addressType: '',
301
420
  //需要审核的字段
302
- checkField:{
303
- checkUserinfoField:[
421
+ checkField: {
422
+ checkUserinfoField: [
304
423
  'f_user_name'
305
424
  ],
306
- checkUserFilesField:[
425
+ checkUserFilesField: [
307
426
  'f_meternumber'
308
427
  ],
309
- checkAddressField:[
428
+ checkAddressField: [
310
429
  'f_pcd_id',
311
430
  'f_street_id',
312
431
  'f_residential_area_id',
@@ -318,133 +437,145 @@
318
437
  'f_special',
319
438
  'f_address'
320
439
  ],
321
- }
440
+ },
441
+ boxOptions: [],
442
+ showBox: false,
443
+ directOptions: [{label: '是', value: '是'}, {label: '否', value: '否'}],
444
+ deviceBrandOption: {},
445
+ isNeedAudit: this.$appdata.getSingleValue('信息变更是否需要审核') == 'false' ? false : true
322
446
  }
323
447
  },
324
448
  props: {
325
449
  user: {
326
450
  type: Object
327
451
  },
328
- f_userinfo_id:'',
329
- f_source:''
452
+ f_userinfo_id: '',
453
+ f_source: ''
330
454
  },
331
455
  methods: {
332
- scan(){
333
- HostApp.__this__=this,
334
- HostApp.scanCode({callback:"javascript:HostApp.__this__.getCode();"})
456
+ scan() {
457
+ HostApp.__this__ = this,
458
+ HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
335
459
  },
336
- getCode(){
460
+ getCode() {
337
461
  var datapa = HostApp.getCode().data;
338
- console.log(`扫码返回值${datapa}`)
339
- this.userinfo.meterinfo[0].f_meternumber=datapa
462
+ //tag
463
+ this.userinfo.meterinfo[0].f_meternumber = datapa
340
464
  },
341
465
  //数据检查
342
- checkVal(){
466
+ checkVal() {
343
467
  //检查一些必要信息是否未填
344
- this.approveChange=false
345
- this.changemeterno=false
346
- let checked={ischeck:true,msg:''}
347
- console.log("表号改动验证 源表号---"+this.userinfo_old.meterinfo[0].f_meternumber)
348
- console.log("表号改动验证 新表号---"+this.userinfo.meterinfo[0].f_meternumber)
349
- console.log("表号改动验证 新表号---"+this.userinfo.meterinfo[0].f_meter_classify)
350
- if(!this.userinfo.baseinfo.base.f_user_name){
351
- checked={ischeck:false,msg:'请输入用户名称!'}
468
+ this.approveChange = false
469
+ this.changemeterno = false
470
+ let checked = {ischeck: true, msg: ''}
471
+ //tag
472
+ //tag
473
+ //tag
474
+ if (!this.userinfo.baseinfo.base.f_user_name) {
475
+ checked = {ischeck: false, msg: '请输入用户名称!'}
352
476
  }
353
- if(!this.selectPcd.id){
354
- checked={ischeck:false,msg:'请选择省市区!'}
477
+ if (!this.selectPcd.id) {
478
+ checked = {ischeck: false, msg: '请选择省市区!'}
355
479
  }
356
- if(!this.selectStreet.id){
357
- checked={ischeck:false,msg:'请选择街道!'}
480
+ if (!this.selectStreet.id) {
481
+ checked = {ischeck: false, msg: '请选择街道!'}
358
482
  }
359
- if(!this.userinfo.addressinfo.f_address){
360
- checked={ischeck:false,msg:'新地址不能为空!'}
483
+ if (!this.userinfo.addressinfo.f_address) {
484
+ checked = {ischeck: false, msg: '新地址不能为空!'}
361
485
  }
362
- if(this.addressType=='普通地址'){
363
- if(!this.selectArea.id){
364
- checked={ischeck:false,msg:'请选择集收单位!'}
486
+ if (this.addressType == '普通地址') {
487
+ if (!this.selectArea.id) {
488
+ checked = {ischeck: false, msg: '请选择集收单位!'}
365
489
  }
366
- if(!this.userinfo.addressinfo.f_room){
367
- checked={ischeck:false,msg:'新输入门牌号!'}
490
+ if (!this.userinfo.addressinfo.f_room) {
491
+ checked = {ischeck: false, msg: '新输入门牌号!'}
368
492
  }
369
493
  }
370
- if(this.userinfo.meterinfo[0].f_meter_classify=='机表' && this.userinfo_old.meterinfo[0].f_meternumber){
494
+ if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
371
495
 
372
- console.log("表号改动验证 源表号---"+this.userinfo_old.meterinfo[0].f_meternumber)
373
- console.log("表号改动验证 新表号---"+this.userinfo.meterinfo[0].f_meternumber)
374
- if(this.userinfo.meterinfo[0].f_meternumber){
375
- if(this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber){
376
- if(!this.f_meterno_path || this.f_meterno_path==Vue.nopic){
377
- checked={ischeck:false,msg:'请拍摄表号照片!'}
378
- }else{
496
+ //tag
497
+ //tag
498
+ if (this.userinfo.meterinfo[0].f_meternumber) {
499
+ if (this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber) {
500
+ if (!this.f_meterno_path || this.f_meterno_path == Vue.nopic) {
501
+ checked = {ischeck: false, msg: '请拍摄表号照片!'}
502
+ } else {
379
503
  //用来标识当前有修改机表表号,后台需要进行照片上传
380
- this.changemeterno=true
504
+ this.changemeterno = true
381
505
  }
382
506
  }
383
- }else{
384
- checked={ischeck:false,msg:'请输入表号!'}
507
+ } else {
508
+ checked = {ischeck: false, msg: '请输入表号!'}
385
509
  }
386
510
  }
387
511
  //检查本次修改信息中是否包含需要审核的内容
388
- for(let check in this.checkField){
389
- console.log('check:'+check)
390
- if(typeof check!='function'){
391
- for(let i = 0;i < this.checkField[check].length;i++){
392
- console.log("this.checkField[check][i]:"+this.checkField[check][i])
393
- if(check=='checkUserinfoField'){
394
- console.log("用户信息源内容---"+this.userinfo_old.baseinfo.base[this.checkField[check][i]])
395
- console.log("用户信息新内容---"+this.userinfo.baseinfo.base[this.checkField[check][i]])
396
- if(this.userinfo.baseinfo.base[this.checkField[check][i]]!=this.userinfo_old.baseinfo.base[this.checkField[check][i]]){
397
- console.log("用户信息需要审核?")
398
- this.approveChange=true
512
+ for (let check in this.checkField) {
513
+ //tag
514
+ if (typeof check != 'function') {
515
+ for (let i = 0; i < this.checkField[check].length; i++) {
516
+ //tag
517
+ if (check == 'checkUserinfoField') {
518
+ //tag
519
+ //tag
520
+ if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
521
+ //tag
522
+ this.approveChange = true
399
523
  }
400
- }else if(check=='checkUserFilesField'){
401
- console.log("表信息原内容---"+this.userinfo_old.meterinfo[0][this.checkField[check][i]])
402
- console.log("表信息新内容---"+this.userinfo.meterinfo[0][this.checkField[check][i]])
403
- if(this.userinfo.meterinfo[0][this.checkField[check][i]]!=this.userinfo_old.meterinfo[0][this.checkField[check][i]]){
404
- console.log("表信息需要审核?")
405
- this.approveChange=true
524
+ } else if (check == 'checkUserFilesField') {
525
+ //tag
526
+ //tag
527
+ if (this.userinfo.meterinfo[0][this.checkField[check][i]] != this.userinfo_old.meterinfo[0][this.checkField[check][i]]) {
528
+ //tag
529
+ this.approveChange = true
406
530
  }
407
- }else if(check=='checkAddressField'){
408
- console.log("原地址---"+this.userinfo_old.addressinfo[this.checkField[check][i]])
409
- console.log("新地址---"+this.userinfo.addressinfo[this.checkField[check][i]])
410
- if(this.userinfo.addressinfo[this.checkField[check][i]]!=this.userinfo_old.addressinfo[this.checkField[check][i]]){
411
- console.log("地址信息需要审核?")
412
- this.approveChange=true
531
+ } else if (check == 'checkAddressField') {
532
+ //tag
533
+ //tag
534
+ if (this.userinfo.addressinfo[this.checkField[check][i]] != this.userinfo_old.addressinfo[this.checkField[check][i]]) {
535
+ //tag
536
+ this.approveChange = true
413
537
  }
414
538
  }
415
539
  }
416
540
  }
417
541
  }
418
- console.log("检查遍历完成---:"+this.approveChange+"修改表号"+this.changemeterno)
542
+ //tag
419
543
  return checked
420
544
  },
421
- select_search(text){
422
- console.log("----------------"+text)
423
- if(this.selectStreet.id){
424
- let pcdText=text?`and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'`:`and f_street_id=${this.selectStreet.id}`
425
- new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_area",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}' ${pcdText} `}}, {resolveMsg: null, rejectMsg: null}).then((res)=>{
426
- console.log('请求发送完成!!!!!'+JSON.stringify(res))
427
- if(res.data.length>0){
428
- this.area=[]
429
- res.data.forEach((result)=>{
430
- this.area.push({label:result.f_residential_area,value:result})
431
- })
432
- }
545
+ select_search(text) {
546
+ //tag
547
+ if (this.selectStreet.id) {
548
+ let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
549
+ new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
550
+ data: {
551
+ items: "*",
552
+ tablename: "t_area",
553
+ orderitem: "id",
554
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
555
+ }
556
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
557
+ //tag)
558
+ if (res.data.length > 0) {
559
+ this.area = []
560
+ res.data.forEach((result) => {
561
+ this.area.push({label: result.f_residential_area, value: result})
562
+ })
563
+ }
433
564
  })
434
- }else{
435
- this.area=[]
565
+ } else {
566
+ this.area = []
436
567
  }
437
568
  },
438
569
  cameraCallBack(prop, fileName) {
439
570
  HostApp.__this__.$set(prop, fileName + '?' + Math.random())
440
- console.log('photo file name:' + HostApp.__this__.f_nongasuser_path)
571
+ //tag
441
572
  HostApp.__callback__ = null
442
573
  HostApp.__this__ = null
443
574
  },
444
575
  takePic(prop, title) {
445
576
  HostApp.__callback__ = this.cameraCallBack
446
577
  HostApp.__this__ = this
447
- console.log('this[prop]:' + this[prop])
578
+ //tag
448
579
  let fileName
449
580
  if (!this[prop] || this[prop].includes("nopic.png")) {
450
581
  fileName = Util.guid() + '-' + prop + '.jpg'
@@ -470,40 +601,120 @@
470
601
  this[prop] = Vue.nopic
471
602
  }
472
603
  },
604
+ editUserInfoNoAudit() {
605
+ let checked = this.checkVal()
606
+ if (!checked.ischeck) {
607
+ this.$showMessage(checked.msg)
608
+ return
609
+ }
610
+ for (let i = 0; i < this.model.length; i++) {
611
+ this.model[i].f_user_id = this.userinfo.meterinfo[0].f_user_id
612
+ }
613
+ this.$showMessage('确定是否修改上传用户信息?', ['confirm', 'cancel']).then((res) => {
614
+ if (res === 'confirm') {
615
+ this.excessive = true
616
+ let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
617
+ // userinfoms.f_user_name=row.f_user_name
618
+ userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
619
+ userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
620
+ userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
621
+ userinfoms.f_operator_record = Vue.user.name
622
+ userinfoms.f_operatorid_record = Vue.user.id
623
+ userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
624
+ userinfoms.f_orgid_record = Vue.user.orgid
625
+ userinfoms.f_orgname_record = Vue.user.orgs
626
+ userinfoms.f_depid_record = Vue.user.depids
627
+ userinfoms.f_depname_record = Vue.user.deps
628
+ this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
629
+ this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
630
+ this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
631
+ this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
632
+ this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
633
+ this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
634
+ this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
635
+ this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
636
+ userinfoms.userfiles = []
637
+ this.userinfo_old.meterinfo[0].devicesinfo = this.model
638
+ userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
639
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_fileSave`, {
640
+ data: {
641
+ userinfo: userinfoms,
642
+ modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
643
+ address: {
644
+ id: this.userinfo_old.addressinfo.id,
645
+ oldid: this.userinfo_old.addressinfo.id,
646
+ f_address: this.userinfo.addressinfo.f_address ? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
647
+ }
648
+ }
649
+ }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
650
+ if (res1.data.status == 200) {
651
+ let data = this.userinfo.addressinfo
652
+ data.f_address = this.userinfo.addressinfo.f_address? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
653
+ //
654
+ data.f_operator = Vue.user.name
655
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/address_updateuseraddress`, {data: data}).then((res2) => {
656
+ this.$showMessage("修改用户地址信息成功!")
657
+ }).catch(error => {
658
+ this.$showMessage("修改用户地址信息!")
659
+ })
660
+ this.$showMessage("修改用户信息成功!")
661
+ this.enable = true
662
+ this.excessive = false
663
+ }
664
+ }).catch((msg) => {
665
+ this.$showMessage("修改用户信息失败,请检查手机网络状况!")
666
+ this.excessive = false
667
+ })
668
+ }
669
+ })
670
+ },
473
671
  editUserInfo() {
474
- let checked=this.checkVal()
475
- if(!checked.ischeck){
672
+ let checked = this.checkVal()
673
+ if (!checked.ischeck) {
476
674
  this.$showMessage(checked.msg)
477
675
  return
478
676
  }
479
677
  this.$showMessage('确定是否修改上传审核用户信息?', ['confirm', 'cancel']).then((res) => {
480
678
  if (res === 'confirm') {
481
- this.excessive=true
482
- let userinfoms=Object.assign({},this.userinfo_old.baseinfo.base)
679
+ this.excessive = true
680
+ let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
483
681
  //userinfoms.f_user_name=row.f_user_name
484
- userinfoms.f_user_phone=this.userinfo.baseinfo.base.f_user_phone
485
- userinfoms.f_rent_name=this.userinfo.baseinfo.base.f_rent_name
486
- userinfoms.f_zuhu_phone=this.userinfo.baseinfo.base.f_zuhu_phone
487
- userinfoms.f_operator_record=Vue.user.name
488
- userinfoms.f_operatorid_record=Vue.user.id
489
- userinfoms.f_remark=this.userinfo.baseinfo.base.f_remark
490
- userinfoms.f_orgid_record=Vue.user.orgid
491
- userinfoms.f_orgname_record=Vue.user.orgs
492
- userinfoms.f_depid_record=Vue.user.depids
493
- userinfoms.f_depname_record=Vue.user.deps
494
- this.userinfo_old.meterinfo[0].f_metertitles=this.userinfo.meterinfo[0].f_metertitles
495
- this.userinfo_old.meterinfo[0].f_position=this.userinfo.meterinfo[0].f_position
496
- userinfoms.userfiles=[]
497
- this.userinfo_old.meterinfo[0].devicesinfo=this.model
682
+ userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
683
+ userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
684
+ userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
685
+ userinfoms.f_operator_record = Vue.user.name
686
+ userinfoms.f_operatorid_record = Vue.user.id
687
+ userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
688
+ userinfoms.f_orgid_record = Vue.user.orgid
689
+ userinfoms.f_orgname_record = Vue.user.orgs
690
+ userinfoms.f_depid_record = Vue.user.depids
691
+ userinfoms.f_depname_record = Vue.user.deps
692
+ this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
693
+ this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
694
+ this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
695
+ this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
696
+ this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
697
+ this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
698
+ this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
699
+ this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
700
+ this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
701
+ userinfoms.userfiles = []
702
+ this.userinfo_old.meterinfo[0].devicesinfo = this.model
498
703
  userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
499
- console.log("----------"+JSON.stringify(userinfoms))
500
- new HttpResetClass().load('POST',`${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_fileSave`, {data: {userinfo: userinfoms,modifyReason:this.f_source?`${this.f_source}维护档案信息`:'',address:{id:this.userinfo_old.addressinfo.id,oldid:this.userinfo_old.addressinfo.id}}},{resolveMsg: null, rejectMsg: null}).then((res1)=>{
501
- console.log("返回结果----"+JSON.stringify(res1)+res1.data.status)
502
- if(res1.data.status==200){
704
+ //tag)
705
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_fileSave`, {
706
+ data: {
707
+ userinfo: userinfoms,
708
+ modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
709
+ address: {id: this.userinfo_old.addressinfo.id, oldid: this.userinfo_old.addressinfo.id}
710
+ }
711
+ }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
712
+ //tag+res1.data.status)
713
+ if (res1.data.status == 200) {
503
714
  //本次修改信息包含需要审核信息
504
- if(this.approveChange){
505
- console.log("执行bzlogic----")
506
- let res2=this.$androidUtil.bzLogic('safe_upUserinfoApprove', {
715
+ if (this.approveChange) {
716
+ //tag
717
+ let res2 = this.$androidUtil.bzLogic('safe_upUserinfoApprove', {
507
718
  row: {
508
719
  f_time: Util.toStandardTimeString(),
509
720
  f_modifier: Vue.user.name,//Vue.user.name
@@ -514,142 +725,156 @@
514
725
  f_approved: '未审核',
515
726
  filialestr: Vue.user.orgid,//Vue.user.orgid
516
727
  version: 1,
517
- f_user_name:this.userinfo.baseinfo.base.f_user_name,
728
+ f_user_name: this.userinfo.baseinfo.base.f_user_name,
518
729
  f_user_phone: this.userinfo.baseinfo.base.f_user_phone,
519
730
  f_street: this.userinfo.addressinfo.f_street,
520
731
  f_building: this.userinfo.addressinfo.f_building,
521
732
  f_unit: this.userinfo.addressinfo.f_unit,
522
733
  f_floor: this.userinfo.addressinfo.f_floor,
523
734
  f_room: this.userinfo.addressinfo.f_room,
524
- f_building_suffix:this.userinfo.addressinfo.f_special==1?null:this.userinfo.addressinfo.f_building_suffix,
525
- f_unit_suffix: this.userinfo.addressinfo.f_special==1?null:this.userinfo.addressinfo.f_unit_suffix,
526
- f_floor_suffix: this.userinfo.addressinfo.f_special==1?null:this.userinfo.addressinfo.f_floor_suffix,
527
- f_room_suffix: this.userinfo.addressinfo.f_special==1?null:this.userinfo.addressinfo.f_room_suffix,
735
+ f_building_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_building_suffix,
736
+ f_unit_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_unit_suffix,
737
+ f_floor_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_floor_suffix,
738
+ f_room_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_room_suffix,
528
739
  f_residential_area: this.userinfo.addressinfo.f_residential_area,
529
- f_address:this.userinfo.addressinfo.f_address,
530
- f_pcd:this.userinfo.addressinfo.f_pcd,
531
- f_pcd_id:this.userinfo.addressinfo.f_pcd_id,
532
- f_street_id:this.userinfo.addressinfo.f_street_id,
533
- f_residential_area_id:this.userinfo.addressinfo.f_residential_area_id,
534
- f_used_name:this.userinfo.baseinfo.base.f_used_name,
535
- f_rent_phone:this.userinfo.baseinfo.base.f_rent_phone,
536
- f_slice_area:this.userinfo.addressinfo.f_slice_area,
537
- f_remark:this.userinfo.baseinfo.base.f_remark,
538
- f_source:this.f_source,
539
- f_meterno_path:this.f_meterno_path,
540
- f_iscity:this.userinfo.addressinfo.f_iscity,
541
- f_special:this.userinfo.addressinfo.f_special,
542
- f_meternumber:this.userinfo.meterinfo[0].f_meternumber,
543
- changemeterno:this.changemeterno
740
+ f_address: this.userinfo.addressinfo.f_address,
741
+ f_pcd: this.userinfo.addressinfo.f_pcd,
742
+ f_pcd_id: this.userinfo.addressinfo.f_pcd_id,
743
+ f_street_id: this.userinfo.addressinfo.f_street_id,
744
+ f_residential_area_id: this.userinfo.addressinfo.f_residential_area_id,
745
+ f_used_name: this.userinfo.baseinfo.base.f_used_name,
746
+ f_rent_phone: this.userinfo.baseinfo.base.f_rent_phone,
747
+ f_slice_area: this.userinfo.addressinfo.f_slice_area,
748
+ f_remark: this.userinfo.baseinfo.base.f_remark,
749
+ f_source: this.f_source,
750
+ f_meterno_path: this.f_meterno_path,
751
+ f_iscity: this.userinfo.addressinfo.f_iscity,
752
+ f_special: this.userinfo.addressinfo.f_special,
753
+ f_meternumber: this.userinfo.meterinfo[0].f_meternumber,
754
+ changemeterno: this.changemeterno
544
755
  },
545
756
  tablename: 't_modify_userinfo'
546
757
  })
547
- console.log("res*---------"+JSON.stringify(res2))
548
- if(res2.code==200){
758
+ //tag)
759
+ if (res2.code == 200) {
549
760
  this.$showMessage("变更用户信息成功,需要审核的信息已提交审核,等待管理员处理!")
550
- this.enable=true
551
- this.excessive=false
552
- }else{
761
+ this.enable = true
762
+ this.excessive = false
763
+ } else {
553
764
  this.$showMessage("上传审核信息失败,请检查图片和网络状况是否正常!")
554
- this.excessive=false
765
+ this.excessive = false
555
766
  }
556
- }else{
767
+ } else {
557
768
  this.$showMessage("修改用户信息成功!")
558
- this.enable=true
559
- this.excessive=false
769
+ this.enable = true
770
+ this.excessive = false
560
771
  }
561
772
 
562
773
  }
563
- }).catch((msg)=>{
774
+ }).catch((msg) => {
564
775
  this.$showMessage("修改用户信息失败,请检查手机网络状况!")
565
- this.excessive=false
776
+ this.excessive = false
566
777
  })
567
778
 
568
779
  }
569
780
  })
570
781
  },
571
- imgback(header){
572
- if(this.headername==header){
782
+ imgback(header) {
783
+ if (this.headername == header) {
573
784
  return require('../../assets/xiangxia1.png')
574
- }else{
785
+ } else {
575
786
  return require('../../assets/xiangyou1.png')
576
787
  }
577
- this.headername=header
788
+ this.headername = header
578
789
  },
579
- selectVal(header){
580
- if(this.headername==header){
581
- this.headername=''
582
- }else{
583
- this.headername=header
790
+ selectVal(header) {
791
+ if (this.headername == header) {
792
+ this.headername = ''
793
+ } else {
794
+ this.headername = header
584
795
  }
585
796
 
586
797
  },
587
- changeNewAddress(){
588
- this.userinfo.addressinfo.f_address=this.addressType=='普通地址'?this.getAddress:this.getAddressTS
798
+ changeNewAddress() {
799
+ this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
589
800
  },
590
- area_change(){
591
- console.log("area改变")
592
- this.userinfo.addressinfo.f_residential_area=this.selectArea.f_residential_area
593
- this.userinfo.addressinfo.f_residential_area_id=this.selectArea.id
594
- this.userinfo.addressinfo.f_slice_area=this.selectArea.f_slice_area
801
+ area_change() {
802
+ //tag
803
+ this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
804
+ this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
805
+ this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
595
806
  this.changeNewAddress()
596
807
  //this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
597
808
  },
598
- async street_change(){
599
- console.log("street改变----"+this.selectStreet.id)
600
- if(this.selectStreet.id){
809
+ async street_change() {
810
+ //tag
811
+ if (this.selectStreet.id) {
601
812
  //如果街道改变--给街道赋值!
602
- this.userinfo.addressinfo.f_street=this.selectStreet.f_street
603
- this.userinfo.addressinfo.f_street_id=this.selectStreet.id
604
- this.userinfo.addressinfo.f_iscity=this.selectStreet.f_iscity
813
+ this.userinfo.addressinfo.f_street = this.selectStreet.f_street
814
+ this.userinfo.addressinfo.f_street_id = this.selectStreet.id
815
+ this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
605
816
  //清空当前选中小区的值
606
- this.userinfo.addressinfo.f_residential_area=''
607
- this.userinfo.addressinfo.f_residential_area_id=''
608
- this.userinfo.addressinfo.f_slice_area=''
609
- this.selectArea={id:''}
610
- this.area=[]
611
- let pcdText=` and f_street_id=${this.selectStreet.id}`
612
- let res= await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_area",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}' ${pcdText} `}}, {resolveMsg: null, rejectMsg: null})
613
- //console.log('请求发送完成!!!!!'+JSON.stringify(res))
614
- res.data.forEach((result)=>{
615
- this.area.push({label:result.f_residential_area,value:result})
817
+ this.userinfo.addressinfo.f_residential_area = ''
818
+ this.userinfo.addressinfo.f_residential_area_id = ''
819
+ this.userinfo.addressinfo.f_slice_area = ''
820
+ this.selectArea = {id: ''}
821
+ this.area = []
822
+ let pcdText = ` and f_street_id=${this.selectStreet.id}`
823
+ let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
824
+ data: {
825
+ items: "*",
826
+ tablename: "t_area",
827
+ orderitem: "id",
828
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
829
+ }
830
+ }, {resolveMsg: null, rejectMsg: null})
831
+ ////tag)
832
+ res.data.forEach((result) => {
833
+ this.area.push({label: result.f_residential_area, value: result})
616
834
  })
617
- }else{
618
- this.area=[]
835
+ } else {
836
+ this.area = []
619
837
  }
620
838
 
621
839
  this.changeNewAddress()
622
840
  },
623
- async pcd_change(){
624
- console.log("selectPcd.id--------"+this.selectPcd.id)
625
- if(this.selectPcd.id){
626
- console.log("pcd改变")
841
+ async pcd_change() {
842
+ //tag
843
+ if (this.selectPcd.id) {
844
+ //tag
627
845
  //如果省市区改变-重新赋值
628
- this.userinfo.addressinfo.f_pcd=this.selectPcd.f_pcd
629
- this.userinfo.addressinfo.f_pcd_id=this.selectPcd.id
846
+ this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
847
+ this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
630
848
  //清空 选中的街道和集收单位
631
- this.selectStreet={id:''}
632
- this.userinfo.addressinfo.f_street=''
633
- this.userinfo.addressinfo.f_street_id=''
634
- this.userinfo.addressinfo.f_iscity=''
635
- this.selectArea={id:''}
636
- this.userinfo.addressinfo.f_residential_area=''
637
- this.userinfo.addressinfo.f_residential_area_id=''
638
- this.userinfo.addressinfo.f_slice_area=''
639
- this.streets=[]
640
- let pcdText=`and f_pcd_id=${this.selectPcd.id}`
641
- let streetlist= await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_street",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}' ${pcdText}`}}, {resolveMsg: null, rejectMsg: null})
642
- streetlist.data.forEach((result)=>{
643
- this.streets.push({label:result.f_street,value:result})
849
+ this.selectStreet = {id: ''}
850
+ this.userinfo.addressinfo.f_street = ''
851
+ this.userinfo.addressinfo.f_street_id = ''
852
+ this.userinfo.addressinfo.f_iscity = ''
853
+ this.selectArea = {id: ''}
854
+ this.userinfo.addressinfo.f_residential_area = ''
855
+ this.userinfo.addressinfo.f_residential_area_id = ''
856
+ this.userinfo.addressinfo.f_slice_area = ''
857
+ this.streets = []
858
+ let pcdText = `and f_pcd_id=${this.selectPcd.id}`
859
+ let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
860
+ data: {
861
+ items: "*",
862
+ tablename: "t_street",
863
+ orderitem: "id",
864
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
865
+ }
866
+ }, {resolveMsg: null, rejectMsg: null})
867
+ streetlist.data.forEach((result) => {
868
+ this.streets.push({label: result.f_street, value: result})
644
869
  })
645
- }else{
646
- this.streets=[]
870
+ } else {
871
+ this.streets = []
647
872
  }
648
873
  this.changeNewAddress()
649
874
  },
650
- upUserState(){
651
- console.log('--------??????---------------'+JSON.stringify(this.selectArea))
652
- if(this.userinfo.meterinfo[0].f_table_state=='正常'){
875
+ upUserState() {
876
+ //tag)
877
+ if (this.userinfo.meterinfo[0].f_table_state == '正常') {
653
878
  let data = {
654
879
  f_userfiles_id: {
655
880
  f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
@@ -661,7 +886,7 @@
661
886
  f_userinfo_id: this.userinfo.meterinfo[0].f_userinfo_id,
662
887
  f_user_name: this.userinfo.baseinfo.base.f_user_name,
663
888
  f_comments: '安检时发现问题关闭阀门',
664
- f_othereason:'',
889
+ f_othereason: '',
665
890
  f_operat_type: '停用',
666
891
  f_describe: `${Vue.user.name}对客户${this.userinfo.baseinfo.base.f_user_name}进行表具停用操作`,
667
892
  f_state: '有效',
@@ -674,193 +899,255 @@
674
899
  f_zoneid: Vue.user.zoneid,
675
900
  f_zones: Vue.user.zones
676
901
  }
677
- new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
902
+ new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
678
903
  data, {resolveMsg: null, rejectMsg: null}).then((row) => {
679
904
  this.$showMessage('已成功关阀停气!')
680
- this.userinfo.meterinfo[0].f_table_state='停用'
905
+ this.userinfo.meterinfo[0].f_table_state = '停用'
681
906
  })
682
- }else{
907
+ } else {
683
908
  this.$showMessage('该用户已被关阀停用,请勿重复操作!')
684
909
  }
685
910
 
686
911
  },
687
- addDevices(){
912
+ addDevices() {
688
913
  //Vue.user.name
689
- let obj={
690
- "f_operator":Vue.user.name,
691
- "f_picture":null,
692
- "f_pipe_type":null,
693
- "f_pipeinstall_date":null,
694
- "f_pipe_connection":null,
695
- "f_expire_date":null,
696
- "f_pipeexpire_date":null,
697
- "f_comments":null,
698
- "f_operate_date":Util.toStandardTimeString(),
699
- "f_operatorid":Vue.user.id,
700
- "f_devices_num":null,
701
- "f_process_id":null,
702
- "f_devices_type":null,
703
- "f_make_date":null,
704
- "f_input_date":null,
705
- "f_state":"有效",
706
- "f_brand":null,
707
- "f_devices_model":null,
708
- "f_devices_no":null,
709
- "img":{"content": null, "filename": null}
914
+ let obj = {
915
+ "f_operator": Vue.user.name,
916
+ "f_picture": null,
917
+ "f_pipe_type": null,
918
+ "f_pipeinstall_date": null,
919
+ "f_pipe_connection": null,
920
+ "f_expire_date": null,
921
+ "f_pipeexpire_date": null,
922
+ "f_comments": null,
923
+ "f_operate_date": Util.toStandardTimeString(),
924
+ "f_operatorid": Vue.user.id,
925
+ "f_devices_num": null,
926
+ "f_process_id": null,
927
+ "f_devices_type": null,
928
+ "f_make_date": null,
929
+ "f_input_date": null,
930
+ "f_state": "有效",
931
+ "f_brand": null,
932
+ "f_devices_model": null,
933
+ "f_devices_no": null,
934
+ "img": {"content": null, "filename": null}
710
935
  }
711
936
  this.model.push(obj)
712
937
  },
713
- delDevices(idx){
714
- console.log("idx---"+idx)
938
+ delDevices(idx) {
939
+ //tag
715
940
  this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
716
941
  if (res === 'confirm') {
717
- this.model.splice(idx,1)
942
+ this.model.splice(idx, 1)
718
943
  }
719
944
  })
720
945
  },
721
- async getAreaList(text){
722
- if(this.selectStreet.id){
723
- this.area=[]
724
- let pcdText=text?`and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'`:`and f_street_id=${this.selectStreet.id}`
725
- let res= await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_area",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}' ${pcdText}`}}, {resolveMsg: null, rejectMsg: null})
726
- //console.log('请求发送完成!!!!!'+JSON.stringify(res))
727
- res.data.forEach((result)=>{
728
- this.area.push({label:result.f_residential_area,value:result})
946
+ async getAreaList(text) {
947
+ if (this.selectStreet.id) {
948
+ this.area = []
949
+ let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
950
+ let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
951
+ data: {
952
+ items: "*",
953
+ tablename: "t_area",
954
+ orderitem: "id",
955
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
956
+ }
957
+ }, {resolveMsg: null, rejectMsg: null})
958
+ ////tag)
959
+ res.data.forEach((result) => {
960
+ this.area.push({label: result.f_residential_area, value: result})
961
+ })
962
+ //tag
963
+ this.area.push({
964
+ label: this.userinfo.addressinfo.f_residential_area,
965
+ value: {
966
+ id: this.userinfo.addressinfo.f_residential_area_id,
967
+ f_residential_area: this.userinfo.addressinfo.f_residential_area
968
+ }
729
969
  })
730
- console.log('加入自己当前的小区'+this.userinfo.addressinfo.f_residential_area_id+this.userinfo.addressinfo.f_residential_area)
731
- this.area.push({label:this.userinfo.addressinfo.f_residential_area,value:{id:this.userinfo.addressinfo.f_residential_area_id,f_residential_area:this.userinfo.addressinfo.f_residential_area}})
732
- }else{
733
- this.area=[]
970
+ } else {
971
+ this.area = []
734
972
  }
735
973
 
736
974
  },
737
- async getStreetList(){
738
- if(this.selectPcd.id){
739
- console.log("pcd改变-------"+this.selectStreet.id)
740
- this.streets=[]
741
- let pcdText=`and f_pcd_id=${this.selectPcd.id}`
742
- let streetlist= await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_street",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}' ${pcdText}`}}, {resolveMsg: null, rejectMsg: null})
743
- streetlist.data.forEach((result)=>{
975
+ async getStreetList() {
976
+ if (this.selectPcd.id) {
977
+ //tag
978
+ this.streets = []
979
+ let pcdText = `and f_pcd_id=${this.selectPcd.id}`
980
+ let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
981
+ data: {
982
+ items: "*",
983
+ tablename: "t_street",
984
+ orderitem: "id",
985
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
986
+ }
987
+ }, {resolveMsg: null, rejectMsg: null})
988
+ streetlist.data.forEach((result) => {
744
989
  //如果第一次进来有地址id 就拿下地址区域
745
- if(this.selectStreet.id && this.selectStreet.id==result.id){
746
- console.log("匹配到了???????-----"+JSON.stringify(result))
747
- this.userinfo.addressinfo.f_iscity=result.f_iscity
990
+ if (this.selectStreet.id && this.selectStreet.id == result.id) {
991
+ //tag)
992
+ this.userinfo.addressinfo.f_iscity = result.f_iscity
748
993
  }
749
- this.streets.push({label:result.f_street,value:result})
994
+ this.streets.push({label: result.f_street, value: result})
750
995
  })
751
- }else{
752
- this.streets=[]
996
+ } else {
997
+ this.streets = []
753
998
  }
754
999
  },
755
- changeAddressType (val) {
756
- console.log("addressType--------"+val)
757
- if(this.addressType=='普通地址'){
758
- this.userinfo.addressinfo.f_special=null
759
- }else if(this.addressType=='特殊地址'){
760
- this.userinfo.addressinfo.f_special=1
761
- this.userinfo.addressinfo.f_building=null
762
- this.userinfo.addressinfo.f_unit=null
763
- this.userinfo.addressinfo.f_floor=null
764
- this.userinfo.addressinfo.f_room=null
1000
+ changeAddressType(val) {
1001
+ //tag
1002
+ if (this.addressType == '普通地址') {
1003
+ this.userinfo.addressinfo.f_special = null
1004
+ } else if (this.addressType == '特殊地址') {
1005
+ this.userinfo.addressinfo.f_special = 1
1006
+ this.userinfo.addressinfo.f_building = null
1007
+ this.userinfo.addressinfo.f_unit = null
1008
+ this.userinfo.addressinfo.f_floor = null
1009
+ this.userinfo.addressinfo.f_room = null
765
1010
  }
766
1011
  this.changeNewAddress()
767
1012
  }
768
1013
 
769
1014
  },
770
- computed:{
771
- getAddress(){
772
- return (this.userinfo.addressinfo.f_pcd?this.userinfo.addressinfo.f_pcd:'')+
773
- (this.userinfo.addressinfo.f_street?this.userinfo.addressinfo.f_street:'')+
774
- (this.userinfo.addressinfo.f_residential_area?this.userinfo.addressinfo.f_residential_area:'')+
775
- (this.userinfo.addressinfo.f_building?this.userinfo.addressinfo.f_building+(this.userinfo.addressinfo.f_building_suffix?this.userinfo.addressinfo.f_building_suffix:''):'')+
776
- (this.userinfo.addressinfo.f_unit?this.userinfo.addressinfo.f_unit+(this.userinfo.addressinfo.f_unit_suffix?this.userinfo.addressinfo.f_unit_suffix:''):'')+
777
- (this.userinfo.addressinfo.f_floor?this.userinfo.addressinfo.f_floor+(this.userinfo.addressinfo.f_floor_suffix?this.userinfo.addressinfo.f_floor_suffix:''):'')+
778
- (this.userinfo.addressinfo.f_room?this.userinfo.addressinfo.f_room+(this.userinfo.addressinfo.f_room_suffix?this.userinfo.addressinfo.f_room_suffix:''):'')
1015
+ computed: {
1016
+ getAddress() {
1017
+ return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1018
+ (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1019
+ (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '') +
1020
+ (this.userinfo.addressinfo.f_building ? this.userinfo.addressinfo.f_building + (this.userinfo.addressinfo.f_building_suffix ? this.userinfo.addressinfo.f_building_suffix : '') : '') +
1021
+ (this.userinfo.addressinfo.f_unit ? this.userinfo.addressinfo.f_unit + (this.userinfo.addressinfo.f_unit_suffix ? this.userinfo.addressinfo.f_unit_suffix : '') : '') +
1022
+ (this.userinfo.addressinfo.f_floor ? this.userinfo.addressinfo.f_floor + (this.userinfo.addressinfo.f_floor_suffix ? this.userinfo.addressinfo.f_floor_suffix : '') : '') +
1023
+ (this.userinfo.addressinfo.f_room ? this.userinfo.addressinfo.f_room + (this.userinfo.addressinfo.f_room_suffix ? this.userinfo.addressinfo.f_room_suffix : '') : '')
779
1024
  },
780
- getAddressTS(){
781
- return (this.userinfo.addressinfo.f_pcd?this.userinfo.addressinfo.f_pcd:'')+
782
- (this.userinfo.addressinfo.f_street?this.userinfo.addressinfo.f_street:'')+
783
- (this.userinfo.addressinfo.f_residential_area?this.userinfo.addressinfo.f_residential_area:'')
1025
+ getAddressTS() {
1026
+ return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1027
+ (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1028
+ (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '')
784
1029
  }
785
1030
  },
786
1031
  watch: {
787
1032
 
788
1033
  /*'selectPcd.id' (val) {
789
- console.log("selectPcd.id--------"+val)
1034
+ //tag
790
1035
  if(this.selectPcd.id){
791
1036
  this.getStreetList()
792
1037
  }
793
1038
  },
794
1039
  'selectStreet.id' (val) {
795
- console.log("selectStreet.id--------"+val)
1040
+ //tag
796
1041
  if(this.selectStreet.id){
797
1042
  this.getAreaList()
798
1043
  }
799
1044
  }*/
800
1045
  },
801
- async ready () {
802
- /*console.log('1开始执行ready'+this.$androidUtil.getProxyUrl())
1046
+ async ready() {
1047
+ /*//tag)
803
1048
 
804
- console.log('2开始执行ready'+this.$androidUtil.getProxyUrl())
805
- console.log('3开始执行ready'+this.$androidUtil.getProxyUrl())*/
1049
+ //tag)
1050
+ //tag)*/
806
1051
  //this.f_userinfo_id=1102260
807
1052
  //this.f_userinfo_id=1997541
808
- if(!this.f_userinfo_id){
1053
+ if (!this.f_userinfo_id) {
809
1054
  this.$showMessage("未检测到用户!")
810
- this.enable=true
1055
+ this.enable = true
811
1056
  return
812
1057
  }
813
- try{
1058
+ try {
1059
+
1060
+ this.devices_types = Vue.$appdata.getParam('设备类型')
1061
+ console.log('this.devices_types=', JSON.stringify(this.devices_types))
1062
+ if (this.devices_types){
1063
+ for (const devices_type of this.devices_types) {
1064
+ console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
1065
+ this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
1066
+ }
1067
+ }
1068
+ console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
1069
+ this.wz_types = Vue.$appdata.getParam('安装位置')
1070
+ this.aroundmeters = Vue.$appdata.getParam('左右表')
814
1071
 
815
- this.devices_types=Vue.$appdata.getParam('设备类型')
816
- this.wz_types=Vue.$appdata.getParam('安装位置')
817
- //console.log('开始执行ready'+this.$androidUtil.getProxyUrl())
818
- this.excessive=true
1072
+ ////tag)
1073
+ this.excessive = true
819
1074
  //Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
820
1075
 
821
- let pcdlist= await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {data:{items:"*",tablename:"t_pcd",orderitem:"id",condition:`f_orgid = '${Vue.user.orgid}'`}}, {resolveMsg: null, rejectMsg: null})
822
- console.log('请求发送完成!!!!!'+JSON.stringify(res))
823
- pcdlist.data.forEach((result)=>{
824
- this.pcds.push({label:result.f_pcd,value:result})
1076
+ let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
1077
+ data: {
1078
+ items: "*",
1079
+ tablename: "t_pcd",
1080
+ orderitem: "id",
1081
+ condition: `f_orgid = '${Vue.user.orgid}'`
1082
+ }
1083
+ }, {resolveMsg: null, rejectMsg: null})
1084
+ //tag)
1085
+ pcdlist.data.forEach((result) => {
1086
+ this.pcds.push({label: result.f_pcd, value: result})
825
1087
  })
826
- //console.log('获取地址单位配置文件!!!!!'+JSON.stringify(addressUnit))
827
- let res=await new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_getFilesDetail`, {
1088
+ ////tag)
1089
+ let res = await new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_getFilesDetail`, {
828
1090
  //f_userinfo_code:'12381344',
829
- f_userinfo_id:this.f_userinfo_id
1091
+ f_userinfo_id: this.f_userinfo_id
830
1092
  }, {resolveMsg: null, rejectMsg: null})
831
- console.log('相應請求----')
832
- console.log(res.data)
1093
+ //tag
1094
+ //tag
833
1095
  this.userinfo = res.data
834
- this.userinfo_old=JSON.parse(JSON.stringify(res.data))
1096
+ this.userinfo_old = JSON.parse(JSON.stringify(res.data))
835
1097
  this.model = this.userinfo.meterinfo[0].devicesinfo
836
- this.selectArea.id=this.userinfo.addressinfo.f_residential_area_id
837
- this.selectPcd.id=this.userinfo.addressinfo.f_pcd_id
838
- this.selectPcd.f_pcd=this.userinfo.addressinfo.f_pcd
839
- this.selectStreet.id=this.userinfo.addressinfo.f_street_id
840
- this.selectStreet.f_street=this.userinfo.addressinfo.f_street
1098
+ this.selectArea.id = this.userinfo.addressinfo.f_residential_area_id
1099
+ this.selectPcd.id = this.userinfo.addressinfo.f_pcd_id
1100
+ this.selectPcd.f_pcd = this.userinfo.addressinfo.f_pcd
1101
+ this.selectStreet.id = this.userinfo.addressinfo.f_street_id
1102
+ this.selectStreet.f_street = this.userinfo.addressinfo.f_street
841
1103
  await this.getStreetList()
842
1104
  await this.getAreaList()
843
- this.excessive=false
844
- this.addressType=this.userinfo.addressinfo.f_special==1?'特殊地址':'普通地址'
1105
+ this.excessive = false
1106
+ this.addressType = this.userinfo.addressinfo.f_special == 1 ? '特殊地址' : '普通地址'
845
1107
  //this.userinfo.addressinfo.f_special=1
846
- console.log('請求jieshu----')
847
- }catch (e) {
848
- this.excessive=false
849
- this.enable=true
1108
+ //tag
1109
+ } catch (e) {
1110
+ this.excessive = false
1111
+ this.enable = true
850
1112
  this.$showMessage('获取用户信息出错,请检查网络状况!')
851
1113
  }
852
- new HttpResetClass().load('get',`${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`,{data: {}},{resolveMsg: null, rejectMsg: null}).then((addressUnit)=>{
853
- console.log('请求成功----'+addressUnit.data.f_building_suffix)
854
- console.log('请求成功----'+addressUnit.data.f_unit_suffix)
855
- console.log('请求成功----'+addressUnit.data.f_floor_suffix)
856
- console.log('请求成功----'+addressUnit.data.f_room_suffix)
857
- this.userinfo.addressinfo.f_building_suffix=addressUnit.data.f_building_suffix
858
- this.userinfo.addressinfo.f_unit_suffix=addressUnit.data.f_unit_suffix
859
- this.userinfo.addressinfo.f_floor_suffix=addressUnit.data.f_floor_suffix
860
- this.userinfo.addressinfo.f_room_suffix=addressUnit.data.f_room_suffix
861
- }).catch((msg)=>{
862
- console.log('请求错误----'+JSON.stringify(msg))
1114
+ new HttpResetClass().load('get', `${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`, {data: {}}, {
1115
+ resolveMsg: null,
1116
+ rejectMsg: null
1117
+ }).then((addressUnit) => {
1118
+ //tag
1119
+ //tag
1120
+ //tag
1121
+ //tag
1122
+ this.userinfo.addressinfo.f_building_suffix = addressUnit.data.f_building_suffix
1123
+ this.userinfo.addressinfo.f_unit_suffix = addressUnit.data.f_unit_suffix
1124
+ this.userinfo.addressinfo.f_floor_suffix = addressUnit.data.f_floor_suffix
1125
+ this.userinfo.addressinfo.f_room_suffix = addressUnit.data.f_room_suffix
1126
+ }).catch((msg) => {
1127
+ //tag)
863
1128
  })
1129
+ this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是'? true : false
1130
+ console.log(this.showBox)
1131
+ if (this.showBox) {
1132
+ // 获取调压箱
1133
+ new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/sql/adjustableboxQuery`, {data: {condition: '1 = 1'}}, {
1134
+ resolveMsg: null,
1135
+ rejectMsg: null
1136
+ }).then((res) => {
1137
+ const boxOptions = []
1138
+ for (const data of res.data) {
1139
+ const one = {
1140
+ label: data.f_adjustable_id + data.f_adjustable_name,
1141
+ value: Number(data.f_adjustable_id)
1142
+ }
1143
+ boxOptions.push(one)
1144
+ }
1145
+ this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
1146
+ console.log(this.boxOptions)
1147
+ }).catch((msg) => {
1148
+ //tag)
1149
+ })
1150
+ }
864
1151
  }
865
1152
  }
866
1153
  </script>
@@ -870,12 +1157,14 @@
870
1157
  width: 12px;
871
1158
  margin: 1% 2% 0 0;
872
1159
  }
873
- .rightipt{
1160
+
1161
+ .rightipt {
874
1162
  width: 60%;
875
1163
  float: left;
876
1164
  margin-left: 5%;
877
1165
  }
878
- .righttxt{
1166
+
1167
+ .righttxt {
879
1168
  border: none;
880
1169
  margin-left: 5px;
881
1170
  /*border-left: 5px solid #A2C2EB;*/
@@ -886,20 +1175,24 @@
886
1175
  word-wrap: break-word;
887
1176
  white-space: normal;
888
1177
  }
889
- .tit1{
1178
+
1179
+ .tit1 {
890
1180
  /*background: #ffffff url('../../assets/用户姓名.png') no-repeat fixed center;*/
891
1181
  background-image: url('../../assets/用户姓名.png');
892
1182
  background-repeat: no-repeat;
893
1183
  background-position: center;
894
1184
  }
895
- .spanboder{
896
- border-bottom:2px solid #499edf;
1185
+
1186
+ .spanboder {
1187
+ border-bottom: 2px solid #499edf;
897
1188
  padding-bottom: 8px
898
1189
  }
899
- #upuserinfo_sel /deep/ ul{
1190
+
1191
+ #upuserinfo_sel /deep/ ul {
900
1192
  width: 100% !important;
901
- left:0 !important;
1193
+ left: 0 !important;
902
1194
  }
1195
+
903
1196
  .btn-photo {
904
1197
  border: 0;
905
1198
  border-radius: 7px;
@@ -907,11 +1200,13 @@
907
1200
  font: 15px PingFang-SC-Bold;
908
1201
  height: 20%;
909
1202
  }
1203
+
910
1204
  .panel-self {
911
1205
  border-radius: 10px;
912
1206
  border: 1px solid #499EDF;
913
1207
  background-color: #F8F8F8;
914
1208
  }
1209
+
915
1210
  .div-photo {
916
1211
  width: auto;
917
1212
  height: auto;
@@ -922,8 +1217,8 @@
922
1217
  }
923
1218
  </style>
924
1219
  <style lang="less">
925
- #upuserinfo_sel ul{
1220
+ #upuserinfo_sel ul {
926
1221
  width: 100% !important;
927
- left:0 !important;
1222
+ left: 0 !important;
928
1223
  }
929
1224
  </style>