From d9c032ee1d03d831d12a33cf414297b5a24f9f33 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 21 Aug 2025 09:37:14 +0800 Subject: [PATCH] =?UTF-8?q?2025-08-21=20=E6=94=B6=E8=B4=A7=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/qc/Inbound_notification.js | 26 + src/views/main-navbar.vue | 23 +- src/views/modules/qc/FQCResultEntry.vue | 14 +- src/views/modules/qc/IPQCResultEntry.vue | 17 +- src/views/modules/qc/OQCResultEntry.vue | 1 + src/views/modules/qc/inboundNotification.vue | 1698 ++++++++++++++++++ src/views/modules/qc/qcPartAttribute.vue | 6 +- 7 files changed, 1754 insertions(+), 31 deletions(-) create mode 100644 src/api/qc/Inbound_notification.js create mode 100644 src/views/modules/qc/inboundNotification.vue diff --git a/src/api/qc/Inbound_notification.js b/src/api/qc/Inbound_notification.js new file mode 100644 index 0000000..f29f5fa --- /dev/null +++ b/src/api/qc/Inbound_notification.js @@ -0,0 +1,26 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 查询收获入库单 +export const searchInboundNotification = data => createAPI('/inbound/searchInboundNotification','post',data) +// 新增收获入库单 +export const saveInboundNotification = data => createAPI('/inbound/saveInboundNotification','post',data) +// 删除收获入库单 +export const deleteInboundNotification = data => createAPI('/inbound/deleteInboundNotification','post',data) +// 关闭收获入库单 +export const closeInboundNotification = data => createAPI('/inbound/closeInboundNotification','post',data) +// 下达收获入库单 +export const issueInboundNotification = data => createAPI('/inbound/issueInboundNotification','post',data) + +// 查询收获入库单明细 +export const getInboundDetail = data => createAPI('/inbound/getInboundDetail','post',data) +// 新增收获入库单明细 +export const saveInboundDetail = data => createAPI('/inbound/saveInboundDetail','post',data) +// 查物料 +export const getInboundPartList = data => createAPI('/inbound/getInboundPartList','post',data) +// 删除收获入库单明细 +export const deleteInboundDetail = data => createAPI('/inbound/deleteInboundDetail','post',data) +// 批量编辑明细 +export const updateInboundDetail = data => createAPI('/inbound/updateInboundDetail','post',data) +// 获取入库明细 +export const getInboundDetail2 = data => createAPI('/inbound/getInboundDetail2','post',data) + diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index bfec397..448adb0 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -32,14 +32,14 @@ - - - - 工具待审核 - - - - + + + + + + + + 帮助 @@ -61,9 +61,8 @@ {{ pageLanguage.updateDefaultLanguage }} - {{ pageLanguage.cssSetting }} - - {{ pageLanguage.printSetting }} + {{ pageLanguage.cssSetting }} + @@ -130,7 +129,7 @@ export default { userSetting: '用户设置', updatePassword: '修改密码', updateDefaultLanguage: '修改默认语言', - cssSetting: '主提设置', + cssSetting: '主题设置', printSetting: '打印设置', }, // 导出 end diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 6abd7ad..8b4b132 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -179,7 +179,7 @@ - + 派工单号 @@ -196,7 +196,7 @@ - + - + 物料编码 @@ -227,7 +227,7 @@ - + @@ -235,7 +235,7 @@ - + 检验模板 检验模板 @@ -255,7 +255,7 @@ - + @@ -266,7 +266,7 @@ - + diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue index 60aef25..24bfe81 100644 --- a/src/views/modules/qc/IPQCResultEntry.vue +++ b/src/views/modules/qc/IPQCResultEntry.vue @@ -183,7 +183,7 @@ - + 派工单号 @@ -200,7 +200,7 @@ - + - + 物料编码 @@ -231,7 +231,7 @@ - + @@ -239,7 +239,7 @@ - + @@ -262,7 +262,7 @@ - + 检验模板 检验模板 @@ -275,12 +275,12 @@ - + - + @@ -3323,7 +3323,6 @@ type: 'warning' }).then(() => { let tempData = { - site: this.$store.state.user.site, submitList: this.IPQCSelections } ipqcRecordDelete(tempData).then(({data}) => { diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue index 0b82f6d..f555d41 100644 --- a/src/views/modules/qc/OQCResultEntry.vue +++ b/src/views/modules/qc/OQCResultEntry.vue @@ -173,6 +173,7 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 新增 + 删除 + 归档 + + + {{'导出'}} + + + + + + + + + + + + + + + + + + + + + + + + + + {{ i.sitename }} + + {{ i.buDesc }} + + + + + + + + + + + + + + + + + + + 供应商 + + + + + + + + + + + 保存 + 关闭 + + + + + + + + 新增 + 删除 + 批量编辑 + 批量保存 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + 查询 + + +
+ + + 可选物料 + + + + + + + + + + + + + + + +
+ 添加>> + 删除<< +
+
+ + 已选物料 +
+ + + + + + + + + + + +
+
+
+ + + 可选物料 + + + + + + + + + + + + + + + + + + + + + +
+ 添加>> + 删除<< +
+
+ + 已选物料 +
+ + + + + + + + + + + + + +
+
+
+ + 保存 + 关闭 + +
+ + + + + + + + + 关闭 + + + + + +
+ + + + diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index 79ce623..8188f22 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -28,7 +28,7 @@ - 查询 + 查询 {{'导出'}} @@ -73,8 +73,8 @@ width="100" label="操作">