|
@@ -63,10 +63,9 @@ import ReportAndRecordPdfDialog from './components/reportAndRecordPdfDialog.vue'
|
|
|
import AssociationOperationManual from './components/AssociationOperationManual.vue'
|
|
import AssociationOperationManual from './components/AssociationOperationManual.vue'
|
|
|
import { formatDate } from '@/utils/formatTime'
|
|
import { formatDate } from '@/utils/formatTime'
|
|
|
import { PressureCheckerMyTaskStatusMap, PressureReportType } from '@/utils/constants'
|
|
import { PressureCheckerMyTaskStatusMap, PressureReportType } from '@/utils/constants'
|
|
|
-import nonTaxQueryApi from '@/views/pressure/nonTaxQuery/index.api'
|
|
|
|
|
|
|
+import nonTaxQueryApi from '@/views/pressure2/nonTaxQuery/index.api'
|
|
|
import FetchApis, { DetailData } from './index.api'
|
|
import FetchApis, { DetailData } from './index.api'
|
|
|
import { useRoute, useRouter } from 'vue-router'
|
|
import { useRoute, useRouter } from 'vue-router'
|
|
|
-import { BoilerTaskOrderApi } from '@/api/pressure2/boilertaskorder'
|
|
|
|
|
import { buildFileUrl } from '@/utils'
|
|
import { buildFileUrl } from '@/utils'
|
|
|
import request from '@/config/axios'
|
|
import request from '@/config/axios'
|
|
|
import {PipeInputApi} from "@/api/pressure2/pipeInput";
|
|
import {PipeInputApi} from "@/api/pressure2/pipeInput";
|
|
@@ -476,7 +475,7 @@ const openModalConfig: ModelConfig = {
|
|
|
modalTitle: '流转记录'
|
|
modalTitle: '流转记录'
|
|
|
},
|
|
},
|
|
|
nonTaxQuery: {
|
|
nonTaxQuery: {
|
|
|
- modalUrl: '/pressure2/boiler-task-order-non-tax-record/page',
|
|
|
|
|
|
|
+ modalUrl: '/pressure2/task-order-non-tax-record/page',
|
|
|
columns: [
|
|
columns: [
|
|
|
{
|
|
{
|
|
|
type: 'operation',
|
|
type: 'operation',
|
|
@@ -498,13 +497,13 @@ const openModalConfig: ModelConfig = {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'handledByUser',
|
|
|
|
|
|
|
+ prop: 'handledByName',
|
|
|
label: '开单人',
|
|
label: '开单人',
|
|
|
fieldProps: {
|
|
fieldProps: {
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|
|
|
render: (_row, value) => {
|
|
render: (_row, value) => {
|
|
|
- return value?.nickname || ''
|
|
|
|
|
|
|
+ return value || ''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|