dever 3 vuotta sitten
vanhempi
commit
9c13854f3b
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      app/shop/database/buy_order.php

+ 5 - 0
app/shop/database/buy_order.php

@@ -631,6 +631,11 @@ if ($search_option_source_type) {
             $struct['type_id']['name'] = '仓库名称';
             $struct['type_id']['search'] = 'select';
             $struct['type_id']['option'] = $store;
+
+            $button = array
+            (
+                '新建平台订货单' => array('location', 'factory/lib/manage.cashier'),
+            );
         }
     }
 }