|
@@ -470,7 +470,7 @@ const NewService = Form.create()(
|
|
|
// textArr.push("加计扣除");
|
|
|
// }
|
|
|
// if (record.rdAwardsubsidy === 1) {
|
|
|
- // textArr.push("研发补助");
|
|
|
+ // textArr.push("研发奖补");
|
|
|
// }
|
|
|
// }
|
|
|
// if (textArr.length) {
|
|
@@ -712,7 +712,7 @@ const NewService = Form.create()(
|
|
|
textArr.push("加计扣除");
|
|
|
}
|
|
|
if (record.rdAwardsubsidy === 1) {
|
|
|
- textArr.push("研发补助");
|
|
|
+ textArr.push("研发奖补");
|
|
|
}
|
|
|
}
|
|
|
// if (textArr.length) {
|
|
@@ -916,7 +916,7 @@ const NewService = Form.create()(
|
|
|
textArr.push("加计扣除");
|
|
|
}
|
|
|
if (record.rdAwardsubsidy === 1) {
|
|
|
- textArr.push("研发补助");
|
|
|
+ textArr.push("研发奖补");
|
|
|
}
|
|
|
}
|
|
|
// if (textArr.length) {
|
|
@@ -5766,7 +5766,7 @@ const NewService = Form.create()(
|
|
|
textArr.push("加计扣除");
|
|
|
}
|
|
|
if (record.rdAwardsubsidy === 1) {
|
|
|
- textArr.push("研发补助");
|
|
|
+ textArr.push("研发奖补");
|
|
|
}
|
|
|
if (textArr.length) {
|
|
|
textStr = `${textArr.join("&")} ${!!text ? `(${text})` : ''}`
|
|
@@ -5909,7 +5909,7 @@ const NewService = Form.create()(
|
|
|
textArr.push("加计扣除");
|
|
|
}
|
|
|
if (record.rdAwardsubsidy === 1) {
|
|
|
- textArr.push("研发补助");
|
|
|
+ textArr.push("研发奖补");
|
|
|
}
|
|
|
if (textArr.length) {
|
|
|
textStr = `${textArr.join("&")} ${!!text ? `(${text})` : ''}`
|
|
@@ -6130,7 +6130,7 @@ const NewService = Form.create()(
|
|
|
textArr.push("加计扣除");
|
|
|
}
|
|
|
if (record.rdAwardsubsidy === 1) {
|
|
|
- textArr.push("研发补助");
|
|
|
+ textArr.push("研发奖补");
|
|
|
}
|
|
|
if (textArr.length) {
|
|
|
textStr = `${textArr.join("&")} ${!!text ? `(${text})` : ''}`
|