fix(wms): 修复酸轧判断条件格式错误

修复酸轧判断条件中的格式错误,移除多余的空行并添加括号以提升代码可读性
This commit is contained in:
砂糖
2026-03-18 16:32:50 +08:00
parent 8f8729d2b2
commit f46cee495a

View File

@@ -430,9 +430,7 @@ export default {
// 填写生产开始时间
this.$set(this.updateForm, 'productionStartTime', pendingActionRes.data.createTime)
this.
this.isAcidRolling = actionType == 11
this.isAcidRolling = (actionType == 11)
if (this.isAcidRolling) {
this.acidPrefill.visible = true