|
|
@ -145,7 +145,7 @@ export class FeedingModule extends VuexModule {
|
|
|
|
//查询明细
|
|
|
|
//查询明细
|
|
|
|
@Action({ commit: "updateCheckedOrderInInfoListKw" })
|
|
|
|
@Action({ commit: "updateCheckedOrderInInfoListKw" })
|
|
|
|
async querydetaildlist(content: any) {
|
|
|
|
async querydetaildlist(content: any) {
|
|
|
|
let res: any = await http.post("/tl/getBlListSn", content);
|
|
|
|
let res: any = await http.post("/wmspda/tl/getBlListSn", content);
|
|
|
|
console.log("明细》》》》》》》》》", res.list);
|
|
|
|
console.log("明细》》》》》》》》》", res.list);
|
|
|
|
this.detailedList = res.list;
|
|
|
|
this.detailedList = res.list;
|
|
|
|
return res;
|
|
|
|
return res;
|
|
|
|