|
@@ -951,7 +951,7 @@
|
|
|
toastr.warning('请输入不超过万亿的数字');
|
|
|
info.sheet.setText(info.row, info.col, '0');
|
|
|
}
|
|
|
- if (info.row === 1 || info.row === 2) {
|
|
|
+ if (info.row === 0 || info.row === 1) {
|
|
|
calcHtjMinusZlj();
|
|
|
}
|
|
|
});
|
|
@@ -1026,7 +1026,7 @@
|
|
|
const tenderId = window.location.pathname.split('/')[2];
|
|
|
postData('/tender/' + tenderId + '/save', prop, function (data) {
|
|
|
property.deal_param = data.deal_param;
|
|
|
- $('bd-set-4').modal('hide');
|
|
|
+ $('#bd-set-4').modal('hide');
|
|
|
});
|
|
|
}
|
|
|
|