Compare commits
No commits in common. "2cfa59e1eab1c82d5c466eaaf694db268178516f" and "83360d9ac63e1cf6c2e0d186f356439f56c578f0" have entirely different histories.
2cfa59e1ea
...
83360d9ac6
@ -285,9 +285,9 @@ export function useSuitable() {
|
||||
const downloadSuitablePdf = async (): Promise<void> => {
|
||||
try {
|
||||
const { ids, detailIds } = serializeSelectedItems()
|
||||
|
||||
const category = suitableCommCode.get(SUITABLE_HEAD_CODE.ROOF_MATL_GRP_CD)?.find((category) => category.code === searchCategory)?.codeJp
|
||||
const fileTitle = category ? `(${category}) 屋根材適合表` : '屋根材適合表'
|
||||
const fileTitle = `(${
|
||||
suitableCommCode.get(SUITABLE_HEAD_CODE.ROOF_MATL_GRP_CD)?.find((category) => category.code === searchCategory)?.codeJp
|
||||
}) 屋根材適合表`
|
||||
|
||||
const form = document.createElement('form')
|
||||
form.method = 'POST'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user