|
|
@@ -11152,8 +11152,8 @@ namespace Dongke.IBOSS.PRD.WCF.Services
|
|
|
ClientRequestEntity cre = new ClientRequestEntity();
|
|
|
cre.Properties["WorkStationID"] = data["WorkStationID"];
|
|
|
cre.Properties["PrinterID1"] = data["PrinterID1"];
|
|
|
- cre.Properties["PrinterID2"] = data["PrinterID3"];
|
|
|
- cre.Properties["PrinterID2"] = data["PrinterID3"];
|
|
|
+ cre.Properties["PrinterID2"] = data["PrinterID2"];
|
|
|
+ cre.Properties["PrinterID3"] = data["PrinterID3"];
|
|
|
|
|
|
ServiceResultEntity sre = SystemModuleLogic.SaveWorkStationPrinter3(cre, sUserInfo);
|
|
|
|
|
|
@@ -11201,8 +11201,8 @@ namespace Dongke.IBOSS.PRD.WCF.Services
|
|
|
ClientRequestEntity cre = new ClientRequestEntity();
|
|
|
cre.Properties["Barcode"] = data["Barcode"];
|
|
|
cre.Properties["PrinterID1"] = data["PrinterID1"];
|
|
|
- cre.Properties["PrinterID2"] = data["PrinterID3"];
|
|
|
- cre.Properties["PrinterID2"] = data["PrinterID3"];
|
|
|
+ cre.Properties["PrinterID2"] = data["PrinterID2"];
|
|
|
+ cre.Properties["PrinterID3"] = data["PrinterID3"];
|
|
|
|
|
|
ServiceResultEntity sre = SystemModuleLogic.PrintBarcode_3BL_B(cre, sUserInfo);
|
|
|
|