dever 3 years ago
parent
commit
9c13854f3b
1 changed files with 5 additions and 0 deletions
  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']['name'] = '仓库名称';
             $struct['type_id']['search'] = 'select';
             $struct['type_id']['search'] = 'select';
             $struct['type_id']['option'] = $store;
             $struct['type_id']['option'] = $store;
+
+            $button = array
+            (
+                '新建平台订货单' => array('location', 'factory/lib/manage.cashier'),
+            );
         }
         }
     }
     }
 }
 }