Kaynağa Gözat

金隅问题修改

金隅分支
zhichao lei 3 yıl önce
ebeveyn
işleme
1eaa4f3b4d
3 değiştirilmiş dosya ile 11 ekleme ve 1 silme
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFProcessController.cs
  2. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/htPrint.cshtml
  3. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LR_LGManager/LC_hetong/LC_hetongEntity.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFProcessController.cs Dosyayı Görüntüle

@@ -122,7 +122,7 @@ namespace Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers
var userInfo = new UserEntity();
if (data != null)
{
userInfo = userIbll.GetEntityByUserId(data.F_CreateUserName);
userInfo = userIbll.GetEntityByUserId(data.LC_sqwtr);
}
var beginTime = data?.LC_htkssj.ToDate();
var endTime = data?.LC_htjssj.ToDate();


+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/htPrint.cshtml Dosyayı Görüntüle

@@ -55,12 +55,16 @@
</body>
</html>
<script>
var aurl = '@ViewBag.StampImg' ;
var burl = '@ViewBag.SignImg';
//盖章图片
var stampUrl = '/LR_NewWorkFlow/StampInfo/GetImg?keyValue=@ViewBag.StampImg';
var signUrl = '/LR_SystemModule/Img/GetImg?keyValue=@ViewBag.SignImg';
$('#signImg').attr('src', signUrl);
$('#stampImg').attr('src', stampUrl);

if(!aurl){$('#signImg').hide()}
if(!burl){$('#stampImg').hide()}
var signImg = new Image();
var stampImg = new Image();
signImg.src = $('#signImg')[0].src;


+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LR_LGManager/LC_hetong/LC_hetongEntity.cs Dosyayı Görüntüle

@@ -195,6 +195,12 @@ namespace Learun.Application.TwoDevelopment.LR_LGManager
[Column("LC_BGSYJ")]
public string LC_bgsyj { get; set; }
/// <summary>
/// LC_sqwtr
/// </summary>
/// <returns></returns>
[Column("LC_SQWTR")]
public string LC_sqwtr { get; set; }
/// <summary>
/// OperationTime
/// </summary>
/// <returns></returns>


Yükleniyor…
İptal
Kaydet