From 0fd7c8a9f27046aa9e879bf072ed0caf86e86dcd Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 15 十二月 2023 14:10:04 +0800
Subject: [PATCH] 	modified:   src/views/common/rawMaterial-part.vue 	modified:   src/views/common/ztt-table.vue 	modified:   src/views/equipment/metering/index.vue 	modified:   src/views/quality/finishedProductInspection/finishedProduct-form.vue 	modified:   src/views/quality/processInspect/processInspect-form.vue 	modified:   src/views/quality/rawMaterial/rawMaterial-form.vue

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

diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue
index 7d4a24f..83f7b8d 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) {
@@ -196,6 +205,7 @@
           )
         }
         this.innerVisible = false
+        this.$parent.costPlannedAmountChange(this.currentRow)
       },
       handleCurrentChange(row) {
         this.currentRow = row
@@ -210,6 +220,7 @@
         this.innerVisible = this.currshowlist
         if (this.currshowlist) {
           this.$nextTick(() => {
+            // this.table.data=[]
             this.getData()
           })
         }

--
Gitblit v1.9.3