This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改逻辑
langfang-develop
liwei
3 years ago
parent
cf385b32c8
commit
e0cfb4a92c
2 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/views/plant/processData/technology/addOrEdit.vue
+5
-3
src/views/productplan/workbench/order.vue
+ 0
- 1
src/views/plant/processData/technology/addOrEdit.vue
View File
@ -115,7 +115,6 @@
v
-
model
=
"item['Operation-AttrCode']"
@
change
=
"setAttributeValue"
placeholder
=
"请选择"
:
disabled
=
"isAddOrEdit == 'edit'"
>
<
el
-option
v
-
for
=
"item in attributeList"
+ 5
- 3
src/views/productplan/workbench/order.vue
View File
@ -447,9 +447,11 @@ export default {
this
.
orderTypeArray
=
res
.
data
}
)
/
/
获
取
零
件
数
据
getArticleList
(
{
artSpec1
:
'FINISHED'
}
)
.
then
(
res
=>
{
getArticleList
(
/
/
{
/
/
a
r
t
S
p
e
c
1
:
'
F
I
N
I
S
H
E
D
'
/
/
}
)
.
then
(
res
=>
{
this
.
articleArray
=
res
.
data
}
)
Write
Preview
Loading…
Cancel
Save