|
|
|
@ -257,12 +257,8 @@
|
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<el-dialog :title="'签收'" v-model="signBox" width="60%" append-to-body> |
|
|
|
|
<!-- <avue-form :option="signoption" v-model="signform" :data="signdata" ref="signform"> |
|
|
|
|
</avue-form> --> |
|
|
|
|
|
|
|
|
|
<!-- <span>-------------------------------------------------------------------------------</span> --> |
|
|
|
|
<div class="TcFrom"> |
|
|
|
|
<el-form :model="TcForm" label-width="120px"> |
|
|
|
|
<div class="TcFrom" v-loading="TcFromloading" element-loading-text="Loading..." > |
|
|
|
|
<el-form :model="TcForm" label-width="120px" > |
|
|
|
|
<el-form-item label="收货人姓名"> |
|
|
|
|
<el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" /> |
|
|
|
|
</el-form-item> |
|
|
|
@ -526,7 +522,7 @@ import {
|
|
|
|
|
$_retentionScan, |
|
|
|
|
} from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import { update as updatesign } from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import{compressImageBlob } from '@/components/IMGcompressor/imgcompressor.js' |
|
|
|
|
import { compressImageBlob } from '@/components/IMGcompressor/imgcompressor.js'; |
|
|
|
|
import option from '@/option/distribution/distributionSignfor'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
@ -544,6 +540,7 @@ export default {
|
|
|
|
|
webCamera: false, //扫描上传 |
|
|
|
|
Abnormalloading: false, //审核加载效果 |
|
|
|
|
dialogImageUrl: '', //图片放大地址 |
|
|
|
|
TcFromloading: false, |
|
|
|
|
dialogVisible: false, //图片状态 |
|
|
|
|
dialogImageUrlA: '', |
|
|
|
|
dialogImageUrlB: '', |
|
|
|
@ -1862,18 +1859,6 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
//签收 |
|
|
|
|
submitForm() { |
|
|
|
|
|
|
|
|
|
console.log(this.DoorstepPhoto,'img最新'); |
|
|
|
|
return |
|
|
|
|
// this.isDis = true; |
|
|
|
|
// console.log(this.$refs.signform.validate, 'this.$refs.signform'); |
|
|
|
|
// let row = {}; |
|
|
|
|
// row.id = this.signform.id; |
|
|
|
|
// row.clerkSignPictures = this.signform.clerkSignPictures; |
|
|
|
|
// row.clerkSignRemarks = this.signform.clerkSignRemarks; |
|
|
|
|
// console.log(row, '要提交的数据'); |
|
|
|
|
// this.$refs.signform.validate(valid => { |
|
|
|
|
// if (valid) { |
|
|
|
|
let row = {}; |
|
|
|
|
row.map = { |
|
|
|
|
photo_1: [], |
|
|
|
@ -1912,7 +1897,6 @@ export default {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
// 本身图片处理结束 |
|
|
|
|
|
|
|
|
|
row.map.photo_1 = this.generatePhotoArray('photo_1', this.DoorstepPhoto, this.reservationId); |
|
|
|
|
row.map.photo_2 = this.generatePhotoArray('photo_2', this.StackingPhoto, this.reservationId); |
|
|
|
|
row.map.photo_3 = this.generatePhotoArray('photo_3', this.FragilePhotos, this.reservationId); |
|
|
|
@ -1927,7 +1911,7 @@ export default {
|
|
|
|
|
this.deduplicateByIdAndUpdate(row.map.photo_5); |
|
|
|
|
console.log(row, '要提交的参数'); |
|
|
|
|
// 提交 |
|
|
|
|
|
|
|
|
|
this.TcFromloading=true |
|
|
|
|
updatesign(row).then(res => { |
|
|
|
|
console.log(res, '提交之后返回的参数'); |
|
|
|
|
this.signBox = false; |
|
|
|
@ -1940,33 +1924,18 @@ export default {
|
|
|
|
|
ElMessage.error('操作失败'); |
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}).catch(err0r=>{ |
|
|
|
|
console.log(error); |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
this.TcFromloading=false; |
|
|
|
|
}); |
|
|
|
|
// if (!!row.id){ |
|
|
|
|
// updatesign(row).then( |
|
|
|
|
// () => { |
|
|
|
|
// console.log(row, '要提交的值'); |
|
|
|
|
// this.$message({ |
|
|
|
|
// type: 'success', |
|
|
|
|
// message: '操作成功!', |
|
|
|
|
// }); |
|
|
|
|
// this.signBox = false; |
|
|
|
|
// this.onLoad(this.page); |
|
|
|
|
// }, |
|
|
|
|
// error => { |
|
|
|
|
// console.log(error); |
|
|
|
|
// this.signBox = false; |
|
|
|
|
// } |
|
|
|
|
// ); |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
}, |
|
|
|
|
// 图片放大 |
|
|
|
|
EnlargeTheTmageA(uploadFile) { |
|
|
|
|
this.dialogImageUrlA = uploadFile.url; |
|
|
|
|
this.dialogVisibleA = true; |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
async beforeUpload(file){ |
|
|
|
|
async beforeUpload(file) { |
|
|
|
|
const compressedBlob = await compressImageBlob(file); |
|
|
|
|
return compressedBlob; |
|
|
|
|
}, |
|
|
|
|