Commit 7e48e7ce by 米嘉伟

质量检查

parent d9a6c700
......@@ -414,6 +414,7 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error("请选择需要复制条码号的数据!");
this.selectBoo = true;
this.isShowTip = true;
} else {
self.multipleSelection.forEach((item) => {
self.barcode.push(item.barcode);
......
......@@ -450,6 +450,8 @@ export default {
display: flex;
.lableresult {
width: 129px;
padding: 0 24px;
box-sizing: border-box;
height: 100%;
display: flex;
justify-content: space-around;
......@@ -473,6 +475,9 @@ export default {
}
.tmxz {
opacity: 0.1;
&:hover {
opacity: 0.5;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment