codeMan 2 years ago
parent
commit
a76a6c080e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/HDrpManagement/orderManage/details/tabs/productlist.vue

+ 1 - 1
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -631,7 +631,7 @@ export default {
       })
     },
     rowChange (val,index) {
-      if (this.data.status != '特殊订单') {
+      if (this.data.type != '特殊订单') {
         if (val.qty > val.orderminqty){
           if ((val.qty-val.orderminqty)/val.orderaddqty > 0){
             let k = ((val.qty-val.orderminqty)/val.orderaddqty).toFixed(0)