|
@@ -48,10 +48,10 @@
|
|
|
style="margin-bottom: 22px"
|
|
style="margin-bottom: 22px"
|
|
|
:rules="{
|
|
:rules="{
|
|
|
required:
|
|
required:
|
|
|
- ['30', '50'].includes(form.type) && form.returnSourceType == 1
|
|
|
|
|
|
|
+ ['30', '50'].includes(form.type)
|
|
|
}"
|
|
}"
|
|
|
v-show="
|
|
v-show="
|
|
|
- ['30', '50'].includes(form.type) && form.returnSourceType == 1
|
|
|
|
|
|
|
+ ['30', '50'].includes(form.type)
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<el-input
|
|
<el-input
|
|
@@ -117,10 +117,10 @@
|
|
|
<headerTitle
|
|
<headerTitle
|
|
|
title="退货产品明细"
|
|
title="退货产品明细"
|
|
|
style="margin-top: 30px"
|
|
style="margin-top: 30px"
|
|
|
- v-show="!['40', '50'].includes(form.type) || form.returnSourceType != 1"
|
|
|
|
|
|
|
+ v-show="!['40', '50'].includes(form.type)"
|
|
|
></headerTitle>
|
|
></headerTitle>
|
|
|
<inventoryTable
|
|
<inventoryTable
|
|
|
- v-show="!['40', '50'].includes(form.type) || form.returnSourceType != 1"
|
|
|
|
|
|
|
+ v-show="!['40', '50'].includes(form.type)"
|
|
|
ref="inventoryTableref"
|
|
ref="inventoryTableref"
|
|
|
:entrustedCode="form.sendNo"
|
|
:entrustedCode="form.sendNo"
|
|
|
:sendId="form.sendId"
|
|
:sendId="form.sendId"
|
|
@@ -130,11 +130,11 @@
|
|
|
></inventoryTable>
|
|
></inventoryTable>
|
|
|
<headerTitle
|
|
<headerTitle
|
|
|
title="实物赔偿清单"
|
|
title="实物赔偿清单"
|
|
|
- v-show="['20', '40'].includes(form.type) && form.returnSourceType == 1"
|
|
|
|
|
|
|
+ v-show="['20', '40'].includes(form.type)"
|
|
|
style="margin-top: 30px"
|
|
style="margin-top: 30px"
|
|
|
></headerTitle>
|
|
></headerTitle>
|
|
|
<inventoryTable1
|
|
<inventoryTable1
|
|
|
- v-show="['20', '40'].includes(form.type) && form.returnSourceType == 1"
|
|
|
|
|
|
|
+ v-show="['20', '40'].includes(form.type)"
|
|
|
ref="inventoryTableref1"
|
|
ref="inventoryTableref1"
|
|
|
:customerMark="customerMark"
|
|
:customerMark="customerMark"
|
|
|
:isDiscount="false"
|
|
:isDiscount="false"
|