Commit b08ae8e8 by 泽锋 李

缺货表格导出来的这订单最后发货时间的格式能不能帮忙调成付款时间一样的格式

parent bc10c89f
......@@ -347,7 +347,7 @@ namespace AutoTurnOver.Controllers
row["采购单阿里巴巴单号"] = itemData.min_buy.alibaba_order_id;
row["采购单物流单号"] = itemData.min_buy.logistics_order_id;
row["品牌"] = itemData.brand;
row["订单最后发货时间"] = itemData.shipping_deadline_real;
row["订单最后发货时间"] = itemData.shipping_deadline_real.ToString("yyyy-MM-dd HH:mm:ss");
table.Rows.Add(row);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment