yusheng 1 gadu atpakaļ
vecāks
revīzija
17a46ce53c

+ 4 - 2
src/views/purchasingManage/purchaseOrder/invoice/components/addInvoiceDialog.vue

@@ -427,7 +427,8 @@
             supplierName,
             sourceType,
             sourceTypeName,
-            pricingWay
+            pricingWay,
+            id
           } = data;
           if (productList && productList.length > 0) {
             productList.forEach((v) => {
@@ -447,7 +448,8 @@
             sendNoteNo,
             carNo,
             pricingWay,
-            outsourceSendCode: code
+            outsourceSendCode: code,
+            outsourceSendId: id,
           });
           productList.forEach((item) => {
             item.id = '';