@hitsoft/abp.kadooglu 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-form/hit-entry-weighing-form.component.mjs +2 -2
- package/fesm2015/hitsoft-abp.kadooglu.mjs +1 -1
- package/fesm2015/hitsoft-abp.kadooglu.mjs.map +1 -1
- package/fesm2020/hitsoft-abp.kadooglu.mjs +1 -1
- package/fesm2020/hitsoft-abp.kadooglu.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1612,7 +1612,7 @@ class HitEntryWeighingFormComponent {
|
|
|
1612
1612
|
this.isScaleReconnecting = false;
|
|
1613
1613
|
this.scaleConnectionFailed = false;
|
|
1614
1614
|
this.scaleSub = null;
|
|
1615
|
-
this.scaleApiUrl = 'http://192.168.
|
|
1615
|
+
this.scaleApiUrl = 'http://192.168.10.95:5100';
|
|
1616
1616
|
this.scaleId = 'KANTAR-01';
|
|
1617
1617
|
}
|
|
1618
1618
|
/** SAP response camelCase/PascalCase farkını handle eder */
|