|
|
|
@ -188,7 +188,7 @@
|
|
|
|
|
slotProps.scope.row.driverSigning == '未签收' |
|
|
|
|
" |
|
|
|
|
>一键签收 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-text> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -517,7 +517,7 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div>------------------------------</div> --> |
|
|
|
|
<div class="TcFrom" |
|
|
|
|
<div class="TcFrom" |
|
|
|
|
> |
|
|
|
|
<el-form :model="TcForm" label-width="120px"> |
|
|
|
|
<el-form-item label="收货人姓名"> |
|
|
|
@ -618,7 +618,7 @@
|
|
|
|
|
<img w-full :src="dialogImageUrlD" alt="IMG" /> |
|
|
|
|
</el-dialog> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="imgName"> |
|
|
|
|
<span>签收照</span> |
|
|
|
|
<el-upload |
|
|
|
@ -1264,6 +1264,16 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'signingNumber', |
|
|
|
|
label: '签收数量', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'orderStatusName', |
|
|
|
|
label: '订单状态', |
|
|
|
@ -3311,7 +3321,7 @@ export default {
|
|
|
|
|
}; |
|
|
|
|
// 提交图片处理 |
|
|
|
|
//最后提交 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
row.reservationId = this.reservationId; |
|
|
|
|
// row.clerkSignPictures = this.signform.clerkSignPictures; |
|
|
|
|
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //备注 |
|
|
|
@ -3545,7 +3555,7 @@ export default {
|
|
|
|
|
console.log(this.CheckStore,'data'); |
|
|
|
|
console.log(res.data.data,'res'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
this.signtitle = '复核签收'; |
|
|
|
|
// this.view = true; |
|
|
|
|