Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240829
lijuncheng 3 months ago
parent
commit
b01fa16f2e
  1. 2
      src/pages/package/record/overPackageRecord.vue

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

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

Loading…
Cancel
Save