@ningboyz/types 1.1.4 → 1.1.6
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
|
@@ -129,9 +129,8 @@ export interface IMyoaMainResponse {
|
|
|
129
129
|
autoTypeText: string;
|
|
130
130
|
rangeOutText: string;
|
|
131
131
|
autoModeText: string;
|
|
132
|
-
deviceD1: number
|
|
133
|
-
pageNums: string
|
|
134
|
-
|
|
132
|
+
deviceD1: number /** 有无投影 {0:否,1:有} */;
|
|
133
|
+
pageNums: string /** 盖章页码 */;
|
|
135
134
|
|
|
136
135
|
/**
|
|
137
136
|
* 公物仓
|
|
@@ -178,7 +177,8 @@ export interface IMyoaMainResponse {
|
|
|
178
177
|
listSQBM: IDeptResponse[];
|
|
179
178
|
listSQYH: IUserResponse[];
|
|
180
179
|
listNBYH: IUserResponse[];
|
|
181
|
-
|
|
180
|
+
/** 用车申请时,指定为listCard.cardName, 会议申请时, 指定为listChat.RoomName */
|
|
181
|
+
cardText: string;
|
|
182
182
|
//#合同签订
|
|
183
183
|
listYZHT: IYzhtMainResponse[];
|
|
184
184
|
listYZCG: IYzcgMainResponse[];
|
|
@@ -240,7 +240,10 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
|
|
|
240
240
|
sourceDW: string = "";
|
|
241
241
|
flowText: string = "";
|
|
242
242
|
flowUndo: number = 0;
|
|
243
|
-
|
|
243
|
+
/**
|
|
244
|
+
* 用车申请时,指定为listCard.cardName, 会议申请时, 指定为listChat.RoomName
|
|
245
|
+
*/
|
|
246
|
+
cardText: string = "";
|
|
244
247
|
/** 预算资金 */
|
|
245
248
|
outMoney: number = 0;
|
|
246
249
|
/** 采购项目名称 */
|