|
@@ -33,7 +33,7 @@ SheetDataHelper.protectdSheet(subSpread.getSheet(3));
|
|
|
|
|
|
|
|
|
$("#linkGLJ").click(function(){
|
|
|
- $("#tzjnrCon").hide();//控制显示subSpread,隐藏特征及内容spread
|
|
|
+ $("#subItems").children().hide();//控制显示subSpread,隐藏特征及内容spread
|
|
|
$("#subSpread").show();
|
|
|
pageCCOprObj.active = false;
|
|
|
refreshSubSpread();
|
|
@@ -45,7 +45,7 @@ $("#linkGLJ").click(function(){
|
|
|
});
|
|
|
|
|
|
$("#linkFZDE").click(function(){
|
|
|
- $("#tzjnrCon").hide();
|
|
|
+ $("#subItems").children().hide();
|
|
|
$("#subSpread").show();
|
|
|
pageCCOprObj.active = false;
|
|
|
refreshSubSpread();
|
|
@@ -55,7 +55,7 @@ $("#linkFZDE").click(function(){
|
|
|
// subSpread.getActiveSheet().setValue(0, 0, "辅助定额");
|
|
|
});
|
|
|
$("#linkFZTJ").click(function(){
|
|
|
- $("#tzjnrCon").hide();
|
|
|
+ $("#subItems").children().hide();
|
|
|
$("#subSpread").show();
|
|
|
pageCCOprObj.active = false;
|
|
|
refreshSubSpread();
|
|
@@ -66,7 +66,7 @@ $("#linkFZTJ").click(function(){
|
|
|
});
|
|
|
|
|
|
$("#linkGCLMX").click(function(){
|
|
|
- $("#tzjnrCon").hide();
|
|
|
+ $("#subItems").children().hide();
|
|
|
$("#subSpread").show();
|
|
|
pageCCOprObj.active = false;
|
|
|
refreshSubSpread();
|
|
@@ -78,7 +78,7 @@ $("#linkGCLMX").click(function(){
|
|
|
});
|
|
|
|
|
|
$("#linkJSCX").click(function(){ // 计算程序
|
|
|
- $("#tzjnrCon").hide();
|
|
|
+ $("#subItems").children().hide();
|
|
|
$("#subSpread").show();
|
|
|
pageCCOprObj.active = false;
|
|
|
refreshSubSpread();
|
|
@@ -95,7 +95,7 @@ $("#linkJSCX").click(function(){ // 计算程序
|
|
|
|
|
|
//特征及内容
|
|
|
$("#linkTZJNR").click(function () {
|
|
|
- $("#subSpread").hide();
|
|
|
+ $("#subItems").children().hide();
|
|
|
$("#tzjnrCon").show();
|
|
|
pageCCOprObj.active = true;
|
|
|
refreshSubSpread();
|