|
@@ -478,6 +478,7 @@ const getDtl = (row) => {
|
|
proxy.post("/logisticsInfos/detail", { id: row.id }).then((res) => {
|
|
proxy.post("/logisticsInfos/detail", { id: row.id }).then((res) => {
|
|
formConfig[0].disabled = true;
|
|
formConfig[0].disabled = true;
|
|
formData.data = {
|
|
formData.data = {
|
|
|
|
+ id: res.id,
|
|
businessType: res.businessType + "",
|
|
businessType: res.businessType + "",
|
|
logisticsCompanyCode: res.logisticsCompanyCode,
|
|
logisticsCompanyCode: res.logisticsCompanyCode,
|
|
code: res.code,
|
|
code: res.code,
|
|
@@ -520,13 +521,9 @@ const getLogisticsData = (row) => {
|
|
};
|
|
};
|
|
|
|
|
|
const handleClickCode = (row) => {
|
|
const handleClickCode = (row) => {
|
|
- // ElMessage({
|
|
|
|
- // message: "数据请求中,请稍后!",
|
|
|
|
- // type: "success",
|
|
|
|
- // });
|
|
|
|
let id = row.id;
|
|
let id = row.id;
|
|
proxy.post("/logisticsInfos/getLogistics", { id }).then((res) => {
|
|
proxy.post("/logisticsInfos/getLogistics", { id }).then((res) => {
|
|
- console.log(res, "wss");
|
|
|
|
|
|
+ activities.value = res.data ? res.data : [];
|
|
openRecord.value = true;
|
|
openRecord.value = true;
|
|
});
|
|
});
|
|
};
|
|
};
|