From 94ec97c7efa02e2d578fee84012994990c6ed54e Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 21 Jan 2025 15:34:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BF=BD=E8=B8=AA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/materials_gx.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/mtm/materials_gx.vue b/src/views/mtm/materials_gx.vue index 8d37b2dc..a79baa52 100644 --- a/src/views/mtm/materials_gx.vue +++ b/src/views/mtm/materials_gx.vue @@ -107,6 +107,12 @@ width="80" > + + + @@ -216,6 +222,7 @@ export default { 30: "主要原料", 40: "辅助材料", }, + project_code:"", materialId: "", materialName: "", showHidden: false, @@ -226,6 +233,7 @@ export default { this.apiObj = this.$API.mtm.material.list; this.$refs.table.queryData(this.query); this.materialTemplate = this.materialTemplate+"?t=" + new Date().getTime(); + this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; }, methods: { rowClick(row) {