Browse Source

库位

dev-xx
马远东 10 months ago
parent
commit
f9f4da28e3
  1. 1
      src/api/basicdata/basicdataGoodsShelfView.ts
  2. 4
      src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue

1
src/api/basicdata/basicdataGoodsShelfView.ts

@ -68,6 +68,7 @@ export function geturl(name,params): Promise<AxiosResponse<VisualizationResponse
params
})
}
/**
*
*/

4
src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue

@ -617,6 +617,10 @@ async function onLoad(page, params = {}) {
default:
break;
}
let query= JSON.parse($route.query.info)
console.log(query,'结构参数');
data.areaType =1
let response = await geturl(url, data);
if (response.data.code == 200) {
console.log('res', response.data);

Loading…
Cancel
Save