Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fixmyautov2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oliviya
fixmyautov2
Commits
0ef2e987
Commit
0ef2e987
authored
Dec 17, 2018
by
123bila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new push
parent
6e8ddd51
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
addoffers.ts
src/pages/addoffers/addoffers.ts
+2
-2
editoffers.ts
src/pages/editoffers/editoffers.ts
+1
-1
myservice.ts
src/providers/myservice.ts
+1
-1
No files found.
src/pages/addoffers/addoffers.ts
View file @
0ef2e987
...
...
@@ -210,9 +210,9 @@ export class Addoffers {
get_total
(){
this
.
price_val
=
0
;
//
this.price_val = 0;
this
.
price_val
=
parseInt
(
this
.
price_val
)
+
parseInt
(
this
.
tested
);
//
this.price_val = parseInt(this.price_val)+parseInt(this.tested);
console
.
log
(
'price_val'
,
this
.
price_val
);
}
...
...
src/pages/editoffers/editoffers.ts
View file @
0ef2e987
...
...
@@ -23,7 +23,7 @@ export class Editoffers {
today_date
:
any
;
offer_id
:
any
;
price_val
:
any
=
0
;
private
edit
edit
offersForm
:
FormGroup
;
private
editoffersForm
:
FormGroup
;
constructor
(
public
navCtrl
:
NavController
,
public
navParams
:
NavParams
,
private
formBuilder
:
FormBuilder
,
public
storage
:
Storage
,
private
myservice
:
Myservice
,
private
imagePicker
:
ImagePicker
,
private
transfer
:
FileTransfer
,
private
file
:
File
,
private
alertCtrl
:
AlertController
)
{
...
...
src/providers/myservice.ts
View file @
0ef2e987
...
...
@@ -21,7 +21,7 @@ export class Myservice {
//webservice_url = 'http://localhost/webservices/fixmyauto/webservice/';
//webservice_url = 'http://techlabz.in/fixmyauto/webservice/';
//webservice_url = 'http://www.garnedo.com/fixmyauto/webservice/';
webservice_url
=
'http://192.168.140.
166
/fixmyauto/webservice/'
;
webservice_url
=
'http://192.168.140.
22
/fixmyauto/webservice/'
;
loader
:
any
;
alert
:
any
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment