From 41066e88fa1ff31c3f692d559afeee2d9afc0cd1 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期一, 06 十一月 2023 09:18:09 +0800
Subject: [PATCH] s

---
 src/views/common/rawMaterial-part.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue
index 7d4a24f..9a29d28 100644
--- a/src/views/common/rawMaterial-part.vue
+++ b/src/views/common/rawMaterial-part.vue
@@ -112,6 +112,14 @@
               searchInfoType: 'text'
             },
             {
+              minWidth: '120',
+              prop: 'projectName',
+              label: '椤圭洰鍚嶇О',
+              isTrue: true,
+              isSearch: true,
+              searchInfoType: 'text'
+           },
+            {
               minWidth: '100',
               prop: 'name',
               label: '鍘熸潗鏂欏悕绉�',
@@ -178,6 +186,7 @@
     mounted() {
 
     },
+    // props:['currentRow'],
     methods: {
       getData() {
         if (this.$refs.rawPartTable !== undefined) {
@@ -185,6 +194,8 @@
         }
       },
       saveSelectRow() {
+        // console.log(this.multipleSelection);
+        console.log();
         if (this.multiSelect) {
           this.$emit('handleSelectionChange', this.multipleSelection)
         } else {
@@ -196,9 +207,12 @@
           )
         }
         this.innerVisible = false
+        this.$parent.costPlannedAmountChange(this.currentRow)
       },
       handleCurrentChange(row) {
+        console.log(row);
         this.currentRow = row
+        console.log(this.currentRow);
       },
       handleSelectionChange(val) {
         // 澶氳閫変腑

--
Gitblit v1.9.3