Quellcode durchsuchen

Merge branch 'master' of http://36.137.93.232:3000/hf/byte-sailing-new

cz vor 1 Jahr
Ursprung
Commit
d047c4b0e0
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,