rapidRepNext.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. <template>
  2. <view class="handler">
  3. <view class="head">
  4. <view class="tab" :class="{active: tab.value === dataInfo.tabActiveValue}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.value)">
  5. {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
  6. </view>
  7. </view>
  8. <view class="body view-body page_padding">
  9. <!-- 科内报修 -->
  10. <template v-if="dataInfo.tabActiveValue === 'doing'">
  11. <view class="form_item">
  12. <view class="title select"><text class="required newicon newicon-bitian"></text>院区:</view>
  13. <uni-data-picker class="value" placeholder="请选择院区"
  14. v-model="dataInfo.branch" :localdata="branchData" @change="doingDeptChange"
  15. :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.branch}">
  16. </uni-data-picker>
  17. </view>
  18. <!-- <view class="form_item">
  19. <view class="title select"><text class="required newicon newicon-bitian"></text>报修科室:</view>
  20. <uni-data-picker class="value" placeholder="请选择报修科室"
  21. v-model="dataInfo.department" :localdata="dataInfo.repairTypeList"
  22. :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.department}">
  23. </uni-data-picker>
  24. </view> -->
  25. <view class="form_item">
  26. <view class="title select"><text class="required newicon newicon-bitian"></text>报修科室:</view>
  27. <view class="value category" @click="selectDepartment">
  28. <text class="categoryName ellipsis-multiline">{{dataInfo.departmentName}}</text>
  29. <text class="newicon newicon-weibiaoti2010104"></text>
  30. </view>
  31. </view>
  32. <view class="candidate" v-if="itemUser">
  33. <view class="candidate-item" v-for="(item, index) in itemUser.commonDeptDTO" :key="item" @click="itemCandidate(item)">{{item.dept}}</view>
  34. </view>
  35. <view class="form_item column">
  36. <view class="title"><text class="required newicon newicon-bitian"></text>详细地址:</view>
  37. <uni-easyinput class="value" type="textarea" v-model="dataInfo.address" placeholder="请输入详细地址" :class="{formRed: isSubmit && !dataInfo.address }" />
  38. </view>
  39. <view class="candidate">
  40. <view class="candidate-item" v-for="item in addresData" :key="item" @click="itemAddres(item)">{{item.name}}</view>
  41. </view>
  42. <view class="form_item" :class="{formRed: isSubmit && !dataInfo.contacts}">
  43. <view class="title select"><text class="required newicon newicon-bitian"></text>联系人:</view>
  44. <input class="item-input" placeholder="请输入联系人" v-model="dataInfo.contacts" />
  45. </view>
  46. <view class="form_item" :class="{formRed: isSubmit && !dataInfo.contactsInformation}">
  47. <view class="title select"><text class="required newicon newicon-bitian"></text>联系电话:</view>
  48. <input class="item-input" placeholder="请输入联系电话" v-model="dataInfo.contactsInformation"/>
  49. </view>
  50. </template>
  51. <!-- 公共报修 -->
  52. <template v-if="dataInfo.tabActiveValue === 'overtime'">
  53. <view class="form_item" v-if="isRepair.valueconfig==1">
  54. <view class="title select"><text class="required newicon newicon-bitian"></text>院区:</view>
  55. <uni-data-picker class="value" placeholder="请选择院区" @change="overDeptChange"
  56. v-model="dataInfo.branch" :localdata="branchData"
  57. :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.branch}">
  58. </uni-data-picker>
  59. </view>
  60. <view class="form_item" v-if="isRepair.valueconfig==1">
  61. <view class="title select"><text class="required newicon newicon-bitian"></text>楼栋:</view>
  62. <uni-data-picker class="value" placeholder="请选择楼栋" @change="areaChange"
  63. v-model="dataInfo.areaId" :localdata="dataInfo.buildingTypeList"
  64. :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.areaId}">
  65. </uni-data-picker>
  66. </view>
  67. <view class="form_item" v-if="isRepair.valueconfig==1">
  68. <view class="title select"><text class="required newicon newicon-bitian"></text>楼层:</view>
  69. <uni-data-picker class="value" placeholder="请选择楼层"
  70. v-model="dataInfo.placeId" :localdata="dataInfo.placeTypeList"
  71. :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.placeId}">
  72. </uni-data-picker>
  73. </view>
  74. <view class="form_item column" v-if="isRepair.valueconfig==1">
  75. <view class="title"><text class="required newicon newicon-bitian"></text>详细地址:</view>
  76. <uni-easyinput class="value" type="textarea" v-model="dataInfo.address" placeholder="请输入详细地址" :class="{formRed: isSubmit && !dataInfo.address}" />
  77. </view>
  78. <view class="form_item" :class="{formRed: isSubmit && !dataInfo.contacts}">
  79. <view class="title select"><text class="required newicon newicon-bitian"></text>联系人:</view>
  80. <input class="item-input value" placeholder="请输入联系人" v-model="dataInfo.contacts"/>
  81. </view>
  82. <view class="form_item" :class="{formRed: isSubmit && !dataInfo.contactsInformation}">
  83. <view class="title select"><text class="required newicon newicon-bitian"></text>联系电话:</view>
  84. <input class="item-input value" placeholder="请输入联系电话" v-model="dataInfo.contactsInformation"/>
  85. </view>
  86. </template>
  87. </view>
  88. <view class="foot_common_btns">
  89. <button @click="goBackOrToList" type="default" class="primaryButton btn">上一步</button>
  90. <button @click="submit" type="default" class="primaryButton btn">提交</button>
  91. </view>
  92. <NumberModal v-if="dataInfo.isNumber" @cancelEmit="cancelNumber" @confirmEmit="conformNumber" @removeEmit="removeNumber" :selectData="dataInfo.selectData" :selectType="dataInfo.selectType" :evtNumber="dataInfo.evtNumber" showRemove></NumberModal>
  93. </view>
  94. </template>
  95. <script setup>
  96. import { ref, reactive, computed } from 'vue'
  97. import NumberModal from '@/components/NumberModal.vue';
  98. import { onLoad } from '@dcloudio/uni-app'
  99. import { generateNumberArray } from '@/utils/index.js'
  100. import { api_getDictionary, api_sj,api_request, getFetchDataList, api_place, api_getSolution, api_area, api_user, api_incidentTask, api_branch, api_dutyDepartment, api_department, api_querySummaryDoc, api_addSummaryDoc } from "@/http/api.js"
  101. import { defaultColor } from '@/static/js/theme.js'
  102. import { useSetTitle } from '@/share/useSetTitle.js'
  103. import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
  104. import { useUploadFile } from '@/share/useUploadFile.js'
  105. import { useGoBack } from '@/share/useGoBack.js'
  106. import { useLoginUserStore } from '@/stores/loginUser'
  107. import { useHandlerStore } from '@/stores/handler'
  108. useSetTitle();
  109. const loginUserStore = useLoginUserStore();
  110. const handlerStore = useHandlerStore();
  111. const { makePhoneCall } = useMakePhoneCall();
  112. const { uploadFile } = useUploadFile();
  113. const { goBack } = useGoBack();
  114. // 主题颜色
  115. const primaryColor = ref(defaultColor)
  116. // 备用机选项
  117. const machineData = ref([
  118. {
  119. text:'是',
  120. value:1
  121. },
  122. {
  123. text:'否',
  124. value:0
  125. },
  126. ])
  127. const isDept = ref({})
  128. const isRepair = ref({})
  129. const branchData = ref([])
  130. const candidateData = ref(loginUserStore.loginUser.user)
  131. const repairIncident = ref(null)
  132. const addresData = ref([
  133. {name:'护士站'},
  134. {name:'卫生间'},
  135. {name:'更衣室'},
  136. {name:'治疗室'}
  137. ])
  138. // 数据
  139. const dataInfo = reactive({
  140. tabs: [
  141. {id: 5, name: '科内报修', value: 'doing', num: ''},
  142. {id: 6, name: '公共报修', value: 'overtime', num: ''},
  143. ],
  144. tabActiveValue: 'doing',//当前选择的tab
  145. incidentId: undefined,//事件ID
  146. incidentData: {
  147. repairIncidentType:{
  148. id:''
  149. },
  150. department:{
  151. id:''
  152. }
  153. },//事件对象
  154. repairTypeList:[],//科室数据
  155. buildingTypeList:[],//楼栋数据
  156. placeTypeList:[],//楼层数据
  157. department:'',//报修科室id
  158. departmentName:'',//报修科室
  159. address:'',//详细地址
  160. contacts:'',//联系人
  161. contactsInformation:'',//手机
  162. areaId:'',//楼栋
  163. placeId:'',//楼层
  164. branch:'', //院区
  165. })
  166. // 故障处理用是否提供备用机
  167. const newProvideBackupMachine = ref(0)
  168. // 知识库id
  169. const solutionId = ref(null)
  170. // 是否提交
  171. const isSubmit = ref(false)
  172. // 处理图片
  173. const handlerImgRef = ref(null)
  174. // 用户信息
  175. const itemUser = ref(null)
  176. // 是否进入汇总单
  177. const isInSummaryOrder = computed(() => {
  178. return dataInfo.tabActiveValue === 'doing' && dataInfo.incidentData.duty && dataInfo.incidentData.duty.addSummary == 1 && (dataInfo.incidentData.handlingPersonnelUser.id == loginUserStore.loginUser.user.id);
  179. })
  180. // 上一步或者返回列表
  181. function goBackOrToList(){
  182. uni.setStorageSync('rapidRepNext',JSON.stringify(dataInfo))
  183. uni.navigateTo({
  184. url: `/pages/repair/rapidRep`
  185. })
  186. }
  187. // 重置
  188. function reset(){
  189. // dataInfo.department = '',//报修科室
  190. dataInfo.address = '',//详细地址
  191. // dataInfo.contacts = '',//联系人
  192. // dataInfo.contactsInformation = ''//手机
  193. dataInfo.areaId = ''//楼栋
  194. dataInfo.placeId = '' //院区
  195. dataInfo.placeTypeList = []
  196. }
  197. // 初始化表单
  198. function initForm(){
  199. if(dataInfo.tabActiveValue === 'doing'){
  200. // getRepairTypes()
  201. getUserInfo()
  202. }else if(dataInfo.tabActiveValue === 'overtime'){
  203. getbuildingList()
  204. }
  205. }
  206. function itemCandidate(item){
  207. // console.log(55,index)
  208. // let arr = loginUserStore.loginUser.user.commonDept.split(',')
  209. // console.log(66,arr)
  210. dataInfo.department = item.id
  211. dataInfo.departmentName = item.dept
  212. }
  213. function itemAddres(item){
  214. dataInfo.address = item.name
  215. }
  216. function getUserInfo(){
  217. let user = loginUserStore.loginUser.user
  218. let postData = {
  219. idx: 0,
  220. sum: 999,
  221. user: {
  222. hospital:{
  223. id:user.currentHospital.id
  224. },
  225. name: user.name,
  226. }
  227. }
  228. api_user(postData).then(res => {
  229. if(res.status == 200){
  230. let user = loginUserStore.loginUser.user
  231. if(uni.getStorageSync('rapidRepNext')){
  232. let data = JSON.parse(uni.getStorageSync('rapidRepNext'))
  233. if(data){
  234. dataInfo.departmentName = data.departmentName
  235. dataInfo.department = data.department
  236. }
  237. }else{
  238. dataInfo.departmentName = res.list[0].dept.dept
  239. dataInfo.department = res.list[0].dept.id
  240. }
  241. itemUser.value = res.list.find(i=>i.id==user.id)
  242. }else{
  243. uni.showToast({
  244. icon: 'none',
  245. title: res.msg || '请求数据失败!'
  246. });
  247. }
  248. })
  249. }
  250. // 点击tab
  251. function clickTab(tabValue){
  252. if(dataInfo.tabActiveValue == tabValue){
  253. return;
  254. }
  255. dataInfo.tabActiveValue = tabValue;
  256. isSubmit.value = false;
  257. reset();
  258. if(tabValue=='doing'){
  259. let user = loginUserStore.loginUser.user
  260. if(user){
  261. dataInfo.department = user.dept.id
  262. }
  263. }else{
  264. dataInfo.department = ''
  265. }
  266. dataInfo.category = dataInfo.incidentData.category || {};
  267. dataInfo.synergetic = dataInfo.incidentData.synergetic || [];
  268. newProvideBackupMachine.value = dataInfo.incidentData.provideBackupMachine
  269. initForm();
  270. }
  271. // 获取事件详情
  272. function getIncidentDetail(){
  273. let user = loginUserStore.loginUser.user
  274. if(uni.getStorageSync('rapidRepNext')){
  275. let data = JSON.parse(uni.getStorageSync('rapidRepNext'))
  276. if(data){
  277. dataInfo.department = data.department//报修科室
  278. dataInfo.departmentName = data.departmentName//报修科室
  279. dataInfo.address = data.address//详细地址
  280. dataInfo.contacts = data.contacts//联系人
  281. dataInfo.contactsInformation = data.contactsInformation//手机
  282. dataInfo.branch = Number(data.branch)//院区
  283. dataInfo.areaId = data.areaId//楼栋
  284. // getRepairTypes()
  285. }
  286. }else if(user){
  287. if(user.currentHospital.parent){
  288. dataInfo.branch = user.currentHospital.parent.id
  289. }else{
  290. dataInfo.branch = user.currentHospital.id
  291. }
  292. dataInfo.contacts = user.name
  293. dataInfo.contactsInformation = user.phone
  294. dataInfo.department = user.dept.id
  295. dataInfo.departmentName = user.dept.dept
  296. // getRepairTypes()
  297. }
  298. if(uni.getStorageSync('repairData')){
  299. let data = JSON.parse(uni.getStorageSync('repairData'))
  300. if(data){
  301. dataInfo.description = data.description
  302. dataInfo.handlerImgList = data.handlerImgList
  303. dataInfo.serverId = data.serverId
  304. dataInfo.assetId = data.assetId
  305. }
  306. }
  307. let data = JSON.parse(uni.getStorageSync('sysData'))
  308. isDept.value = data.find(i=>i.keyconfig=='deptRepair')
  309. isRepair.value = data.find(i=>i.keyconfig=='publicRepair')
  310. if(isDept.value.valueconfig==1 && isRepair.value.valueconfig==1){
  311. dataInfo.tabs = [
  312. {id: 5, name: '科内报修', value: 'doing', num: ''},
  313. {id: 6, name: '公共报修', value: 'overtime', num: ''},
  314. ]
  315. dataInfo.tabActiveValue = 'doing'
  316. }else if(isDept.value.valueconfig==1){
  317. dataInfo.tabs = [
  318. {id: 5, name: '科内报修', value: 'doing', num: ''},
  319. ]
  320. dataInfo.tabActiveValue = 'doing'
  321. }else if(isRepair.value.valueconfig==1){
  322. dataInfo.tabs = [
  323. {id: 6, name: '公共报修', value: 'overtime', num: ''},
  324. ]
  325. dataInfo.tabActiveValue = 'overtime'
  326. getbuildingList()
  327. }
  328. let postData = {
  329. "key": 'repair_incident_type',
  330. "type": "list",
  331. };
  332. api_getDictionary(postData).then(res => {
  333. res = res || [];
  334. repairIncident.value = res
  335. })
  336. getBranch()
  337. }
  338. // 获取院区列表
  339. function getBranch(){
  340. let arr = loginUserStore.loginUser.hospital.filter(i=>i.parent==undefined)
  341. branchData.value = arr.map(v => ({
  342. text: v.hosName,
  343. value: v.id,
  344. }));
  345. }
  346. // 科内报修选择院区
  347. function doingDeptChange(){
  348. dataInfo.department = ''
  349. dataInfo.departmentName = ''
  350. // getRepairTypes()
  351. }
  352. // 公区报修选择院区
  353. function overDeptChange(){
  354. getbuildingList()
  355. }
  356. // 跳转到搜索报修科室
  357. function selectDepartment(){
  358. uni.setStorageSync('rapidRepNext',JSON.stringify(dataInfo))
  359. uni.navigateTo({
  360. url: `/pages/searchDept/searchDept?type=repair&branchId=${dataInfo.branch}`
  361. })
  362. }
  363. // 获取报修科室列表
  364. function getRepairTypes(){
  365. uni.showLoading({
  366. title: "加载中",
  367. mask: true,
  368. });
  369. let postData = {
  370. department: {
  371. hospital: dataInfo.branch,
  372. },
  373. idx:0,
  374. sum:9999
  375. }
  376. api_department(postData).then(res => {
  377. uni.hideLoading();
  378. res = res.list || [];
  379. dataInfo.repairTypeList = res.map(v => ({
  380. text: v.dept,
  381. value: v.id,
  382. floor: v.floor
  383. }));
  384. let isDeptId = dataInfo.repairTypeList.filter(i=>i.value==dataInfo.department)
  385. if(isDeptId.length==0){
  386. dataInfo.department = ''
  387. }
  388. })
  389. }
  390. // 获取楼栋
  391. function getbuildingList(){
  392. uni.showLoading({
  393. title: "加载中",
  394. mask: true,
  395. });
  396. let postData = {
  397. idx: 0,
  398. sum: 9999,
  399. building:{
  400. hosId: dataInfo.branch,
  401. }
  402. };
  403. getFetchDataList("simple/data", "building", postData)
  404. .then((res) => {
  405. uni.hideLoading();
  406. res = res.list || [];
  407. dataInfo.buildingTypeList = res.map(v => ({
  408. text: v.buildingName,
  409. value: v.id
  410. }));
  411. });
  412. }
  413. function areaChange(e){
  414. getPlaceList(dataInfo.areaId)
  415. }
  416. // 获取楼层
  417. function getPlaceList(e){
  418. let postData = {
  419. idx: 0,
  420. sum: 9999,
  421. floor: {
  422. buildId:e,
  423. hosId:dataInfo.branch
  424. }
  425. };
  426. getFetchDataList("simple/data", "floor", postData)
  427. .then((res) => {
  428. uni.hideLoading();
  429. res = res.list || [];
  430. dataInfo.placeTypeList = res.map(v => ({
  431. text: v.floorName,
  432. value: v.id
  433. }));
  434. });
  435. }
  436. // 提交
  437. function submit(){
  438. isSubmit.value = true;
  439. submitHandler()
  440. }
  441. // 处理提交事件
  442. function handlerOrder(){
  443. let postData = {
  444. incident: dataInfo.incidentData,
  445. serverId: ''
  446. }
  447. postData.incident.place = {}
  448. if(dataInfo.tabActiveValue === 'doing'){
  449. let data = repairIncident.value.find(i=>i.value=='dept')
  450. dataInfo.incidentData.repairIncidentType.id = data.id
  451. let deptItem = dataInfo.repairTypeList.find(i=>i.value == dataInfo.department)
  452. console.log(333,deptItem)
  453. if(deptItem){
  454. postData.incident.place.id = deptItem.floor.id
  455. }
  456. }else if(dataInfo.tabActiveValue === 'overtime'){
  457. let data = repairIncident.value.find(i=>i.value=='public')
  458. dataInfo.incidentData.repairIncidentType.id = data.id
  459. postData.incident.place.id = dataInfo.placeId;
  460. }
  461. dataInfo.incidentData.department.id = dataInfo.department
  462. postData.incident.description = dataInfo.description;
  463. if(dataInfo.serverId){
  464. postData.serverId = dataInfo.serverId;
  465. }else{
  466. delete postData.serverId
  467. }
  468. postData.incident.assetId = dataInfo.assetId;
  469. postData.incident.houseNumber = dataInfo.address;
  470. postData.incident.contacts = dataInfo.contacts;
  471. postData.incident.contactsInformation = dataInfo.contactsInformation;
  472. postData.incident.hosId = dataInfo.branch;
  473. let repairsType = uni.getStorageSync('repairsType')
  474. // postData.incident.buildId = dataInfo.areaId; //areaId:楼栋
  475. // postData.incident.floorId = dataInfo.placeId;//placeId:楼层
  476. // buildId
  477. // floorId
  478. api_getDictionary({
  479. key: "incident_source",
  480. type: "list"
  481. }).then(res1=>{
  482. let incidentSourceList = res1 || [];
  483. let im = incidentSourceList.find(v => v.value === 'im');
  484. // api_sj().then(res2=>{
  485. // postData.incident.incidentsign = res2.data;
  486. postData.incident.source = im;
  487. postData.incident.fromWx = true;
  488. postData.incident.requester = loginUserStore.loginUser.user;
  489. postData.incident.acceptUser = loginUserStore.loginUser.user;
  490. postData.incident.deleteFlag = 0
  491. api_request(postData).then(res=>{
  492. if(res.state == 200){
  493. dataInfo.incidentId = res.data.id
  494. let handlerOrder$ = res.data;
  495. let requestList = [handlerOrder$];
  496. if(dataInfo.handlerImgList.length){ // 有图片
  497. dataInfo.handlerImgList.forEach(v => {
  498. let handlerOrderImg$ = handlerOrderImg(v);
  499. requestList.push(handlerOrderImg$);
  500. })
  501. console.log(9999,requestList);
  502. Promise.all(requestList).then(resList => {
  503. uni.hideLoading();
  504. console.log(9999,resList);
  505. // if(resList[0].state == 200){
  506. uni.showToast({
  507. icon: 'none',
  508. title: '报修成功',
  509. mask: true,
  510. });
  511. setTimeout(() => {
  512. uni.setStorageSync('rapidRepNext','')
  513. uni.setStorageSync('repairData','')
  514. if(repairsType=='home'){
  515. uni.reLaunch({
  516. url: '/pages/repair/home',
  517. })
  518. }else{
  519. uni.navigateTo({
  520. url: `/pages/myRepair/myRepair`
  521. })
  522. }
  523. }, 1500)
  524. // }else{
  525. // uni.showToast({
  526. // icon: 'none',
  527. // title: resList[0].msg || '请求数据失败!'
  528. // });
  529. // }
  530. })
  531. }else{
  532. uni.showToast({
  533. icon: 'none',
  534. title: '报修成功',
  535. mask: true,
  536. });
  537. setTimeout(() => {
  538. uni.setStorageSync('rapidRepNext','')
  539. uni.setStorageSync('repairData','')
  540. if(repairsType=='home'){
  541. uni.reLaunch({
  542. url: '/pages/repair/home',
  543. })
  544. }else{
  545. uni.navigateTo({
  546. url: `/pages/myRepair/myRepair`
  547. })
  548. }
  549. }, 1500)
  550. }
  551. }else{
  552. uni.showToast({
  553. icon: 'none',
  554. title: res.msg || '请求数据失败!'
  555. });
  556. }
  557. })
  558. // })
  559. })
  560. }
  561. // 处理图片
  562. function handlerOrderImg(imgObj){
  563. let allData = null
  564. if(imgObj.extname=='mp4' ||
  565. imgObj.extname=='avi' ||
  566. imgObj.extname=='mpeg' ||
  567. imgObj.extname=='wmv'){
  568. allData = uploadFile(imgObj, 'wechatIncidentVideo', dataInfo.incidentId)
  569. }else{
  570. allData = uploadFile(imgObj, 'wechatRequesterIncident', dataInfo.incidentId)
  571. }
  572. return allData
  573. }
  574. // 处理提交
  575. function submitHandler(){
  576. console.log(dataInfo);
  577. if(dataInfo.tabActiveValue=='doing'){
  578. if(dataInfo.department==''){
  579. uni.showToast({
  580. icon: 'none',
  581. title: '请选择报修科室'
  582. });
  583. return;
  584. }
  585. }else{
  586. if(dataInfo.branch==''){
  587. uni.showToast({
  588. icon: 'none',
  589. title: '请选择院区'
  590. });
  591. return;
  592. }
  593. if(dataInfo.areaId==''){
  594. uni.showToast({
  595. icon: 'none',
  596. title: '请选择楼栋'
  597. });
  598. return;
  599. }
  600. if(dataInfo.placeId==''){
  601. uni.showToast({
  602. icon: 'none',
  603. title: '请选择楼层'
  604. });
  605. return;
  606. }
  607. }
  608. if(dataInfo.address==''){
  609. uni.showToast({
  610. icon: 'none',
  611. title: '请输入详细地址'
  612. });
  613. return;
  614. }
  615. if(dataInfo.contacts==''){
  616. uni.showToast({
  617. icon: 'none',
  618. title: '请输入联系人'
  619. });
  620. return;
  621. }
  622. if(dataInfo.contactsInformation==''){
  623. uni.showToast({
  624. icon: 'none',
  625. title: '请输入联系电话'
  626. });
  627. return;
  628. }
  629. console.log(dataInfo.handlerImgList)
  630. uni.showLoading({
  631. title: "加载中",
  632. mask: true,
  633. });
  634. handlerOrder()
  635. }
  636. // 获取文本内容
  637. function getHtml(html) {
  638. const tempDiv = document.createElement('div');
  639. tempDiv.innerHTML = html;
  640. return tempDiv.textContent || tempDiv.innerText || '';
  641. }
  642. onLoad((option) => {
  643. initForm()
  644. getIncidentDetail();
  645. })
  646. </script>
  647. <style lang="scss" scoped>
  648. .handler{
  649. height: 100%;
  650. display: flex;
  651. flex-direction: column;
  652. justify-content: space-between;
  653. .head{
  654. height: 88rpx;
  655. display: flex;
  656. position: fixed;
  657. z-index: 99;
  658. width: 100%;
  659. background-color: #fff;
  660. font-size: 30rpx;
  661. .tab{
  662. flex: 1;
  663. display: flex;
  664. justify-content: center;
  665. align-items: center;
  666. border-bottom: 4rpx solid transparent;
  667. &.active{
  668. color: $uni-primary;
  669. border-color: $uni-primary;
  670. }
  671. }
  672. }
  673. .body{
  674. margin-top: 88rpx;
  675. box-sizing: border-box;
  676. flex: 1;
  677. min-height: 0;
  678. &.bg{
  679. background-color: #F7F7F7;
  680. }
  681. .summaryItem{
  682. &:first-of-type{
  683. .summaryItem_head{
  684. border-bottom: 1rpx solid #DDDDDD;
  685. }
  686. }
  687. .summary_total{
  688. padding: 20rpx 0;
  689. display: flex;
  690. justify-content: center;
  691. align-items: center;
  692. }
  693. .summaryItem_head{
  694. padding: 24rpx;
  695. font-size: 26rpx;
  696. color: #3A3A3A;
  697. }
  698. .summaryItem_body{
  699. font-size: 30rpx;
  700. background-color: #fff;
  701. .summaryItem_bodyItem{
  702. padding: 24rpx;
  703. border-bottom: 1rpx solid #DDDDDD;
  704. .summaryItem_bodyItem_top{
  705. display: flex;
  706. justify-content: space-between;
  707. align-items: center;
  708. .value{
  709. padding-left: 48rpx;
  710. flex-shrink: 0;
  711. }
  712. }
  713. .summaryItem_bodyItem_bottom{
  714. margin-top: 24rpx;
  715. display: flex;
  716. justify-content: space-between;
  717. align-items: center;
  718. .name{
  719. text-align: right;
  720. flex: 1;
  721. }
  722. .value{
  723. width: 240rpx;
  724. text-align: right;
  725. padding-left: 48rpx;
  726. flex-shrink: 0;
  727. }
  728. }
  729. }
  730. }
  731. .summaryItem_foot{
  732. font-size: 30rpx;
  733. background-color: #fff;
  734. &.total{
  735. margin-top: 24rpx;
  736. }
  737. .summaryItem_foot_total{
  738. padding: 24rpx 0;
  739. display: flex;
  740. justify-content: center;
  741. align-items: center;
  742. }
  743. .summaryItem_foot_add{
  744. border-top: 1rpx solid #DDDDDD;
  745. padding: 24rpx 0;
  746. display: flex;
  747. justify-content: center;
  748. align-items: center;
  749. .newicon-icon-test{
  750. font-size: 30rpx;
  751. font-weight: bold;
  752. }
  753. }
  754. }
  755. }
  756. .form_item_column{
  757. padding-top: 24rpx;
  758. min-height: 86rpx;
  759. .form_item{
  760. padding-top: 0;
  761. min-height: auto;
  762. }
  763. }
  764. .candidate{
  765. display: flex;
  766. flex-wrap: wrap;
  767. .candidate-item{
  768. padding: 6rpx 15rpx;
  769. font-size: 26rpx;
  770. color: #949494;
  771. background: #E9E9E9;
  772. border-radius: 50rpx;
  773. margin-right: 20rpx;
  774. margin-top: 15rpx;
  775. }
  776. }
  777. .form_item{
  778. display: flex;
  779. align-items: center;
  780. padding-top: 24rpx;
  781. min-height: 86rpx;
  782. &.column{
  783. height: auto;
  784. flex-direction: column;
  785. align-items: flex-start;
  786. .import-rep{
  787. padding: 5rpx 10rpx;
  788. border-radius: 50rpx;
  789. background: #d1fcd5;
  790. color: #49b856;
  791. font-size: 24rpx;
  792. }
  793. .title{
  794. margin-right: 0;
  795. }
  796. .title-width{
  797. width: 100%;
  798. }
  799. .title-fl-sb{
  800. display: flex;
  801. justify-content: space-between;
  802. width: 100%;
  803. }
  804. .value{
  805. margin-top: 10rpx;
  806. padding-left: 20rpx;
  807. box-sizing: border-box;
  808. }
  809. .tips{
  810. padding: 24rpx;
  811. text-align: center;
  812. font-size: 22rpx;
  813. color: #909399;
  814. width: 100%;
  815. box-sizing: border-box;
  816. }
  817. }
  818. .title{
  819. font-size: 26rpx;
  820. display: flex;
  821. align-items: center;
  822. margin-right: 12rpx;
  823. flex-shrink: 0;
  824. &.select{
  825. width: calc(5em + 20rpx);
  826. }
  827. }
  828. .value{
  829. width: 100%;
  830. &.category{
  831. width: 100%;
  832. display: flex;
  833. justify-content: space-between;
  834. align-items: center;
  835. .categoryName{
  836. font-size: 26rpx;
  837. color: #555;
  838. flex: 1;
  839. }
  840. .newicon-weibiaoti2010104{
  841. color: $uni-primary;
  842. margin-left: 24rpx;
  843. }
  844. }
  845. .imgTips{
  846. color: #909399;
  847. font-size: 22rpx;
  848. }
  849. }
  850. .item-input{
  851. border: 1px solid #DBDBDB;
  852. height: 70rpx;
  853. line-height: 70rpx;
  854. padding: 0 10rpx;
  855. border-radius: 4rpx;
  856. width: 100%;
  857. font-size: 14px;
  858. }
  859. .synergeticNames{
  860. font-size: 26rpx;
  861. margin-right: 24rpx;
  862. }
  863. .synergeticAdd{
  864. flex-shrink: 0;
  865. }
  866. }
  867. }
  868. }
  869. </style>