备品备件出入库bug解决

master
guoshuang 12 months ago
parent 42af246e7f
commit f0a959511f

@ -182,7 +182,7 @@ export default class SparepartsInto extends BasePage {
inOutType: 'type_out', inOutType: 'type_out',
}; };
console.log(query); console.log(query);
this.cleardata(); //this.cleardata();
await this.model.sparePartsInOutStorage(query); await this.model.sparePartsInOutStorage(query);
if (this.model.SubmitCode.code == '200') { if (this.model.SubmitCode.code == '200') {
(this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({

@ -6,9 +6,9 @@ import { url } from '@/utils/url';
namespaced: true, namespaced: true,
dynamic: true, dynamic: true,
store, store,
name: 'page.equipment.SparepartsInto', name: 'page.equipment.SparepartsIntoOut',
}) })
export class SparepartsInto extends VuexModule { export class SparepartsIntoOut extends VuexModule {
rowdata: any = []; rowdata: any = [];
orderNoItemList: any = []; orderNoItemList: any = [];
@MutationAction @MutationAction
@ -34,4 +34,4 @@ export class SparepartsInto extends VuexModule {
} }
} }
export default getModule(SparepartsInto); export default getModule(SparepartsIntoOut);

@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version); // console.log('Version////', this.Version);
} }
///****************** ///******************
version = '0.0.76'; // version = '0.0.77'; //
//version = '0.0.4'; // //version = '0.0.4'; //
//*************** false true **************** //*************** false true ****************
//isTest = true; //isTest = true;

Loading…
Cancel
Save