From 46aaa47e07871874bdbed3cb6045440403eb61be Mon Sep 17 00:00:00 2001 From: helloDy <1615073571@qq.com> Date: Fri, 13 Oct 2023 17:05:01 +0800 Subject: [PATCH] bug --- package.json | 2 +- src/api/core/base/lineBindProductLog.js | 13 ++++-- src/assets/icons/svg/changelogo.svg | 15 +++++++ src/views/core/base/factory/index.vue | 2 +- src/views/core/base/lineBindProduct/index.vue | 28 ++++++------- .../base/lineBindProduct/selectProduct.vue | 8 ++-- src/views/core/base/product/index.vue | 33 +++++++-------- src/views/core/base/productionLine/index.vue | 42 ++++++++----------- src/views/core/monitoring/auto/index.vue | 4 +- src/views/core/monitoring/data/index.vue | 4 +- .../monitoring/sectionStatistics/index.vue | 4 +- .../timing-diagram/components/gantt.js | 2 +- 12 files changed, 82 insertions(+), 75 deletions(-) create mode 100644 src/assets/icons/svg/changelogo.svg diff --git a/package.json b/package.json index 8715ba64..08d55ea0 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "vue-count-to": "1.0.13", "vue-cropper": "0.5.8", "vue-meta": "^2.4.0", - "vue-plugin-hiprint": "^0.0.54-fix", + "vue-plugin-hiprint": "0.0.54-fix", "vue-quill-editor": "^3.0.6", "vue-router": "3.4.9", "vue-video-player": "^5.0.2", diff --git a/src/api/core/base/lineBindProductLog.js b/src/api/core/base/lineBindProductLog.js index 5d402106..50316f71 100644 --- a/src/api/core/base/lineBindProductLog.js +++ b/src/api/core/base/lineBindProductLog.js @@ -1,3 +1,10 @@ +/* + * @Author: Do not edit + * @Date: 2023-08-28 15:30:53 + * @LastEditTime: 2023-10-13 17:00:20 + * @LastEditors: DY + * @Description: + */ import request from '@/utils/request' // 创建产线目前生产产品表 主要为更新 @@ -35,11 +42,11 @@ export function getLineBindProductLog(id) { } // 获得产线目前生产产品表 主要为更新分页 -export function getLineBindProductLogPage(query) { +export function getLineBindProductLogPage(data) { return request({ url: '/base/line-bind-product-log/page', - method: 'get', - params: query + method: 'post', + data: data }) } diff --git a/src/assets/icons/svg/changelogo.svg b/src/assets/icons/svg/changelogo.svg new file mode 100644 index 00000000..70f3d31d --- /dev/null +++ b/src/assets/icons/svg/changelogo.svg @@ -0,0 +1,15 @@ + + + 状态切换备份 3 + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/core/base/factory/index.vue b/src/views/core/base/factory/index.vue index 1700bf44..236967b2 100644 --- a/src/views/core/base/factory/index.vue +++ b/src/views/core/base/factory/index.vue @@ -51,7 +51,7 @@ const tableProps = [ { prop: 'code', label: '工厂编码' - }, + }, { prop: 'name', label: '工厂名称' diff --git a/src/views/core/base/lineBindProduct/index.vue b/src/views/core/base/lineBindProduct/index.vue index 1fc31501..3abff327 100644 --- a/src/views/core/base/lineBindProduct/index.vue +++ b/src/views/core/base/lineBindProduct/index.vue @@ -2,15 +2,14 @@ * @Author: zwq * @Date: 2023-08-02 15:12:42 * @LastEditors: DY - * @LastEditTime: 2023-10-10 16:49:03 + * @LastEditTime: 2023-10-13 16:35:03 * @Description: -->