质量管理,管道试压包管理导入功能
This commit is contained in:
@@ -416,6 +416,9 @@
|
||||
</data>
|
||||
<data name="ApprovalCompleted" xml:space="preserve">
|
||||
<value>审批完成</value>
|
||||
</data>
|
||||
<data name="ApprovalCompletedUnderConstruction" xml:space="preserve">
|
||||
<value>已审待施工</value>
|
||||
</data>
|
||||
<data name="call" xml:space="preserve">
|
||||
<value>呼叫</value>
|
||||
|
||||
@@ -105,6 +105,15 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 已审待施工 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ApprovalCompletedUnderConstruction {
|
||||
get {
|
||||
return ResourceManager.GetString("ApprovalCompletedUnderConstruction", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 材料到货 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user