|
@@ -251,7 +251,8 @@ class StageIm {
|
|
|
(!im.name || im.name === d.name) &&
|
|
|
(!im.unit || im.unit === d.unit) &&
|
|
|
self.ctx.helper.checkZero(self.ctx.helper.sub(im.unit_price, d.unit_price)) &&
|
|
|
- (!im.pid || im.pid === d.pid);
|
|
|
+ (!im.pid || im.pid === d.pid) &&
|
|
|
+ (!im.pos_name || im.pos_name === d.pos_name);
|
|
|
});
|
|
|
if (cd) {
|
|
|
this._.assignInWith(im, cd, function(oV, sV, key) {
|