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) {