Commit 15f9efb992997023a44c91edfcc20c3a99c1192d
1 parent
0f65c6c8
修改报工任务默认“未上报页签”
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/commonModelComponent/index.js
| ... | ... | @@ -587,7 +587,7 @@ const useCommonModelEvent = props => { |
| 587 | 587 | ? now.subtract(1, "days").format("YYYY-MM-DD") |
| 588 | 588 | : now.format("YYYY-MM-DD"), |
| 589 | 589 | runningShift = props.app?.userinfo?.sShift.toString(), |
| 590 | - iShowType = 1 | |
| 590 | + iShowType = 0 | |
| 591 | 591 | } = props; |
| 592 | 592 | conditonValues.tCreateTime = runningTime; |
| 593 | 593 | conditonValues.sShiftNew = runningShift; | ... | ... |