123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662 |
- <template>
- <view class="handler">
- <view class="head">
- <view class="tab" :class="{active: tab.value === dataInfo.tabActiveValue}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.value)">
- {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
- </view>
- </view>
- <!-- <scroll-view scroll-y class="body page_padding"> -->
- <view class="body page_padding view-body">
- <!-- 故障处理 -->
- <template v-if="dataInfo.tabActiveValue === 'direct'">
- <view class="form_item column" v-if="HandleData.simpleness != 1">
- <view class="title title-width">
- <text class="required newicon newicon-bitian"></text>
- <view class="title-fl-sb">
- 解决方案:
- <view @click="importRep('reissue','direct')" class="import-rep">引入知识库({{dataInfo.introduceCount}})</view>
- </view>
- </view>
- <uni-easyinput class="value" type="textarea" v-model="dataInfo.handleDescription" placeholder="请输入解决方案" :class="{formRed: isSubmit && !dataInfo.handleDescription.trim()}" />
- </view>
- <view class="form_item" v-if="HandleData.simpleness != 1">
- <view class="title"><text class="required newicon newicon-bitian"></text>故障现象:</view>
- <view class="value category" @click="selectCategory">
- <text class="categoryName ellipsis-multiline">{{dataInfo.category.mutiCategory}}</text>
- <text class="newicon newicon-weibiaoti2010104"></text>
- </view>
- </view>
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>处理方式:</view>
- <!-- <uni-data-select class="value" v-model="dataInfo.handleCategory" :localdata="dataInfo.handleCategoryList" :clear="false" placeholder="请选择处理方式" :class="{formRed: isSubmit && !dataInfo.handleCategory}"></uni-data-select> -->
- <uni-data-picker class="value" placeholder="请选择处理方式"
- :localdata="dataInfo.handleCategoryList" v-model="dataInfo.handleCategory"
- :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.handleCategory}">
- </uni-data-picker>
- </view>
- <view class="form_item" v-if="HandleData.simpleness != 1">
- <view class="title select"><text class="required newicon newicon-bitian"></text>处理结果:</view>
- <!-- <uni-data-select class="value" v-model="dataInfo.closecode" :localdata="dataInfo.closecodeList" :clear="false" placeholder="请选择处理结果" :class="{formRed: isSubmit && !dataInfo.closecode}"></uni-data-select> -->
- <uni-data-picker class="value" placeholder="请选择处理结果"
- :localdata="dataInfo.closecodeList" v-model="dataInfo.closecode"
- :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.closecode}">
- </uni-data-picker>
- </view>
- <view class="form_item">
- <view class="title"><text class="required newicon newicon-bitian transparent"></text>协同人员:</view>
- <text class="synergeticNames ellipsis">{{ synergeticArr}}</text>
- <button type="primary" plain size="mini" class="primaryPlainButton synergeticAdd" @click="synergeticAdd">+立即添加</button>
- </view>
- <view class="form_item_column">
- <view class="form_item">
- <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <uni-file-picker ref="handlerImgRef" v-model="dataInfo.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
- </view>
- </view>
- <view class="form_item">
- <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
- </view>
- </view>
- </view>
- </template>
-
- <!-- 补单 -->
- <template v-if="dataInfo.tabActiveValue === 'supplement' && dataInfo.supplementFlag">
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>登记时间:</view>
- <uni-datetime-picker class="value" type="datetime" v-model="dataInfo.acceptDate" :class="{formRed: isSubmit && !dataInfo.acceptDate}" />
- </view>
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>接单时间:</view>
- <uni-datetime-picker class="value" type="datetime" v-model="dataInfo.responseHandleTime" :class="{formRed: isSubmit && !dataInfo.responseHandleTime}" />
- </view>
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>解决时间:</view>
- <uni-datetime-picker class="value" type="datetime" v-model="dataInfo.handleTime" :class="{formRed: isSubmit && !dataInfo.handleTime}" />
- </view>
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>处理人:</view>
- <uni-data-picker class="value" placeholder="请选择处理人"
- :localdata="dataInfo.userList" v-model="dataInfo.handlingPersonnelUserId"
- :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.handlingPersonnelUserId}">
- </uni-data-picker>
- </view>
- </template>
-
- <!-- 补单-下一步 -->
- <template v-if="dataInfo.tabActiveValue === 'supplement' && !dataInfo.supplementFlag">
- <view class="form_item column" v-if="HandleData.simpleness != 1">
- <view class="title title-width">
- <text class="required newicon newicon-bitian"></text>
- <view class="title-fl-sb">
- 解决方案:
- <view @click="importRep('reissue','reissue')" class="import-rep">引入知识库({{dataInfo.introduceCount}})</view>
- </view>
- </view>
- <uni-easyinput class="value" type="textarea" v-model="dataInfo.handleDescription" placeholder="请输入解决方案" :class="{formRed: isSubmit && !dataInfo.handleDescription.trim()}" />
- </view>
- <view class="form_item" v-if="HandleData.simpleness != 1">
- <view class="title"><text class="required newicon newicon-bitian"></text>故障现象:</view>
- <view class="value category" @click="selectCategory('assign_supplement')">
- <text class="categoryName ellipsis-multiline">{{dataInfo.category.mutiCategory}}</text>
- <text class="newicon newicon-weibiaoti2010104"></text>
- </view>
- </view>
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>处理方式:</view>
- <uni-data-picker class="value" placeholder="请选择处理方式"
- :localdata="dataInfo.handleCategoryList" v-model="dataInfo.handleCategory"
- :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.handleCategory}">
- </uni-data-picker>
- </view>
- <view class="form_item" v-if="HandleData.simpleness != 1">
- <view class="title select"><text class="required newicon newicon-bitian"></text>处理结果:</view>
- <uni-data-picker class="value" placeholder="请选择处理结果"
- :localdata="dataInfo.closecodeList" v-model="dataInfo.closecode"
- :clear-icon="false" :class="{formRed: isSubmit && !dataInfo.closecode}">
- </uni-data-picker>
- </view>
- <view class="form_item">
- <view class="title"><text class="required newicon newicon-bitian transparent"></text>协同人员:</view>
- <text class="synergeticNames ellipsis">{{synergeticArr}}</text>
- <button type="primary" plain size="mini" class="primaryPlainButton synergeticAdd" @click="synergeticAdd('assign_supplement')">+立即添加</button>
- </view>
- <view class="form_item_column">
- <view class="form_item">
- <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <uni-file-picker ref="handlerImgRef" v-model="dataInfo.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
- </view>
- </view>
- <view class="form_item">
- <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
- </view>
- </view>
- </view>
- </template>
-
- <!-- 派单 -->
- <template v-if="dataInfo.tabActiveValue === 'assign'">
- <view class="form_item">
- <view class="title select"><text class="required newicon newicon-bitian"></text>工作组:</view>
- <!-- <uni-data-select class="value" v-model="dataInfo.groupId" :localdata="dataInfo.groupList" :clear="false" placeholder="请选择工作组" @change="changeGroup" :class="{formRed: isSubmit && !dataInfo.groupId}"></uni-data-select> -->
- <uni-data-picker class="value" placeholder="请选择工作组"
- :localdata="dataInfo.groupList" v-model="dataInfo.groupId"
- :clear-icon="false" @change="changeGroup" :class="{formRed: isSubmit && !dataInfo.groupId}">
- </uni-data-picker>
- </view>
- <view class="form_item">
- <view class="title radio"><text class="required newicon newicon-bitian"></text>是否转派到人:</view>
- <uni-data-checkbox class="value" v-model="dataInfo.isAssignUser" :localdata="dataInfo.isAssignUserList" @change="changeIsAssignUser" />
- </view>
- <view class="form_item" v-if="dataInfo.isAssignUser === 1">
- <view class="title select"><text class="required newicon newicon-bitian"></text>转派对象:</view>
- <!-- <uni-data-select class="value" v-model="dataInfo.userId" :localdata="dataInfo.userList" :clear="false" placeholder="请选择转派对象" :class="{formRed: isSubmit && dataInfo.groupId && dataInfo.isAssignUser == 1 && !dataInfo.userId}"></uni-data-select> -->
- <uni-data-picker class="value" placeholder="请选择转派对象"
- :localdata="dataInfo.userList" v-model="dataInfo.userId"
- :clear-icon="false" :class="{formRed: isSubmit && dataInfo.groupId && dataInfo.isAssignUser == 1 && !dataInfo.userId}">
- </uni-data-picker>
- </view>
- <!-- <view class="form_item_column">
- <view class="form_item">
- <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <uni-file-picker ref="handlerImgRef" v-model="dataInfo.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
- </view>
- </view>
- <view class="form_item">
- <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
- <view class="value">
- <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
- </view>
- </view>
- </view> -->
- </template>
- </view>
- <!-- </scroll-view> -->
- <view class="foot_common_btns">
- <template v-if="dataInfo.tabActiveValue === 'supplement' && dataInfo.supplementFlag">
- <button @click="goBack" type="default" class="primaryButton btn">上一步</button>
- <button @click="next" type="default" class="primaryButton btn">下一步</button>
- </template>
- <template v-else>
- <button @click="previous" type="default" class="primaryButton btn" v-if="dataInfo.tabActiveValue === 'supplement'">上一步</button>
- <button @click="goBackView" type="default" class="cancelButton btn" v-else>返回</button>
- <button @click="submit" type="default" class="primaryButton btn">提交</button>
- </template>
- </view>
- </view>
- </template>
- <script setup>
- import { ref, reactive, computed } from 'vue'
- import { onLoad } from '@dcloudio/uni-app'
- import { generateNumberArray } from '@/utils/index.js'
- import { api_group, getFetchDataList, api_incidentDetail, api_getSolution, api_user, api_incidentTask, api_branch, api_dutyDepartment, api_getDictionary, api_querySummaryDoc, api_addSummaryDoc, api_systemConfiguration, api_sj } from "@/http/api.js"
- import { defaultColor } from '@/static/js/theme.js'
- import { useSetTitle } from '@/share/useSetTitle.js'
- import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
- import { useUploadFile } from '@/share/useUploadFile.js'
- import { useGoBack } from '@/share/useGoBack.js'
- import { useLoginUserStore } from '@/stores/loginUser'
- import { useHandlerStore } from '@/stores/handler'
- import { useIncidentBuildStore } from '@/stores/incidentBuild'
-
- useSetTitle();
- const loginUserStore = useLoginUserStore();
- const handlerStore = useHandlerStore();
- const incidentBuildStore = useIncidentBuildStore();
- const { makePhoneCall } = useMakePhoneCall();
- const { uploadFile } = useUploadFile();
- const { goBack } = useGoBack();
-
- // 主题颜色
- const primaryColor = ref(defaultColor)
-
- // 知识库id
- const solutionId = ref(null)
-
- // 楼层id
- const floorId = ref(null)
-
- // 是否简单处理
- const HandleData = reactive({
- simpleness:null
- })
-
- // 协同人员
- const synergeticArr = ref(null)
-
- const dicData = ref(null)
-
- const dutyList = ref(null)
-
- const userTypes = ref(null)
-
- // 数据
- const dataInfo = reactive({
- tabs: [
- {id: 5, name: '直接处理', value: 'direct', num: ''},
- // {id: 7, name: '补单', value: 'supplement', num: ''},
- {id: 6, name: '派单', value: 'assign', num: ''},
- ],
- tabActiveValue: 0,//当前选择的tab
- incidentId: undefined,//事件ID
- incidentData: {},//事件对象
- groupList: [], //工作组列表
- groupId: undefined, //工作组ID
- userIdList: [], //延期天数列表
- userIdId: undefined, //延期天数ID
- deferralRemark: '',//延期说明
- summaryObj: {
- consumableList: [],//耗材列表
- workHourManagementList: [],//工时列表
- },//汇总单信息
- summaryId: undefined,//汇总单Id
- isNumber: false,//修改数量弹窗
- evtNumber: 1,//弹窗返回的数量
- selectData: {},//选择的对象
- selectType: {},//选择的对象类型
- handleDescription: '',//解决方案
- handleCategory: undefined,//处理方式
- handleCategoryList: [],//处理方式列表
- closecode: undefined,//处理结果
- closecodeList: [],//处理结果列表
- handlerImgList: [],//处理图片列表
- category: {},//故障现象
- synergetic: null,//协同人员
- isAssignUser: 1, //工作组是否转派到人
- isAssignUserList: [
- { text: '是', value: 1 },
- { text: '否', value: 0 },
- ], //工作组是否转派到人选项
- supplementFlag: true,//补单是否有下一步
- acceptDate: undefined,//补单-登记时间
- responseHandleTime: undefined,//补单-接单时间
- handleTime: undefined,//补单-解决时间
- handlingPersonnelUserId: undefined,//补单-处理人
- // introduceCount :0 //引入次数
- })
-
- // 是否提交
- const isSubmit = ref(false)
-
- // 处理图片
- const handlerImgRef = ref(null)
-
- // 上传报修图片
- function handlerImgSuccessNew(){
- let requestList = [];
-
- // 报修图片
- dataInfo.incidentData.repairImgList.forEach(v => {
- let repairOrderImg$ = repairOrderImg(v);
- requestList.push(repairOrderImg$);
- })
-
- Promise.all(requestList).then(resList => {
- uni.hideLoading();
- console.log(resList);
- incidentBuildStore.clearIncidentBuildData();
- uni.showToast({
- icon: 'none',
- title: '建单成功',
- mask: true,
- });
- setTimeout(() => {
- uni.reLaunch({
- url: '/pages/incidentList/incidentList',
- })
- }, 1500)
- })
- }
-
- // 返回引用知识库
- function goBackView(){
- handlerStore.setHandlerData(dataInfo, 'assign', 'assign');
- goBack()
- }
-
- // 上传处理图片成功
- function handlerImgSuccess(e){
- dataInfo.handlerImgList.forEach(v => {
- v.url = v.path;
- })
- console.log(dataInfo.handlerImgList);
- let requestList = [];
-
- // 处理图片
- dataInfo.handlerImgList.forEach(v => {
- let handlerOrderImg$ = handlerOrderImg(v);
- requestList.push(handlerOrderImg$);
- })
-
- // 报修图片
- dataInfo.incidentData.repairImgList.forEach(v => {
- let repairOrderImg$ = repairOrderImg(v);
- requestList.push(repairOrderImg$);
- })
-
- Promise.all(requestList).then(resList => {
- uni.hideLoading();
- console.log(resList);
- incidentBuildStore.clearIncidentBuildData();
- uni.showToast({
- icon: 'none',
- title: '建单成功',
- mask: true,
- });
- setTimeout(() => {
- uni.reLaunch({
- url: '/pages/incidentList/incidentList',
- })
- }, 1500)
- })
- }
-
- // 上传处理图片失败
- function handlerImgFail(e){
- dataInfo.handlerImgList.forEach(v => {
- v.url = v.path;
- })
- console.log(dataInfo.handlerImgList);
- }
-
- // 选择上传图片
- function handlerImgSelect(e){
- dataInfo.handlerImgList = dataInfo.handlerImgList.concat(e.tempFiles);
- console.log(dataInfo.handlerImgList);
- }
-
- // 删除上传图片
- function handlerImgDelete(e){
- dataInfo.handlerImgList = dataInfo.handlerImgList.filter(v => e.tempFile.uuid != v.uuid);
- console.log(dataInfo.handlerImgList);
- }
-
- // 添加协同人员
- function synergeticAdd(sign = 'assign'){
- handlerStore.setHandlerData(dataInfo, 'assign', sign);
- uni.navigateTo({
- url: `/pages/synergeticAdd/synergeticAdd?incidentId=${dataInfo.incidentId}`
- })
- }
-
- // 选择故障现象
- function selectCategory(sign = 'assign'){
- handlerStore.setHandlerData(dataInfo, 'assign', sign);
- uni.navigateTo({
- url: `/pages/categoryOne/categoryOne?incidentId=${dataInfo.incidentId}`
- })
- }
-
- // 点击修改数量
- function numberClick(data, type){
- if(type === 'editConsumable'){
- dataInfo.evtNumber = data.consumablesNum;
- }else if(type === 'editWorkHourManagement'){
- dataInfo.evtNumber = data.workHourNum2;
- }
-
- dataInfo.isNumber = true;
- dataInfo.selectData = data;
- dataInfo.selectType = type;
- }
-
- // 确认修改数量
- function conformNumber(evtNumber){
- dataInfo.evtNumber = evtNumber;
- dataInfo.isNumber = false;
- addSummaryDoc();
- }
-
- // 移除数量
- function removeNumber(evtNumber){
- dataInfo.evtNumber = evtNumber;
- dataInfo.isNumber = false;
- removeSummaryDoc();
- }
-
- // 关闭修改数量
- function cancelNumber(){
- dataInfo.isNumber = false;
- }
-
- // 修改耗材/工时
- function addSummaryDoc(){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "summaryId": dataInfo.summaryId,
- "modifyNum": 'edit',
- };
- if(dataInfo.selectType === 'editConsumable'){
- postData.consumableList = [
- {
- "consumablesId": dataInfo.selectData.consumableId,
- "consumablesNum": dataInfo.evtNumber,
- }
- ];
- }else if(dataInfo.selectType === 'editWorkHourManagement'){
- postData.workHourManagementList = [
- {
- "workHourId": dataInfo.selectData.id,
- "workHourNum": dataInfo.evtNumber,
- }
- ];
- }
- api_addSummaryDoc(postData).then(res => {
- uni.hideLoading();
- if(res.status == 200){
- uni.showToast({
- icon: 'none',
- title: '修改数量成功',
- mask: true,
- });
- getSummaryList();
- }else{
- uni.showToast({
- icon: 'none',
- title: res.msg || '请求数据失败!'
- });
- }
- })
- }
-
- // 移除耗材/工时
- function removeSummaryDoc(){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "summaryId": dataInfo.summaryId,
- "remove": 'remove',
- };
- if(dataInfo.selectType === 'editConsumable'){
- postData.consumableList = [
- {
- "consumablesId": dataInfo.selectData.consumableId,
- "consumablesNum": dataInfo.evtNumber,
- }
- ];
- }else if(dataInfo.selectType === 'editWorkHourManagement'){
- postData.workHourManagementList = [
- {
- "workHourId": dataInfo.selectData.id,
- "workHourNum": dataInfo.evtNumber,
- }
- ];
- }
- api_addSummaryDoc(postData).then(res => {
- uni.hideLoading();
- if(res.status == 200){
- uni.showToast({
- icon: 'none',
- title: '移除成功',
- mask: true,
- });
- getSummaryList();
- }else{
- uni.showToast({
- icon: 'none',
- title: res.msg || '请求数据失败!'
- });
- }
- })
- }
-
- // 重置
- function reset(){
- dataInfo.userList = [];//处理人列表
- dataInfo.repairTypeList = []; //延期原因列表
- dataInfo.groupId = undefined; //延期原因ID
- dataInfo.userIdList = []; //延期天数列表
- dataInfo.userIdId = undefined; //延期天数ID
- dataInfo.deferralRemark = '';//延期说明
- dataInfo.summaryObj = {
- consumableList: [],//耗材列表
- workHourManagementList: [],//工时列表
- };//汇总单信息
- dataInfo.summaryId = undefined;//汇总单Id
- dataInfo.isNumber = false;//修改数量弹窗
- dataInfo.evtNumber = 1;//弹窗返回的数量
- dataInfo.selectData = {};//选择的对象
- dataInfo.selectType = {};//选择的对象类型
- dataInfo.handleDescription = '';//解决方案
- solutionId.value = null;//引用知识库id
- dataInfo.handleCategory = undefined;//处理方式
- dataInfo.handleCategoryList = [];//处理方式列表
- dataInfo.closecode = undefined;//处理结果
- dataInfo.closecodeList = [];//处理结果列表
- dataInfo.handlerImgList = [];//处理图片列表
- dataInfo.category = {};//故障现象
- dataInfo.synergetic = [];//协同人员
- }
-
- // 初始化表单
- function initForm(){
- if(dataInfo.tabActiveValue === 'direct'){
- getHandleCategorys();
- getClosecodes();
- }else if(dataInfo.tabActiveValue === 'supplement'){
- getDicGu();
- getHandleCategorys();
- getClosecodes();
- }else if(dataInfo.tabActiveValue === 'assign'){
- getGroups();
- }
- }
-
- // 点击tab
- function clickTab(tabValue){
- if(dataInfo.tabActiveValue == tabValue){
- return;
- }
- dataInfo.tabActiveValue = tabValue;
- isSubmit.value = false;
- reset();
- dataInfo.category = dataInfo.incidentData.category || {};
- if(dataInfo.incidentData.synergetic&&dataInfo.incidentData.synergetic.length>0){
- synergeticArr.value = dataInfo.incidentData.synergetic.map(v => v.name).join(',');
- }
- initForm();
- }
-
- // 选择工作组
- function changeGroup(){
- dataInfo.userId = undefined;
- dataInfo.userList = [];
- let postData = {
- "key": 'usertype',
- "type": "list",
- };
- api_getDictionary(postData).then((data) => {
- userTypes.value = data;
- getUsers('');
- });
- }
-
- function getDicGu(){
- let postData = {
- "key": 'usertype',
- "type": "list",
- };
- api_getDictionary(postData).then((data) => {
- userTypes.value = data;
- getUsers('har');
- });
- }
-
- // 选择是否转派到人
- function changeIsAssignUser(){
- dataInfo.userId = undefined;
- }
-
- // 获取工作组列表
- function getGroups(){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- let postData = {
- "idx": 0,
- "sum": 9999,
- "group2": {
- "hospitals": dutyList.value.id,
- }
- };
- api_group(postData).then(res => {
- uni.hideLoading();
- if(res.status == 200){
- res.list = res.list || [];
- let arr = res.list.filter(i=>i.type==3)
- dataInfo.groupList = arr.map(v => ({
- text: v.groupName,
- value: v.id,
- }));
- }else{
- uni.showToast({
- icon: 'none',
- title: res.msg || '请求数据失败!'
- });
- }
- })
- }
-
- /**
- * 获取用户列表
- * @param {boolean} noGroup 是否查询组里的用户
- */
- function getUsers(type,noGroup = false){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "idx": 0,
- "sum": 9999,
- "user": {
- roledata:{
- rolecode:'',
- },
- roleCodes:'',
- "hospital": dutyList.value.id,
- "groupdata": (dataInfo.groupId && !noGroup) ? { "id": dataInfo.groupId } : undefined,
- userTypeIds:String(userTypes.value.map(v => v.id)),
- }
- };
- if(type=='har'){
- postData.user.roledata.rolecode = 'first-line support'
- delete postData.user.roleCodes
- }else{
- postData.user.roleCodes = 'first-line support,second-line support'
- delete postData.user.roledata.rolecode
- }
- api_user(postData).then(res => {
- uni.hideLoading();
- if(res.status == 200){
- res.list = res.list || [];
- dataInfo.userList = res.list.map(v => ({
- text: v.name,
- value: v.id,
- }));
- }else{
- uni.showToast({
- icon: 'none',
- title: res.msg || '请求数据失败!'
- });
- }
- })
- }
-
- // 获取处理方式列表
- function getHandleCategorys(){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "key": 'incident_handle_type',
- "type": "list",
- };
- api_getDictionary(postData).then(res => {
- uni.hideLoading();
- res = res || [];
- dataInfo.handleCategoryList = res.map(v => ({
- text: v.name,
- value: v.id,
- key: v.value,
- }));
- if(!dataInfo.handleCategory){
- let handleCategory = dataInfo.handleCategoryList.find(v => v.key == 'SUPPORT');
- dataInfo.handleCategory = handleCategory ? handleCategory.value : undefined;
- }
- })
- }
-
- // 获取处理结果列表
- function getClosecodes(){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "key": 'incident_closecode',
- "type": "list",
- };
- api_getDictionary(postData).then(res => {
- uni.hideLoading();
- res = res || [];
- dataInfo.closecodeList = res.map(v => ({
- text: v.name,
- value: v.id,
- key: v.value,
- }));
- if(!dataInfo.closecode){
- let closecode = dataInfo.closecodeList.find(v => v.key == '060');
- dataInfo.closecode = closecode ? closecode.value : undefined;
- }
- })
- }
-
- // 添加耗材
- function addConsumable(){
- uni.navigateTo({
- url: `/pages/consumableList/consumableList?incidentId=${dataInfo.incidentId}&summaryId=${dataInfo.summaryId}`
- })
- }
-
- // 添加工时
- function addWorkHourManagement(){
- uni.navigateTo({
- url: `/pages/workHourManagementOne/workHourManagementOne?incidentId=${dataInfo.incidentId}&summaryId=${dataInfo.summaryId}`
- })
- }
-
- // 补单-上一步
- function previous(){
- dataInfo.supplementFlag = true;
- }
-
- // 补单-下一步
- function next(){
- console.log(dataInfo)
- isSubmit.value = true;
- if(!dataInfo.acceptDate){
- uni.showToast({
- icon: 'none',
- title: '请选择登记时间'
- });
- return;
- }
-
- if(!dataInfo.responseHandleTime){
- uni.showToast({
- icon: 'none',
- title: '请选择接单时间'
- });
- return;
- }
-
- if(!dataInfo.handleTime){
- uni.showToast({
- icon: 'none',
- title: '请选择解决时间'
- });
- return;
- }
-
- if(!dataInfo.handlingPersonnelUserId){
- uni.showToast({
- icon: 'none',
- title: '请选择处理人'
- });
- return;
- }
- dataInfo.supplementFlag = false;
- isSubmit.value = false;
- }
-
- // 提交
- function submit(){
- isSubmit.value = true;
- if(dataInfo.incidentData.priority){
- dataInfo.incidentData.priorityId = dataInfo.incidentData.priority
- }
- // dataInfo.incidentData.duty = dutyList.value.id
- if(loginUserStore.loginUser.user.currentHospital.parent){
- dataInfo.incidentData.hosId = loginUserStore.loginUser.user.currentHospital.parent.id
- }else{
- dataInfo.incidentData.hosId = loginUserStore.loginUser.user.currentHospital.id
- }
- if(dataInfo.tabActiveValue === 'direct'){
- submitHandler();
- }else if(dataInfo.tabActiveValue === 'supplement'){
- submitSupplement();
- }else if(dataInfo.tabActiveValue === 'assign'){
- submitAssign();
- }
- }
-
- // 处理提交事件
- async function handlerOrder(){
- let postData = {
- incident: dataInfo.incidentData,
- solutionId: solutionId.value
- }
- // let result = await beforeBuild();
- // if(result[0].status == 200 && result[1].status == 200){
- // postData.incident.repairType = result[0].list.length ? result[0].list[0].valueconfig : undefined;
- // postData.incident.incidentsign = result[1].data || undefined;
- // }else{
- // uni.showToast({
- // icon: 'none',
- // title: '请求数据失败!'
- // });
- // return;
- // }
- postData.incident.place = {}
- postData.incident.place.id = floorId.value
- postData.incident.handleDescription = dataInfo.handleDescription;
- postData.incident.handleCategory = {id: dataInfo.handleCategory};
- postData.incident.closecode = {id: dataInfo.closecode};
- postData.incident.category = dataInfo.category;
- if(dataInfo.synergetic && dataInfo.synergetic.length>0){
- postData.incident.synergetic = dataInfo.synergetic
- }else{
- postData.incident.synergetic = null
- }
- console.log(999, postData.incident)
- postData.incident.directProcess = 1;//直接解决
- return api_incidentTask('accept', postData);
- }
-
- // 补单提交事件
- async function supplementOrder(){
- let postData = {
- incident: dataInfo.incidentData,
- solutionId: solutionId.value
- }
-
- // let result = await beforeBuild();
- // if(result[0].status == 200 && result[1].status == 200){
- // postData.incident.repairType = result[0].list.length ? result[0].list[0].valueconfig : undefined;
- // postData.incident.incidentsign = result[1].data || undefined;
- // }else{
- // uni.showToast({
- // icon: 'none',
- // title: '请求数据失败!'
- // });
- // return;
- // }
-
- postData.incident.place = {}
- postData.incident.place.id = floorId.value
- postData.incident.handleDescription = dataInfo.handleDescription;
- postData.incident.handleCategory = {id: dataInfo.handleCategory};
- postData.incident.closecode = {id: dataInfo.closecode};
- postData.incident.category = dataInfo.category;
- if(dataInfo.synergetic && dataInfo.synergetic.length>0){
- postData.incident.synergetic = dataInfo.synergetic
- }else{
- postData.incident.synergetic = null
- }
- postData.incident.directProcess = 1;//直接解决
-
- postData.incident.acceptDate = dataInfo.acceptDate;
- postData.incident.responseHandleTime = dataInfo.responseHandleTime;
- postData.incident.handleTime = dataInfo.handleTime;
- postData.incident.handlingPersonnelUser = { id: dataInfo.handlingPersonnelUserId };
- return api_incidentTask('patchOrder', postData);
- }
-
- // 建单前的接口
- function beforeBuild(){
- let repairMain$ = api_systemConfiguration({
- "idx": 0,
- "sum": 1,
- "systemConfiguration": {
- "keyconfig": "repairMain"
- }
- })
-
- let sj$ = api_sj();
- return Promise.all([repairMain$, sj$])
- }
-
- // 派单提交事件
- async function assignOrder(){
- let postData = {
- incident: dataInfo.incidentData,
- }
-
- // let result = await beforeBuild();
- // if(result[0].status == 200 && result[1].status == 200){
- // postData.incident.repairType = result[0].list.length ? result[0].list[0].valueconfig : undefined;
- // postData.incident.incidentsign = result[1].data || undefined;
- // }else{
- // uni.showToast({
- // icon: 'none',
- // title: '请求数据失败!'
- // });
- // return;
- // }
-
- postData.incident.place = {}
- postData.incident.place.id = floorId.value
- if(dataInfo.userId){
- // 派人
- postData.incident.assignee = dataInfo.userId;
- } else {
- // 派组
- postData.incident.candidateGroups = dataInfo.groupId;
- }
-
- return api_incidentTask('accept', postData);
- }
-
- // 处理图片
- function handlerOrderImg(imgObj){
- return uploadFile(imgObj, 'incident', dataInfo.incidentId)
- }
-
- // 报修图片
- function repairOrderImg(imgObj){
- return uploadFile(imgObj, 'wechatRequesterIncident', dataInfo.incidentId)
- }
-
- // 引入知识库
- function importRep(type,tabType){
- dataInfo.operateType = type
- dataInfo.tabType = tabType
- handlerStore.setHandlerData(dataInfo, 'assign', 'assign');
- uni.navigateTo({
- url: `/pages/repository/repository?incidentId=${dataInfo.incidentId}`
- })
- }
-
- // 处理提交
- function submitHandler(){
- console.log(dataInfo);
- if(!dataInfo.handleDescription.trim() && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请填写解决方案'
- });
- return;
- }
-
- if(!dataInfo.category.id && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请选择故障现象'
- });
- return;
- }
-
- if(!dataInfo.handleCategory){
- uni.showToast({
- icon: 'none',
- title: '请选择处理方式'
- });
- return;
- }
-
- if(!dataInfo.closecode && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请选择处理结果'
- });
- return;
- }
-
- if(!dutyList.value){
- uni.showToast({
- icon: 'none',
- title: '您选择的故障现象没有设置责任科室'
- });
- return;
- }
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- if(dataInfo.handlerImgList.length){
- // 有处理图片
- let handlerOrder$ = handlerOrder();
- let requestList = [handlerOrder$];
- Promise.all(requestList).then(resList => {
- console.log(resList);
- if(resList[0].state == 200){
- dataInfo.incidentId = resList[0].data.id;
- handlerImgRef.value.upload();
- }else{
- uni.hideLoading();
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }else if(dataInfo.incidentData.repairImgList.length){
- // 有报修图片,无处理图片
- let handlerOrder$ = handlerOrder();
- let requestList = [handlerOrder$];
- Promise.all(requestList).then(resList => {
- console.log(resList);
- if(resList[0].state == 200){
- dataInfo.incidentId = resList[0].data.id;
- handlerImgSuccessNew();
- }else{
- uni.hideLoading();
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }else{
- // 没有图片
- let handlerOrder$ = handlerOrder();
- let requestList = [handlerOrder$];
- Promise.all(requestList).then(resList => {
- uni.hideLoading();
- console.log(resList);
- if(resList[0].state == 200){
- incidentBuildStore.clearIncidentBuildData();
- uni.showToast({
- icon: 'none',
- title: '建单成功',
- mask: true,
- });
- setTimeout(() => {
- uni.reLaunch({
- url: '/pages/incidentList/incidentList',
- })
- }, 1500)
- }else{
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }
- }
-
- // 派单提交
- function submitAssign(){
- console.log(444,dutyList.value)
- if(!dataInfo.groupId){
- uni.showToast({
- icon: 'none',
- title: '请选择工作组'
- });
- return;
- }
-
- if(dataInfo.isAssignUser == 1 && !dataInfo.userId){
- uni.showToast({
- icon: 'none',
- title: '请选择指派对象'
- });
- return;
- }
-
- if(!dutyList.value){
- uni.showToast({
- icon: 'none',
- title: '您选择的故障现象没有设置责任科室'
- });
- return;
- }
-
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- if(dataInfo.incidentData.repairImgList.length){
- // 有图片
- let assignOrder$ = assignOrder();
- let requestList = [assignOrder$];
- Promise.all(requestList).then(resList => {
- console.log(resList);
- if(resList[0].state == 200){
- dataInfo.incidentId = resList[0].data.id;
- // handlerImgRef.value.upload();
- handlerImgSuccessNew();
- }else{
- uni.hideLoading();
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }else{
- // 没有图片
- let assignOrder$ = assignOrder();
- let requestList = [assignOrder$];
- Promise.all(requestList).then(resList => {
- uni.hideLoading();
- console.log(resList);
- if(resList[0].state == 200){
- incidentBuildStore.clearIncidentBuildData();
- uni.showToast({
- icon: 'none',
- title: '建单成功',
- mask: true,
- });
- setTimeout(() => {
- uni.reLaunch({
- url: '/pages/incidentList/incidentList',
- })
- }, 1500)
- }else{
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }
-
- }
-
- // 补单提交
- function submitSupplement(){
- console.log(dataInfo);
- if(!dataInfo.handleDescription.trim() && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请填写解决方案'
- });
- return;
- }
-
- if(!dataInfo.category.id && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请选择故障现象'
- });
- return;
- }
-
- if(!dataInfo.handleCategory){
- uni.showToast({
- icon: 'none',
- title: '请选择处理方式'
- });
- return;
- }
-
- if(!dataInfo.closecode && HandleData.simpleness != 1){
- uni.showToast({
- icon: 'none',
- title: '请选择处理结果'
- });
- return;
- }
-
- if(!dutyList.value){
- uni.showToast({
- icon: 'none',
- title: '您选择的故障现象没有设置责任科室'
- });
- return;
- }
- console.log(dataInfo)
- console.log(dataInfo.handlerImgList)
- console.log(dataInfo.incidentData.repairImgList)
-
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- if(dataInfo.handlerImgList.length){
- // 有处理图片
- let supplementOrder$ = supplementOrder();
- let requestList = [supplementOrder$];
- Promise.all(requestList).then(resList => {
- console.log(resList);
- if(resList[0].state == 200){
- dataInfo.incidentId = resList[0].data.id;
- handlerImgRef.value.upload();
- }else{
- uni.hideLoading();
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }else if(dataInfo.incidentData.repairImgList.length){
- // 有报修图片,无处理图片
- let supplementOrder$ = supplementOrder();
- let requestList = [supplementOrder$];
- Promise.all(requestList).then(resList => {
- console.log(resList);
- if(resList[0].state == 200){
- dataInfo.incidentId = resList[0].data.id;
- handlerImgSuccessNew();
- }else{
- uni.hideLoading();
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }else{
- // 没有图片
- let supplementOrder$ = supplementOrder();
- let requestList = [supplementOrder$];
- Promise.all(requestList).then(resList => {
- uni.hideLoading();
- console.log(resList);
- if(resList[0].state == 200){
- incidentBuildStore.clearIncidentBuildData();
- uni.showToast({
- icon: 'none',
- title: '建单成功',
- mask: true,
- });
- setTimeout(() => {
- uni.reLaunch({
- url: '/pages/incidentList/incidentList',
- })
- }, 1500)
- }else{
- uni.showToast({
- icon: 'none',
- title: resList[0].msg || '请求数据失败!'
- });
- }
- })
- }
- }
-
- // 菜单权限
- function menuAuthHandle(){
- let shijianliebiao_supplement = false;//故障处理权限
- for (let i = 0; i < loginUserStore.loginUser.menu.length; i++) {
- if (loginUserStore.loginUser.menu[i].link == "replenishment") {
- shijianliebiao_supplement = true
- }
- }
-
- // 补单
- if(shijianliebiao_supplement){
- let index = dataInfo.tabs.findIndex(v => v.value === 'assign');
- dataInfo.tabs.splice(index, 0, {id: 7, name: '补单', value: 'supplement', num: ''});
- }
- }
-
- // 获取知识库数量
- function getIntroduceCount(categoryId){
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- idx: 0,
- sum: 9999,
- solution: {
- deleteFlag:0,
- hosId: loginUserStore.loginUser.user.currentHospital.id,
- categoryId: categoryId,
- status:{id:dicData.value?.id},
- }
- }
-
- api_getSolution(postData).then(res => {
- uni.hideLoading();
- if(res.status == 200){
- dataInfo.introduceCount = res.totalNum
- }else{
- uni.showToast({
- icon: 'none',
- title: res.msg || '请求数据失败!'
- });
- }
- })
- }
-
- // 获取文本内容
- function getHtml(html) {
- const tempDiv = document.createElement('div');
- tempDiv.innerHTML = html;
- return tempDiv.textContent || tempDiv.innerText || '';
- }
-
- // 获取字典
- function getDic(){
- let postData = {
- "key": 'solution_status',
- "type": "list",
- };
- api_getDictionary(postData).then(res => {
- dicData.value = res.find(v => v.value == '3');
- // 跳转页面选择了选项
- if(handlerStore.handler.data){
- Object.assign(dataInfo, handlerStore.handler.data);
- if(dataInfo.synergetic){
- synergeticArr.value = dataInfo.synergetic.map(v => v.name).join(',')
- }
- if(handlerStore.handler.sign === 'assign'){
- dataInfo.tabActiveValue = 'direct';
- }else if(handlerStore.handler.sign === 'assign_supplement'){
- dataInfo.tabActiveValue = 'supplement';
- next();
- }
-
- let storeData = handlerStore.handler.data
- if(storeData.type == 'rep'){
- dataInfo.handleDescription = null;
- if(storeData.handleDescription){
- dataInfo.handleDescription = storeData.handleDescription;
- solutionId.value = storeData.solutionId
- }
- if(storeData.tabType == 'direct'){
- dataInfo.tabActiveValue = 'direct'
- }else{
- dataInfo.tabActiveValue = 'supplement'
- dataInfo.supplementFlag = false
- }
- }
-
- handlerStore.clearHandlerData();
-
- if(dataInfo.category){
- dataInfo.incidentData.category = dataInfo.category;
- if(dataInfo.incidentData.place.floor){
- floorId.value = JSON.parse(JSON.stringify(dataInfo.incidentData.place.floor.id))
- }else{
- floorId.value = JSON.parse(JSON.stringify(dataInfo.incidentData.place.id))
- }
- console.log(111)
- getIntroduceCount(dataInfo.category.id)
- // 处理责任科室
- // if(dataInfo.category.branchType == 1){
- // // 分院区
- // if(dataInfo.incidentData.branch){
- // let dutyConfig = dataInfo.category.branchUserGroups.find(v=>v.branchId == dataInfo.incidentData.branch);
- // if(dutyConfig && dutyConfig.dutyId && dutyConfig.dutyName){
- // dataInfo.incidentData.duty = {id:dutyConfig.dutyId,dept:dutyConfig.dutyName};
- // }else{
- // dataInfo.incidentData.duty = undefined;
- // }
- // }else{
- // dataInfo.incidentData.duty = undefined;
- // }
- // }else{
- // // 不分院区
- // // dataInfo.incidentData.hosId = loginUserStore.loginUser.user.currentHospital.id;
-
- // }
- getDuty()
- }
- }else if(incidentBuildStore.incidentBuild.data){
- console.log(222)
- // 初始化
- Object.assign(dataInfo.incidentData, incidentBuildStore.incidentBuild.data);
- if(dataInfo.incidentData.category){
- if(dataInfo.incidentData.synergetic){
- synergeticArr.value = dataInfo.incidentData.synergetic.map(v => v.name).join(',')
- }
- dataInfo.category = dataInfo.incidentData.category;
- getIntroduceCount(dataInfo.category.id)
- // 处理责任科室
- // if(dataInfo.category.branchType == 1){
- // // 分院区
- // if(dataInfo.incidentData.branch){
- // let dutyConfig = dataInfo.category.branchUserGroups.find(v=>v.branchId == dataInfo.incidentData.branch);
- // if(dutyConfig && dutyConfig.dutyId && dutyConfig.dutyName){
- // dataInfo.incidentData.duty = {id:dutyConfig.dutyId,dept:dutyConfig.dutyName};
- // }else{
- // dataInfo.incidentData.duty = undefined;
- // }
- // }else{
- // dataInfo.incidentData.duty = undefined;
- // }
- // }else{
- // // 不分院区
- // dataInfo.incidentData.hosId = loginUserStore.loginUser.user.currentHospital.id;
- // }
- }
- if(dataInfo.incidentData.place.floor){
- floorId.value = JSON.parse(JSON.stringify(dataInfo.incidentData.place.floor.id))
- }else{
- floorId.value = JSON.parse(JSON.stringify(dataInfo.incidentData.place.id))
- }
- getDuty()
- if(dataInfo.incidentData.source){
- dataInfo.incidentData.source = { id: dataInfo.incidentData.source };
- }
- if(dataInfo.incidentData.requester){
- dataInfo.incidentData.requester = dataInfo.incidentData.requester
- }
- }
- })
- }
-
- // 获取故障现象绑定的科室
- function getDuty(){
- let postData = {
- idx: 0,
- sum: 9999,
- incidentCategoryConfig: {
- categoryId: dataInfo.incidentData.category.id,
- dutyId: loginUserStore.loginUser.user.currentHospital.id,
- },
- };
- getFetchDataList("simple/data", "incidentCategoryConfig", postData).then(res => {
- let item = res.list.find(i=>i.categoryId == dataInfo.incidentData.category.id)
- dutyList.value = item.dutyDTO
- dataInfo.incidentData.duty = dutyList.value.id
- initForm()
- console.log(1111,dutyList.value)
- })
- }
-
- // 获取是否开启汇总单
- function getHosConfig(){
- let postData = {
- idx: 0,
- sum: 9999,
- hospitalConfig:{
- hosId: loginUserStore.loginUser.user.currentHospital.id,
- model: "itsm"
- }
- };
- getFetchDataList("simple/data", "hospitalConfig", postData)
- .then((res) => {
- // SummaryData.value = res.list.find(i=>i.key=='itsmSummarySheet')
- HandleData.simpleness = res.list.find(i=>i.key=='itsmSimpleHandle').value
- });
- }
-
- onLoad((option) => {
- getHosConfig()
- menuAuthHandle()
- getDic()
- if(!dataInfo.tabActiveValue){
- dataInfo.tabActiveValue = dataInfo.tabs[0].value;
- }
- })
- </script>
- <style lang="scss" scoped>
- .handler{
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .head{
- height: 88rpx;
- display: flex;
- position: fixed;
- z-index: 99;
- width: 100%;
- background-color: #fff;
- font-size: 30rpx;
- .tab{
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- border-bottom: 4rpx solid transparent;
- &.active{
- color: $uni-primary;
- border-color: $uni-primary;
- }
- }
- }
- .body{
- margin-top: 88rpx;
- box-sizing: border-box;
- flex: 1;
- min-height: 0;
- &.bg{
- background-color: #F7F7F7;
- }
- .summaryItem{
- &:first-of-type{
- .summaryItem_head{
- border-bottom: 1rpx solid #DDDDDD;
- }
- }
- .summary_total{
- padding: 20rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .summaryItem_head{
- padding: 24rpx;
- font-size: 26rpx;
- color: #3A3A3A;
- }
- .summaryItem_body{
- font-size: 30rpx;
- background-color: #fff;
- .summaryItem_bodyItem{
- padding: 24rpx;
- border-bottom: 1rpx solid #DDDDDD;
- .summaryItem_bodyItem_top{
- display: flex;
- justify-content: space-between;
- align-items: center;
- .value{
- padding-left: 48rpx;
- flex-shrink: 0;
- }
- }
- .summaryItem_bodyItem_bottom{
- margin-top: 24rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .name{
- text-align: right;
- flex: 1;
- }
- .value{
- width: 240rpx;
- text-align: right;
- padding-left: 48rpx;
- flex-shrink: 0;
- }
- }
- }
- }
- .summaryItem_foot{
- font-size: 30rpx;
- background-color: #fff;
- &.total{
- margin-top: 24rpx;
- }
- .summaryItem_foot_total{
- padding: 24rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .summaryItem_foot_add{
- border-top: 1rpx solid #DDDDDD;
- padding: 24rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- .newicon-icon-test{
- font-size: 30rpx;
- font-weight: bold;
- }
- }
- }
- }
- .form_item_column{
- padding-top: 24rpx;
- min-height: 86rpx;
- .form_item{
- padding-top: 0;
- min-height: auto;
- }
- }
- .form_item{
- display: flex;
- align-items: center;
- padding-top: 24rpx;
- min-height: 86rpx;
- &.column{
- height: auto;
- flex-direction: column;
- align-items: flex-start;
- .import-rep{
- padding: 5rpx 10rpx;
- border-radius: 50rpx;
- background: #d1fcd5;
- color: #49b856;
- font-size: 24rpx;
- }
- .title{
- margin-right: 0;
- }
- .title-width{
- width: 100%;
- }
- .title-fl-sb{
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- .value{
- margin-top: 10rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .tips{
- padding: 24rpx;
- text-align: center;
- font-size: 22rpx;
- color: #909399;
- width: 100%;
- box-sizing: border-box;
- }
- }
- .title{
- font-size: 26rpx;
- display: flex;
- align-items: center;
- margin-right: 12rpx;
- flex-shrink: 0;
- &.select{
- width: calc(5em + 20rpx);
- }
- }
- .value{
- width: 100%;
- &.category{
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .categoryName{
- font-size: 26rpx;
- color: #555;
- flex: 1;
- }
- .newicon-weibiaoti2010104{
- color: $uni-primary;
- margin-left: 24rpx;
- }
- }
- .imgTips{
- color: #909399;
- font-size: 22rpx;
- }
- }
- .synergeticNames{
- font-size: 26rpx;
- margin-right: 24rpx;
- }
- .synergeticAdd{
- flex-shrink: 0;
- }
- }
- }
- }
- </style>
|