@ningboyz/types 1.1.137 → 1.1.139

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.137",
3
+ "version": "1.1.139",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -162,6 +162,7 @@ export const CONST_SYS_TYPEU_变动方式_固定资产 = "变动方式-固定资
162
162
  export const CONST_SYS_TYPEU_打印设置_纸张尺寸 = "打印设置-纸张尺寸";
163
163
 
164
164
  export const CONST_SYS_TYPEU_固定资产_卡片打印 = "固定资产-卡片打印";
165
+ export const CONST_SYS_TYPEU_固定资产_列表打印 = "固定资产-列表打印";
165
166
 
166
167
  export const CONST_SYS_TYPEU_上城财政_密级 = "上城财政-密级";
167
168
  export const CONST_SYS_TYPEU_上城财政_紧急程度 = "上城财政-紧急程度";
@@ -25,6 +25,8 @@ export enum TBtnActive {
25
25
  export enum TButtonType {
26
26
  /** 空 */
27
27
  null = "",
28
+ /** 确认支付 */
29
+ confirmPayment = "confirmPayment",
28
30
  /** 筛选 */
29
31
  filter = "filter",
30
32
  /** 发布 */