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
0
Merge Requests
0
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
43413681
Commit
43413681
authored
Jan 09, 2026
by
宋春膨
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3
parents
2b3965b4
5d28fcfc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
103 additions
and
4 deletions
+103
-4
xjrsoft-vue3/src/api/scgl/scrw/model/ScrwModel.ts
+103
-4
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
+0
-0
xjrsoft-vue3/src/views/scgl/scrw/components/workflowPermission.ts
+0
-0
No files found.
xjrsoft-vue3/src/api/scgl/scrw/model/ScrwModel.ts
View file @
43413681
...
...
@@ -6,7 +6,9 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
export
interface
MesProductionTaskPageParams
extends
BasicPageParams
{
rwbh
:
string
;
sfnbdd
:
string
;
jhbh
:
string
;
hjzt
:
string
;
}
/**
...
...
@@ -17,14 +19,14 @@ export interface MesProductionTaskPageModel {
jhbh
:
string
;
rwbh
:
string
;
cpid
:
string
;
rch
:
string
;
zch
:
string
;
sfnbdd
:
string
;
jhksrq
:
string
;
jhjsrq
:
string
;
...
...
@@ -115,6 +117,8 @@ export interface MesProductionTaskModel {
modifyUserId
:
string
;
mesProductionGongdanList
?:
MesProductionGongdanModel
;
mesWarehouseMaterialList
?:
MesWarehouseMaterialModel
;
}
/**
...
...
@@ -123,6 +127,8 @@ export interface MesProductionTaskModel {
export
interface
MesProductionGongdanModel
{
id
:
string
;
roductionTaskId
:
string
;
deleteMark
:
string
;
rwbh
:
string
;
...
...
@@ -141,7 +147,9 @@ export interface MesProductionGongdanModel {
cplx
:
string
;
gx
:
string
;
gxId
:
string
;
gxbh
:
string
;
gxmc
:
string
;
...
...
@@ -203,6 +211,97 @@ export interface MesProductionGongdanModel {
}
/**
* @description: MesWarehouseMaterial表类型
*/
export
interface
MesWarehouseMaterialModel
{
id
:
string
;
wlId
:
string
;
roductionTaskId
:
string
;
deleteMark
:
string
;
bz
:
string
;
zt
:
string
;
wlbh
:
string
;
wlmc
:
string
;
wlgg
:
string
;
wlxh
:
string
;
xjbom
:
string
;
blsl
:
string
;
kcl
:
string
;
khbz
:
string
;
nkbz
:
string
;
sftl
:
string
;
bldh
:
string
;
lldh
:
string
;
llr
:
string
;
llbm
:
string
;
llsl
:
string
;
shren
:
string
;
fllldh
:
string
;
fllrq
:
string
;
fllr
:
string
;
fllbm
:
string
;
fllsl
:
string
;
flgg
:
string
;
flbz
:
string
;
p1
:
string
;
p2
:
string
;
p3
:
string
;
p4
:
string
;
p5
:
string
;
p6
:
string
;
p7
:
string
;
p8
:
string
;
p9
:
string
;
p10
:
string
;
createDate
:
string
;
createUserId
:
string
;
modifyDate
:
string
;
modifyUserId
:
string
;
}
/**
* @description: MesProductionTask分页返回值结构
*/
export
type
MesProductionTaskPageResult
=
BasicFetchResult
<
MesProductionTaskPageModel
>
;
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
View file @
43413681
This diff is collapsed.
Click to expand it.
xjrsoft-vue3/src/views/scgl/scrw/components/workflowPermission.ts
View file @
43413681
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