Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
463b2d8e
Commit
463b2d8e
authored
Jul 10, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-ui
into dev
parents
5f81e4b7
f899c078
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
index.vue
src/views/mes/pro/feedback/index.vue
+2
-2
selectTask.vue
src/views/mes/tm/toolrequest/selectTask.vue
+3
-7
No files found.
src/views/mes/pro/feedback/index.vue
View file @
463b2d8e
...
...
@@ -326,9 +326,9 @@
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
type
=
"primary"
@
click
=
"cancel"
v
-
if
=
"optType =='view' || form.status !='PREPARE' "
>
返回
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"submitForm"
v
-
if
=
"form.status =='PREPARE' && optType !='view' "
>
保
存
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"handleSubmit"
v
-
if
=
"form.status =='PREPARE' && optType !='view' && form.recordId !=null "
>
提交审批
<
/el-button
>
<
!--
<
el
-
button
type
=
"primary"
@
click
=
"handleSubmit"
v
-
if
=
"form.status =='PREPARE' && optType !='view' && form.recordId !=null "
>
提交审批
<
/el-button
>
<
el
-
button
type
=
"success"
@
click
=
"handleExecute"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批通过
<
/el-button
>
<
el
-
button
type
=
"danger"
@
click
=
"handleReject"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批不通过
<
/el-button
>
<
el
-
button
type
=
"danger"
@
click
=
"handleReject"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批不通过
<
/el-button>
--
>
<
el
-
button
@
click
=
"cancel"
>
取
消
<
/el-button
>
<
/div
>
<
/el-dialog
>
...
...
src/views/mes/tm/toolrequest/selectTask.vue
View file @
463b2d8e
...
...
@@ -93,10 +93,10 @@
</el-table-column>
<el-table-column
label=
"任务单编码"
width=
"1
0
0"
width=
"1
1
0"
align=
"center"
key=
"task
WorkunitId
"
prop=
"task
WorkunitId
"
key=
"task
Code
"
prop=
"task
Code
"
/>
<!-- <el-table-column
label="排产数量"
...
...
@@ -148,14 +148,10 @@
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"状态"
align
=
"center"
prop
=
"statusName"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
min
-
width
=
"180"
label
=
"工序任务编码"
align
=
"center"
prop
=
"taskCode"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
min
-
width
=
"300"
label
=
"工序任务名称"
align
=
"center"
prop
=
"taskName"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工作单元名称"
align
=
"center"
prop
=
"workunitName"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工作单元编码"
align
=
"center"
prop
=
"workunitCode"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工站编码"
align
=
"center"
prop
=
"workstationCode"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工站名称"
align
=
"center"
prop
=
"workstationName"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工艺名称"
align
=
"center"
prop
=
"routeName"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工艺编码"
align
=
"center"
prop
=
"routeCode"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
min
-
width
=
"150"
label
=
"工序编码"
align
=
"center"
prop
=
"processCode"
/>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"true"
width
=
"100"
label
=
"工序名称"
align
=
"center"
prop
=
"processName"
/>
<
/el-table
>
...
...
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