RS2509
jheng 2026-01-24 18:26:35 +08:00
parent 1b52659752
commit 5cc866f56a
1 changed files with 14 additions and 0 deletions

View File

@ -330,6 +330,20 @@
// }
//
formSubmit: function(ref) {
// 1. actQtynull
//
if (this.billInfo.checkPltInfos.length > 0) {
const firstItem = this.billInfo.checkPltInfos[0];
// actQtynull//
if (firstItem.actQty === null || firstItem.actQty === undefined || firstItem.actQty === '') {
this.$modal.msgError("请先填写确认数量,不允许为空!");
return; //
}
} else {
//
this.$modal.msgError("暂无盘点数据,无法提交!");
return;
}
// formaData
var details = this.getSelectDetail()
if (details && details.length > 0) {