@ -219,7 +219,6 @@ export default class productCheckReceipt extends BasePage {
}
//移库明细
async bill() {
//this.model.detailedList.length = 0;
sessionStorage.setItem('userDefined4', JSON.stringify(this.userDefined4));
this.redirectTo(this.page.product.warehouse.wholeTransfer.Local);
@ -137,7 +137,6 @@ export class wholeTransfer extends VuexModule {
@MutationAction
async QueryHistory(params: any = {}) {
const res: any = await http.post(url.warehouse.rowTransfer.queryGroupLis, params);
console.log('res>>>>>>>>>>>>>>>>', res);
const removeList: any = res.data;
const removeMaterialList: any = [];
res.data.forEach((item: any) => {