|
|
@ -128,7 +128,8 @@ |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<el-tabs type="border-card" v-model="activeTab" @tab-click="handleTabClick"> |
|
|
|
<el-tabs type="border-card" v-model="activeTab" @tab-click="handleTabClick" v-loading="checkloading" |
|
|
|
|
|
|
|
element-loading-text="正在复核签收处理中..."> |
|
|
|
<el-tab-pane label="客 户 列 表" name="tab1"> |
|
|
|
<el-tab-pane label="客 户 列 表" name="tab1"> |
|
|
|
<tablecmt |
|
|
|
<tablecmt |
|
|
|
class="tableNode" |
|
|
|
class="tableNode" |
|
|
@ -515,7 +516,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div>------------------------------</div> --> |
|
|
|
<div>------------------------------</div> --> |
|
|
|
<div class="TcFrom"> |
|
|
|
<div class="TcFrom" |
|
|
|
|
|
|
|
> |
|
|
|
<el-form :model="TcForm" label-width="120px"> |
|
|
|
<el-form :model="TcForm" label-width="120px"> |
|
|
|
<el-form-item label="收货人姓名"> |
|
|
|
<el-form-item label="收货人姓名"> |
|
|
|
<el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" /> |
|
|
|
<el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" /> |
|
|
@ -685,6 +687,7 @@ export default { |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
html: '', |
|
|
|
html: '', |
|
|
|
|
|
|
|
checkloading:false,//复核签收加载 |
|
|
|
dialogImageUrl: '', //图片放大地址 |
|
|
|
dialogImageUrl: '', //图片放大地址 |
|
|
|
dialogVisible: false, //图片状态 |
|
|
|
dialogVisible: false, //图片状态 |
|
|
|
dialogImageUrlA: '', |
|
|
|
dialogImageUrlA: '', |
|
|
@ -714,6 +717,7 @@ export default { |
|
|
|
SignForPhotos: [], |
|
|
|
SignForPhotos: [], |
|
|
|
reservationId: null, //当前行的ID |
|
|
|
reservationId: null, //当前行的ID |
|
|
|
windowHeight: null, |
|
|
|
windowHeight: null, |
|
|
|
|
|
|
|
CheckStore:null, |
|
|
|
columnList: [ |
|
|
|
columnList: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'trainNumber', |
|
|
|
prop: 'trainNumber', |
|
|
@ -3284,8 +3288,11 @@ export default { |
|
|
|
this.dialogImageUrlE = uploadFile.url; |
|
|
|
this.dialogImageUrlE = uploadFile.url; |
|
|
|
this.dialogVisibleE = true; |
|
|
|
this.dialogVisibleE = true; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// 复核签收确认弹窗 |
|
|
|
submitForm() { |
|
|
|
submitForm() { |
|
|
|
|
|
|
|
console.log(this.CheckStore,'要处理的值'); |
|
|
|
|
|
|
|
this.checkloading=true;//开启复核签收加载效果 |
|
|
|
|
|
|
|
this.signBox = false; |
|
|
|
// console.log('--------------->this.signtitle', this.signtitle); |
|
|
|
// console.log('--------------->this.signtitle', this.signtitle); |
|
|
|
// console.log('--------------->this.signtitle', this.submitForm); |
|
|
|
// console.log('--------------->this.signtitle', this.submitForm); |
|
|
|
let row = {}; |
|
|
|
let row = {}; |
|
|
@ -3298,6 +3305,7 @@ export default { |
|
|
|
}; |
|
|
|
}; |
|
|
|
// 提交图片处理 |
|
|
|
// 提交图片处理 |
|
|
|
//最后提交 |
|
|
|
//最后提交 |
|
|
|
|
|
|
|
|
|
|
|
row.reservationId = this.reservationId; |
|
|
|
row.reservationId = this.reservationId; |
|
|
|
// row.clerkSignPictures = this.signform.clerkSignPictures; |
|
|
|
// row.clerkSignPictures = this.signform.clerkSignPictures; |
|
|
|
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //备注 |
|
|
|
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //备注 |
|
|
@ -3336,6 +3344,7 @@ export default { |
|
|
|
this.signBox = false; |
|
|
|
this.signBox = false; |
|
|
|
getOneclickq(row) |
|
|
|
getOneclickq(row) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|
|
|
|
|
this.checkloading=false;//关闭复核签收加载效果 |
|
|
|
if (res.data.code == 200) { |
|
|
|
if (res.data.code == 200) { |
|
|
|
this.TCloading = false; //取消限制 |
|
|
|
this.TCloading = false; //取消限制 |
|
|
|
ElMessage({ |
|
|
|
ElMessage({ |
|
|
@ -3522,14 +3531,20 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleSign(row) { |
|
|
|
handleSign(row) { |
|
|
|
console.log('签收>>>>>>>>>>', row); |
|
|
|
console.log('签收>>>>>>>>>>', row); |
|
|
|
console.log(row.id, '复合签收'); |
|
|
|
console.log(row.signId, '复合签收'); |
|
|
|
$_getDetail({ id: row.id }).then(res => { |
|
|
|
$_getDetail({ id: row.signId }).then(res => { |
|
|
|
console.log(res, '复合返回值'); |
|
|
|
console.log(res, '复合返回值'); |
|
|
|
|
|
|
|
if(res.data.data){ |
|
|
|
|
|
|
|
this.CheckStore=res.data.data |
|
|
|
|
|
|
|
console.log(this.CheckStore,'data'); |
|
|
|
|
|
|
|
console.log(res.data.data,'res'); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
this.signtitle = '复核签收'; |
|
|
|
this.signtitle = '复核签收'; |
|
|
|
// this.view = true; |
|
|
|
// this.view = true; |
|
|
|
this.signform = row; |
|
|
|
this.signform = row; |
|
|
|
this.signBox = true; |
|
|
|
this.signBox = true;//开启复合弹窗 |
|
|
|
// this.wid= row.id |
|
|
|
// this.wid= row.id |
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
}, |
|
|
|
}, |
|
|
|