|
@@ -58,6 +58,7 @@
|
|
|
<a-select
|
|
|
style="width:100%;"
|
|
|
v-model="record.returnReason"
|
|
|
+ v-if="record.addFlag == '1'&&record.addType == 'WAREHOUSE_RECEIVE'"
|
|
|
@change="e => onCellBlurReturnReason(e, record)"
|
|
|
placeholder="请选择退货原因"
|
|
|
allowClear>
|
|
@@ -65,6 +66,7 @@
|
|
|
{{ item.dispName }}
|
|
|
</a-select-option>
|
|
|
</a-select>
|
|
|
+ <span v-else>{{ record.returnReasonDictValue }}</span>
|
|
|
</template>
|
|
|
<!-- 操作 -->
|
|
|
<template slot="action" slot-scope="text, record">
|