@@ -483,6 +483,9 @@ let colSettingObj = {
};
function switchTznrHtml(show) {
+ if(projectReadOnly){
+ return;
+ }
if(show){
let newHmtl = $('#switchTznr').html().replace('隐藏', '显示');
$('#switchTznr').html(newHmtl);
@@ -2172,6 +2172,7 @@ function disableTools(){
$('#upMove').remove();
$('#downMove').remove();
$('#ZLFB_btn').remove();
+ $('#switchTznr').remove();
$('a[name="lockBills"]').remove();
//关于计算
$('#poj-settings-4').find('input').prop('disabled', 'disabled');