index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. <template>
  2. <div style="width: 100%; height: 100%; position: relative">
  3. <!-- 工单池 -->
  4. <template-page
  5. v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '') && showTableBool"
  6. ref="pageRef"
  7. :getList="getList"
  8. :operation="operation()"
  9. :exportList="exportList"
  10. :optionsEvensGroup="optionsEvensGroup"
  11. :columnParsing="columnParsing"
  12. :tableAttributes="tableAttributes"
  13. :tableEvents="tableEvents"
  14. :moreParameters="moreParameters"
  15. :screeningAnalysis="screeningAnalysis"
  16. :filterMethod="filterMethod"
  17. :replaceOrNotMap="true"
  18. :defaultSearchData="defaultSearchData"
  19. >
  20. <div slot="moreSearch">
  21. <div style="margin-bottom: 10px">
  22. <span
  23. style="
  24. font-size: 12px;
  25. font-weight: 400;
  26. text-align: left;
  27. color: #666;
  28. line-height: 28px;
  29. margin-right: 10px;
  30. "
  31. >选择年份</span
  32. >
  33. <el-date-picker
  34. style="width: 130px"
  35. v-model="value1"
  36. format="yyyy"
  37. size="mini"
  38. type="year"
  39. placeholder="选择日期"
  40. >
  41. </el-date-picker>
  42. </div>
  43. </div>
  44. <!-- 创建工单 -->
  45. <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
  46. <el-dialog
  47. title="创建工单"
  48. width="100%"
  49. :modal="false"
  50. :visible.sync="createFormBool"
  51. :before-close="handleClose"
  52. >
  53. <workOrderInfo :workOrderType="workOrderType" v-if="createFormBool" :cloneWorkOrder="cloneWorkOrder" />
  54. </el-dialog>
  55. </div>
  56. <!-- 批量预约/改约 -->
  57. <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
  58. <el-dialog
  59. title="批量约单"
  60. width="100%"
  61. :modal="false"
  62. :visible.sync="rescheduleBool"
  63. :before-close="rescheduleClose"
  64. >
  65. <Reschedule v-if="rescheduleBool" :recordSelected="recordSelected" @close="rescheduleClose" />
  66. </el-dialog>
  67. </div>
  68. <!-- 批量派工/改派 -->
  69. <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
  70. <el-dialog
  71. title="批量派单"
  72. width="100%"
  73. :modal="false"
  74. :visible.sync="reassignmentBool"
  75. :before-close="reassignmentClose"
  76. >
  77. <Reassignment v-if="reassignmentBool" :recordSelected="recordSelected" @close="reassignmentClose" />
  78. </el-dialog>
  79. </div>
  80. <div class="tubiao">
  81. <span style="margin-right: 4px; font-weight: bold; font-size: 12px">工单标识说明:</span>
  82. <img :src="v4" style="width: 20px; height: 20px; margin: 0 3px" />
  83. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【4.0工单】</span>
  84. <img :src="gc" style="width: 20px; height: 20px; margin: 0 3px" />
  85. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【工程】</span>
  86. <img :src="jj" style="width: 20px; height: 20px; margin: 0 3px" />
  87. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【加急】</span>
  88. <img :src="ls" style="width: 20px; height: 20px; margin: 0 3px" />
  89. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【零售】</span>
  90. <img :src="yjs" style="width: 20px; height: 20px; margin: 0 3px" />
  91. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已结算】</span>
  92. </div>
  93. <div class="tubiao2">
  94. <span style="margin-right: 4px; font-weight: bold; font-size: 12px; opacity: 0">工单标识说明:</span>
  95. <img :src="ywg" style="width: 20px; height: 20px; margin: 0 3px" />
  96. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已完工】</span>
  97. <img :src="yc" style="width: 20px; height: 20px; margin: 0 3px" />
  98. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【异常】</span>
  99. <img :src="zj" style="width: 20px; height: 20px; margin: 0 3px" />
  100. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【自建工单】</span>
  101. <img :src="pjsq" style="width: 20px; height: 20px; margin: 0 3px" />
  102. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件申请】</span>
  103. <img :src="pjdh" style="width: 20px; height: 20px; margin: 0 3px" />
  104. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件到货】</span>
  105. <img :src="pjqx" style="width: 20px; height: 20px; margin: 0 3px" />
  106. <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件取消】</span>
  107. </div>
  108. </template-page>
  109. <!-- 工单详情 -->
  110. <div class="cartographer_big haidhead__" v-if="!!~['detail'].indexOf(pageType) && pageCode != ''">
  111. <el-dialog
  112. class="noinonnlinin"
  113. :title="'工单详情-' + id"
  114. width="100%"
  115. :modal="false"
  116. :visible.sync="detailFormBool"
  117. :before-close="handleClose"
  118. >
  119. <Detail v-if="detailFormBool" :id="id" :workOrderType="workOrderType" />
  120. </el-dialog>
  121. </div>
  122. </div>
  123. </template>
  124. <script>
  125. import { EventBus } from '@/utils/eventBus'
  126. import TemplatePage from '@/components/template/template-page-1.vue'
  127. import import_mixin from '@/components/template/import_mixin.js'
  128. import operation_mixin from '@/components/template/operation_mixin.js'
  129. import { listPageV2 } from '@/api/workOrder/orderType'
  130. import {
  131. orderBaseList,
  132. orderBaseListExport,
  133. orderBaseStatusCount,
  134. orderBaseImport,
  135. orderBaseImport2,
  136. orderBaseImport3,
  137. orderBaseDetail,
  138. changeOrderChangWebsit
  139. } from '@/api/workOrderPool.js'
  140. import workOrderInfo from './detailModule/workOrderInfo/index.vue'
  141. import Detail from './detail'
  142. import Reassignment from './components/reassignment/index.vue'
  143. import Reschedule from './components/reschedule/index.vue'
  144. import { commonTemplateDownload } from '@/api/common.js'
  145. import orderListColumn from '@/mixin/orderListColumn'
  146. // -----------------------
  147. import v4 from '@/assets/order/4.0@2x.png'
  148. import gc from '@/assets/order/工程@2x.png'
  149. import jj from '@/assets/order/加急@2x.png'
  150. import ls from '@/assets/order/零售@2x.png'
  151. import yjs from '@/assets/order/已结算@2x.png'
  152. import ywg from '@/assets/order/已完工待结算@2x@2x.png'
  153. import yc from '@/assets/order/异常@2x.png'
  154. import zj from '@/assets/order/自建@2x.png'
  155. import pjsq from '@/assets/order/配件申请中@2x.png'
  156. import pjdh from '@/assets/order/配件已到货@2x.png'
  157. import pjqx from '@/assets/order/配件已取消@2x.png'
  158. import { orderStatus_v_fh } from '@/views/workOrder/workOrderPool/mixins/orderStatus_FH.js'
  159. export default {
  160. components: {
  161. TemplatePage,
  162. workOrderInfo,
  163. Detail,
  164. Reassignment,
  165. Reschedule
  166. },
  167. mixins: [import_mixin, operation_mixin, orderListColumn],
  168. data() {
  169. return {
  170. v4,
  171. gc,
  172. jj,
  173. ls,
  174. yjs,
  175. ywg,
  176. yc,
  177. zj,
  178. pjsq,
  179. pjdh,
  180. pjqx,
  181. id: this.$route.query.id || '',
  182. // 创建表单
  183. createFormBool: false,
  184. // 详情
  185. detailFormBool: true,
  186. // 批量改约
  187. rescheduleBool: false,
  188. // 批量派工/改派
  189. reassignmentBool: false,
  190. // 表格属性
  191. tableAttributes: {
  192. // 启用勾选列
  193. selectColumn: true,
  194. selectable: this.selectable
  195. },
  196. // 表格事件
  197. tableEvents: {
  198. 'selection-change': this.selectionChange
  199. },
  200. recordSelected: [],
  201. orderTypeList: [],
  202. orderStatusList: [],
  203. defaultSearchData: [],
  204. workOrderType: 1,
  205. cloneWorkOrder: null,
  206. value1: new Date(),
  207. showTableBool: true,
  208. fuhezhuangtai: {
  209. DSHPG: [
  210. 'DSHPG',
  211. 'CJ',
  212. 'YPD',
  213. 'DXSPD',
  214. 'DZBPG',
  215. 'DWDSPGP',
  216. 'DXSSPGP',
  217. 'DTJXSSPGP',
  218. 'DZBSPGP',
  219. 'DFZXPD',
  220. 'DFZXSPGP'
  221. ],
  222. DWDPG: ['DWDPG', 'DWDPD'],
  223. FWZ: ['FWZ', 'GCSZT', 'BFWG', 'DSM', 'YZP', 'WDBH', 'XSBH', 'TJXSBH', 'ZBBH', 'FZXBH'],
  224. YWG: ['YWG', 'GCSZX', 'WDWG', 'YWGO'],
  225. YJS: ['YJS', 'LRCD'],
  226. YQX: ['YQX', 'FWZT', 'YCGB', 'FWQX', 'FL']
  227. }
  228. }
  229. },
  230. watch: {
  231. value1() {
  232. this.showTableBool = false
  233. this.$nextTick(() => {
  234. this.showTableBool = true
  235. })
  236. }
  237. },
  238. computed: {
  239. moreParameters() {
  240. return [
  241. {
  242. name: '工单类型',
  243. key: 'orderSmallTypeText',
  244. value: '',
  245. conditions: [
  246. {
  247. label: '全部',
  248. value: ''
  249. },
  250. ...this.orderTypeList
  251. ]
  252. },
  253. {
  254. name: '工单状态',
  255. key: 'orderStatus',
  256. value: this.pageType == 'orderStatus' && this.pageCode ? this.pageCode : '',
  257. conditions: [
  258. {
  259. label: '全部',
  260. value: ''
  261. },
  262. ...this.orderStatusList
  263. ]
  264. }
  265. ]
  266. },
  267. // 用户信息
  268. userInfo() {
  269. return JSON.parse(localStorage.getItem('greemall_user'))
  270. },
  271. // 事件组合
  272. optionsEvensGroup() {
  273. return [
  274. [
  275. [
  276. this.optionsEvensAuth(['createWorkOrder', 'createWbWorkOrder'], {
  277. name: '创建工单',
  278. click: () => {}
  279. }),
  280. this.optionsEvensAuth('createWorkOrder', {
  281. click: () => {
  282. this.workOrderType = 1
  283. this.createFormBool = true
  284. }
  285. }),
  286. this.optionsEvensAuth('createGCWorkOrder', {
  287. click: () => {
  288. this.workOrderType = 2
  289. this.createFormBool = true
  290. }
  291. }),
  292. this.optionsEvensAuth('createWbWorkOrder', {
  293. click: () => {
  294. this.workOrderType = 4
  295. this.createFormBool = true
  296. }
  297. })
  298. ],
  299. [
  300. this.optionsEvensAuth(
  301. [
  302. 'import4',
  303. 'importTemplate',
  304. 'downloadImportTemplate',
  305. 'downloadImportTemplate4',
  306. 'importTemplate2',
  307. 'downloadImportTemplate2'
  308. ],
  309. {
  310. name: '导入工单',
  311. click: () => {}
  312. }
  313. ),
  314. this.optionsEvensAuth('import4', ({ moduleName }) => {
  315. return {
  316. name: moduleName,
  317. render: () => {
  318. return this.importButton(orderBaseImport3, moduleName)
  319. }
  320. }
  321. }),
  322. this.optionsEvensAuth('downloadImportTemplate4', {
  323. click: () => {
  324. commonTemplateDownload({ name: '4.0工单导入模板.xlsx' }, `4.0工单导入模板`)
  325. .then(res => {
  326. this.$message({
  327. message: '下载成功',
  328. type: 'success'
  329. })
  330. })
  331. .catch(err => {
  332. this.$message.error('下载失败')
  333. })
  334. }
  335. }),
  336. this.optionsEvensAuth('importTemplate', ({ moduleName }) => {
  337. return {
  338. name: moduleName,
  339. render: () => {
  340. return this.importButton(orderBaseImport, moduleName)
  341. }
  342. }
  343. }),
  344. this.optionsEvensAuth('downloadImportTemplate', {
  345. click: () => {
  346. commonTemplateDownload({ name: '工单导入模板.xlsx' }, `工单导入模板`)
  347. .then(res => {
  348. this.$message({
  349. message: '下载成功',
  350. type: 'success'
  351. })
  352. })
  353. .catch(err => {
  354. this.$message.error('下载失败')
  355. })
  356. }
  357. }),
  358. this.optionsEvensAuth('importTemplate2', ({ moduleName }) => {
  359. return {
  360. name: moduleName,
  361. render: () => {
  362. return this.importButton(orderBaseImport2, moduleName)
  363. }
  364. }
  365. }),
  366. this.optionsEvensAuth('downloadImportTemplate2', {
  367. click: () => {
  368. commonTemplateDownload({ name: '工单导入模板2.xlsx' }, `${this.$route.meta.title}`)
  369. .then(res => {
  370. this.$message({
  371. message: '下载成功',
  372. type: 'success'
  373. })
  374. })
  375. .catch(err => {
  376. this.$message.error('下载失败')
  377. })
  378. }
  379. })
  380. ],
  381. [
  382. this.optionsEvensAuth(['bulkOrder', 'lotOrder'], {
  383. name: '批量操作',
  384. click: () => {}
  385. }),
  386. this.optionsEvensAuth('bulkOrder', {
  387. click: () => {
  388. if (this.recordSelected.length === 0) {
  389. this.$message.warning('请勾选工单')
  390. return
  391. }
  392. this.reassignmentBool = true
  393. }
  394. }),
  395. this.optionsEvensAuth('lotOrder', {
  396. click: () => {
  397. if (this.recordSelected.length === 0) {
  398. this.$message.warning('请勾选工单')
  399. return
  400. }
  401. this.rescheduleBool = true
  402. }
  403. })
  404. ],
  405. [
  406. this.optionsEvensAuth('changeOrderChangWebsit', {
  407. click: () => {
  408. if (this.recordSelected.length === 0) {
  409. this.$message.warning('请勾选工单')
  410. return
  411. }
  412. changeOrderChangWebsit({
  413. ids: this.recordSelected.map(item => item.id)
  414. }).then(res => {
  415. this.$message({
  416. type: 'success',
  417. message: '操作成功!'
  418. })
  419. this.$refs?.pageRef?.refreshList()
  420. })
  421. }
  422. })
  423. ]
  424. ]
  425. ]
  426. }
  427. },
  428. created() {
  429. this.initFun()
  430. EventBus.$on('handleOrderClone', () => {
  431. if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
  432. this.handleClose()
  433. }
  434. })
  435. EventBus.$on('cloneWorkOrder', data => {
  436. if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
  437. this.handleClose(() => {
  438. this.cloneWorkOrder = data
  439. this.workOrderType = data.saleType
  440. this.createFormBool = false
  441. this.$nextTick(() => {
  442. this.createFormBool = true
  443. })
  444. })
  445. }
  446. })
  447. if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
  448. // 获取工单类型
  449. listPageV2({ pageNum: 1, pageSize: -1, params: [{ param: 'a.status', compare: '=', value: 'true' }] }).then(
  450. res => {
  451. var obj = {}
  452. res.data.records.map(item => {
  453. if (!obj[item.orderSmallTypeText]) {
  454. obj[item.orderSmallTypeText] = {
  455. value: item.orderSmallTypeText,
  456. label: item.orderSmallTypeText
  457. }
  458. }
  459. })
  460. this.orderTypeList = Object.values(obj)
  461. }
  462. )
  463. }
  464. },
  465. methods: {
  466. initFun() {
  467. if (this.pageType == 'detail') {
  468. this.id = this.pageCode
  469. orderBaseDetail({
  470. orderBaseId: this.id
  471. }).then(res => {
  472. this.workOrderType = Number(res?.data?.saleType)
  473. this.$nextTick(() => {
  474. this.detailFormBool = true
  475. })
  476. })
  477. }
  478. if (this.pageType == 'saleOrderId') {
  479. this.defaultSearchData = [{ param: 'a.sale_order_id', compare: '=', value: this.pageCode, label: '销售订单号' }]
  480. }
  481. if (this.pageType == 'pgIncreItemId') {
  482. this.defaultSearchData = [
  483. { param: 'a.pg_incre_order_id', compare: '=', value: this.pageCode, label: '增置服务订单ID' }
  484. ]
  485. }
  486. if (this.pageType == 'rpProjectRepairId') {
  487. this.defaultSearchData = [
  488. { param: 'a.rp_project_repair_id', compare: '=', value: this.pageCode, label: '维保配置ID' }
  489. ]
  490. }
  491. if (this.pageType == 'projectNo') {
  492. this.defaultSearchData = [{ param: 'a.project_no', compare: '=', value: this.pageCode, label: '工程编号' }]
  493. }
  494. },
  495. selectable(row, index) {
  496. var orderStatus = Object.entries(row.selectMapData.orderStatus).find(([key, val]) => val == row.orderStatus)?.[0]
  497. return (
  498. !row.isThreeOrder &&
  499. !['YWG', 'GCSZX', 'WDWG', 'YWGO'].includes(orderStatus) &&
  500. !['YJS', 'LRCD'].includes(orderStatus) &&
  501. !['YQX', 'FWZT', 'YCGB', 'FWQX', 'FL'].includes(orderStatus) &&
  502. !row.rpProjectRepairId &&
  503. !row.isImportExcel
  504. )
  505. },
  506. screeningAnalysis(jname, val) {
  507. if (jname == 'orderFlags') {
  508. return (val || []).map(item => item.tagName).join(',')
  509. } else {
  510. return val
  511. }
  512. },
  513. filterMethod(value, row, column) {
  514. if (column['property'] == 'orderFlags') {
  515. return (row[column['property']] || []).map(item => item.tagName).join(',') === value
  516. }
  517. return row[column['property']] === value
  518. },
  519. // 获取统计
  520. getOrderBaseStatusCount(...p) {
  521. orderBaseStatusCount(...p).then(res => {
  522. this.orderStatusList = [
  523. {
  524. label: '待预约',
  525. value: 'DYY'
  526. },
  527. {
  528. label: '待抢单',
  529. value: 'DQD'
  530. },
  531. {
  532. label: '待商户派工',
  533. value: 'DSHPG'
  534. },
  535. {
  536. label: '待网点派工',
  537. value: 'DWDPG'
  538. },
  539. {
  540. label: '待接单',
  541. value: 'DJD'
  542. },
  543. {
  544. label: '服务中',
  545. value: 'FWZ'
  546. },
  547. {
  548. label: '异常单',
  549. value: 'YCD'
  550. },
  551. {
  552. label: '已完工',
  553. value: 'YWG'
  554. },
  555. {
  556. label: '已结算',
  557. value: 'YJS'
  558. },
  559. {
  560. label: '已取消',
  561. value: 'YQX'
  562. },
  563. {
  564. label: '配件申请中',
  565. value: 'PJSQZ'
  566. },
  567. {
  568. label: '配件已到货',
  569. value: 'PJYDH'
  570. },
  571. {
  572. label: '配件已取消',
  573. value: 'PJYQX'
  574. }
  575. ].map(item => {
  576. if (this.fuhezhuangtai[item.value]) {
  577. var num = 0
  578. this.fuhezhuangtai[item.value].map(status => {
  579. num += res.data.find(val => val.orderStatus == status)?.total || 0
  580. })
  581. item.label = `${item.label}(${num || 0})`
  582. } else {
  583. var data = res.data.find(val => val.orderStatus == item.value)
  584. item.label = `${item.label}(${data?.total || 0})`
  585. }
  586. return item
  587. })
  588. })
  589. },
  590. // 列表请求函数
  591. getList(p, cb) {
  592. var pam = JSON.parse(JSON.stringify(p))
  593. try {
  594. if (pam.orderStatus) {
  595. if (this.fuhezhuangtai[pam.orderStatus]) {
  596. pam.params.push({ param: 'a.order_status', compare: '=', value: this.fuhezhuangtai[pam.orderStatus] })
  597. pam.orderStatus = ''
  598. } else {
  599. pam.params.push({ param: 'a.order_status', compare: '=', value: pam.orderStatus })
  600. }
  601. }
  602. if (pam.orderSmallTypeText) {
  603. pam.params.push({ param: 'a.order_small_type_text', compare: '=', value: pam.orderSmallTypeText })
  604. }
  605. if (this.value1) {
  606. pam.params.push(
  607. { param: 'a.create_time', compare: '>=', value: `${new Date(this.value1).getFullYear()}-01-01 00:00:00` },
  608. { param: 'a.create_time', compare: '<=', value: `${new Date(this.value1).getFullYear()}-12-31 23:59:59` }
  609. )
  610. }
  611. cb && cb(pam)
  612. return orderBaseList(pam)
  613. } catch (err) {
  614. } finally {
  615. this.$nextTick(() => {
  616. this.getOrderBaseStatusCount({
  617. orderSmallTypeText: pam.orderSmallTypeText || '',
  618. ...(() => {
  619. if (this.value1) {
  620. return {
  621. startTime: `${new Date(this.value1).getFullYear()}-01-01 00:00:00`,
  622. endTime: `${new Date(this.value1).getFullYear()}-12-31 23:59:59`
  623. }
  624. }
  625. return {}
  626. })()
  627. })
  628. })
  629. }
  630. },
  631. // 列表导出函数
  632. exportList: orderBaseListExport,
  633. // 监听勾选变化
  634. selectionChange(data) {
  635. this.recordSelected = data
  636. },
  637. operation() {
  638. return this.operationBtn({
  639. edit: {
  640. click: ({ row, index, column }) => {
  641. this.$router.push({
  642. name: window.isWorkOrderPoolPath,
  643. params: {
  644. pageName: row.id,
  645. pageType: 'detail',
  646. pageCode: row.id
  647. }
  648. })
  649. }
  650. }
  651. })
  652. },
  653. handleClose(cb) {
  654. this.$router.push({
  655. name: window.isWorkOrderPoolPath,
  656. params: {},
  657. query: {}
  658. })
  659. this.$nextTick(() => {
  660. this.cloneWorkOrder = null
  661. this.createFormBool = false
  662. this.detailFormBool = false
  663. this.recordSelected = []
  664. this.$refs?.pageRef?.refreshList()
  665. if (cb && typeof cb === 'function') {
  666. cb()
  667. }
  668. })
  669. },
  670. rescheduleClose() {
  671. this.rescheduleBool = false
  672. this.recordSelected = []
  673. this.$refs?.pageRef?.refreshList()
  674. },
  675. reassignmentClose() {
  676. this.reassignmentBool = false
  677. this.recordSelected = []
  678. this.$refs?.pageRef?.refreshList()
  679. }
  680. }
  681. }
  682. </script>
  683. <style lang="scss" scoped>
  684. .haidhead__ {
  685. ::v-deep .noinonnlinin {
  686. & > div > .el-dialog__header {
  687. display: none !important;
  688. }
  689. & > div > .el-dialog__body {
  690. width: 100%;
  691. height: 100% !important;
  692. position: relative;
  693. box-sizing: border-box;
  694. padding: 0px;
  695. overflow-y: auto;
  696. }
  697. }
  698. }
  699. .tubiao {
  700. position: absolute;
  701. bottom: 35px;
  702. left: 20px;
  703. z-index: 10;
  704. width: 60%;
  705. height: auto;
  706. display: flex;
  707. justify-content: flex-start;
  708. align-items: center;
  709. z-index: -1;
  710. }
  711. .tubiao2 {
  712. position: absolute;
  713. bottom: 5px;
  714. left: 20px;
  715. z-index: 10;
  716. width: 60%;
  717. height: auto;
  718. display: flex;
  719. justify-content: flex-start;
  720. align-items: center;
  721. z-index: -1;
  722. }
  723. </style>