123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736 |
- <template>
- <div style="width: 100%; height: 100%; position: relative">
- <!-- 工单池 -->
- <template-page
- v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '') && showTableBool"
- ref="pageRef"
- :getList="getList"
- :operation="operation()"
- :exportList="exportList"
- :optionsEvensGroup="optionsEvensGroup"
- :columnParsing="columnParsing"
- :tableAttributes="tableAttributes"
- :tableEvents="tableEvents"
- :moreParameters="moreParameters"
- :screeningAnalysis="screeningAnalysis"
- :filterMethod="filterMethod"
- :replaceOrNotMap="true"
- :defaultSearchData="defaultSearchData"
- >
- <div slot="moreSearch">
- <div style="margin-bottom: 10px">
- <span
- style="
- font-size: 12px;
- font-weight: 400;
- text-align: left;
- color: #666;
- line-height: 28px;
- margin-right: 10px;
- "
- >选择年份</span
- >
- <el-date-picker
- style="width: 130px"
- v-model="value1"
- format="yyyy"
- size="mini"
- type="year"
- placeholder="选择日期"
- >
- </el-date-picker>
- </div>
- </div>
- <!-- 创建工单 -->
- <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
- <el-dialog
- title="创建工单"
- width="100%"
- :modal="false"
- :visible.sync="createFormBool"
- :before-close="handleClose"
- >
- <workOrderInfo :workOrderType="workOrderType" v-if="createFormBool" :cloneWorkOrder="cloneWorkOrder" />
- </el-dialog>
- </div>
- <!-- 批量预约/改约 -->
- <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
- <el-dialog
- title="批量约单"
- width="100%"
- :modal="false"
- :visible.sync="rescheduleBool"
- :before-close="rescheduleClose"
- >
- <Reschedule v-if="rescheduleBool" :recordSelected="recordSelected" @close="rescheduleClose" />
- </el-dialog>
- </div>
- <!-- 批量派工/改派 -->
- <div class="cartographer_big" v-if="!(!!~['detail'].indexOf(pageType) && pageCode != '')">
- <el-dialog
- title="批量派单"
- width="100%"
- :modal="false"
- :visible.sync="reassignmentBool"
- :before-close="reassignmentClose"
- >
- <Reassignment v-if="reassignmentBool" :recordSelected="recordSelected" @close="reassignmentClose" />
- </el-dialog>
- </div>
- <div class="tubiao">
- <span style="margin-right: 4px; font-weight: bold; font-size: 12px">工单标识说明:</span>
- <img :src="v4" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【4.0工单】</span>
- <img :src="gc" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【工程】</span>
- <img :src="jj" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【加急】</span>
- <img :src="ls" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【零售】</span>
- <img :src="yjs" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已结算】</span>
- </div>
- <div class="tubiao2">
- <span style="margin-right: 4px; font-weight: bold; font-size: 12px; opacity: 0">工单标识说明:</span>
- <img :src="ywg" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已完工】</span>
- <img :src="yc" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【异常】</span>
- <img :src="zj" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【自建工单】</span>
- <img :src="pjsq" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件申请】</span>
- <img :src="pjdh" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件到货】</span>
- <img :src="pjqx" style="width: 20px; height: 20px; margin: 0 3px" />
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件取消】</span>
- </div>
- </template-page>
- <!-- 工单详情 -->
- <div class="cartographer_big haidhead__" v-if="!!~['detail'].indexOf(pageType) && pageCode != ''">
- <el-dialog
- class="noinonnlinin"
- :title="'工单详情-' + id"
- width="100%"
- :modal="false"
- :visible.sync="detailFormBool"
- :before-close="handleClose"
- >
- <Detail v-if="detailFormBool" :id="id" :workOrderType="workOrderType" />
- </el-dialog>
- </div>
- </div>
- </template>
- <script>
- import { EventBus } from '@/utils/eventBus'
- import TemplatePage from '@/components/template/template-page-1.vue'
- import import_mixin from '@/components/template/import_mixin.js'
- import operation_mixin from '@/components/template/operation_mixin.js'
- import { listPageV2 } from '@/api/workOrder/orderType'
- import {
- orderBaseList,
- orderBaseListExport,
- orderBaseStatusCount,
- orderBaseImport,
- orderBaseImport2,
- orderBaseImport3,
- orderBaseDetail,
- changeOrderChangWebsit
- } from '@/api/workOrderPool.js'
- import workOrderInfo from './detailModule/workOrderInfo/index.vue'
- import Detail from './detail'
- import Reassignment from './components/reassignment/index.vue'
- import Reschedule from './components/reschedule/index.vue'
- import { commonTemplateDownload } from '@/api/common.js'
- import orderListColumn from '@/mixin/orderListColumn'
- // -----------------------
- import v4 from '@/assets/order/4.0@2x.png'
- import gc from '@/assets/order/工程@2x.png'
- import jj from '@/assets/order/加急@2x.png'
- import ls from '@/assets/order/零售@2x.png'
- import yjs from '@/assets/order/已结算@2x.png'
- import ywg from '@/assets/order/已完工待结算@2x@2x.png'
- import yc from '@/assets/order/异常@2x.png'
- import zj from '@/assets/order/自建@2x.png'
- import pjsq from '@/assets/order/配件申请中@2x.png'
- import pjdh from '@/assets/order/配件已到货@2x.png'
- import pjqx from '@/assets/order/配件已取消@2x.png'
- import { orderStatus_v_fh } from '@/views/workOrder/workOrderPool/mixins/orderStatus_FH.js'
- export default {
- components: {
- TemplatePage,
- workOrderInfo,
- Detail,
- Reassignment,
- Reschedule
- },
- mixins: [import_mixin, operation_mixin, orderListColumn],
- data() {
- return {
- v4,
- gc,
- jj,
- ls,
- yjs,
- ywg,
- yc,
- zj,
- pjsq,
- pjdh,
- pjqx,
- id: this.$route.query.id || '',
- // 创建表单
- createFormBool: false,
- // 详情
- detailFormBool: true,
- // 批量改约
- rescheduleBool: false,
- // 批量派工/改派
- reassignmentBool: false,
- // 表格属性
- tableAttributes: {
- // 启用勾选列
- selectColumn: true,
- selectable: this.selectable
- },
- // 表格事件
- tableEvents: {
- 'selection-change': this.selectionChange
- },
- recordSelected: [],
- orderTypeList: [],
- orderStatusList: [],
- defaultSearchData: [],
- workOrderType: 1,
- cloneWorkOrder: null,
- value1: new Date(),
- showTableBool: true,
- fuhezhuangtai: {
- DSHPG: [
- 'DSHPG',
- 'CJ',
- 'YPD',
- 'DXSPD',
- 'DZBPG',
- 'DWDSPGP',
- 'DXSSPGP',
- 'DTJXSSPGP',
- 'DZBSPGP',
- 'DFZXPD',
- 'DFZXSPGP'
- ],
- DWDPG: ['DWDPG', 'DWDPD'],
- FWZ: ['FWZ', 'GCSZT', 'BFWG', 'DSM', 'YZP', 'WDBH', 'XSBH', 'TJXSBH', 'ZBBH', 'FZXBH'],
- YWG: ['YWG', 'GCSZX', 'WDWG', 'YWGO'],
- YJS: ['YJS', 'LRCD'],
- YQX: ['YQX', 'FWZT', 'YCGB', 'FWQX', 'FL']
- }
- }
- },
- watch: {
- value1() {
- this.showTableBool = false
- this.$nextTick(() => {
- this.showTableBool = true
- })
- }
- },
- computed: {
- moreParameters() {
- return [
- {
- name: '工单类型',
- key: 'orderSmallTypeText',
- value: '',
- conditions: [
- {
- label: '全部',
- value: ''
- },
- ...this.orderTypeList
- ]
- },
- {
- name: '工单状态',
- key: 'orderStatus',
- value: this.pageType == 'orderStatus' && this.pageCode ? this.pageCode : '',
- conditions: [
- {
- label: '全部',
- value: ''
- },
- ...this.orderStatusList
- ]
- }
- ]
- },
- // 用户信息
- userInfo() {
- return JSON.parse(localStorage.getItem('greemall_user'))
- },
- // 事件组合
- optionsEvensGroup() {
- return [
- [
- [
- this.optionsEvensAuth(['createWorkOrder', 'createWbWorkOrder'], {
- name: '创建工单',
- click: () => {}
- }),
- this.optionsEvensAuth('createWorkOrder', {
- click: () => {
- this.workOrderType = 1
- this.createFormBool = true
- }
- }),
- this.optionsEvensAuth('createGCWorkOrder', {
- click: () => {
- this.workOrderType = 2
- this.createFormBool = true
- }
- }),
- this.optionsEvensAuth('createWbWorkOrder', {
- click: () => {
- this.workOrderType = 4
- this.createFormBool = true
- }
- })
- ],
- [
- this.optionsEvensAuth(
- [
- 'import4',
- 'importTemplate',
- 'downloadImportTemplate',
- 'downloadImportTemplate4',
- 'importTemplate2',
- 'downloadImportTemplate2'
- ],
- {
- name: '导入工单',
- click: () => {}
- }
- ),
- this.optionsEvensAuth('import4', ({ moduleName }) => {
- return {
- name: moduleName,
- render: () => {
- return this.importButton(orderBaseImport3, moduleName)
- }
- }
- }),
- this.optionsEvensAuth('downloadImportTemplate4', {
- click: () => {
- commonTemplateDownload({ name: '4.0工单导入模板.xlsx' }, `4.0工单导入模板`)
- .then(res => {
- this.$message({
- message: '下载成功',
- type: 'success'
- })
- })
- .catch(err => {
- this.$message.error('下载失败')
- })
- }
- }),
- this.optionsEvensAuth('importTemplate', ({ moduleName }) => {
- return {
- name: moduleName,
- render: () => {
- return this.importButton(orderBaseImport, moduleName)
- }
- }
- }),
- this.optionsEvensAuth('downloadImportTemplate', {
- click: () => {
- commonTemplateDownload({ name: '工单导入模板.xlsx' }, `工单导入模板`)
- .then(res => {
- this.$message({
- message: '下载成功',
- type: 'success'
- })
- })
- .catch(err => {
- this.$message.error('下载失败')
- })
- }
- }),
- this.optionsEvensAuth('importTemplate2', ({ moduleName }) => {
- return {
- name: moduleName,
- render: () => {
- return this.importButton(orderBaseImport2, moduleName)
- }
- }
- }),
- this.optionsEvensAuth('downloadImportTemplate2', {
- click: () => {
- commonTemplateDownload({ name: '工单导入模板2.xlsx' }, `${this.$route.meta.title}`)
- .then(res => {
- this.$message({
- message: '下载成功',
- type: 'success'
- })
- })
- .catch(err => {
- this.$message.error('下载失败')
- })
- }
- })
- ],
- [
- this.optionsEvensAuth(['bulkOrder', 'lotOrder'], {
- name: '批量操作',
- click: () => {}
- }),
- this.optionsEvensAuth('bulkOrder', {
- click: () => {
- if (this.recordSelected.length === 0) {
- this.$message.warning('请勾选工单')
- return
- }
- this.reassignmentBool = true
- }
- }),
- this.optionsEvensAuth('lotOrder', {
- click: () => {
- if (this.recordSelected.length === 0) {
- this.$message.warning('请勾选工单')
- return
- }
- this.rescheduleBool = true
- }
- })
- ],
- [
- this.optionsEvensAuth('changeOrderChangWebsit', {
- click: () => {
- if (this.recordSelected.length === 0) {
- this.$message.warning('请勾选工单')
- return
- }
- changeOrderChangWebsit({
- ids: this.recordSelected.map(item => item.id)
- }).then(res => {
- this.$message({
- type: 'success',
- message: '操作成功!'
- })
- this.$refs?.pageRef?.refreshList()
- })
- }
- })
- ]
- ]
- ]
- }
- },
- created() {
- this.initFun()
- EventBus.$on('handleOrderClone', () => {
- if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
- this.handleClose()
- }
- })
- EventBus.$on('cloneWorkOrder', data => {
- if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
- this.handleClose(() => {
- this.cloneWorkOrder = data
- this.workOrderType = data.saleType
- this.createFormBool = false
- this.$nextTick(() => {
- this.createFormBool = true
- })
- })
- }
- })
- if (!(!!~['detail'].indexOf(this.pageType) && this.pageCode != '')) {
- // 获取工单类型
- listPageV2({ pageNum: 1, pageSize: -1, params: [{ param: 'a.status', compare: '=', value: 'true' }] }).then(
- res => {
- var obj = {}
- res.data.records.map(item => {
- if (!obj[item.orderSmallTypeText]) {
- obj[item.orderSmallTypeText] = {
- value: item.orderSmallTypeText,
- label: item.orderSmallTypeText
- }
- }
- })
- this.orderTypeList = Object.values(obj)
- }
- )
- }
- },
- methods: {
- initFun() {
- if (this.pageType == 'detail') {
- this.id = this.pageCode
- orderBaseDetail({
- orderBaseId: this.id
- }).then(res => {
- this.workOrderType = Number(res?.data?.saleType)
- this.$nextTick(() => {
- this.detailFormBool = true
- })
- })
- }
- if (this.pageType == 'saleOrderId') {
- this.defaultSearchData = [{ param: 'a.sale_order_id', compare: '=', value: this.pageCode, label: '销售订单号' }]
- }
- if (this.pageType == 'pgIncreItemId') {
- this.defaultSearchData = [
- { param: 'a.pg_incre_order_id', compare: '=', value: this.pageCode, label: '增置服务订单ID' }
- ]
- }
- if (this.pageType == 'rpProjectRepairId') {
- this.defaultSearchData = [
- { param: 'a.rp_project_repair_id', compare: '=', value: this.pageCode, label: '维保配置ID' }
- ]
- }
- if (this.pageType == 'projectNo') {
- this.defaultSearchData = [{ param: 'a.project_no', compare: '=', value: this.pageCode, label: '工程编号' }]
- }
- },
- selectable(row, index) {
- var orderStatus = Object.entries(row.selectMapData.orderStatus).find(([key, val]) => val == row.orderStatus)?.[0]
- return (
- !row.isThreeOrder &&
- !['YWG', 'GCSZX', 'WDWG', 'YWGO'].includes(orderStatus) &&
- !['YJS', 'LRCD'].includes(orderStatus) &&
- !['YQX', 'FWZT', 'YCGB', 'FWQX', 'FL'].includes(orderStatus) &&
- !row.rpProjectRepairId &&
- !row.isImportExcel
- )
- },
- screeningAnalysis(jname, val) {
- if (jname == 'orderFlags') {
- return (val || []).map(item => item.tagName).join(',')
- } else {
- return val
- }
- },
- filterMethod(value, row, column) {
- if (column['property'] == 'orderFlags') {
- return (row[column['property']] || []).map(item => item.tagName).join(',') === value
- }
- return row[column['property']] === value
- },
- // 获取统计
- getOrderBaseStatusCount(...p) {
- orderBaseStatusCount(...p).then(res => {
- this.orderStatusList = [
- {
- label: '待预约',
- value: 'DYY'
- },
- {
- label: '待抢单',
- value: 'DQD'
- },
- {
- label: '待商户派工',
- value: 'DSHPG'
- },
- {
- label: '待网点派工',
- value: 'DWDPG'
- },
- {
- label: '待接单',
- value: 'DJD'
- },
- {
- label: '服务中',
- value: 'FWZ'
- },
- {
- label: '异常单',
- value: 'YCD'
- },
- {
- label: '已完工',
- value: 'YWG'
- },
- {
- label: '已结算',
- value: 'YJS'
- },
- {
- label: '已取消',
- value: 'YQX'
- },
- {
- label: '配件申请中',
- value: 'PJSQZ'
- },
- {
- label: '配件已到货',
- value: 'PJYDH'
- },
- {
- label: '配件已取消',
- value: 'PJYQX'
- }
- ].map(item => {
- if (this.fuhezhuangtai[item.value]) {
- var num = 0
- this.fuhezhuangtai[item.value].map(status => {
- num += res.data.find(val => val.orderStatus == status)?.total || 0
- })
- item.label = `${item.label}(${num || 0})`
- } else {
- var data = res.data.find(val => val.orderStatus == item.value)
- item.label = `${item.label}(${data?.total || 0})`
- }
- return item
- })
- })
- },
- // 列表请求函数
- getList(p, cb) {
- var pam = JSON.parse(JSON.stringify(p))
- try {
- if (pam.orderStatus) {
- if (this.fuhezhuangtai[pam.orderStatus]) {
- pam.params.push({ param: 'a.order_status', compare: '=', value: this.fuhezhuangtai[pam.orderStatus] })
- pam.orderStatus = ''
- } else {
- pam.params.push({ param: 'a.order_status', compare: '=', value: pam.orderStatus })
- }
- }
- if (pam.orderSmallTypeText) {
- pam.params.push({ param: 'a.order_small_type_text', compare: '=', value: pam.orderSmallTypeText })
- }
- if (this.value1) {
- pam.params.push(
- { param: 'a.create_time', compare: '>=', value: `${new Date(this.value1).getFullYear()}-01-01 00:00:00` },
- { param: 'a.create_time', compare: '<=', value: `${new Date(this.value1).getFullYear()}-12-31 23:59:59` }
- )
- }
- cb && cb(pam)
- return orderBaseList(pam)
- } catch (err) {
- } finally {
- this.$nextTick(() => {
- this.getOrderBaseStatusCount({
- orderSmallTypeText: pam.orderSmallTypeText || '',
- ...(() => {
- if (this.value1) {
- return {
- startTime: `${new Date(this.value1).getFullYear()}-01-01 00:00:00`,
- endTime: `${new Date(this.value1).getFullYear()}-12-31 23:59:59`
- }
- }
- return {}
- })()
- })
- })
- }
- },
- // 列表导出函数
- exportList: orderBaseListExport,
- // 监听勾选变化
- selectionChange(data) {
- this.recordSelected = data
- },
- operation() {
- return this.operationBtn({
- edit: {
- click: ({ row, index, column }) => {
- this.$router.push({
- name: window.isWorkOrderPoolPath,
- params: {
- pageName: row.id,
- pageType: 'detail',
- pageCode: row.id
- }
- })
- }
- }
- })
- },
- handleClose(cb) {
- this.$router.push({
- name: window.isWorkOrderPoolPath,
- params: {},
- query: {}
- })
- this.$nextTick(() => {
- this.cloneWorkOrder = null
- this.createFormBool = false
- this.detailFormBool = false
- this.recordSelected = []
- this.$refs?.pageRef?.refreshList()
- if (cb && typeof cb === 'function') {
- cb()
- }
- })
- },
- rescheduleClose() {
- this.rescheduleBool = false
- this.recordSelected = []
- this.$refs?.pageRef?.refreshList()
- },
- reassignmentClose() {
- this.reassignmentBool = false
- this.recordSelected = []
- this.$refs?.pageRef?.refreshList()
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .haidhead__ {
- ::v-deep .noinonnlinin {
- & > div > .el-dialog__header {
- display: none !important;
- }
- & > div > .el-dialog__body {
- width: 100%;
- height: 100% !important;
- position: relative;
- box-sizing: border-box;
- padding: 0px;
- overflow-y: auto;
- }
- }
- }
- .tubiao {
- position: absolute;
- bottom: 35px;
- left: 20px;
- z-index: 10;
- width: 60%;
- height: auto;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- z-index: -1;
- }
- .tubiao2 {
- position: absolute;
- bottom: 5px;
- left: 20px;
- z-index: 10;
- width: 60%;
- height: auto;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- z-index: -1;
- }
- </style>
|