fix(wms): 修复外标签预览材质显示并添加状态参数

移除外标签预览中厂家信息的显示以简化界面
在coil面板的查询参数中添加status字段用于状态筛选
This commit is contained in:
砂糖
2026-01-12 09:15:18 +08:00
parent f75794f3ff
commit 8a4e67eb3e
2 changed files with 2 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ export default {
computed: {
// 材质展示信息,额外带上厂家的首字母
materialWithManufacturer() {
return this.content.material + ' - ' + this.content.manufacturer
return this.content.material
}
},
data() {

View File

@@ -378,6 +378,7 @@ export default {
pageNum: 1,
pageSize: 20,
dataType: 1,
status: 0,
enterCoilNo: null,
currentCoilNo: null
},