@ningboyz/types 1.4.180 → 1.4.181
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
|
@@ -742,7 +742,7 @@ export class TCardMainResponse implements Type {
|
|
|
742
742
|
result.notified = Const.Todo.CONST_STR_TODO_TYPE_TO_CARD_WAIT;
|
|
743
743
|
result.entityID = card.entityID;
|
|
744
744
|
result.billMain = card.cardIndx;
|
|
745
|
-
result.billCode = card.
|
|
745
|
+
result.billCode = card.billCode;
|
|
746
746
|
result.billMemo = card.cardMemo;
|
|
747
747
|
result.createAt = card.createAt;
|
|
748
748
|
result.mastName = card.mastName;
|
|
@@ -765,7 +765,7 @@ export class TCardMainResponse implements Type {
|
|
|
765
765
|
travel.flowNode = card.flowNode;
|
|
766
766
|
travel.billUUID = card.entityID;
|
|
767
767
|
travel.billMain = card.cardIndx;
|
|
768
|
-
travel.billCode = card.
|
|
768
|
+
travel.billCode = card.billCode;
|
|
769
769
|
travel.mastName = card.mastName;
|
|
770
770
|
travel.createBy = card.createBy;
|
|
771
771
|
travel.menuUUID = card.menuUUID;
|
|
@@ -55,7 +55,7 @@ export interface ILaidResponse extends IBaseResponse<ILaidResponse> {
|
|
|
55
55
|
laidAddr: string; // #存放地点.地址
|
|
56
56
|
laidDate: number; // #存放地点.日期
|
|
57
57
|
laidCall: string; // #存放地点.联系电话
|
|
58
|
-
|
|
58
|
+
laidMast:string; // #存放地点.联系人
|
|
59
59
|
/**
|
|
60
60
|
* 所属部门
|
|
61
61
|
* */
|
|
@@ -101,7 +101,7 @@ export class TLaidResponse extends TBaseResponse<ILaidResponse> implements ILaid
|
|
|
101
101
|
laidName: string = "";
|
|
102
102
|
nameFull: string = "";
|
|
103
103
|
laidMemo: string = "";
|
|
104
|
-
|
|
104
|
+
laidMast:string = "";
|
|
105
105
|
unitMain: number = 0;
|
|
106
106
|
unitText: string = "";
|
|
107
107
|
wldyMain: number = 0;
|