|
|
@@ -2493,6 +2493,7 @@ class Systemprint extends Start_Controller {
|
|
|
|
|
|
public function _barcode()
|
|
|
{
|
|
|
+ die("功能暂时禁用");
|
|
|
$post = $this->input->post(NULL, TRUE);
|
|
|
if(isset($_SESSION['api']))
|
|
|
{
|
|
|
@@ -2583,6 +2584,7 @@ class Systemprint extends Start_Controller {
|
|
|
|
|
|
public function _barcodedc()
|
|
|
{
|
|
|
+ die("功能暂时禁用");
|
|
|
if(isset($_GET['excel']))
|
|
|
{
|
|
|
$warehouse = $this->input->post('warehouse',true);
|
|
|
@@ -2640,6 +2642,7 @@ class Systemprint extends Start_Controller {
|
|
|
|
|
|
public function _barcodedr()
|
|
|
{
|
|
|
+ die("功能暂时禁用");
|
|
|
$dir = '/data/excel/'.date('Ymd',time()).'/';
|
|
|
$config['upload_path'] = '.'.$dir ;
|
|
|
$config['file_name'] = date('Ymd_His_',time()).rand(1000,9999);
|