cuilei
2025-06-16 1b8b8bafca4fe4c3556bda5e66e3ff6252bd7acc
src/views/tms/modules/outBound/OutboundOrderSelectList.vue
@@ -256,7 +256,9 @@
          return {
            outBoundOrderId: this.selectedMainId,
            outboundDetailId: item.id,
            outboundQuantity: item.outboundQuantity
            outboundQuantity: item.outboundQuantity,
            ratedLife:item.ratedLife,
            useLife:item.useLife
          }
        })
        postAction(this.url.outbound, params).then(res=>{