删除交易详情 交易确认书生成
This commit is contained in:
@@ -49,18 +49,6 @@
|
||||
@MyControls.Btn("文件管理", "contractManagement('" + tradeModel.TradeNumber + "')")
|
||||
}
|
||||
|
||||
if (IsGenerateConfirmDoc && canGenerate)
|
||||
{
|
||||
if (YLErp.PS.Config.ComponentVersion == YLErp.Configuration.ComponentVersion.MarketMaker)
|
||||
{
|
||||
@MyControls.Btn("生成确认书", "gJGenerateConfirmBook('" + tradeModel.id + "','" + tradeModel.HasGeneratedConfirmBook() + "')")
|
||||
}
|
||||
else if (YLErp.PS.Config.Company != YLErp.Configuration.CompanyEnum.渤海)
|
||||
{
|
||||
@MyControls.Btn("生成确认书", "toPdf('" + tradeModel.EncryptId + "')")
|
||||
}
|
||||
}
|
||||
|
||||
if (canBackTrade)
|
||||
{
|
||||
@MyControls.Btn("交易回退", "backTrade('" + tradeModel.EncryptId + "')")
|
||||
|
||||
Reference in New Issue
Block a user