From 71ee2c37becd65c78b578adc2b605be194874b63 Mon Sep 17 00:00:00 2001 From: shangzhongyuan Date: Thu, 31 Jul 2025 09:40:33 +0800 Subject: [PATCH] =?UTF-8?q?oa=E6=8C=89=E9=92=AE=E6=9A=82=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=8D=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfirmBookListByClient.cshtml | 2 +- .../app/trade/tradeConfirmBookListByClient.js | 26 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml b/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml index dae3ef1a..1acc2292 100644 --- a/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml +++ b/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml @@ -69,7 +69,7 @@ } @MyControls.Btn("批量下载交易确认书", "BatchDownLoadDoc()") - + @* *@ @if (PS.GetErpConfig().IsAutoSealAndUploadFiles && !PS.GetErpConfig().IsAutoSealAfterGeneratedBook) { @MyControls.Btn("批量确认书用印", "BatchSealContracts()") diff --git a/YLErpWeb/wwwroot/Scripts/app/trade/tradeConfirmBookListByClient.js b/YLErpWeb/wwwroot/Scripts/app/trade/tradeConfirmBookListByClient.js index 4dcb8b62..9238fd46 100644 --- a/YLErpWeb/wwwroot/Scripts/app/trade/tradeConfirmBookListByClient.js +++ b/YLErpWeb/wwwroot/Scripts/app/trade/tradeConfirmBookListByClient.js @@ -37,16 +37,16 @@ const colModelGrid = (new function () { return html; } }, - { label: 'OA状态', name: 'OAStatus', width: 100, align: 'center' }, - { label: 'OA-URL', name: 'OAURL', width: 150, align: 'center', - formatter: function (cellValue, options, rowObject) { - if (cellValue && cellValue.length > 0) { - return '查看'; - } - return ''; - } - }, - { label: 'OA消息', name: 'OAMessage', width: 150, align: 'left' }, + // { label: 'OA状态', name: 'OAStatus', width: 100, align: 'center' }, + //{ label: 'OA-URL', name: 'OAURL', width: 150, align: 'center', + // formatter: function (cellValue, options, rowObject) { + // if (cellValue && cellValue.length > 0) { + // return '查看'; + // } + // return ''; + // } + //}, + //{ label: 'OA消息', name: 'OAMessage', width: 150, align: 'left' }, { label: '交易数量', name: 'tradeCount', width: 80, align: 'center' }, { label: 'tradeIds', name: 'tradeIds', hidden: true, optionHide: true }]; this.upload = function (encryptId, sendMail) { @@ -166,7 +166,7 @@ $(function () { // $("#batchSendMailBtn").click(BatchSendMail); initJqGrid(); SendEmailHub() - SendOAHub(); // 初始化OA发送功能 + // SendOAHub(); // 初始化OA发送功能 }); // 初始化jqGrid函数 @@ -259,8 +259,8 @@ function showToolName(cellValue, options, rowObject) { html += "".template(rowObject.ContractCode, canUpload); // 添加发送OA按钮 - html += "" - .template(rowObject.id); + //html += "" + // .template(rowObject.id); return html; }