|
|
|
@ -3040,6 +3040,8 @@ const handleChooseShipper = (column, prop, order) => {
|
|
|
|
|
|
|
|
|
|
/** 收货客户选择 */ |
|
|
|
|
const handleChooseConsigner = (column, prop, order) => { |
|
|
|
|
const _consigneeId = details.query.consigneeId; |
|
|
|
|
|
|
|
|
|
// 赋值 |
|
|
|
|
details.query.consignee = column.clientName; |
|
|
|
|
details.query.consigneeId = column.clientId; |
|
|
|
@ -3070,6 +3072,8 @@ const handleChooseConsigner = (column, prop, order) => {
|
|
|
|
|
handleFindClientInfo('consigneeName'); |
|
|
|
|
handleFindClientInfo('consigneeMobile'); |
|
|
|
|
handleCloseSelcet(); |
|
|
|
|
|
|
|
|
|
if (_consigneeId === column.clientId) return; |
|
|
|
|
initPackageList(); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|