|
|
|
@ -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,
|
|
|
|
|