From f46cee495a04b8870cf94326ead61fe087ad05f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 18 Mar 2026 16:32:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E4=BF=AE=E5=A4=8D=E9=85=B8?= =?UTF-8?q?=E8=BD=A7=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复酸轧判断条件中的格式错误,移除多余的空行并添加括号以提升代码可读性 --- klp-ui/src/views/wms/coil/typing.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/klp-ui/src/views/wms/coil/typing.vue b/klp-ui/src/views/wms/coil/typing.vue index 012b19df..2f085eff 100644 --- a/klp-ui/src/views/wms/coil/typing.vue +++ b/klp-ui/src/views/wms/coil/typing.vue @@ -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