@@ -64,6 +64,7 @@
<component :is="componentId"
v-if="componentId"
:selectedRow="deliverGoods"
+ :from="'quote'"
:parantSelectedRow="deliverGoods"
@cancel="closeComponent"></component>
</div>
@@ -140,6 +140,10 @@ export default defineComponent({
// type: Object as PropType<WrOrderQuote>,
// default: {},
// },
+ from: {
+ type: String as PropType<'quote' | 'order'>,
+ default: 'quote',
+ },
parantSelectedRow: {
type: Object as PropType<QueryDeliveryRelationRsp>,
default: {},