diff --git a/NKC_WF/WebUserControls/cmp_batchDetail.ascx b/NKC_WF/WebUserControls/cmp_batchDetail.ascx index 362a8c0..c98122b 100644 --- a/NKC_WF/WebUserControls/cmp_batchDetail.ascx +++ b/NKC_WF/WebUserControls/cmp_batchDetail.ascx @@ -5,7 +5,7 @@
-

Batch Detail

+

# <%: traduci ("BatchDetail") %>

Send to Estimation diff --git a/NKC_WF/WebUserControls/cmp_kittingBin.ascx b/NKC_WF/WebUserControls/cmp_kittingBin.ascx index d3b56da..2355322 100644 --- a/NKC_WF/WebUserControls/cmp_kittingBin.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingBin.ascx @@ -11,36 +11,36 @@
- CNC: + # <%: traduci("Cnc") %>
- Paint: + # <%: traduci("Paint") %>
+ # <%: traduci("OnKitting") %> On Kitting:
-
- Part: + # <%: traduci("Part") %>
- Qty: + # <%: traduci("Qty") %>
/ diff --git a/NKC_WF/WebUserControls/cmp_kittingCart.ascx b/NKC_WF/WebUserControls/cmp_kittingCart.ascx index 9729ad2..e81115c 100644 --- a/NKC_WF/WebUserControls/cmp_kittingCart.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingCart.ascx @@ -10,69 +10,68 @@
- Order: + # <%: traduci("Order") %>
- Model: + # <%: traduci("Model") %>
- Dest Plant: + # <%: traduci("DestPlant") %>
-
- Kit #: + # <%: traduci("Kit") %>
- CNC Parts #: + # <%: traduci("CncParts") %>
-
- Wait: - +
+ # <%: traduci("Wait") %> +
-
- Ready: - +
+ # <%: traduci("Ready") %> +
-
- Cart: - +
+ # <%: traduci("Cart") %> +
- Other Parts #: + # <%: traduci("OtherParts") %>
- Wait: - + # <%: traduci("Wait") %> +
- Cart: - + # <%: traduci("Cart") %> +
diff --git a/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs b/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs index 84dde93..aad2cfa 100644 --- a/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs @@ -2,11 +2,10 @@ namespace NKC_WF.WebUserControls { - public partial class cmp_kittingCart : System.Web.UI.UserControl + public partial class cmp_kittingCart : BaseUserControl { protected void Page_Load(object sender, EventArgs e) { - } public string getCssByNums(object _numWait, object _numReady, object _numOtherWait, object _numOtherReady)