From d1aba07561bdceabd932d707be68357e95186c10 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 11 Oct 2019 17:26:56 +0200 Subject: [PATCH] Continuo cona ssegnazione TAGS --- C-TRACK/WebUserControls/mod_barcode.ascx | 12 ++++++------ C-TRACK/WebUserControls/mod_selTag.ascx | 14 ++++++++------ C-TRACK/barcode.aspx.cs | 4 ++-- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/C-TRACK/WebUserControls/mod_barcode.ascx b/C-TRACK/WebUserControls/mod_barcode.ascx index c125fbf..45adbe9 100644 --- a/C-TRACK/WebUserControls/mod_barcode.ascx +++ b/C-TRACK/WebUserControls/mod_barcode.ascx @@ -21,16 +21,16 @@ cerca -
-
- -
+
+
+ +
-
+
-
+
diff --git a/C-TRACK/WebUserControls/mod_selTag.ascx b/C-TRACK/WebUserControls/mod_selTag.ascx index be53154..89e3957 100644 --- a/C-TRACK/WebUserControls/mod_selTag.ascx +++ b/C-TRACK/WebUserControls/mod_selTag.ascx @@ -1,9 +1,10 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_selTag.ascx.cs" Inherits="C_TRACK.WebUserControls.mod_selTag" %> -
-
-

Selezione TAGS

- +
+
+
+ <%--
Selezione TAGS
--%> + <%--Nessuno TAG 1 TAG 2 @@ -13,9 +14,10 @@ - + - OPZIONALE, da config, se indicato permette di scegliere TRA I TAG assocaiti al NumTask 1 SOLO,e POI lo tiene in memoria x poterlo inserire come registrazione... + OPZIONALE: permette di scegliere 1 SOLO TRA I TAG associati alla commessa cui assegnare la registrazione...
+
diff --git a/C-TRACK/barcode.aspx.cs b/C-TRACK/barcode.aspx.cs index 450eaeb..9d5a258 100644 --- a/C-TRACK/barcode.aspx.cs +++ b/C-TRACK/barcode.aspx.cs @@ -152,8 +152,8 @@ namespace C_TRACK { mod_barcode1.Visible = memLayer.ML.CRB("OptUseBCode"); mod_selTask.Visible = memLayer.ML.CRB("OptUseSelTask"); - // per i tags NON DEVE essere una post multi... - mod_selTag.Visible = memLayer.ML.CRB("OptUseSelTag") && !mUtils.postIsMulti; + // per i tags NON DEVE essere una post multi e DEVE esserci una comemssa... + mod_selTag.Visible = memLayer.ML.CRB("OptUseSelTag") && !mUtils.postIsMulti && CurrNumTask != ""; } ///