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
dbfb118b
Commit
dbfb118b
authored
Dec 09, 2024
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 工单详情增加客户名称信息
parent
aa2f512e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
proofingInfo.vue
src/views/mes/pro/workorder/proofingInfo.vue
+12
-3
No files found.
src/views/mes/pro/workorder/proofingInfo.vue
View file @
dbfb118b
...
...
@@ -25,6 +25,15 @@
label-width=
"8em"
>
<el-row>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"客户简称"
prop=
"clientName"
>
<el-input
disabled
v-model=
"form.clientName"
placeholder=
"请输入客户简称"
></el-input>
</el-form-item>
</el-col>
<el-col
v-if=
"mode === 'make'|| mode === 'makeInfo'"
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"父工单编码"
prop=
"parentCode"
>
<el-input
...
...
@@ -255,7 +264,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:lg=
"1
8"
:md=
"16"
:sm=
"24"
:xs=
"24
"
>
<el-col
:lg=
"1
2"
:md=
"10"
:sm=
"18"
:xs=
"18
"
>
<el-form-item
label=
"工单备注"
prop=
"remark"
>
<el-input
v-model=
"form.remark"
...
...
@@ -506,7 +515,7 @@ export default {
this
.
gCode
();
}
}
},
created
()
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
workorderId
&&
this
.
workorderId
!==
this
.
$route
.
query
.
workorderId
)
{
...
...
@@ -631,7 +640,7 @@ export default {
this
.
loading
=
true
;
getWorkorder
(
id
)
.
then
(({
data
})
=>
{
Object
.
assign
(
this
.
form
,
data
);
this
.
form
.
group
=
`
${
this
.
form
.
groupKey
?
this
.
form
.
groupKey
:
''
}${
this
.
form
.
groupCounter
?
this
.
form
.
groupCounter
:
''
}
`
this
.
currentData
=
{}
...
...
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