配置列和计算基准有负数
This commit is contained in:
@@ -18,6 +18,7 @@ const colModelGrid = (new function () {
|
||||
label: 'id',
|
||||
width: 100,
|
||||
hidden: true,
|
||||
optionHide: true,
|
||||
key: true,
|
||||
},{ label: '合约编号', name: 'ContractCode', width: 240, },
|
||||
{ label: '客户名称', name: 'ClientName', width: 150 },
|
||||
@@ -36,7 +37,7 @@ const colModelGrid = (new function () {
|
||||
}
|
||||
},
|
||||
{ label: '交易数量', name: 'tradeCount', width: 80, align: 'center' },
|
||||
{ label: 'tradeIds', name: 'tradeIds', hidden: true }];
|
||||
{ label: 'tradeIds', name: 'tradeIds', hidden: true, optionHide: true }];
|
||||
this.upload = function (encryptId, sendMail) {
|
||||
var srcurl = "/TradeConfirmBook/confirmBookUpload/?Id=" + encryptId + "&SendMailId=" + sendMail;
|
||||
main.open("上传确认书", srcurl, {
|
||||
@@ -202,6 +203,11 @@ function reloadJqGrid() {
|
||||
$('#modal-edittrade').modal('hide');
|
||||
}
|
||||
|
||||
function showcolumnChooser() {
|
||||
var jgrid = jQuery('#listGrid');
|
||||
main.showcolumnChooser(jgrid, page.configcolumn);
|
||||
}
|
||||
|
||||
function SearchClick(isSearchclick) {
|
||||
var listGrid = $('#listGrid');
|
||||
listGrid.appendPostData({ ContractCode: $("#ContractCode").val() });
|
||||
|
||||
Reference in New Issue
Block a user