|
|
@ -137,7 +137,6 @@ export class wholeTransfer extends VuexModule {
|
|
|
|
@MutationAction
|
|
|
|
@MutationAction
|
|
|
|
async QueryHistory(params: any = {}) {
|
|
|
|
async QueryHistory(params: any = {}) {
|
|
|
|
const res: any = await http.post(url.warehouse.rowTransfer.queryGroupLis, params);
|
|
|
|
const res: any = await http.post(url.warehouse.rowTransfer.queryGroupLis, params);
|
|
|
|
console.log('res>>>>>>>>>>>>>>>>', res);
|
|
|
|
|
|
|
|
const removeList: any = res.data;
|
|
|
|
const removeList: any = res.data;
|
|
|
|
const removeMaterialList: any = [];
|
|
|
|
const removeMaterialList: any = [];
|
|
|
|
res.data.forEach((item: any) => {
|
|
|
|
res.data.forEach((item: any) => {
|
|
|
|