|
@@ -453,16 +453,18 @@ class StageIm {
|
|
|
id: this.ImData.length + 1,
|
|
|
lid: node.id, pid: '', code: p.b_code, name: p.name, unit: p.unit, unit_price: p.unit_price,
|
|
|
jl: 0, contract_jl: 0, qc_jl: 0,
|
|
|
- peg: peg ? this._getPegStr(peg.name) : '', drawing_code: this._getDrawingCode(p),
|
|
|
+ peg: peg ? this._getPegStr(peg.name) : ''
|
|
|
};
|
|
|
if (this.ctx.stage.im_gather && node.check) {
|
|
|
im.check = true;
|
|
|
im.bw = this._getZlGatherBw(node, peg);
|
|
|
im.xm = '';
|
|
|
+ im.drawing_code = this._getDrawingCode(node);
|
|
|
} else {
|
|
|
im.check = false;
|
|
|
im.bw = this._getZlNormalBw(node, peg);
|
|
|
im.xm = node.name;
|
|
|
+ im.drawing_code = this._getDrawingCode(p);
|
|
|
}
|
|
|
nodeImData.push(im);
|
|
|
this._checkCustomDetail(im);
|