lxf 1 year ago
parent
commit
b3bf96efd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/production/operation/overclaim/index.vue

+ 1 - 1
src/views/production/operation/overclaim/index.vue

@@ -152,12 +152,12 @@ const changeOrder = () => {
         formData.data.productionExceedReceiveSkuList = res.map((item) => {
           return {
             bomSpecId: item.bomSpecId,
+            skuSpecId: item.skuSpecId,
             name: item.name,
             code: item.code,
             bomCode: item.bomCode,
             quantity: undefined,
             orderQuantity: item.quantity,
-            id: item.id,
           };
         });
       } else {