From 01d416f2a51ee0d3d6f678f6c6d5c5649890f6bb Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Thu, 15 Jul 2021 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=B5=81=E7=A8=8B=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E3=80=81=E5=90=88=E5=90=8C=E5=BD=92=E6=A1=A3=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/NWFProcess/ContractFiling.js | 17 +++++++++++++++-- .../Views/NWFProcess/ContractFilingMonitor.js | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFiling.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFiling.js index 7ec9eb6c9..69b68691c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFiling.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFiling.js @@ -111,7 +111,8 @@ var bootstrap = function ($, learun) { $('#gridtable').jfGrid({ url: top.$.rootUrl + '/LR_NewWorkFlow/NWFProcess/GetContractList', headData: [ - { label: '合同编号', name: 'LC_htbh', width: 150, align: "left" }, + { label: '申报日期', name: 'F_ModifyDate', width: 200, align: "left" }, + //{ label: '合同编号', name: 'LC_htbh', width: 150, align: "left" }, { label: '合同名称', name: 'LC_htmc', width: 200, align: "left" }, { label: '合同额(万元)', name: 'LC_htzje', width: 200, align: "left" }, { @@ -127,6 +128,19 @@ var bootstrap = function ($, learun) { }); } }, + { + label: '授权委托人', name: 'LC_sqwtr', width: 100, align: "left", + formatterAsync: function (callback, value, row, op, $cell) { + learun.clientdata.getAsync('custmerData', { + url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BaseUser', + key: value, + keyId: 'f_userid', + callback: function (_data) { + callback(_data['f_realname']); + } + }); + } + }, { label: '对方单位名称', name: 'LC_dfdw', width: 200, align: "left" }, { label: '联系人', name: 'LC_dflxr', width: 100, align: "left" }, { label: '联系方式', name: 'LC_dfdh', width: 120, align: "left" }, @@ -141,7 +155,6 @@ var bootstrap = function ($, learun) { } }, { label: '文本盖章份数', name: 'LC_gzfs', width: 80, align: "left" }, - { label: '申报日期', name: 'F_ModifyDate', width: 200, align: "left" } ], mainId: 'F_Id', isPage: true, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFilingMonitor.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFilingMonitor.js index c331bb20e..a1370627d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFilingMonitor.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/ContractFilingMonitor.js @@ -97,7 +97,7 @@ var bootstrap = function ($, learun) { url: top.$.rootUrl + '/LR_NewWorkFlow/NWFProcess/GetContractList', headData: [ { label: '申报日期', name: 'F_ModifyDate', width: 200, align: "left" }, - { label: '合同编号', name: 'LC_htbh', width: 150, align: "left" }, + //{ label: '合同编号', name: 'LC_htbh', width: 150, align: "left" }, { label: '合同名称', name: 'LC_htmc', width: 200, align: "left" }, { label: '合同额(万元)', name: 'LC_htzje', width: 200, align: "left" }, {