sales-frontend-oz 0.0.54 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -21,9 +21,7 @@ var globalOzParam = [
21
21
  // 다중 보고서 호출 시 부모 보고서의 파라미터 값을 자식 보고서가 상속받을지 여부를 설정합니다.
22
22
  `global.inheritparameter=true`,
23
23
  // 멀티 보고서를 하나의 보고서처럼 사용할지 여부를 설정합니다.
24
- `global.concatpage=true`,
25
- // 보고서를 바인딩할 때 프로그레스 창을 한 번만 실행할지 여부를 설정합니다.
26
- `global.use_preview_progressbar=true`
24
+ `global.concatpage=true`
27
25
  // 멀티 보고서를 하나의 보고서처럼 설정한 경우 각각의 보고서별로 페이지 번호를 부여할지 여부를 설정합니다.
28
26
  // `global.eachpagenumberatconcatpage=true`,
29
27
  ];
@@ -492,6 +490,8 @@ async function CreateOzParam({ documentList, extraData = {}, roleCd, jijungInfo
492
490
  `roleCd=${roleCd}`,
493
491
  // 모든서식에 공통으로 필요한 지정대리인 정보 추가
494
492
  `jijungInfo=${jijungInfo}`,
493
+ // 모든서식에 공통으로 필요한 TABLET 구분값 정보 추가
494
+ `TABLET=11`,
495
495
  ...ensureArray(data.args)
496
496
  ];
497
497
  args.forEach((arg, idx2) => result.push(`${prefix}connection.args${idx2 + 1}=${arg}`));