|
@@ -355,6 +355,7 @@ export default {
|
|
|
if (this.dataSource.length) {
|
|
|
this.showDsModal = true
|
|
|
this.detailData.dispatchBillCount = this.totalData.dispatchBillCount
|
|
|
+ this.detailData.receiverName = this.totalData.receiverName ? this.totalData.receiverName : ''
|
|
|
this.$refs.dsModal.setDetail(this.detailData)
|
|
|
} else {
|
|
|
this.$message.warning('请选择待下推产品')
|