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);
}
///******************
version = '0.0.111'; //
version = '0.0.112'; //
//version = '0.0.14'; //
//*************** false true ****************
//isTest = true;

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

Loading…
Cancel
Save