From 329e41ccb0cd24d102b8d5c6db5c167ca01da857 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 16 四月 2024 11:08:15 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/a1536384743/erp_-override

---
 north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue b/north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue
index 9ea316d..7152658 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/mainIngredient/CreateIngredients.vue
@@ -87,8 +87,11 @@
   let materialStore={
     id:ruleForm.value.id,
     type:value.value,
-    json:productName
+    json:productName,
+    width:BasicData.value[0].Type,
+    height:BasicData.value[1].Type
   }
+  console.log(materialStore)
   if(isBool){
     request.post("/MaterialStore/saveMaterialStore", materialStore).then((res) => {
       if(res.code==200){

--
Gitblit v1.8.0