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;
}