Browse Source

销售出库-出库数量默认发货数量

jingbb 4 months ago
parent
commit
8e11c1031b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inventiry/salesOutbound/components/salesOutForm.vue

+ 1 - 1
src/views/inventiry/salesOutbound/components/salesOutForm.vue

@@ -359,7 +359,7 @@
         arr.map(item=>{
           var id = item.childId?item.childId:item.sourceId
           if(id==rowId){
-            item.stockOutQuantity = data[0].quantity
+            item.stockOutQuantity = item.deliveryQuantity 
             item.inventorySelection = data[0].batchCode
             item.batchId = data[0].id
           }