public SelectProductCommand() { this.RefProperty = ProductRefItem.ProductIdProperty; this.Template = new ProductModule(); //选择商品界面不需要显示附件 this.Template.BlocksDefined += (o, e) => { e.Blocks.Children.Clear(); }; }
public AddBill() { this.Template = new BillTemplate(); }
public ShowBill() { this.Template = new ReadonlyBillTemplate(); }