Commit d4fecf96 by Joneq

提交代码

parent 253435cc
Showing with 1 additions and 1 deletions
......@@ -208,7 +208,7 @@ func submitOrder(c *bm.Context) {
ErpSubmitImage.OrderSn = ordersn
for _,currentData := range orderAllInfo{
if currentData.OrderInfo.Qty != currentData.OrderInfo.Scanqty {
if currentData.OrderInfo.Qty > currentData.OrderInfo.Scanqty {
service.ErrorReturn(c,"未全部扫描")
}
if len(currentData.OrderInfo.OrderImageInfo) <= 0 {
......
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 sign in to comment