瀏覽代碼

1. 小炒系统电子秤委托修改。

煮面机(新)
ZhaoGang 1 年之前
父節點
當前提交
8828bcfcaf
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      BPASmartClient.MorkCL/View/EditFunctionParamView.xaml
  2. +1
    -1
      BPASmartClient.MorkCL/ViewModel/ItemStorageViewModel.cs

+ 1
- 1
BPASmartClient.MorkCL/View/EditFunctionParamView.xaml 查看文件

@@ -98,7 +98,7 @@
BorderThickness="1"
DisplayMemberPath="Name"
FontSize="18"
IsEditable="False"
IsEditable="False" ScrollViewer.VerticalScrollBarVisibility="Auto"
ItemsSource="{Binding ComboBoxItemsSource}"
Text="{Binding ParValue}"
Visibility="{Binding IsUseComboBox, Converter={StaticResource Bool2VisibilityConverter}}">


+ 1
- 1
BPASmartClient.MorkCL/ViewModel/ItemStorageViewModel.cs 查看文件

@@ -34,7 +34,7 @@ namespace BPASmartClient.MorkCL.ViewModel
ScaleCurrentWeight = 1.23f;
#endif
}
}, "SendCurrentWeight");
}, "SendCurrentWeight",true);

//ActionManage.GetInstance.Register((object o) =>
//{


Loading…
取消
儲存