@ningboyz/types 1.3.186 → 1.3.187
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
package/src/conf/IConfig.ts
CHANGED
|
@@ -32,8 +32,6 @@ export interface IDictResponseDictPara {
|
|
|
32
32
|
isPayTotal: number;
|
|
33
33
|
/** 是否需要签章 */
|
|
34
34
|
needSign:boolean
|
|
35
|
-
/** 是否不可以改变 */
|
|
36
|
-
canNotChange: boolean;
|
|
37
35
|
/** 是否为需要进行签章的电子签章类型 */
|
|
38
36
|
isDzqzSign:boolean
|
|
39
37
|
/** 原合同的相关附件类型 */
|
|
@@ -70,13 +68,11 @@ export class TDictResponseDictPara implements IDictResponseDictPara {
|
|
|
70
68
|
isPayTotal: number = 0;
|
|
71
69
|
/** 对应的编码 */
|
|
72
70
|
code: string = "";
|
|
73
|
-
|
|
71
|
+
/** 是否需要签章 */
|
|
74
72
|
needSign:boolean=false
|
|
75
|
-
/**
|
|
76
|
-
canNotChange: boolean = false;
|
|
77
|
-
/** 是否为需要进行签章的电子签章类型 */
|
|
73
|
+
/** 是否为需要进行签章的电子签章类型 */
|
|
78
74
|
isDzqzSign:boolean = false
|
|
79
|
-
|
|
75
|
+
/** 原合同的相关附件类型 */
|
|
80
76
|
yzhtPathType:boolean=false
|
|
81
77
|
/** 品种技术中动态字段的名称 */
|
|
82
78
|
formFieldObj:IFormFieldObj = {authorField:"发明人",bookCodeField:"证书号",magaZineField:"编号"}
|