diff --git a/MP-Admin/WebUserControls/mod_gestKIT.ascx b/MP-Admin/WebUserControls/mod_gestKIT.ascx index 4dcaff65..db54f037 100644 --- a/MP-Admin/WebUserControls/mod_gestKIT.ascx +++ b/MP-Admin/WebUserControls/mod_gestKIT.ascx @@ -3,19 +3,7 @@
Dati commesse -
-
- Elenco KIT con commesse (RED) + elenco kit con ARTICOLI (green) - <%-- - - --%> -
-
- Dati KIT (kit compatibili) + buttons -
-
-
-
+
  1. cmd x reset e ripartire a fare NUOVO kit
  2. lettura del barcode
  3. @@ -24,12 +12,42 @@
  4. eventuale lista di ordini KIT collegati ad OPR IN ROSSO
  5. eventuale lista di ordini KIT collegati ad articolo IN VERDE
  6. salvataggio OPR in lista (redis session)
  7. -
  8. ricerca KIT con articolo(i)
  9. +
  10. ricerca KIT con articolo(i)
  11. controllo kit completo
  12. comando conferma e crea KIT
  13. lascio filtro OPR/articolo x mostrare ordine (nei 2 modi rosso/verde)
  14. cmd x reset e ripartire a fare NUOVO kit
+
+
+ Elenco KIT con commesse (RED) + elenco kit con ARTICOLI (green) + <%-- + + --%> +
+
+ Elenco KIT compatibili + + + + + + + + + + + + + + + + +
+
+
+
+
@@ -54,4 +72,22 @@ exec stp_TemplateKit_Search '','1023A1' select * from TransitoDati -select * from IstanzeKIT--%> \ No newline at end of file +select * from IstanzeKIT + +select * from TemplateKIT order by CodArtChild DESC +exec stp_TKS_Search '1010A1,1010A2,' +exec stp_TKS_Search '8060A0,' +exec stp_TKS_Search '8060A1,' +exec stp_TKS_Search '8060A2,' +exec stp_TKS_Search '8060A313,' +exec stp_TKS_Search '8060A0,8060A1,8060A2,8060A313,' + +exec stp_TKS_Search 'V10616D,' +exec stp_TKS_Search 'M06606,' + +exec stp_TemplateKit_Search '1050A00','' +exec stp_TemplateKit_Search '1040A00','' +exec stp_TemplateKit_Search '6606A00','' +exec stp_TemplateKit_Search '6610A00','' + +--%> \ No newline at end of file diff --git a/MP-Admin/WebUserControls/mod_gestKIT.ascx.cs b/MP-Admin/WebUserControls/mod_gestKIT.ascx.cs index 079b83f9..0196ef57 100644 --- a/MP-Admin/WebUserControls/mod_gestKIT.ascx.cs +++ b/MP-Admin/WebUserControls/mod_gestKIT.ascx.cs @@ -284,6 +284,7 @@ namespace MoonProAdmin.WebUserControls //riporto gli ordini caricati... StringBuilder sb = new StringBuilder(); + string elCodArt = ""; var currOrd = OrdineKit; if (currOrd != null && currOrd.Codice != null) { @@ -291,10 +292,12 @@ namespace MoonProAdmin.WebUserControls foreach (var item in OrdineKit.OrdiniArt) { sb.AppendLine(string.Format("OrdNum:{0}, CodArt: {1}, Descr: {2}, Qta: {3}
", item.OrdNum, item.ArtOrd.Codice, item.ArtOrd.Descrizione, item.Qta)); + elCodArt += item.ArtOrd.Codice + ","; } } // accodo... messOut += sb.ToString(); + hfCodArtList.Value = elCodArt; } private void doReset() diff --git a/MP-Admin/WebUserControls/mod_gestKIT.ascx.designer.cs b/MP-Admin/WebUserControls/mod_gestKIT.ascx.designer.cs index 229c485a..2a569753 100644 --- a/MP-Admin/WebUserControls/mod_gestKIT.ascx.designer.cs +++ b/MP-Admin/WebUserControls/mod_gestKIT.ascx.designer.cs @@ -12,6 +12,33 @@ namespace MoonProAdmin.WebUserControls { public partial class mod_gestKIT { + /// + /// Controllo grViewKitSel. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.GridView grViewKitSel; + + /// + /// Controllo odsKitSel. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.ObjectDataSource odsKitSel; + + /// + /// Controllo hfCodArtList. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.HiddenField hfCodArtList; + /// /// Controllo hlLastInput. ///