Преглед на файлове

添加售后退补筛选条件

shensong00 преди 5 години
родител
ревизия
1d1ccf46fe
променени са 2 файла, в които са добавени 12 реда и са изтрити 12 реда
  1. 6 6
      resources/views/order/customerServiceAfterSaleCreate.blade.php
  2. 6 6
      resources/views/order/customerServiceAfterSaleEdit.blade.php

+ 6 - 6
resources/views/order/customerServiceAfterSaleCreate.blade.php

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

+ 6 - 6
resources/views/order/customerServiceAfterSaleEdit.blade.php

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