Browse Source

添加售后退补筛选条件

shensong00 5 years ago
parent
commit
9051bf8770

+ 1 - 2
resources/views/order/customerServiceAfterSaleCreate.blade.php

@@ -334,8 +334,7 @@ function weigh_verify(){
334 334
         }
335 335
         var quantity = $(this).attr('quantity');
336 336
         var is_white = $(this).attr('is_white');
337
-        if(is_white==0){
338
-        // if(is_white==0 && gnum>quantity){
337
+        if(is_white==0 && gnum>quantity){
339 338
             if_no=4;
340 339
             return;
341 340
         }

+ 1 - 2
resources/views/order/customerServiceAfterSaleEdit.blade.php

@@ -332,8 +332,7 @@
332 332
                 }
333 333
                 var quantity = $(this).attr('quantity');
334 334
                 var is_white = $(this).attr('is_white');
335
-                if(is_white==0){
336
-                // if(is_white==0 && gnum>quantity){
335
+                if(is_white==0 && gnum>quantity){
337 336
                     if_no=4;
338 337
                     return;
339 338
                 }