|
|
@ -94,12 +94,14 @@ export class ProductionREQ extends VuexModule {
|
|
|
|
///扫描标志卡
|
|
|
|
///扫描标志卡
|
|
|
|
getidcardcode: any = '';
|
|
|
|
getidcardcode: any = '';
|
|
|
|
byidcardobj: any = {};
|
|
|
|
byidcardobj: any = {};
|
|
|
|
|
|
|
|
byidcarmsg: any = '';
|
|
|
|
@MutationAction
|
|
|
|
@MutationAction
|
|
|
|
async getByidcard(data: any) {
|
|
|
|
async getByidcard(data: any) {
|
|
|
|
const result: any = await http.post(url.lanjuwms.raw.ReceivePO.SweepMaterialCardSC, data);
|
|
|
|
const result: any = await http.post(url.lanjuwms.raw.ReceivePO.SweepMaterialCardSC, data);
|
|
|
|
const getidcardcode = result.code;
|
|
|
|
const getidcardcode = result.code;
|
|
|
|
const byidcardobj = result.data;
|
|
|
|
const byidcardobj = result.data;
|
|
|
|
return { getidcardcode, byidcardobj };
|
|
|
|
const byidcarmsg = result.msg;
|
|
|
|
|
|
|
|
return { getidcardcode, byidcardobj, byidcarmsg };
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|