Browse Source

更新

master
huangjiajun 6 months ago
parent
commit
5fd2f3d2ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/svc/order/svc_order_list.go

+ 1
- 1
app/admin/svc/order/svc_order_list.go View File

@@ -566,7 +566,7 @@ func OrderOutput(c *gin.Context) {
v3["ord_no"] = utils.Int64ToStr(kk) v3["ord_no"] = utils.Int64ToStr(kk)
} }
if utils.StrToInt(v3["goods_type"]) > 0 { if utils.StrToInt(v3["goods_type"]) > 0 {
v3["goods_name"] = "数量不计入汇总-" + v3["goods_name"]
v3["goods_name"] = v3["goods_name"] + "-数量不计入汇总"
} }
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{
v3["date"], v3["date"],


Loading…
Cancel
Save