Browse Source

this.showErrorMessage("请选择目标包装规格")

hella_online_20240829
wangyufei 3 months ago
parent
commit
07d7918708
  1. 2
      src/pages/package/record/overPackageRecord.vue

2
src/pages/package/record/overPackageRecord.vue

@ -306,7 +306,7 @@
}, },
commit() { commit() {
if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) { if (this.detailSource.length > 0 && this.detailSource[0].subList.length > 0) {
if (this.toPackUnit == "包装规格") { if (!this.toPackUnit||this.toPackUnit == "包装规格") {
this.showErrorMessage("请选择目标包装规格") this.showErrorMessage("请选择目标包装规格")
return; return;
} }

Loading…
Cancel
Save