Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
mes
mes-ui
Commits
1093605f
Commit
1093605f
authored
Apr 22, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 生产工单表格细节优化
parent
0a0188d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+3
-3
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
1093605f
...
@@ -307,7 +307,7 @@
...
@@ -307,7 +307,7 @@
<
el
-
table
-
column
label
=
"不合格数"
align
=
"center"
width
=
"100px"
prop
=
"quantityUnqualify"
/>
<
el
-
table
-
column
label
=
"不合格数"
align
=
"center"
width
=
"100px"
prop
=
"quantityUnqualify"
/>
<
el
-
table
-
column
label
=
"批次号"
align
=
"center"
width
=
"100px"
prop
=
"batchCode"
/>
<
el
-
table
-
column
label
=
"批次号"
align
=
"center"
width
=
"100px"
prop
=
"batchCode"
/>
<
el
-
table
-
column
label
=
"客户编码"
align
=
"center"
prop
=
"clientCode"
/>
<
el
-
table
-
column
label
=
"客户编码"
align
=
"center"
prop
=
"clientCode"
/>
<
el
-
table
-
column
label
=
"客户名称"
align
=
"center"
prop
=
"clientName"
:
show
-
overflow
-
tooltip
=
"tru
e"
/>
<
el
-
table
-
column
label
=
"客户名称"
align
=
"center"
width
=
"150px"
prop
=
"clientNam
e"
/>
<!--
<
el
-
table
-
column
<!--
<
el
-
table
-
column
label
=
"工单名称"
label
=
"工单名称"
width
=
"200"
width
=
"200"
...
@@ -633,7 +633,7 @@
...
@@ -633,7 +633,7 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
type
=
"primary"
@
click
=
"handledaoConfirmSubmit"
>
确
定
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"handledaoConfirmSubmit"
>
确
定
<
/el-button
>
<
el
-
button
@
click
=
"daoConfirmVisible = false"
>
取
消
<
/el-button
>
<
el
-
button
@
click
=
"daoConfirmVisible = false"
>
取
消
<
/el-button
>
...
@@ -1689,7 +1689,7 @@ export default {
...
@@ -1689,7 +1689,7 @@ export default {
this.daoConfirmVisible = false
this.daoConfirmVisible = false
this.getList();
this.getList();
}
}
}
,
}
,
handleTurnWorrySubmit() {
handleTurnWorrySubmit() {
this.$refs["turnWorryFormRef"].validate(valid => {
this.$refs["turnWorryFormRef"].validate(valid => {
...
...
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