Quellcode durchsuchen

允许美仓的零售借调库存后 返还的货品

lvhao vor 15 Stunden
Ursprung
Commit
512a32e0d7
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      core/CoreApp/controllers/Whlabel.php

+ 0 - 2
core/CoreApp/controllers/Whlabel.php

@@ -409,8 +409,6 @@ class Whlabel extends Start_Controller
 					exit;
 				}
 			} else {
-				echo json_encode(array('msg' => '此方法禁用!', 'success' => false));
-				exit;
 				$sku = $this->input->post('outsku', true);
 				if ($sku) {
 					$data = $this->whlabel->find_all("sku = '$sku' and state = '10' and warehouse = '5'");