退扫修复

master
hou 3 years ago
parent 4dfc17b04d
commit 0cb61e631d

@ -219,7 +219,6 @@ export default class productCheckReceipt extends BasePage {
} }
// //
async bill() { async bill() {
//this.model.detailedList.length = 0;
sessionStorage.setItem('userDefined4', JSON.stringify(this.userDefined4)); sessionStorage.setItem('userDefined4', JSON.stringify(this.userDefined4));
this.redirectTo(this.page.product.warehouse.wholeTransfer.Local); this.redirectTo(this.page.product.warehouse.wholeTransfer.Local);
} }

@ -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) => {

Loading…
Cancel
Save