Refresh e testing OK
This commit is contained in:
@@ -1,11 +1 @@
|
||||
-- 2018.12.03 - EletScal
|
||||
|
||||
OK 1) ingrandire testo commessa (SOPRATUTTO) e nome:
|
||||
- a dx postazione + utente
|
||||
- a sx ARTICOLO (NEW)
|
||||
- in centro COMMESSA
|
||||
OK 2) inserire in elenco TASK: TEMPO TOTALE sommato (1 colonna) e tempo a pezzi (1 colonna) ed inoltre il tempo delle RIPARAZIONI
|
||||
OK 3) inserire button "pausa 0pz" ovvero imposta zero e SALVA la fase con 0 pz e tempo cumulato
|
||||
OK 4) certificato?!?
|
||||
OK 5) nascondere BOTTOM tab (reload)
|
||||
OK 6) Riparazioni --> fare un CALCOLO A SE (somma tempi...) --> qualificare tempo separatamente
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace C_TRACK.WebUserControls
|
||||
{
|
||||
@@ -28,8 +29,8 @@ namespace C_TRACK.WebUserControls
|
||||
// ora serializzo oggetto!
|
||||
answ = JsonConvert.SerializeObject(richiesta);
|
||||
#endif
|
||||
string UrlQRCodeGen = SteamWare.memLayer.ML.CRS("UrlQRCodeGen");
|
||||
string TargetQRCode = SteamWare.memLayer.ML.CRS("TargetQRCode");
|
||||
string UrlQRCodeGen = memLayer.ML.CRS("UrlQRCodeGen");
|
||||
string TargetQRCode = memLayer.ML.CRS("TargetQRCode");
|
||||
answ = string.Format(@"{0}/{1}?val={2}", UrlQRCodeGen, TargetQRCode, codOpr);
|
||||
// string targetUrl = "CTRACK_ELET_SCAL";
|
||||
// answ = string.Format(@"https://qrcode.steamware.net/Home/QR_site/{0}?val={1}", targetUrl, codOpr);
|
||||
|
||||
Reference in New Issue
Block a user