fix pulsanti riattrezzaggio
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ pipeline {
|
||||
steps {
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=1402']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=1403']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '6.13.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '6.13.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'MAPO'
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace MP_MAG.WebUserControls
|
||||
var ordiniCaricati = tabOrdiniCaricati.Where(x => x.ExtOrdCod == keySel);
|
||||
if (ordiniCaricati.ToList().Count == 0)
|
||||
{
|
||||
MagData.MagDataLayer.man.taOList.insertQuery(PackListID, keySel, rigaOrd.CodArticolo, descrOrd, rigaOrd.Qta, rigaOrd.CodCliente, rigaOrd.DescDestinazione);
|
||||
MagData.MagDataLayer.man.taOList.insertQuery(PackListID, keySel, rigaOrd.CodArticolo, descrOrd, rigaOrd.Qta, rigaOrd.CodCliente, rigaOrd.CodDestinazione);
|
||||
}
|
||||
raiseAddNew();
|
||||
}
|
||||
|
||||
@@ -677,7 +677,7 @@ namespace MoonProTablet.WebUserControls
|
||||
divNote.Visible = show;
|
||||
divPzPallet.Visible = show;
|
||||
lbtStartAttr.Visible = show;
|
||||
lbtShowOdlDet.Visible = !lbtStartAttr.Visible;
|
||||
lbtShowOdlDet.Visible = !show;
|
||||
cmp_dettPODL.idxODLSel = idxODLSel;
|
||||
divDettPOdl.Visible = show && idxODLSel > 0;
|
||||
// se abilitato da config su DB mostro selezione del numPzPallet...
|
||||
@@ -1266,6 +1266,7 @@ namespace MoonProTablet.WebUserControls
|
||||
}
|
||||
// fix buttons
|
||||
fixSplitBtn(false);
|
||||
checkTcNote();
|
||||
}
|
||||
cmp_newODL.eh_newVal += Cmp_newODL_eh_newVal;
|
||||
cmp_selPODL.eh_doUpdate += Cmp_selPODL_eh_doUpdate;
|
||||
|
||||
Generated
+1
-1
@@ -1433,7 +1433,7 @@ namespace MagData {
|
||||
this.columnCodCliente.MaxLength = 50;
|
||||
this.columnCodDestinazione.MaxLength = 50;
|
||||
this.columnDescDestinazione.ReadOnly = true;
|
||||
this.columnDescDestinazione.MaxLength = 858;
|
||||
this.columnDescDestinazione.MaxLength = 1500;
|
||||
this.columnUM.MaxLength = 250;
|
||||
this.columnQta.AllowDBNull = false;
|
||||
this.columnQtaEvadibile.AllowDBNull = false;
|
||||
|
||||
@@ -358,7 +358,7 @@
|
||||
<xs:element name="DescDestinazione" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDescDestinazione" msprop:Generator_ColumnPropNameInRow="DescDestinazione" msprop:Generator_ColumnPropNameInTable="DescDestinazioneColumn" msprop:Generator_UserColumnName="DescDestinazione" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="858" />
|
||||
<xs:maxLength value="1500" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
|
||||
Reference in New Issue
Block a user