ysy 1 anno fa
parent
commit
041c5aa3be

+ 2 - 0
src/views/productionPlan/components/disassemblePlanPop.vue

@@ -329,6 +329,7 @@
           _num = _num.toFixed(3);
           return {
             id: m.id,
+            categoryId: m.categoryId,
             productCode: m.code,
             productName: m.name,
             brandNo: m.brandNo,
@@ -359,6 +360,7 @@
         _list = list.map((m) => {
           return {
             id: m.id,
+            categoryId: m.id,
             productCode: m.code,
             productName: m.name,
             brandNo: m.brandNo,