From 7feefe4da029af2ccc5df87c084c754895763cac Mon Sep 17 00:00:00 2001
From: kkk-ops <1050738955@qq.com>
Date: Fri, 9 Jan 2026 19:53:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E3=80=81=E8=AE=A1=E5=88=92?=
=?UTF-8?q?=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.local | 2 +-
src/views/mes/feedingrecord/index.vue | 8 +-
src/views/mes/plan/components/PlanDetail.vue | 3 +-
src/views/mes/plan/index.vue | 14 +-
.../zjproductrecord/ZjProductRecordForm.vue | 131 +++++++++
.../components/ZjProductRecordForm.vue | 144 ++++++++++
src/views/mes/zjproductrecord/index.vue | 265 ++++++++++++++++++
7 files changed, 558 insertions(+), 9 deletions(-)
create mode 100644 src/views/mes/zjproductrecord/ZjProductRecordForm.vue
create mode 100644 src/views/mes/zjproductrecord/components/ZjProductRecordForm.vue
create mode 100644 src/views/mes/zjproductrecord/index.vue
diff --git a/.env.local b/.env.local
index 2167ba7a..5bdf058c 100644
--- a/.env.local
+++ b/.env.local
@@ -8,7 +8,7 @@ VITE_DEV=true
# 线上环境
# VITE_BASE_URL='https://besure.ngsk.tech:7001'
# 本地联调
-VITE_BASE_URL='http://192.168.5.107:48081'
+VITE_BASE_URL='http://localhost:48081'
# VITE_BASE_URL='http://192.168.5.135:48081'
diff --git a/src/views/mes/feedingrecord/index.vue b/src/views/mes/feedingrecord/index.vue
index 0f5d6563..99529200 100644
--- a/src/views/mes/feedingrecord/index.vue
+++ b/src/views/mes/feedingrecord/index.vue
@@ -111,11 +111,11 @@
-
+
-
编辑
-
+ -->
{
dialogVisible.value = true
- // dialogTitle.value = t('action.' + type)
+ dialogTitle.value = t('action.' + '详情')
// formType.value = type
editDisable.value = false
resetForm()
formData.value = await PlanApi.getPlan(id)
- console.log()
}
defineExpose({ open }) // 提供 open 方法,用于打开弹窗
diff --git a/src/views/mes/plan/index.vue b/src/views/mes/plan/index.vue
index 4d62170c..075ce24a 100644
--- a/src/views/mes/plan/index.vue
+++ b/src/views/mes/plan/index.vue
@@ -236,8 +236,7 @@
检验
@@ -324,6 +323,9 @@
+
+
+
\ No newline at end of file
diff --git a/src/views/mes/zjproductrecord/components/ZjProductRecordForm.vue b/src/views/mes/zjproductrecord/components/ZjProductRecordForm.vue
new file mode 100644
index 00000000..d8383524
--- /dev/null
+++ b/src/views/mes/zjproductrecord/components/ZjProductRecordForm.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/mes/zjproductrecord/index.vue b/src/views/mes/zjproductrecord/index.vue
new file mode 100644
index 00000000..b0dc8663
--- /dev/null
+++ b/src/views/mes/zjproductrecord/index.vue
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+ 新增
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file