|  | @@ -33,19 +33,19 @@ module.exports = app => {
 | 
												
													
														
															|  |                      case ImTypeConst.zl.value:
 |  |                      case ImTypeConst.zl.value:
 | 
												
													
														
															|  |                      case ImTypeConst.bw.value:
 |  |                      case ImTypeConst.bw.value:
 | 
												
													
														
															|  |                          return this.getDataByCondition({
 |  |                          return this.getDataByCondition({
 | 
												
													
														
															|  | -                            im_type: field.im_type,
 |  | 
 | 
												
													
														
															|  | 
 |  | +                            im_type: field.im_type, sid: this.ctx.stage.id,
 | 
												
													
														
															|  |                              lid: field.lid, code: field.code, name: field.name, unit: field.unit, unit_price: field.unit_price,
 |  |                              lid: field.lid, code: field.code, name: field.name, unit: field.unit, unit_price: field.unit_price,
 | 
												
													
														
															|  |                              pid: field.pid, pos_name: field.pos_name
 |  |                              pid: field.pid, pos_name: field.pos_name
 | 
												
													
														
															|  |                          });
 |  |                          });
 | 
												
													
														
															|  |                      case ImTypeConst.tz.value:
 |  |                      case ImTypeConst.tz.value:
 | 
												
													
														
															|  |                          return this.getDataByCondition({
 |  |                          return this.getDataByCondition({
 | 
												
													
														
															|  | -                            im_type: field.im_type,
 |  | 
 | 
												
													
														
															|  | 
 |  | +                            im_type: field.im_type, sid: this.ctx.stage.id,
 | 
												
													
														
															|  |                              lid: field.lid, code: field.code, name: field.name, unit: field.unit,
 |  |                              lid: field.lid, code: field.code, name: field.name, unit: field.unit,
 | 
												
													
														
															|  |                              pid: field.pid, pos_name: field.pos_name
 |  |                              pid: field.pid, pos_name: field.pos_name
 | 
												
													
														
															|  |                          });
 |  |                          });
 | 
												
													
														
															|  |                      case ImTypeConst.bb.value:
 |  |                      case ImTypeConst.bb.value:
 | 
												
													
														
															|  |                          return this.getDataByCondition({
 |  |                          return this.getDataByCondition({
 | 
												
													
														
															|  | -                            im_type: field.im_type,
 |  | 
 | 
												
													
														
															|  | 
 |  | +                            im_type: field.im_type, sid: this.ctx.stage.id,
 | 
												
													
														
															|  |                              lid: field.lid, name: field.name, unit: field.unit,
 |  |                              lid: field.lid, name: field.name, unit: field.unit,
 | 
												
													
														
															|  |                              pid: field.pid, pos_name: field.pos_name
 |  |                              pid: field.pid, pos_name: field.pos_name
 | 
												
													
														
															|  |                          });
 |  |                          });
 |