Browse Source

修改查询条件

hella_online_20240829
niexiting 2 months ago
parent
commit
685921703b
  1. 3
      src/pages/fg/receiptByPlan.vue

3
src/pages/fg/receiptByPlan.vue

@ -390,8 +390,7 @@
if (that.dataContent) { if (that.dataContent) {
var itemIndex = this.allList.findIndex(r => var itemIndex = this.allList.findIndex(r =>
r.itemCode == result.itemCode && r.content == result.content);
r.order == result.order);
// //
if (itemIndex == -1) { if (itemIndex == -1) {
// if (this.allList.length > this.dataContent.packQty) { // if (this.allList.length > this.dataContent.packQty) {

Loading…
Cancel
Save