|
|
|
@ -507,7 +507,7 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="el_pkLi"> |
|
|
|
|
<div class="sk_input"> |
|
|
|
|
<!-- <div class="sk_input"> |
|
|
|
|
<el-tooltip :content="item.name" placement="top"> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.name" |
|
|
|
@ -515,7 +515,24 @@
|
|
|
|
|
disabled |
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 赔款方是那个仓库的 --> |
|
|
|
|
<div class="sk_input" > |
|
|
|
|
<span>仓库</span> |
|
|
|
|
<el-select v-model="item.warehouseId" disabled filterable placeholder="暂无仓库"> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in warehouseData" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
/> |
|
|
|
|
</el-select> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sk_input"> |
|
|
|
|
<span>原因</span> |
|
|
|
|
<el-tooltip :content="item.reason" placement="top"> |
|
|
|
@ -534,18 +551,7 @@
|
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</div> |
|
|
|
|
<!-- 赔款方是那个仓库的 --> |
|
|
|
|
<div class="sk_input" v-if="item.state == 0"> |
|
|
|
|
<span>仓库</span> |
|
|
|
|
<el-select v-model="item.warehouseId" disabled filterable placeholder="暂无仓库"> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in warehouseData" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
/> |
|
|
|
|
</el-select> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 1"></div> |
|
|
|
|
<!-- 责任人 --> |
|
|
|
@ -1380,11 +1386,12 @@ const onLoad = () => {
|
|
|
|
|
CompensationParty.value.push({ |
|
|
|
|
state: 1, //状态 |
|
|
|
|
num: item.money, //金额 |
|
|
|
|
name: item.recipient, //受款方名字 |
|
|
|
|
// name: item.recipient, //受款方名字 |
|
|
|
|
reason: item.reasonReceivingPayment, //受款方原因 |
|
|
|
|
// explains: item.explains, //受款方说明 |
|
|
|
|
cld: index + 1, |
|
|
|
|
id: item.id, |
|
|
|
|
warehouseId: item.warehouseId, //仓库 |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -1395,7 +1402,7 @@ const onLoad = () => {
|
|
|
|
|
CompensationParty.value.push({ |
|
|
|
|
state: 0, //状态 |
|
|
|
|
num: item.money, //金额 |
|
|
|
|
name: item.indemnitor, //受款方名字 |
|
|
|
|
// name: item.indemnitor, //受款方名字 |
|
|
|
|
reason: item.reason, //受款方原因 |
|
|
|
|
// explains: item.explains, //受款方说明 |
|
|
|
|
cld: index + 1, |
|
|
|
@ -1830,7 +1837,6 @@ const ResultConfirmation = () => {
|
|
|
|
|
.title { |
|
|
|
|
width: 80px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.remove { |
|
|
|
|
width: 47px; |
|
|
|
|
display: flex; |
|
|
|
|