feat(钢卷异常): 重构钢卷异常表单组件并集成到各相关页面
新增AbnormalForm组件统一管理钢卷异常表单,减少代码重复 在合卷、分条、打字等页面添加异常信息管理功能 优化异常信息展示样式,支持添加、编辑和删除操作
This commit is contained in:
@@ -99,7 +99,16 @@ export default {
|
||||
},
|
||||
supplierCoilNo() {
|
||||
return this.coilInfo.supplierCoilNo || '-'
|
||||
}
|
||||
},
|
||||
length() {
|
||||
return this.coilInfo.length || '-'
|
||||
},
|
||||
actualLength() {
|
||||
return this.coilInfo.actualLength || '-'
|
||||
},
|
||||
actualWidth() {
|
||||
return this.coilInfo.actualWidth || '-'
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
getCoilInfo() {
|
||||
|
||||
Reference in New Issue
Block a user