ztxkui 3.3.12 → 3.3.13

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.
@@ -406,12 +406,12 @@ var Sinatures = function (_a) {
406
406
  }
407
407
  }
408
408
  // 超过4倍禁止提交审批
409
- if (isTotalSealNumTooMore) {
409
+ if (needQj && isTotalSealNumTooMore) {
410
410
  message.warning('您的用印次数远超超过合理次数范围,请修改。');
411
411
  return false;
412
412
  }
413
413
  // 没有确认盖章
414
- if (!contractId) {
414
+ if (needQys && !contractId) {
415
415
  message.warning('请点击确认盖章按钮,确认盖章位置后方可提交!');
416
416
  return false;
417
417
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.3.12",
3
+ "version": "3.3.13",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",