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