|  | @@ -3453,7 +3453,7 @@ $(document).ready(function() {
 | 
												
													
														
															|  |                  for (const [i, p] of posRange.entries()) {
 |  |                  for (const [i, p] of posRange.entries()) {
 | 
												
													
														
															|  |                      data.push({
 |  |                      data.push({
 | 
												
													
														
															|  |                          pos_code: (i + 1) + '', name: p.name,
 |  |                          pos_code: (i + 1) + '', name: p.name,
 | 
												
													
														
															|  | -                        quantity: p.quantity, drawing_code: p.drawing_code, memo: p.memo
 |  | 
 | 
												
													
														
															|  | 
 |  | +                        quantity: p[qtyF], drawing_code: p.drawing_code, memo: p.memo
 | 
												
													
														
															|  |                      });
 |  |                      });
 | 
												
													
														
															|  |                  }
 |  |                  }
 | 
												
													
														
															|  |              }
 |  |              }
 |