Commit aa5f7c54 authored by dragondean@qq.com's avatar dragondean@qq.com

未入库拆单的提交时不做数量判断

parent 0bce6df4
......@@ -540,6 +540,10 @@ export default {
// 挂在到window测试
window.orderData = this.orderData
this.orderData.orderItemVOList.forEach(item => {
// 未入仓的不检查
if(!item.warehouseInInfoVO){
return
}
if(!item.splitSum){
prods.push(this.$l(item, 'prodTitle'))
return
......
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