lxf vor 1 Jahr
Ursprung
Commit
41f60d9fbf
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/components/process/EHSD/Purchase.vue

+ 1 - 0
src/components/process/EHSD/Purchase.vue

@@ -893,6 +893,7 @@ onMounted(() => {
         formData.data.purchaseProductList = res.rows.map((item) => {
           return {
             productId: item.productId,
+            contractId: item.contractId,
             productName: item.productName,
             productModel: item.productModel,
             quantity: item.expendQuantity,