Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
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
李星剑
hs-app-project
Commits
d8ac030d
Commit
d8ac030d
authored
Dec 29, 2021
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表页面上传
parent
661ff65e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
136 additions
and
127 deletions
+136
-127
modeling.js
src/config/request/apiList/modeling.js
+5
-1
plm.js
src/config/request/apiList/plm.js
+9
-0
apis.js
src/config/request/apis.js
+3
-1
modelingOrder.vue
src/pages/fabricModeling/modelingOrder.vue
+119
-125
No files found.
src/config/request/apiList/modeling.js
View file @
d8ac030d
...
@@ -14,6 +14,10 @@ export default {
...
@@ -14,6 +14,10 @@ export default {
detail
:{
detail
:{
url
:
`
${
base
}
/detail`
,
url
:
`
${
base
}
/detail`
,
method
:
"GET"
,
method
:
"GET"
,
}
},
reminders
:{
url
:
`
${
base
}
/reminders`
,
method
:
"post"
,
},
}
}
}
}
src/config/request/apiList/plm.js
0 → 100644
View file @
d8ac030d
const
url
=
"/gdep-plm"
export
default
{
plm
:
{
selectModelingTaskPage
:
{
url
:
url
+
"/modelingtask/selectModelingTaskPage"
,
method
:
"get"
,
},
}
}
src/config/request/apis.js
View file @
d8ac030d
...
@@ -6,6 +6,7 @@ import auth from './apiList/auth.js'
...
@@ -6,6 +6,7 @@ import auth from './apiList/auth.js'
import
color
from
'./apiList/colors.js'
import
color
from
'./apiList/colors.js'
import
orderTicket
from
'./apiList/orderTicket.js'
import
orderTicket
from
'./apiList/orderTicket.js'
import
modeling
from
'./apiList/modeling.js'
import
modeling
from
'./apiList/modeling.js'
import
plm
from
'./apiList/plm.js'
// import goods from './apiList/goods.js'
// import goods from './apiList/goods.js'
// import base from './apiList/base.js'
// import base from './apiList/base.js'
...
@@ -14,5 +15,6 @@ export default {
...
@@ -14,5 +15,6 @@ export default {
...
auth
,
...
auth
,
...
color
,
...
color
,
...
orderTicket
,
...
orderTicket
,
...
modeling
...
modeling
,
...
plm
};
};
src/pages/fabricModeling/modelingOrder.vue
View file @
d8ac030d
This diff is collapsed.
Click to expand it.
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