@ningboyz/types 1.1.30 → 1.1.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -100,5 +100,7 @@ export enum TButtonType {
100
100
  /** 复制 */
101
101
  copy = "复制",
102
102
  /** 计算 */
103
- calculate = "计算"
103
+ calculate = "计算",
104
+ /** 验收 */
105
+ accept = "accept",
104
106
  }
@@ -14,5 +14,6 @@ export enum TEditMode {
14
14
  emBrowseGL, // 关联单据跳过来
15
15
  emCopyInsert, // 复制新增
16
16
  emSend, // 送审
17
- emReview // 复核
17
+ emReview, // 复核
18
+ emAccept, // 验收
18
19
  }