srm到货登记bug修改

master
guoshuang 9 months ago
parent 73c95af284
commit e7cd04cf98

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

@ -386,9 +386,9 @@ export default class ArrivalRegistration extends BasePage {
} }
// //
async onOksing() { async onOksing() {
if (this.procureCode == '' || this.procureCode.length == 0) { if (this.prodobj.value == '') {
(this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
title: '请输入采购单号', title: '请选择采购单',
type: 'default', type: 'default',
}); });
return; return;
@ -403,7 +403,7 @@ export default class ArrivalRegistration extends BasePage {
} }
let params = { let params = {
factoryCode: session.FactoryCode, factoryCode: session.FactoryCode,
procureCode: this.procureCode, procureCode: this.prodobj.value,
id: this.list[0].id, id: this.list[0].id,
czNumber: this.czNumber, czNumber: this.czNumber,
lastUpdateBy: session.loginName, lastUpdateBy: session.loginName,

Loading…
Cancel
Save