From 7b539403e9093a8bfaad46ea28c20a15ba5562f4 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Wed, 2 Apr 2025 09:23:58 +0800
Subject: [PATCH] =?UTF-8?q?YT-2316=E5=8F=B7=E5=8F=A3=E5=93=81=E5=AE=8C?=
=?UTF-8?q?=E5=B7=A5=E7=94=B3=E8=AF=B7=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=A8=A1?=
=?UTF-8?q?=E7=89=88=EF=BC=8C25=E6=9D=A1=E6=95=B0=E6=8D=AE=EF=BC=8C?=
=?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE=E5=8F=AA?=
=?UTF-8?q?=E6=9C=8920=E6=9D=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../productreceiptAssembleRequestMain/index.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue
index df67a0517..c621bedc5 100644
--- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue
+++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue
@@ -469,8 +469,9 @@ const buttonTableClick = async (val, row) => {
await getProductreceiptRequestDetailAllList(row.number)
// 打开创建标签页面
// dialogVisible.value = true
- formLabelRef.value.open('create', row)
- detatableData.tableList.map((item) => {
+ formLabelRef.value.open('create', row)
+ console.log(detatableData.value)
+ detatableData.value.map((item) => {
// 查询品番类型 原料 只能选择 供应商代码 半成品成品其他 只能选择 生产线
ItembasicApi.getItembasicPage({
pageSize: 10,
@@ -744,7 +745,7 @@ const submitFormLabel = async (formType, submitData) => {
}
formLabelRef.value.formLoading = true
- data.subList=detatableData.tableList
+ data.subList=detatableData.value
await ProductreceiptRequestMainApi.productCreateLabel(data).then(res => {
isCreateLabel.value = true
message.success('创建标签成功')