From 960f5bbd741424595030280efc9f89dfd38b0aa1 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 15 十二月 2023 11:02:28 +0800 Subject: [PATCH] 原材料检验-扫码修改 --- src/views/common/rawMaterial-part.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue index 7d4a24f..e920087 100644 --- a/src/views/common/rawMaterial-part.vue +++ b/src/views/common/rawMaterial-part.vue @@ -65,7 +65,6 @@ return { ajaxFun: chooseIFS, innerVisible: false, - listLoading: true, currentRow: null, multipleSelection: [], uploadInfo: { @@ -111,6 +110,14 @@ isSearch: true, searchInfoType: 'text' }, + { + minWidth: '120', + prop: 'projectName', + label: '椤圭洰鍚嶇О', + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, { minWidth: '100', prop: 'name', @@ -178,8 +185,10 @@ mounted() { }, + // props:['currentRow'], methods: { getData() { + console.log(1111); if (this.$refs.rawPartTable !== undefined) { this.$refs.rawPartTable.getDataList() } @@ -196,6 +205,7 @@ ) } this.innerVisible = false + this.$parent.costPlannedAmountChange(this.currentRow) }, handleCurrentChange(row) { this.currentRow = row -- Gitblit v1.9.3