|
@@ -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
|