@ningboyz/types 1.0.170 → 1.0.172
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
|
@@ -82,7 +82,6 @@ export class TGamsTypeResponse implements IGamsTypeResponse {
|
|
|
82
82
|
queuesBy: number = 0;
|
|
83
83
|
entityID: string = "";
|
|
84
84
|
|
|
85
|
-
|
|
86
85
|
typeCode: string = "";
|
|
87
86
|
/** 要素名称 */
|
|
88
87
|
typeName: string = "";
|
|
@@ -101,6 +100,7 @@ export class TGamsTypeResponse implements IGamsTypeResponse {
|
|
|
101
100
|
fromType: number = 0;
|
|
102
101
|
/** 表单形式 */
|
|
103
102
|
formType: string = "";
|
|
103
|
+
/**基准倍率 */
|
|
104
104
|
multiVal: number = 0;
|
|
105
105
|
cDefault: string = "";
|
|
106
106
|
nDefault: string = "";
|
|
@@ -168,7 +168,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
168
168
|
result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_YZCG_WAIT;
|
|
169
169
|
result.entityID = zbzd.entityID;
|
|
170
170
|
result.billMain = 0;
|
|
171
|
-
result.billCode = zbzd.
|
|
171
|
+
result.billCode = zbzd.entityID;
|
|
172
172
|
result.billMemo = zbzd.zbzdMemo;
|
|
173
173
|
result.ysxmText = "";
|
|
174
174
|
result.outMoney = 0;
|