!1539 拆单导出命令改为拆单报价:CDBJ

pull/1539/MERGE
cf-erp 3 years ago committed by ChenX
parent 36ccbf953b
commit e5e0b24587

@ -111,8 +111,8 @@ function GetRouteInfo(routeType: ErpRoutes): ErpRouteInfo
routeInfo.RouteType = ErpRoutes.;
routeInfo.RouteName = "cadExport";
routeInfo.TitleName = "拆单导出";
routeInfo.FrameWidth = 300;
routeInfo.FrameHeight = 150;
routeInfo.FrameWidth = 260;
routeInfo.FrameHeight = 80;
break;
default:
routeInfo.RouteType = ErpRoutes.;

@ -2107,10 +2107,10 @@ export const CommandList: ICommand[] = [
{
typeId: "cd",
link: "#",
defaultCustom: "CDDC",
defaultCustom: "CDBJ",
command: CommandNames.ChaiDanExport,
type: "拆单",
chName: "拆单导出",
chName: "拆单报价",
chDes: "",
},
{

Loading…
Cancel
Save