From 4d41577c2d01648ba3e9919fbd540380279ca85f Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 19 四月 2024 11:23:05 +0800 Subject: [PATCH] 毛重,净重如果是0强制修改为空的逻辑处理 --- src/views/reportForm/monthboundDetail/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/monthboundDetail/index.vue b/src/views/reportForm/monthboundDetail/index.vue index 95aec7e..eda1bcf 100644 --- a/src/views/reportForm/monthboundDetail/index.vue +++ b/src/views/reportForm/monthboundDetail/index.vue @@ -1,7 +1,7 @@ <template> <div class="rightContent"> <div class="top"> - <SearchCommonView :add-title="'鏂板缓'" :showAdd="false" :placeholder="'璇锋牴鎹叧閿瘝杩涜鎼滅储'" :amount-view="false" + <SearchCommonView :add-title="'鏂板缓'" :showAdd="false" :placeholder="'璇疯緭鍏ヤ骇鍝佺紪鐮�/浜у搧鍚嶇О鎼滅储'" :amount-view="false" @searchClick="getList" > <template slot="leftButton"> <el-date-picker -- Gitblit v1.8.0