From 3a46ae62a484b4ea1a9dbfb39859275f5c70ba03 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 24 八月 2023 18:06:47 +0800
Subject: [PATCH] bug修复

---
 src/views/other/payment/saleInvoice/addSaleInvoice.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/other/payment/saleInvoice/addSaleInvoice.vue b/src/views/other/payment/saleInvoice/addSaleInvoice.vue
index e423c7f..0c2244b 100644
--- a/src/views/other/payment/saleInvoice/addSaleInvoice.vue
+++ b/src/views/other/payment/saleInvoice/addSaleInvoice.vue
@@ -413,8 +413,7 @@
       clientId: this.editCommonConfig.infomation.client_id,
       SalesDetailsId: this.editCommonConfig.infomation.SalesDetailsId,
       serviceContractId: this.editCommonConfig.infomation.id,
-      tableData: [],
-      productId: 1
+      tableData: []
     }
   },
   created() {
@@ -652,7 +651,7 @@
       this.productId = 1
       this.tableData = [
         {
-          id: 1,
+          id: 0,
           Amount: 0,
           IsSale: true,
           MaterialMode: "",

--
Gitblit v1.8.0