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
订单管理优化
pull/107/head
wangxy
3 years ago
parent
7a7be47cee
commit
a8a10ef360
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/productplan/workbench/order.vue
+ 1
- 1
src/views/productplan/workbench/order.vue
View File
@ -137,7 +137,7 @@
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
:
disabled
=
"scope.row['OM_WorkOrderStatus-Status'] > 40 || scope.row['OM_WorkOrderStatus-Status'] <24"
:
disabled
=
"scope.row['OM_WorkOrderStatus-Status'] > 40 || scope.row['OM_WorkOrderStatus-Status'] <24
|| scope.row['OM_WorkOrderStatus-Status'] === 39
"
@
click
=
"terminateOrder(scope.row)"
>
订单终止
<
/
e
l
-
b
u
t
t
o
n
>
<
/
template
>
Write
Preview
Loading…
Cancel
Save