@@ -354,14 +354,14 @@ function initSheet(sheet, authority) {
sheet.status = 0;
}
// 预计回款权限
- if (permissions["func-psr-02"]) {
+ if (permissions["func-actual-02"]) {
canEditRangeList.push({
hintText: "",
sqref: "$A$3:$CF$3",
});
// 实际回款权限
- if (permissions["func-psr-03"]) {
+ if (permissions["func-actual-03"]) {
sqref: "$A$4:$CF$4",