buildIncident.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. <template>
  2. <view class="buildIncident">
  3. <scroll-view scroll-y class="body">
  4. <view class="form_item">
  5. <view class="title select"><text class="required newicon newicon-bitian"></text>院区:</view>
  6. <uni-data-select class="value" v-model="incidentData.branch" :localdata="dataInfo.branchList" :clear="false" placeholder="请选择院区" :class="{formRed: isSubmit && !incidentData.branch}" @change="changeBranch"></uni-data-select>
  7. </view>
  8. <view class="form_item">
  9. <view class="title"><text class="required newicon newicon-bitian"></text>报修科室:</view>
  10. <view class="value category" @click="selectDepartment">
  11. <text class="categoryName ellipsis-multiline">{{incidentData.department ? incidentData.department.dept : ''}}</text>
  12. <text class="newicon newicon-weibiaoti2010104"></text>
  13. </view>
  14. </view>
  15. <view class="form_item">
  16. <view class="title select"><text class="required newicon newicon-bitian transparent"></text>报修人:</view>
  17. <uni-data-select readonly class="value" v-model="incidentData.requester" :localdata="dataInfo.requesterList" placeholder="请选择报修人"></uni-data-select>
  18. </view>
  19. <view class="form_item">
  20. <view class="title select"><text class="required newicon newicon-bitian transparent"></text>联系人:</view>
  21. <uni-easyinput class="value" v-model="incidentData.contacts" placeholder="请输入联系人" />
  22. </view>
  23. <view class="form_item">
  24. <view class="title select"><text class="required newicon newicon-bitian"></text>联系电话:</view>
  25. <uni-easyinput class="value" v-model="incidentData.contactsInformation" placeholder="请输入联系电话" :class="{formRed: isSubmit && !incidentData.contactsInformation.trim()}" />
  26. </view>
  27. <view class="form_item">
  28. <view class="title"><text class="required newicon newicon-bitian transparent"></text>楼栋楼层:</view>
  29. <view class="value category" @click="selectAreaPlace">
  30. <text class="categoryName ellipsis-multiline">{{incidentData.place ? incidentData.place.area.area + ' ' + incidentData.place.place : ''}}</text>
  31. <text class="newicon newicon-weibiaoti2010104"></text>
  32. </view>
  33. </view>
  34. <view class="form_item">
  35. <view class="title select"><text class="required newicon newicon-bitian transparent"></text>详细地址:</view>
  36. <uni-easyinput class="value" v-model="incidentData.houseNumber" placeholder="请输入详细地址" />
  37. </view>
  38. <view class="form_item">
  39. <view class="title"><text class="required newicon newicon-bitian"></text>故障现象:</view>
  40. <view class="value category" @click="selectCategory">
  41. <text class="categoryName ellipsis-multiline">{{incidentData.category ? incidentData.category.mutiCategory : ''}}</text>
  42. <text class="newicon newicon-weibiaoti2010104"></text>
  43. </view>
  44. </view>
  45. <view class="form_item">
  46. <view class="title select"><text class="required newicon newicon-bitian transparent"></text>故障来源:</view>
  47. <uni-data-select readonly class="value" v-model="incidentData.source" :localdata="dataInfo.sourceList" placeholder="请选择故障来源"></uni-data-select>
  48. </view>
  49. <view class="form_item">
  50. <view class="title select"><text class="required newicon newicon-bitian transparent"></text>优先级:</view>
  51. <uni-data-select placement="top" readonly class="value" v-model="incidentData.priority" :localdata="dataInfo.priorityList" placeholder="请选择优先级"></uni-data-select>
  52. </view>
  53. <view class="form_item column">
  54. <view class="title select"><text class="required newicon newicon-bitian"></text>故障描述:</view>
  55. <uni-easyinput class="value" type="textarea" v-model="incidentData.description" placeholder="请输入故障描述" :class="{formRed: isSubmit && !incidentData.description.trim()}" />
  56. </view>
  57. <view class="form_item_column">
  58. <view class="form_item">
  59. <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
  60. <view class="value">
  61. <uni-file-picker ref="handlerImgRef" v-model="incidentData.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
  62. </view>
  63. </view>
  64. <view class="form_item">
  65. <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
  66. <view class="value">
  67. <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
  68. </view>
  69. </view>
  70. </view>
  71. </scroll-view>
  72. <view class="foot_common_btns">
  73. <button @click="goBack" type="default" class="cancelButton btn">返回</button>
  74. <button @click="submit" type="default" class="primaryButton btn">下一步</button>
  75. </view>
  76. </view>
  77. </template>
  78. <script setup>
  79. import { ref, reactive } from 'vue'
  80. import { onLoad } from '@dcloudio/uni-app'
  81. import { api_user, api_branch, api_getDictionary, api_incidentTask } from "@/http/api.js"
  82. import { defaultColor } from '@/static/js/theme.js'
  83. import { useSetTitle } from '@/share/useSetTitle.js'
  84. import { useGoBack } from '@/share/useGoBack.js'
  85. import { useLoginUserStore } from '@/stores/loginUser'
  86. import { useIncidentBuildStore } from '@/stores/incidentBuild'
  87. import { useUploadFile } from '@/share/useUploadFile.js'
  88. useSetTitle();
  89. const loginUserStore = useLoginUserStore();
  90. const incidentBuildStore = useIncidentBuildStore();
  91. const { uploadFile } = useUploadFile();
  92. const { goBack } = useGoBack();
  93. // 主题颜色
  94. const primaryColor = ref(defaultColor)
  95. // 工单对象
  96. const incidentData = reactive({
  97. "deleteFlag": 0,
  98. "duty": undefined,
  99. "department": undefined,
  100. "contactsInformation": '',
  101. "contacts": '',
  102. "branch": undefined,
  103. "area": undefined,
  104. "place": undefined,
  105. "houseNumber": '',
  106. "category": undefined,
  107. "priority": undefined,
  108. "source": undefined,
  109. "title": '',
  110. "description": '',
  111. "repairType": undefined,
  112. "requester":undefined,
  113. "acceptUser": loginUserStore.loginUser.user,
  114. handlerImgList: [],//处理图片列表
  115. })
  116. // 处理图片
  117. const handlerImgRef = ref(null)
  118. // 数据
  119. const dataInfo = reactive({
  120. branchList: [], //院区列表
  121. requesterList: [], //报修人列表
  122. sourceList: [], //故障来源列表
  123. priorityList: [], //优先级列表
  124. })
  125. // 是否提交
  126. const isSubmit = ref(false)
  127. // 上传处理图片成功
  128. function handlerImgSuccess(e){
  129. dataInfo.handlerImgList.forEach(v => {
  130. v.url = v.path;
  131. })
  132. console.log(dataInfo.handlerImgList);
  133. // let handlerOrder$ = handlerOrder();
  134. // let requestList = [handlerOrder$];
  135. // dataInfo.handlerImgList.forEach(v => {
  136. // let handlerOrderImg$ = handlerOrderImg(v);
  137. // requestList.push(handlerOrderImg$);
  138. // })
  139. // Promise.all(requestList).then(resList => {
  140. // uni.hideLoading();
  141. // console.log(resList);
  142. // if(resList[0].state == 200){
  143. // uni.showToast({
  144. // icon: 'none',
  145. // title: '处理成功',
  146. // mask: true,
  147. // });
  148. // setTimeout(() => {
  149. // uni.reLaunch({
  150. // url: '/pages/incidentList/incidentList',
  151. // })
  152. // }, 1500)
  153. // }else{
  154. // uni.showToast({
  155. // icon: 'none',
  156. // title: resList[0].msg || '请求数据失败!'
  157. // });
  158. // }
  159. // })
  160. }
  161. // 上传处理图片失败
  162. function handlerImgFail(e){
  163. dataInfo.handlerImgList.forEach(v => {
  164. v.url = v.path;
  165. })
  166. console.log(dataInfo.handlerImgList);
  167. }
  168. // 选择上传图片
  169. function handlerImgSelect(e){
  170. dataInfo.handlerImgList = dataInfo.handlerImgList.concat(e.tempFiles);
  171. console.log(dataInfo.handlerImgList);
  172. }
  173. // 删除上传图片
  174. function handlerImgDelete(e){
  175. dataInfo.handlerImgList = dataInfo.handlerImgList.filter(v => e.tempFile.uuid != v.uuid);
  176. console.log(dataInfo.handlerImgList);
  177. }
  178. // 选择故障现象
  179. function selectCategory(){
  180. incidentBuildStore.setIncidentBuildData(incidentData, 'buildIncident');
  181. uni.navigateTo({
  182. url: `/pages/categoryOne/categoryOne`
  183. })
  184. }
  185. // 选择楼栋楼层
  186. function selectAreaPlace(){
  187. incidentBuildStore.setIncidentBuildData(incidentData, 'buildIncident');
  188. uni.navigateTo({
  189. url: `/pages/searchArea/searchArea`
  190. })
  191. }
  192. // 跳转到搜索报修科室
  193. function selectDepartment(){
  194. incidentBuildStore.setIncidentBuildData(incidentData, 'buildIncident');
  195. uni.navigateTo({
  196. url: `/pages/searchDept/searchDept`
  197. })
  198. }
  199. // 获取院区列表
  200. function getBranchs(){
  201. uni.showLoading({
  202. title: "加载中",
  203. mask: true,
  204. });
  205. let postData = {
  206. "idx": 0,
  207. "sum": 9999,
  208. };
  209. api_branch(postData).then(res => {
  210. uni.hideLoading();
  211. if(res.status == 200){
  212. res.list = res.list || [];
  213. dataInfo.branchList = res.list.map(v => ({
  214. text: v.hosName,
  215. value: v.id,
  216. }));
  217. if(loginUserStore.loginUser.user.duty){
  218. // 当前的所属责任科室
  219. incidentData.branch = loginUserStore.loginUser.user.duty.branch;
  220. }else if(loginUserStore.loginUser.user.branch){
  221. // 当前的所属院区
  222. incidentData.branch = loginUserStore.loginUser.user.branch.id;
  223. }
  224. }else{
  225. uni.showToast({
  226. icon: 'none',
  227. title: res.msg || '请求数据失败!'
  228. });
  229. }
  230. })
  231. }
  232. // 获取报修人列表
  233. function getRequesters(){
  234. uni.showLoading({
  235. title: "加载中",
  236. mask: true,
  237. });
  238. let postData = {
  239. "idx": 0,
  240. "sum": 9999,
  241. "user": {
  242. "engineer": undefined,
  243. }
  244. };
  245. api_user(postData).then(res => {
  246. uni.hideLoading();
  247. if(res.status == 200){
  248. res.list = res.list || [];
  249. dataInfo.requesterList = res.list.map(v => ({
  250. text: v.name,
  251. value: v.id,
  252. }));
  253. }else{
  254. uni.showToast({
  255. icon: 'none',
  256. title: res.msg || '请求数据失败!'
  257. });
  258. }
  259. })
  260. }
  261. // 获取故障来源列表
  262. function getSources(){
  263. uni.showLoading({
  264. title: "加载中",
  265. mask: true,
  266. });
  267. let postData = {
  268. "key": 'incident_source',
  269. "type": "list",
  270. };
  271. api_getDictionary(postData).then(res => {
  272. uni.hideLoading();
  273. res = res || [];
  274. dataInfo.sourceList = res.map(v => ({
  275. text: v.name,
  276. value: v.id,
  277. }));
  278. })
  279. }
  280. // 获取优先级列表
  281. function getPrioritys(){
  282. uni.showLoading({
  283. title: "加载中",
  284. mask: true,
  285. });
  286. let postData = {
  287. "key": 'incident_priority',
  288. "type": "list",
  289. };
  290. api_getDictionary(postData).then(res => {
  291. uni.hideLoading();
  292. res = res || [];
  293. dataInfo.priorityList = res.map(v => ({
  294. text: v.name,
  295. value: v.id,
  296. }));
  297. })
  298. }
  299. // 选择院区
  300. function changeBranch(){}
  301. // 处理提交事件
  302. function handlerOrder(){
  303. let postData = {
  304. incident: dataInfo.incidentData,
  305. }
  306. postData.incident.handleDescription = dataInfo.handleDescription;
  307. postData.incident.handleCategory = {id: dataInfo.handleCategory};
  308. postData.incident.closecode = {id: dataInfo.closecode};
  309. postData.incident.category = dataInfo.category;
  310. postData.incident.synergetic = dataInfo.synergetic;
  311. return api_incidentTask('accept', postData);
  312. }
  313. // 处理图片
  314. function handlerOrderImg(imgObj){
  315. return uploadFile(imgObj, 'incident', dataInfo.incidentId)
  316. }
  317. // 提交
  318. function submit(){
  319. isSubmit.value = true;
  320. console.log(dataInfo);
  321. if(!dataInfo.branch){
  322. uni.showToast({
  323. icon: 'none',
  324. title: '请选择院区'
  325. });
  326. return;
  327. }
  328. if(!dataInfo.department){
  329. uni.showToast({
  330. icon: 'none',
  331. title: '请选择报修科室'
  332. });
  333. return;
  334. }
  335. if(!dataInfo.contactsInformation.trim()){
  336. uni.showToast({
  337. icon: 'none',
  338. title: '请填写联系电话'
  339. });
  340. return;
  341. }
  342. if(!dataInfo.category){
  343. uni.showToast({
  344. icon: 'none',
  345. title: '请选择故障现象'
  346. });
  347. return;
  348. }
  349. if(!dataInfo.handleDescription.trim()){
  350. uni.showToast({
  351. icon: 'none',
  352. title: '请填写故障描述'
  353. });
  354. return;
  355. }
  356. console.log(dataInfo.handlerImgList)
  357. incidentBuildStore.setIncidentBuildData(dataInfo, 'buildIncident');
  358. // uni.showLoading({
  359. // title: "加载中",
  360. // mask: true,
  361. // });
  362. // if(dataInfo.handlerImgList.length){
  363. // // 有图片
  364. // handlerImgRef.value.upload();
  365. // }else{
  366. // // 没有图片
  367. // let handlerOrder$ = handlerOrder();
  368. // let requestList = [handlerOrder$];
  369. // Promise.all(requestList).then(resList => {
  370. // uni.hideLoading();
  371. // console.log(resList);
  372. // if(resList[0].state == 200){
  373. // uni.showToast({
  374. // icon: 'none',
  375. // title: '处理成功',
  376. // mask: true,
  377. // });
  378. // setTimeout(() => {
  379. // uni.reLaunch({
  380. // url: '/pages/incidentList/incidentList',
  381. // })
  382. // }, 1500)
  383. // }else{
  384. // uni.showToast({
  385. // icon: 'none',
  386. // title: resList[0].msg || '请求数据失败!'
  387. // });
  388. // }
  389. // })
  390. // }
  391. }
  392. onLoad((option) => {
  393. if(incidentBuildStore.incidentBuild.data){
  394. Object.assign(incidentData, incidentBuildStore.incidentBuild.data);
  395. incidentBuildStore.clearIncidentBuildData();
  396. // 修改报修科室,则回显楼栋,楼层,详细地址,联系电话
  397. incidentData.place = incidentData.department.place || undefined;
  398. incidentData.houseNumber = incidentData.department.address || '';
  399. incidentData.contactsInformation = incidentData.department.phone || '';
  400. }
  401. getBranchs();
  402. getRequesters();
  403. getSources();
  404. getPrioritys();
  405. })
  406. </script>
  407. <style lang="scss" scoped>
  408. .buildIncident{
  409. height: 100%;
  410. display: flex;
  411. flex-direction: column;
  412. justify-content: space-between;
  413. .body{
  414. padding: 0 24rpx;
  415. box-sizing: border-box;
  416. flex: 1;
  417. min-height: 0;
  418. .form_item{
  419. display: flex;
  420. align-items: center;
  421. padding-top: 24rpx;
  422. min-height: 86rpx;
  423. &.column{
  424. height: auto;
  425. flex-direction: column;
  426. align-items: flex-start;
  427. .title{
  428. margin-right: 0;
  429. }
  430. .value{
  431. margin-top: 10rpx;
  432. padding-left: 20rpx;
  433. box-sizing: border-box;
  434. }
  435. .tips{
  436. padding: 24rpx;
  437. text-align: center;
  438. font-size: 22rpx;
  439. color: #909399;
  440. width: 100%;
  441. box-sizing: border-box;
  442. }
  443. }
  444. .title{
  445. font-size: 26rpx;
  446. display: flex;
  447. align-items: center;
  448. margin-right: 12rpx;
  449. flex-shrink: 0;
  450. &.select{
  451. width: calc(5em + 20rpx);
  452. }
  453. }
  454. .value{
  455. width: 100%;
  456. &.category{
  457. width: 100%;
  458. display: flex;
  459. justify-content: space-between;
  460. align-items: center;
  461. .categoryName{
  462. font-size: 26rpx;
  463. color: #555;
  464. flex: 1;
  465. }
  466. .newicon-weibiaoti2010104{
  467. color: $uni-primary;
  468. margin-left: 24rpx;
  469. }
  470. }
  471. .imgTips{
  472. color: #909399;
  473. font-size: 22rpx;
  474. }
  475. }
  476. }
  477. }
  478. }
  479. </style>