|
@@ -360,6 +360,7 @@ function initSheet(sheet, authority, permissions) {
|
|
for (let i = 101; i <= 122; i++) {
|
|
for (let i = 101; i <= 122; i++) {
|
|
rowhidden[i] = 0;
|
|
rowhidden[i] = 0;
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
canEditRangeList.push({
|
|
canEditRangeList.push({
|
|
hintText: "",
|
|
hintText: "",
|
|
sqref: "$C$90:$C$99",
|
|
sqref: "$C$90:$C$99",
|
|
@@ -472,6 +473,8 @@ function initSheet(sheet, authority, permissions) {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ console.log(canEditRangeList)
|
|
|
|
+
|
|
// 处于审批时 所有人都无法修改
|
|
// 处于审批时 所有人都无法修改
|
|
if (authority) {
|
|
if (authority) {
|
|
sheet.config.authority = authority;
|
|
sheet.config.authority = authority;
|