|
|
|
@ -134,7 +134,7 @@
|
|
|
|
|
> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
|
v-if="slotProps.scope.row.signingStatusAll == '司机签收'" |
|
|
|
|
v-if="slotProps.scope.row.sijiSigningStatus == '司机已签收' && slotProps.scope.row.wenyuanSigningStatus=='文员待审核'" |
|
|
|
|
@click="handleSign(slotProps.scope.row)" |
|
|
|
|
>复 核</el-text |
|
|
|
|
> |
|
|
|
@ -1326,6 +1326,10 @@ export default {
|
|
|
|
|
// this.view = true; |
|
|
|
|
this.signform = row; |
|
|
|
|
this.signBox = true; |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
|
console.log("res"); |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
}); |
|
|
|
|
// this.wid= row.id |
|
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
|
}, |
|
|
|
|