Commit 15f9efb992997023a44c91edfcc20c3a99c1192d

Authored by qmj
1 parent 0f65c6c8

修改报工任务默认“未上报页签”

src/mes/common/commonModelComponent/index.js
@@ -587,7 +587,7 @@ const useCommonModelEvent = props => { @@ -587,7 +587,7 @@ const useCommonModelEvent = props => {
587 ? now.subtract(1, "days").format("YYYY-MM-DD") 587 ? now.subtract(1, "days").format("YYYY-MM-DD")
588 : now.format("YYYY-MM-DD"), 588 : now.format("YYYY-MM-DD"),
589 runningShift = props.app?.userinfo?.sShift.toString(), 589 runningShift = props.app?.userinfo?.sShift.toString(),
590 - iShowType = 1 590 + iShowType = 0
591 } = props; 591 } = props;
592 conditonValues.tCreateTime = runningTime; 592 conditonValues.tCreateTime = runningTime;
593 conditonValues.sShiftNew = runningShift; 593 conditonValues.sShiftNew = runningShift;