diff --git a/src/api/other/index.js b/src/api/other/index.js index f4aab07..9683b8a 100644 --- a/src/api/other/index.js +++ b/src/api/other/index.js @@ -7,3 +7,30 @@ export function getOaToken (isLoading=false) { isLoading }) } + +export function weather (params) { + return request({ + url: "/api/admin/other/weather", + method: "get", + params, + isLoading: false + }) +} + +export function info (data) { + return request({ + url: "/api/admin/other/get-daily-details-by-date", + method: "post", + data, + isLoading: false + }) +} + +export function equipmentInfos (params) { + return request({ + url: "/api/admin/other/list-hob-real", + method: "get", + params, + isLoading: false + }) +} diff --git a/src/settings.js b/src/settings.js index 46696f8..3b8e99e 100644 --- a/src/settings.js +++ b/src/settings.js @@ -23,5 +23,5 @@ module.exports = { * @type {number} * @description 调令列表刷新分钟间隔 */ - refreshTransferTime: 2 * 60 * 1000, + refreshTransferTime: 30 * 1000, } diff --git a/src/utils/createDialog.js b/src/utils/createDialog.js index 24c9d46..f8d94e0 100644 --- a/src/utils/createDialog.js +++ b/src/utils/createDialog.js @@ -146,6 +146,7 @@ export class CreateDialog { : "编辑", visible: that.dialogVisible, width: this.options?.width ? this.options.width : "800px", + "append-to-body": true }, on: { "update:visible": (val) => { diff --git a/src/views/bigScreen1/component/callback.vue b/src/views/bigScreen1/component/callback.vue new file mode 100644 index 0000000..a1829e6 --- /dev/null +++ b/src/views/bigScreen1/component/callback.vue @@ -0,0 +1,220 @@ + + + + diff --git a/src/views/bigScreen1/component/detailTransfer.vue b/src/views/bigScreen1/component/detailTransfer.vue new file mode 100644 index 0000000..070a28e --- /dev/null +++ b/src/views/bigScreen1/component/detailTransfer.vue @@ -0,0 +1,609 @@ + + + + + diff --git a/src/views/bigScreen1/component/doing.vue b/src/views/bigScreen1/component/doing.vue index 98b6b2f..4d699c9 100644 --- a/src/views/bigScreen1/component/doing.vue +++ b/src/views/bigScreen1/component/doing.vue @@ -1,17 +1,412 @@ diff --git a/src/views/bigScreen1/component/done.vue b/src/views/bigScreen1/component/done.vue new file mode 100644 index 0000000..cf619ab --- /dev/null +++ b/src/views/bigScreen1/component/done.vue @@ -0,0 +1,387 @@ + + + + + diff --git a/src/views/bigScreen1/component/title.vue b/src/views/bigScreen1/component/title.vue index 9bcbccd..37e9bf2 100644 --- a/src/views/bigScreen1/component/title.vue +++ b/src/views/bigScreen1/component/title.vue @@ -4,7 +4,7 @@
{{ $moment(time).format('YYYY-MM-DD HH:mm:ss') }}
-
查看已完成调令
+
当日已完成调令
@@ -42,7 +42,7 @@ export default { font-weight: 400; color: #FFFFFF; - padding: 2.87rem 0 0 1.33rem; + padding: 2.87rem 0 0 0; } .bottom { @@ -56,4 +56,5 @@ export default { padding: 0 5.73rem; } } +$title-height: 8.46rem; diff --git a/src/views/bigScreen1/component/toDo.vue b/src/views/bigScreen1/component/toDo.vue index b6172f1..45a550d 100644 --- a/src/views/bigScreen1/component/toDo.vue +++ b/src/views/bigScreen1/component/toDo.vue @@ -1,7 +1,7 @@ + diff --git a/src/views/bigScreen1/index.vue b/src/views/bigScreen1/index.vue index 3f51d13..2fcd3d5 100644 --- a/src/views/bigScreen1/index.vue +++ b/src/views/bigScreen1/index.vue @@ -1,25 +1,49 @@ + + diff --git a/src/views/order/orderPlan.vue b/src/views/order/orderPlan.vue index 1ca7dbc..e280476 100644 --- a/src/views/order/orderPlan.vue +++ b/src/views/order/orderPlan.vue @@ -134,7 +134,7 @@ { key: "status", op: "eq", - value: 6 + value: 7 }, { key: "act_start_time", diff --git a/src/views/order/orderSummary.vue b/src/views/order/orderSummary.vue index 35ded07..c73d45b 100644 --- a/src/views/order/orderSummary.vue +++ b/src/views/order/orderSummary.vue @@ -155,7 +155,7 @@ export default { { key: 'status', op: 'eq', - value: 6 + value: 7 } ] })).data