配合示方生成混炼示方完善
This commit is contained in:
@@ -56,11 +56,14 @@ public class MixerMaterialEditDialogViewModel : BaseViewModel, IDialogResultable
|
||||
|
||||
public void InitializeForAdd()
|
||||
{
|
||||
//update-begin---author:jiangxh ---date:20260729 for:【密炼物料】新增默认保质期365天-----------
|
||||
Material = new MesMixerMaterial
|
||||
{
|
||||
FeedManageStatus = 1,
|
||||
UseStatus = 1
|
||||
UseStatus = 1,
|
||||
ShelfLifeDays = 365
|
||||
};
|
||||
//update-end---author:jiangxh ---date:20260729 for:【密炼物料】新增默认保质期365天-----------
|
||||
MinorCategoryOptions.Clear();
|
||||
RaisePropertyChanged(nameof(IsAddMode));
|
||||
RaisePropertyChanged(nameof(DialogTitle));
|
||||
|
||||
Reference in New Issue
Block a user