配合示方生成混炼示方完善

This commit is contained in:
2026-07-30 11:28:26 +08:00
parent 2310f79f43
commit 5c27bacd11
231 changed files with 33361 additions and 184 deletions

View File

@@ -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));