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
06044a4f
Commit
06044a4f
authored
Apr 23, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改工序可以为空
parent
e71445cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
index.vue
src/views/mes/md/workstation/index.vue
+10
-3
No files found.
src/views/mes/md/workstation/index.vue
View file @
06044a4f
...
@@ -294,13 +294,13 @@
...
@@ -294,13 +294,13 @@
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"所在车间"
prop=
"workshopName"
>
<el-form-item
label=
"所在车间"
prop=
"workshopName"
>
<el-input
v-model=
"form.workshopName"
placeholder=
"请选输入所在车间"
/>
<el-input
v-model=
"form.workshopName"
placeholder=
"请选输入所在车间"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"所属工序"
prop=
"processName"
>
<el-form-item
label=
"所属工序"
prop=
"processName"
>
<el-input
v-model=
"form.processName"
placeholder=
"请选输入工序"
/>
<el-input
v-model=
"form.processName"
@
blur=
"handleChangeProcessName"
placeholder=
"请选输入工序"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -647,6 +647,13 @@ export default {
...
@@ -647,6 +647,13 @@ export default {
// this.getWarehouseList();
// this.getWarehouseList();
},
},
methods
:
{
methods
:
{
handleChangeProcessName
(
value
)
{
if
(
!
this
.
form
.
processName
)
{
this
.
form
.
processId
=
''
this
.
form
.
processCode
=
''
}
console
.
log
(
value
,
this
.
form
)
},
/** 查询工作站列表 */
/** 查询工作站列表 */
getList
()
{
getList
()
{
this
.
loading
=
true
;
this
.
loading
=
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