Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
test-long
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a4dcbb61
authored
Oct 08, 2019
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
init
parent
edae56e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web2erp_track.py
web2erp_track.py
View file @
a4dcbb61
...
@@ -19,7 +19,7 @@ class web2erp_track(base):
...
@@ -19,7 +19,7 @@ class web2erp_track(base):
'''跟踪订单明细的采购轨迹'''
'''跟踪订单明细的采购轨迹'''
def
__init__
(
self
,
data
=
None
):
def
__init__
(
self
,
data
=
None
):
super
()
.
__init__
(
data
)
super
()
.
__init__
(
data
)
self
.
needupdate_url
=
self
.
CommonConf
.
order_api_url
+
'/ag/bdfdf/cdd
'
self
.
needupdate_url
=
self
.
CommonConf
.
order_api_url
+
'/ag/bdfdf/cdd
/hhh'
self
.
create_url
=
self
.
CommonConf
.
order_api_url
+
'/order/track/create'
self
.
create_url
=
self
.
CommonConf
.
order_api_url
+
'/order/track/create'
self
.
audit_url
=
self
.
CommonConf
.
order_api_url
+
'/order/getrecaudit'
self
.
audit_url
=
self
.
CommonConf
.
order_api_url
+
'/order/getrecaudit'
self
.
request
=
Request
()
self
.
request
=
Request
()
...
...
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