@ningboyz/types 1.4.192 → 1.4.193
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
|
@@ -131,6 +131,7 @@ export interface IViewCtrlResponseWithParaConv {
|
|
|
131
131
|
interfaceUUID?: string; //其他页面的UUID
|
|
132
132
|
pathId?: string; // 附件的dictindx
|
|
133
133
|
isShowSealName?: boolean;
|
|
134
|
+
outboundMenuUUID?: string; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaConv {
|
|
@@ -152,4 +153,5 @@ export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaC
|
|
|
152
153
|
interfaceUUID?: string = ""; //其他页面的UUID
|
|
153
154
|
pathId?: string = ""; // 附件的dictindx
|
|
154
155
|
isShowSealName?: boolean = false;
|
|
156
|
+
outboundMenuUUID?: string = ""; //出库登记菜单的menuUUID,配置在下发功能菜单.取关联单使用
|
|
155
157
|
}
|