fix(wms): 修复外标签预览材质显示并添加状态参数
移除外标签预览中厂家信息的显示以简化界面 在coil面板的查询参数中添加status字段用于状态筛选
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
computed: {
|
||||
// 材质展示信息,额外带上厂家的首字母
|
||||
materialWithManufacturer() {
|
||||
return this.content.material + ' - ' + this.content.manufacturer
|
||||
return this.content.material
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
@@ -378,6 +378,7 @@ export default {
|
||||
pageNum: 1,
|
||||
pageSize: 20,
|
||||
dataType: 1,
|
||||
status: 0,
|
||||
enterCoilNo: null,
|
||||
currentCoilNo: null
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user