修改
This commit is contained in:
@@ -75,7 +75,7 @@ namespace RIZO_Application.Modules.ModuleName.ViewModels
|
|||||||
{
|
{
|
||||||
_eventAggregator.GetEvent<SystemLogEvent>().Publish($"收到打印请求: {printDto.Name}");
|
_eventAggregator.GetEvent<SystemLogEvent>().Publish($"收到打印请求: {printDto.Name}");
|
||||||
|
|
||||||
// 准备打印参数
|
// 1.准备全部打印参数表
|
||||||
var printParameters = new Dictionary<string, string>
|
var printParameters = new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
{ "10", printDto.PartNumber },
|
{ "10", printDto.PartNumber },
|
||||||
|
|||||||
Reference in New Issue
Block a user