Compare commits

..

No commits in common. "8d65765daf8eb3c51bddbff66874f998ee948a7f" and "f2470b346c3d45e9e9790e84d021adef589b8a37" have entirely different histories.

View File

@ -175,10 +175,7 @@ export default function Estimate({}) {
row.check = false
estimateOption.map((row2) => {
if (row.pkgYn === '0') {
// if (row2 === row.code) {
// row.check = true
// }
if (row.code.split('、').includes(row2)) {
if (row2 === row.code) {
row.check = true
}
} else {
@ -220,10 +217,7 @@ export default function Estimate({}) {
row.check = false
estimateOption.map((row2) => {
if (row.pkgYn === '0') {
// if (row2 === row.code) {
// row.check = true
// }
if (row.code.split('、').includes(row2)) {
if (row2 === row.code) {
row.check = true
}
} else {
@ -246,6 +240,7 @@ export default function Estimate({}) {
}
}
})
setSpecialNoteList(res)
setSpecialNoteFirstFlg(true)