|
|
@@ -2594,7 +2594,7 @@ namespace SiteCore.Handler
|
|
|
return;
|
|
|
}
|
|
|
//157赖橙帆 159林晨 73 静之颖
|
|
|
- if (entity.OrderState > 3 && entity.DispatchSort == 2 && userid != 3542 && CurrentUser.UserPost.Post.Code != "SysAdmin" && CurrentUser.UserPost.Post.Code != "Summarize" && CurrentUser.UserID != 157 && CurrentUser.UserID != 159 && CurrentUser.UserID != 1479 && CurrentUser.UserID != 73)
|
|
|
+ if (entity.OrderState > 3 && entity.DispatchSort == 2 && userid != 3542 && CurrentUser.UserPost.Post.Code != "SysAdmin" && CurrentUser.UserPost.Post.Code != "Summarize" && CurrentUser.UserID != 157 && CurrentUser.UserID != 159 && CurrentUser.UserID != 1479)
|
|
|
{
|
|
|
returnErrorMsg("指派设计共创无法再次指派!");
|
|
|
return;
|
|
|
@@ -12651,7 +12651,9 @@ namespace SiteCore.Handler
|
|
|
//XD-----90
|
|
|
{90, new Dictionary<string, string> {{"条幅", "条幅"}, {"桌布", "桌布"}, { "班旗", "班旗" } }},
|
|
|
//CYCY-----14
|
|
|
- {14, new Dictionary<string, string> {{"卡片", "卡片"}, {"宣传单", "宣传单"}, {"杯套", "杯套"}}}
|
|
|
+ {14, new Dictionary<string, string> {{"卡片", "卡片"}, {"宣传单", "宣传单"}, {"杯套", "杯套"}}},
|
|
|
+ //THLZY----122
|
|
|
+ {122, new Dictionary<string, string> {{ "烫画", "烫画" }, { "冷转印", "冷转印" }}}
|
|
|
};
|
|
|
//其他改名
|
|
|
Dictionary<int, string> suppliers = new Dictionary<int, string>()
|