|
@@ -362,13 +362,13 @@ function initSheet(sheet, authority, permissions) {
|
|
rowhidden[i] = 0;
|
|
rowhidden[i] = 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // 更新时间权限
|
|
|
|
- if (permissions["func-psr-04"]) {
|
|
|
|
- canEditRangeList.push({
|
|
|
|
- hintText: "",
|
|
|
|
- sqref: "$B$2:$B$2",
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
|
|
+ // // 更新时间权限
|
|
|
|
+ // if (permissions["func-psr-04"]) {
|
|
|
|
+ // canEditRangeList.push({
|
|
|
|
+ // hintText: "",
|
|
|
|
+ // sqref: "$B$2:$B$2",
|
|
|
|
+ // });
|
|
|
|
+ // }
|
|
// 预算列权限
|
|
// 预算列权限
|
|
if (permissions["func-psr-05"]) {
|
|
if (permissions["func-psr-05"]) {
|
|
canEditRangeList.push({
|
|
canEditRangeList.push({
|