Redeem 1 năm trước cách đây
mục cha
commit
ef6697ba56
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/OYE/components/exportTranPlan.js

+ 2 - 2
src/views/OYE/components/exportTranPlan.js

@@ -276,8 +276,8 @@ export default {
             if (
               this.tableData[i].saleRemark === this.tableData[j].saleRemark &&
               this.tableData[i].receiveName === this.tableData[j].receiveName &&
-              this.tableData[i].saleOrderReceiveCustomer ===
-                this.tableData[j].saleOrderReceiveCustomer
+              this.tableData[i].inboundWarehouse ===
+                this.tableData[j].inboundWarehouse
             ) {
               this.tableData[i].saleOrderNo = this.tableData[j].saleOrderNo
               break