From 5cafdb6d2cb674ffedefe0d04f6f3cc868cd2de7 Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期四, 20 六月 2024 10:24:20 +0800
Subject: [PATCH] 概述->新建或编辑(出库/入库)信息,编辑的时候显示保存的成本单价和销售单价

---
 service/month_forms.go |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/service/month_forms.go b/service/month_forms.go
index 2073e9d..4bde4dc 100644
--- a/service/month_forms.go
+++ b/service/month_forms.go
@@ -111,7 +111,6 @@
 	}
 	titleStyle, err := f.NewStyle(style)
 	if err != nil {
-		fmt.Println(err)
 		return
 	}
 	f.SetCellStyle("Sheet1", "A1", "R2", titleStyle)

--
Gitblit v1.8.0