Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
c2054e80
Commit
c2054e80
authored
Mar 20, 2026
by
董晓奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(1)工艺路线按照产品种类分,工艺路线上增加个字段,生产任务自动匹配
工艺路线-产品类型显示中文,从生产计划下发生产任务时自动匹配
parent
d9a58476
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
xjrsoft-vue3/src/api/jcsj/gylx/index.ts
+9
-10
No files found.
xjrsoft-vue3/src/api/jcsj/gylx/index.ts
View file @
c2054e80
import
{
RokeRoutingPageModel
,
RokeRoutingPageParams
,
RokeRoutingPageResult
}
from
'./model/GylxModel'
;
import
{
RokeRoutingPageModel
,
RokeRoutingPageParams
,
RokeRoutingPageResult
,
}
from
'./model/GylxModel'
;
import
{
defHttp
}
from
'/@/utils/http/axios'
;
import
{
ErrorMessageMode
}
from
'/#/axios'
;
...
...
@@ -8,15 +11,15 @@ enum Api {
List
=
'/jcsj/gylx/list'
,
Info
=
'/jcsj/gylx/info'
,
RokeRouting
=
'/jcsj/gylx'
,
}
/**
* @description: 查询RokeRouting分页列表
*/
export
async
function
getRokeRoutingPage
(
params
:
RokeRoutingPageParams
,
mode
:
ErrorMessageMode
=
'modal'
)
{
export
async
function
getRokeRoutingPage
(
params
:
RokeRoutingPageParams
,
mode
:
ErrorMessageMode
=
'modal'
,
)
{
return
defHttp
.
get
<
RokeRoutingPageResult
>
(
{
url
:
Api
.
Page
,
...
...
@@ -87,7 +90,3 @@ export async function deleteRokeRouting(ids: string[], mode: ErrorMessageMode =
},
);
}
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