From 7e0ebd9075be6118cad9d66a4aa0ff18097611e5 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 23 五月 2024 17:23:07 +0800 Subject: [PATCH] 2024-5-23 导入标准明细完成 --- src/components/view/b2-standard-template.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/b2-standard-template.vue b/src/components/view/b2-standard-template.vue index f69a83b..60cd463 100644 --- a/src/components/view/b2-standard-template.vue +++ b/src/components/view/b2-standard-template.vue @@ -196,7 +196,7 @@ } } data.data[0].celldata.forEach(a=>{ - if(a.v.ps!=undefined&&a.v.ps.value==='妫�楠屽��'){ + if(a.v.ps!=undefined&&(a.v.ps.value==='妫�楠屽��' || a.v.ps.value==='璁惧鍚嶇О' || a.v.ps.value==='璁惧缂栫爜' || a.v.ps.value==='缁撹')){ if(a.v.v === undefined){ a.v.v = "" } -- Gitblit v1.9.3