From ffd1100e5bc5eabcaa7d18afa4c29c6d94944290 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 14 一月 2026 17:38:21 +0800
Subject: [PATCH] 1.外购下单:标签打印样式调整 2.检验任务:委托订单去除【物料属性】筛选项
---
src/views/standard/standardLibrary/components/BatchCopy.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/standard/standardLibrary/components/BatchCopy.vue b/src/views/standard/standardLibrary/components/BatchCopy.vue
index 2b567ca..cbf23d6 100644
--- a/src/views/standard/standardLibrary/components/BatchCopy.vue
+++ b/src/views/standard/standardLibrary/components/BatchCopy.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="鎵归噺缂栬緫" width="90%">
+ <el-dialog :visible.sync="batchCopyDia" class="more-edit" title="鎵归噺缂栬緫" width="90%" @closed="$emit('close')">
<el-row>
<el-col :span="6" class="search_thing">
<div class="search_label">鏍峰搧鍚嶇О锛�</div>
@@ -527,6 +527,9 @@
} else {
this.sample = trees[3];
}
+ this.standardMethodListId = null;
+ this.productList1 = [];
+ this.methods = [];
this.selectStandardTree = false;
},
handleSelectionChange0(val) {
--
Gitblit v1.9.3