rapidRepNext.vue 24 KB

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