|
|
|
@ -174,6 +174,7 @@
|
|
|
|
|
> |
|
|
|
|
一键装车 |
|
|
|
|
</el-text> |
|
|
|
|
|
|
|
|
|
<el-text |
|
|
|
|
type="primary" |
|
|
|
|
text |
|
|
|
@ -4281,7 +4282,7 @@ export default {
|
|
|
|
|
// this.view = true; |
|
|
|
|
this.signform = row; |
|
|
|
|
this.signBox = true; |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
|
$_getDetail({id:row.deliveryId}).then(res => { |
|
|
|
|
console.log(res, '点击复核的返回值'); |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
this.TcForm = res.data.data; |
|
|
|
@ -4333,9 +4334,10 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
handleSign(row) { |
|
|
|
|
console.log(row,'row'); |
|
|
|
|
this.reservationId = row.id; |
|
|
|
|
let data={ |
|
|
|
|
signingId: row.signingId, |
|
|
|
|
signingId:row.signId, |
|
|
|
|
} |
|
|
|
|
$_isSignt(data).then(res=>{ |
|
|
|
|
console.log(res,'复核预请求'); |
|
|
|
|