木箱信息通过搜索弹窗选择,尺寸自动带出
| 木箱唯一码 | 木箱类型 | 尺寸(mm) | 子卷号 | 入库日期 | 状态 |
|---|---|---|---|---|---|
| BXSN-260817-001 | BX-A | 1200 × 1000 × 900 | JR-260817-01 | 2026-08-17 | 已入库 |
| BXSN-260817-002 | BX-B | 1100 × 900 × 850 | JR-260817-02 | 2026-08-17 | 已包装 |
From d3feb61e62f1abc15f6eb952d0d8f43bc425a6b0 Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Tue, 18 Aug 2026 13:57:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=90=E5=8D=B7=E5=8C=85=E8=A3=85?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E6=96=B0=E5=A2=9E=E5=88=A4=E6=96=ADerp?= =?UTF-8?q?=E5=8D=B7=E5=8F=B7=E6=98=AF=E5=90=A6=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ub-package-relation-card-batch-design.html | 85 ++++++++++ ...8-18-pda-bind-package-relation-design.html | 50 ++++++ .../SlittingproductionplanMapper.java | 7 + .../SubPackageRelationServiceImpl.java | 35 ++++ .../subpackagerelation/modules/batch-form.vue | 156 ++++++++++-------- 5 files changed, 260 insertions(+), 73 deletions(-) create mode 100644 docs/prototype_design/design/2026-08-17-sub-package-relation-card-batch-design.html create mode 100644 docs/prototype_design/design/2026-08-18-pda-bind-package-relation-design.html diff --git a/docs/prototype_design/design/2026-08-17-sub-package-relation-card-batch-design.html b/docs/prototype_design/design/2026-08-17-sub-package-relation-card-batch-design.html new file mode 100644 index 00000000..d65c6a41 --- /dev/null +++ b/docs/prototype_design/design/2026-08-17-sub-package-relation-card-batch-design.html @@ -0,0 +1,85 @@ + + +
+ + +| 木箱唯一码 | 木箱类型 | 尺寸(mm) | 子卷号 | 入库日期 | 状态 |
|---|---|---|---|---|---|
| BXSN-260817-001 | BX-A | 1200 × 1000 × 900 | JR-260817-01 | 2026-08-17 | 已入库 |
| BXSN-260817-002 | BX-B | 1100 × 900 × 850 | JR-260817-02 | 2026-08-17 | 已包装 |
木箱信息通过搜索弹窗选择,尺寸自动带出
| 序号 | * 木箱唯一码 | * 子卷号 | * 木箱类型 | -木箱长 | 木箱宽 | 木箱高 | -* 保质期(天) | * 入库日期 | -* 状态 | 操作 | -
|---|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | -{{ fieldError(index, 'packageBoxSn') }} | -{{ fieldError(index, 'containerName') }} | -{{ fieldError(index, 'boxType') }} | -- | - | - | 天{{ fieldError(index, 'qualityGuaranPeriod') }} | -{{ fieldError(index, 'status') }} | -- | |
| 第 {{ index + 1 }} 行:{{ rowErrors.get(row.clientKey) }} | ||||||||||