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
780c4b6b
Commit
780c4b6b
authored
Jul 17, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨料bug修复,工装台账bug修复
parent
600a9ca2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
index.vue
src/views/mes/pro/allocation/index.vue
+4
-2
index.vue
src/views/mes/tm/tool/index.vue
+8
-9
No files found.
src/views/mes/pro/allocation/index.vue
View file @
780c4b6b
...
...
@@ -180,10 +180,12 @@
<
/el-input
>
<
/el-form-item
>
<
/el-col
>
<
/el-row>
<
BrandSelect
ref
=
"brSelect"
:
arrangeCode
=
"form.arrangeCode"
@
onSelected
=
"onBrandSelected"
>
<
/BrandSelect
>
<
arangeSelect
ref
=
"arangeSelect"
:
arrangeCode
=
"form.arrangeCode"
@
onSelected
=
"onBrandSelected"
>
<
/arangeSelect
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"编排单号"
prop
=
"arrangeCode"
>
<
el
-
input
v
-
model
=
"form.arrangeCode"
placeholder
=
"请输入编排单号"
>
...
...
src/views/mes/tm/tool/index.vue
View file @
780c4b6b
...
...
@@ -229,7 +229,7 @@
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"刀模版具名称"
prop
=
"toolName"
>
<
el
-
input
v
-
model
=
"form.toolName"
readonly
/>
<
el
-
input
v
-
model
=
"form.toolName"
disabled
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
...
...
@@ -246,7 +246,7 @@
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"型号"
prop
=
"spec"
>
<
el
-
input
v
-
model
=
"form.spec"
readonly
/>
<
el
-
input
v
-
model
=
"form.spec"
disabled
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
...
...
@@ -258,9 +258,8 @@
<
el
-
form
-
item
prop
=
"toolCode"
>
<
template
slot
=
"label"
>
SN
码
<
/template
>
<
el
-
input
disabled
v
-
model
=
"form.toolCode"
placeholder
=
"
自动生成
"
placeholder
=
"
请输入SN
"
><
/el-input
>
<
/el-form-item
>
<
/el-col
>
...
...
@@ -624,11 +623,11 @@ export default {
//自动生成编码
gCode
()
{
genCode
(
"TOOL_CODE"
).
then
((
response
)
=>
{
this
.
form
.
toolCode
=
response
;
}
);
}
,
//
gCode()
{
//
genCode("TOOL_CODE").then((response) =>
{
//
this.form.toolCode = response;
//
}
);
//
}
,
handleBrandSelect
(){
this
.
$refs
.
brSelect
.
showFlag
=
true
;
}
,
...
...
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