Compare commits
2 Commits
f2470b346c
...
8d65765daf
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d65765daf | |||
| 2f8ca712c9 |
@ -175,7 +175,10 @@ export default function Estimate({}) {
|
||||
row.check = false
|
||||
estimateOption.map((row2) => {
|
||||
if (row.pkgYn === '0') {
|
||||
if (row2 === row.code) {
|
||||
// if (row2 === row.code) {
|
||||
// row.check = true
|
||||
// }
|
||||
if (row.code.split('、').includes(row2)) {
|
||||
row.check = true
|
||||
}
|
||||
} else {
|
||||
@ -217,7 +220,10 @@ export default function Estimate({}) {
|
||||
row.check = false
|
||||
estimateOption.map((row2) => {
|
||||
if (row.pkgYn === '0') {
|
||||
if (row2 === row.code) {
|
||||
// if (row2 === row.code) {
|
||||
// row.check = true
|
||||
// }
|
||||
if (row.code.split('、').includes(row2)) {
|
||||
row.check = true
|
||||
}
|
||||
} else {
|
||||
@ -240,7 +246,6 @@ export default function Estimate({}) {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
setSpecialNoteList(res)
|
||||
|
||||
setSpecialNoteFirstFlg(true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user