diff --git a/src/api/inspection/inspectiontasks.js b/src/api/inspection/inspectiontasks.js index cb03e19..7aae4e0 100644 --- a/src/api/inspection/inspectiontasks.js +++ b/src/api/inspection/inspectiontasks.js @@ -69,3 +69,14 @@ export const stop = (ids, reason) => { }) } + +export const task_getListByToolsCodeId = (legerId) => { + return request({ + url: '/api/inspection/inspectiontasks/getListByToolsCodeId', + method: 'get', + params: { + legerId: legerId + } + }) +} + diff --git a/src/views/inspection/inspectionPlanDetail.vue b/src/views/inspection/inspectionPlanDetail.vue index 9f8e359..1133e82 100644 --- a/src/views/inspection/inspectionPlanDetail.vue +++ b/src/views/inspection/inspectionPlanDetail.vue @@ -67,22 +67,6 @@ trigger: "blur" }] }, - { - label: "场站", - prop: "station", - type: "select", - span: 8, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - }, - rules: [{ - required: true, - message: "请输入场站", - trigger: "blur" - }] - }, { label: "计划类型", prop: "planType", diff --git a/src/views/inspection/inspectionplan.vue b/src/views/inspection/inspectionplan.vue index f86c52d..fe10031 100644 --- a/src/views/inspection/inspectionplan.vue +++ b/src/views/inspection/inspectionplan.vue @@ -118,17 +118,6 @@ prop: "planName", search: true }, - { - label: "场站", - prop: "station", - type: "select", - search: true, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - } - }, { label: "计划类型", prop: "planType" diff --git a/src/views/inspection/inspectionroute.vue b/src/views/inspection/inspectionroute.vue index 6490ca4..da181dc 100644 --- a/src/views/inspection/inspectionroute.vue +++ b/src/views/inspection/inspectionroute.vue @@ -118,17 +118,6 @@ prop: "routeName", search: true }, - { - label: "场站", - prop: "stations", - type: "select", - search: true, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - } - }, { label: "类型", prop: "type", diff --git a/src/views/inspection/inspectionrouteDetail.vue b/src/views/inspection/inspectionrouteDetail.vue index 018c087..49538f7 100644 --- a/src/views/inspection/inspectionrouteDetail.vue +++ b/src/views/inspection/inspectionrouteDetail.vue @@ -58,22 +58,6 @@ trigger: "blur" }] }, - { - label: "场站", - prop: "stations", - type: "select", - span: 8, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - }, - rules: [{ - required: true, - message: "请输入场站", - trigger: "blur" - }] - }, { label: "类型", prop: "type", diff --git a/src/views/smart/operationticket.vue b/src/views/smart/operationticket.vue index edc7786..6d0be57 100644 --- a/src/views/smart/operationticket.vue +++ b/src/views/smart/operationticket.vue @@ -254,6 +254,7 @@ import {getList, getDetail, add, update, remove, closeticket} from "@/api/smart/ { label: "计划结束时间", prop: "plannedEndTime", + type: "date", format: 'yyyy/MM/dd', valueFormat: "yyyyMMdd", rules: [{ @@ -265,6 +266,7 @@ import {getList, getDetail, add, update, remove, closeticket} from "@/api/smart/ { label: "签发时间", prop: "workIssuanceTime", + type: "date", format: 'yyyy/MM/dd', valueFormat: "yyyyMMdd", rules: [{ diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index e660bf5..f86478a 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -5,14 +5,15 @@ 审核状态: - - - - + + + + + + + + + @@ -59,6 +60,11 @@ @click="back" v-if="addUpdateShowButton"> 取消 + + 关票 修改 + + + +
+ + 取消 + + 关票 + + +
+