Commit 65e0a7ce by wuqian

加急优化

parent 480c88f2
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
width="24" width="24"
v-show=" v-show="
status == 4 && status == 4 &&
item?.num !== undefined &&
item?.shipmentNum !== undefined &&
item?.notPassNum !== undefined &&
(item.num || 0) - (item.num || 0) -
((item.shipmentNum || 0) - (item.notPassNum || 0)) > ((item.shipmentNum || 0) - (item.notPassNum || 0)) >
0 && 0 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment