yusheng 1 年之前
父节点
当前提交
17a46ce53c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/purchasingManage/purchaseOrder/invoice/components/addInvoiceDialog.vue

+ 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 = '';