From 76acbd7a767c72fedbe4f613d6efab97775ed26a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 08 四月 2025 16:38:02 +0800
Subject: [PATCH] 原辅材,成品下单修改
---
src/views/business/productOrder/components/add.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/business/productOrder/components/add.vue b/src/views/business/productOrder/components/add.vue
index b0d63fa..b6afc93 100644
--- a/src/views/business/productOrder/components/add.vue
+++ b/src/views/business/productOrder/components/add.vue
@@ -1756,7 +1756,7 @@
selectStandardProductList({
model: this.addObj.model ? this.addObj.model : row.model,
modelNum: row.modelNum,
- standardMethodListId: JSON.stringify(val),
+ standardMethodListIds: val,
state: 1,
factory: selectTreeList.join(" - "),
cores: row.cores,
@@ -1821,7 +1821,7 @@
selectStandardProductList({
model: this.addObj.model ? this.addObj.model : row.model,
modelNum: row.modelNum,
- standardMethodListId: JSON.stringify(val),
+ standardMethodListIds: val,
state: 1,
cores: row.cores,
factory: selectTreeList.join(" - "),
--
Gitblit v1.9.3