feat(wms): 新增发货页面并更新物料显示字段

- 新增wms/coil/ship.vue发货页面
- 在product.vue中添加status查询参数
- 更新real.vue中状态标签的显示条件
- 修改do.vue面板中的物料信息显示字段,替换厚度/宽度为材质/表面处理等字段
This commit is contained in:
砂糖
2025-11-25 14:41:35 +08:00
parent 67dbb34c28
commit d9fcfe35d1
4 changed files with 59 additions and 19 deletions

View File

@@ -13,9 +13,9 @@ export default {
return {
qrcode: false,
querys: {
// itemType: 'product',
dataType: 1,
materialType: '成品'
materialType: '成品',
status: 0
},
labelType: '3',
showStatus: true,