Update Untuk Printer Barcode Surabaya Ruang Sampling
This commit is contained in:
parent
7493768c5b
commit
a4a2c74f1d
@ -161,9 +161,17 @@ class PrintLabelSby extends BaseController {
|
|||||||
|
|
||||||
|
|
||||||
public function printerLab() {
|
public function printerLab() {
|
||||||
|
|
||||||
|
// IP PC Lab
|
||||||
exec('net use Y: \\\\10.0.10.30\\Labelshare /user:Administrator 2>&1', $output, $return_var);
|
exec('net use Y: \\\\10.0.10.30\\Labelshare /user:Administrator 2>&1', $output, $return_var);
|
||||||
$pathNetworkFolder = 'Y:/Sampling_Labels/';
|
$pathNetworkFolder = 'Y:/Sampling_Labels/';
|
||||||
$letterPath = 'Y:';
|
$letterPath = 'Y:';
|
||||||
|
|
||||||
|
// IP PC Sampling
|
||||||
|
// exec('net use V: \\\\10.0.10.30\\Labelshare /user:Administrator 2>&1', $output, $return_var);
|
||||||
|
// $pathNetworkFolder = 'V:/Sampling_Labels/';
|
||||||
|
// $letterPath = 'V:';
|
||||||
|
|
||||||
return array($pathNetworkFolder, $letterPath);
|
return array($pathNetworkFolder, $letterPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user