feat(生产时间): 添加生产开始时间自动填充功能

在卷材操作的各个页面中,自动将待操作任务的创建时间设置为生产开始时间。同时在生产面板中新增生产时间相关字段的显示列
This commit is contained in:
砂糖
2026-03-18 10:24:28 +08:00
parent 3d6391bf32
commit 8e6f89ee55
5 changed files with 46 additions and 8 deletions

View File

@@ -427,6 +427,11 @@ export default {
const pendingActionRes = await getPendingAction(actionId)
actionType = pendingActionRes.data.actionType
// 填写生产开始时间
this.$set(this.updateForm, 'productionStartTime', pendingActionRes.data.createTime)
this.
this.isAcidRolling = actionType == 11
if (this.isAcidRolling) {