Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
smart-rack-base
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
耿迪迪
smart-rack-base
Commits
4c153d3f
Commit
4c153d3f
authored
Mar 31, 2026
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 选物料联动处理
parent
5b08dc71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
index.vue
...base-web/src/views/pcbamanage/pcbashelflocation/index.vue
+1
-2
index.vue
...web/src/views/producemange/produceshelflocation/index.vue
+1
-2
No files found.
smart-rack-base-web/src/views/pcbamanage/pcbashelflocation/index.vue
View file @
4c153d3f
...
...
@@ -339,7 +339,6 @@
this
.
form
=
{
materialCode
:
null
,
materialId
:
null
,
materialCode
:
null
,
materialName
:
null
,
materialSpecifications
:
null
,
};
...
...
@@ -375,7 +374,7 @@
},
//切换物料代码
materialCodeChange
(
val
){
const
materialInfo
=
this
.
materialInfoList
.
find
(
item
=>
item
.
materialId
=
val
);
const
materialInfo
=
this
.
materialInfoList
.
find
(
item
=>
item
.
materialId
=
==
val
);
this
.
form
.
materialId
=
val
;
this
.
form
.
materialName
=
materialInfo
.
materialName
;
this
.
form
.
materialSpecifications
=
materialInfo
.
materialSpecifications
;
...
...
smart-rack-base-web/src/views/producemange/produceshelflocation/index.vue
View file @
4c153d3f
...
...
@@ -339,7 +339,6 @@
this
.
form
=
{
materialCode
:
null
,
materialId
:
null
,
materialCode
:
null
,
materialName
:
null
,
materialSpecifications
:
null
,
};
...
...
@@ -375,7 +374,7 @@
},
//切换物料代码
materialCodeChange
(
val
){
const
materialInfo
=
this
.
materialInfoList
.
find
(
item
=>
item
.
materialId
=
val
);
const
materialInfo
=
this
.
materialInfoList
.
find
(
item
=>
item
.
materialId
=
==
val
);
this
.
form
.
materialId
=
val
;
this
.
form
.
materialName
=
materialInfo
.
materialName
;
this
.
form
.
materialSpecifications
=
materialInfo
.
materialSpecifications
;
...
...
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