fix(wms): 修复酸轧判断条件格式错误
修复酸轧判断条件中的格式错误,移除多余的空行并添加括号以提升代码可读性
This commit is contained in:
@@ -430,9 +430,7 @@ export default {
|
|||||||
// 填写生产开始时间
|
// 填写生产开始时间
|
||||||
this.$set(this.updateForm, 'productionStartTime', pendingActionRes.data.createTime)
|
this.$set(this.updateForm, 'productionStartTime', pendingActionRes.data.createTime)
|
||||||
|
|
||||||
this.
|
this.isAcidRolling = (actionType == 11)
|
||||||
|
|
||||||
this.isAcidRolling = actionType == 11
|
|
||||||
|
|
||||||
if (this.isAcidRolling) {
|
if (this.isAcidRolling) {
|
||||||
this.acidPrefill.visible = true
|
this.acidPrefill.visible = true
|
||||||
|
|||||||
Reference in New Issue
Block a user