huangbin 4 years ago
parent
commit
a64039b9e9

+ 1 - 0
src/views/order/commodity_contract/components/commodity_contract_summary/components/commodity_contract_summary_settlement/index.vue

@@ -183,6 +183,7 @@ export default defineComponent({
                     param.PGoodsID = deliveryGoods.value.pgoodsid;
                 } else {
                     param.PGoodsID = 0;
+                    param.PQty = 0
                 }
                 console.log('param', param);
                 DeliveryOrder(param)