From 2f9ce36556e0572dd29eeb8df50587cb5e306aa9 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 27 Dec 2024 16:35:40 +0800 Subject: [PATCH] =?UTF-8?q?pdf=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_out_bound_detail.js | 2 +- js/accessory/child/accessory_return_form.js | 2 +- js/accessory/child/accessory_store_form.js | 2 +- js/accessory/child/inventory_count_form.js | 2 +- js/demandPlan/child/send_goods_form.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/accessory/child/accessory_out_bound_detail.js b/js/accessory/child/accessory_out_bound_detail.js index 9bea36c..626ce84 100644 --- a/js/accessory/child/accessory_out_bound_detail.js +++ b/js/accessory/child/accessory_out_bound_detail.js @@ -62,7 +62,7 @@ function setParams(params) { } else if (file.ext === 'xls' || file.ext === 'xlsx') { img = '../../../images/xlsx.png'; } else if (file.ext === 'pdf') { - img = '../../../images/PDF.png'; + img = '../../../images/pdf.png'; } else { return ''; } diff --git a/js/accessory/child/accessory_return_form.js b/js/accessory/child/accessory_return_form.js index 0117e26..311c21b 100644 --- a/js/accessory/child/accessory_return_form.js +++ b/js/accessory/child/accessory_return_form.js @@ -103,7 +103,7 @@ function handleFileType(index, file, result) { } else if (file.ext === 'xls' || file.ext === 'xlsx') { img = '../../../images/xlsx.png'; } else if (file.ext === 'pdf') { - img = '../../../images/PDF.png'; + img = '../../../images/pdf.png'; } else { return ''; } diff --git a/js/accessory/child/accessory_store_form.js b/js/accessory/child/accessory_store_form.js index bfbc52e..e72ead1 100644 --- a/js/accessory/child/accessory_store_form.js +++ b/js/accessory/child/accessory_store_form.js @@ -66,7 +66,7 @@ function handleFileType(index, file, result) { } else if (file.ext === 'xls' || file.ext === 'xlsx') { img = '../../../images/xlsx.png'; } else if (file.ext === 'pdf') { - img = '../../../images/PDF.png'; + img = '../../../images/pdf.png'; } else { return ''; } diff --git a/js/accessory/child/inventory_count_form.js b/js/accessory/child/inventory_count_form.js index 3472060..67f2d83 100644 --- a/js/accessory/child/inventory_count_form.js +++ b/js/accessory/child/inventory_count_form.js @@ -66,7 +66,7 @@ function handleFileType(index, file, result) { } else if (file.ext === 'xls' || file.ext === 'xlsx') { img = '../../../images/xlsx.png'; } else if (file.ext === 'pdf') { - img = '../../../images/PDF.png'; + img = '../../../images/pdf.png'; } else { return ''; } diff --git a/js/demandPlan/child/send_goods_form.js b/js/demandPlan/child/send_goods_form.js index ec80a4b..39365dc 100644 --- a/js/demandPlan/child/send_goods_form.js +++ b/js/demandPlan/child/send_goods_form.js @@ -68,7 +68,7 @@ function handleFileType(index, file, result) { } else if (file.ext === 'xls' || file.ext === 'xlsx') { img = '../../../images/xlsx.png'; } else if (file.ext === 'pdf') { - img = '../../../images/PDF.png'; + img = '../../../images/pdf.png'; } else { return ''; }