Commit 628dd4a1 authored by 332784038@qq.com's avatar 332784038@qq.com

复制订单bug修复

parent 8409a38c
......@@ -2003,6 +2003,7 @@ export default {
that.params.pickRatio = null
that.params.pickNum = null
that.params.releaseRatio = null
that.params.releaseNum = null
that.params.cost = null
that.params.packingListUrl = null
that.params.commissionPayable = null
......@@ -2035,6 +2036,7 @@ export default {
that.params.oldInWarehouseState = null
that.params.oldStatus = null
that.params.oldShipmentState = null
that.params.orderType = null
// 时间重置
that.params.takeTime = null
that.params.unloadTime = null
......
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