12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139 |
- <?php
- defined('BASEPATH') OR exit('No direct script access allowed');
- class Zzququeu9 extends Start_Controller {
- public function __construct(){
- parent::__construct();
- $this->load->library('session');
- $this->load->_model('Model_zzquque_u9','zzquque_u9');
- $this->load->_model("Model_logic_order","logic_order");
- $this->load->_model("Model_logic_u9xgsd","logic_u9xgsd");
- $this->load->_model("Model_logic_u9ztsd","logic_u9ztsd");
- $this->load->_model('Model_zzququeu9_logs','zzququeu9_logs');
- $this->load->_model("Model_logic_u9action","logic_u9action");
- }
- public function _remap($arg,$arg_array)
- {
- if($arg == 'dc')//调出单
- {
- $this->_dc($arg_array);
- }
- elseif($arg == 'cg')//采购
- {
- $this->_cg($arg_array);
- }
- elseif($arg == 'xs')//销售单
- {
- $this->_xs($arg_array);
- }
- elseif($arg == 'bzch')//标准出货
- {
- $this->_bzch($arg_array);
- }
- elseif($arg == 'bzsh')//标准收货
- {
- $this->_bzsh($arg_array);
- }
- elseif($arg == 'dr')//调入单
- {
- $this->_dr($arg_array);
- }
- elseif($arg == 'xs_two')//调入单
- {
- $this->_xs_two($arg_array);
- }
- elseif($arg == 'dczt')//在途的调出单
- {
- $this->_dczt($arg_array);
- }
- elseif($arg == 'add'){
- $this->_add();
- }
- elseif($arg == 'excel'){
- $this->_excel();
- }
- elseif($arg == 'mcindex')
- {
- $this->_mcindex();
- }
- elseif($arg == 'scdel')//删除
- {
- $this->_del($arg_array);
- }
- elseif($arg == 'waixiao')//编辑
- {
- $this->_waixiao($arg_array);
- }
- elseif($arg == 'wxcprk')//外销成品入库
- {
- $this->_wxcprk($arg_array);
- }
- elseif($arg == 'wxcprksh'){
- $this->_wxcprksh($arg_array);
- }
- elseif($arg == 'wxxs'){
- $this->_wxxs($arg_array);
- }
- else
- {
- $this->_index();
- }
- }
- public function _index(){
- $post = $this->input->post(NULL, TRUE);
- if(isset($post['page']))
- {
- $page = $this->input->post('page',true);
- $perpage = $this->input->post('perpage',true);
-
- $timetk = $this->input->post('timetk',true);//订单开始时间
- $timetj = $this->input->post('timetj',true);//订单结束时间
- $timetk = strtotime($timetk);
- $timetj = strtotime($timetj);
- $status = $this->input->post('status',true);
- $order_no = $this->input->post('order_no',true);
- $where='type = 10 ';
- if($order_no){
- $where .= " and order_no = '".$order_no."' ";
- }
- if($status){
- if($status == 1){
- $where .= " and dc_status = 0 ";
- }elseif($status == 2){
- $where .= " and dc_status = -1 ";
- }elseif($status == 3){
- $where .= " and dc_status = -2 ";
- }elseif($status == 4){
- $where .= " and dc_status = -3 ";
- }elseif($status == 5){
- $where .= " and dc_status < 3 ";
- }
- }
- if($timetk && $timetj){
- $where .= " and create_time > ".$timetk." and create_time < ".$timetj." ";
- }
-
- if(empty($page))
- {
- $start = 0;
- $perpage = 10;
- }
- else
- {
- $start = ($page - 1)*$perpage;
- }
-
- $info_list = $this->zzquque_u9->find_all($where,'*','id desc',$start,$perpage);
- $type_list = $this->zzquque_u9->getType();
- $list = [];
- foreach($info_list as $k=>$v){
- $dc_no = "";
- if($v['dc_status'] == 0){
- $dc_no = "<span data-action='dc' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调出单</span>";
- }elseif($v['dc_status'] == -1){
- $tmp_str = "异常信息";
- $error = $this->zzququeu9_logs->find_all("oid = ".$v['id']." and one_type = 1 and two_type = 1 ","*",'id desc',0,1);
- if(isset($error[0])){
- if($error[0]['apply_api']=='lpck'){
- $ret_data = json_decode($error[0]['ret_data'],true);
- $apply_data = json_decode($error[0]['apply_data'],true);
- if(isset($ret_data["ResMsg"])){
- if(empty($apply_data['0'])){
- $tmp_str = $ret_data["ResMsg"];
- }else{
- $tmp_str = $ret_data["ResMsg"]."【". $apply_data[0]['EntityCode']."】";
- }
-
- }else{
- $tmp_str = "料品同步失败";
- }
- }else{
-
- $ret_data = json_decode($error[0]['ret_data'],true);
- if(isset($ret_data[0]["ResMsg"])){
- $tmp_str = $ret_data[0]["ResMsg"];
- }elseif(isset($ret_data['msg'])){
- $tmp_str = $ret_data['msg'];
- }else{
- $tmp_str = "料品同步失败";
- }
- }
- }
-
- $dc_no = "<span data-action='dc' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调出单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="'.$tmp_str.'"></i><p>';
- }
- if(!empty($v['dc_no'])){
- $dc_no = $v['dc_no']."<br/>".$dc_no;
- }
- $cg_no = "";
- if($v['cg_status'] == 0){
- $cg_no .= "<span data-action='cg' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建采购单</span>";
- }elseif($v['cg_status'] == 1){
- $cg_no .= "<span data-action='cg' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交采购单</span>";
- }elseif($v['cg_status'] == -1){
- $cg_no .= "<span data-action='cg' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建采购单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="采购单创建失败"></i><p>';
- }elseif($v['cg_status'] == 2){
- $cg_no .= "<span data-action='cg' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核采购单</span>";
- }elseif($v['cg_status'] == -2){
- $cg_no .= "<span data-action='cg' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交采购单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="采购单提交失败"></i><p>';
- }elseif($v['cg_status'] == -3){
- $cg_no .= "<span data-action='cg' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核采购单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="采购单审核失败"></i><p>';
- }
- if(!empty($v['cg_no'])){
- $cg_no = $v['cg_no']."<br/>".$cg_no;
- }
- $xs_no = "";
- if($v['xs_status'] == 0){
- $xs_no .= "<span data-action='xs' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建销售单</span>";
- }elseif($v['xs_status'] == 1){
- $xs_no .= "<span data-action='xs' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交销售单</span>";
- }elseif($v['xs_status'] == -1){
- $xs_no .= "<span data-action='xs' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="销售单创建失败"></i><p>';
- }elseif($v['xs_status'] == 2){
- $xs_no .= "<span data-action='xs' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核销售单</span>";
- }elseif($v['xs_status'] == -2){
- $xs_no .= "<span data-action='xs' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="销售单提交失败"></i><p>';
- }elseif($v['xs_status'] == -3){
- $xs_no .= "<span data-action='xs' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="销售单审核失败"></i><p>';
- }
- if(!empty($v['xs_no'])){
- $xs_no = $v['xs_no']."<br/>".$xs_no;
- }
- $xs_two_no ='';
- if($v['xs_two_status'] == 0){
- $xs_two_no .= "<span data-action='xs_two' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建销售单</span>";
- }elseif($v['xs_two_status'] == 1){
- $xs_two_no .= "<span data-action='xs_two' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交销售单</span>";
- }elseif($v['xs_two_status'] == -1){
- $xs_two_no .= "<span data-action='xs_two' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['xs_two_status'] == 2){
- $xs_two_no .= "<span data-action='xs_two' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核销售单</span>";
- }elseif($v['xs_two_status'] == -2){
- $xs_two_no .= "<span data-action='xs_two' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['xs_two_status'] == -3){
- $xs_two_no .= "<span data-action='xs_two' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核销售单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }
- if(!empty($v['xs_two_no'])){
- $xs_two_no = $v['xs_two_no']."<br/>".$xs_two_no;
- }
-
- $bzch_no ="";
- if($v['bzch_status'] == 0){
- $bzch_no .= "<span data-action='bzch' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建出货单</span>";
- }elseif($v['bzch_status'] == 1){
- $bzch_no .= "<span data-action='bzch' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交出货单</span>";
- }elseif($v['bzch_status'] == -1){
- $bzch_no .= "<span data-action='bzch' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建出货单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['bzch_status'] == 2){
- $bzch_no .= "<span data-action='bzch' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核出货单</span>";
- }elseif($v['bzch_status'] == -2){
- $bzch_no .= "<span data-action='bzch' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交出货单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['bzch_status'] == -3){
- $bzch_no .= "<span data-action='bzch' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核出货单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }
- //$bzsh_no =empty($v['bzsh_no'])?"":$v['bzsh_no'];
- if(!empty($v['bzch_no'])){
- $bzch_no = $v['bzch_no']."<br/>".$bzch_no;
- }
- $dr_no = "";
- if($v['dr_status'] == 0){
- $dr_no .= "<span data-action='dr' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调入单</span>";
- }elseif($v['dr_status'] == 1){
- $dr_no .= "<span data-action='dr' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交调入单</span>";
- }elseif($v['dr_status'] == -1){
- $dr_no .= "<span data-action='dr' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调入单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['dr_status'] == 2){
- $dr_no .= "<span data-action='dr' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核调入单</span>";
- }elseif($v['dr_status'] == -2){
- $dr_no .= "<span data-action='dr' data-process='2' data-id='".$v['id']."' onclick='doAction(this)'>提交调入单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }elseif($v['dr_status'] == -3){
- $dr_no .= "<span data-action='dr' data-process='3' data-id='".$v['id']."' onclick='doAction(this)'>审核调入单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="123"></i><p>';
- }
- if(!empty($v['dr_no'])){
- $dr_no = $v['dr_no']."<br/>".$dr_no;
- }
- $list[] = [
- 'id'=>$v['id'],
- 'order_no'=>$v['order_no'],
- 'type'=>isset($type_list[$v['type']])?$type_list[$v['type']]:"异常",
- 'dc_no'=> $dc_no,
- 'cg_no'=>$cg_no,
- 'xs_no'=>$xs_no,
- 'dr_no'=>$dr_no,
- 'xs_two_no'=>$xs_two_no,
- 'bzch_no'=>$bzch_no,
- //'bzsh_no'=>$bzsh_no,
-
- 'create_time'=>date("Y-m-d H:i:s",$v['create_time']),
- 'update_time'=>date("Y-m-d H:i:s",$v['update_time']),
- 'operate'=>($v['dc_status'] == 3)?"": "<span data-action='dr' data-id='".$v['id']."' onclick='doDel(this)' style='background-color:red'>删除</span>"
- ];
- }
-
-
- $total = $this->zzquque_u9->find_count($where);
- $pagenum = ceil($total/$perpage);
- $over = $total-($start+$perpage);
- $rows = array('total'=>$total,'over'=>$over,'pagenum'=>$pagenum,'rows'=>($list));
- echo json_encode($rows);exit;
-
- }
- $this->_Template('zzququeu9',$this->data);
- }
- public function _dc($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
-
- if($process == 1){
- if(!in_array($info['dc_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合创建调出单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createDc($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建调出单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
- if(!in_array($info['dc_status'],[1,-2])){
- echo json_encode(array('msg'=>'当前状态不符合提交调出单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->subDc($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'提交调出单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 3){
- if(!in_array($info['dc_status'],[2,-3])){
- echo json_encode(array('msg'=>'当前状态不符合审核调出单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->shDc($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核调出单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建调出单的条件','success'=>false));
- exit;
- }
-
- }
- public function _cg($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($info['dc_status'] != 3){
- echo json_encode(array('msg'=>'调出单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($process == 1){
- if(!in_array($info['cg_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合创建采购单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createCg($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建采购单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
- if(!in_array($info['cg_status'],[1,-2])){
- echo json_encode(array('msg'=>'当前状态不符合提交采购单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->subCg($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'提交采购单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 3){
- if(!in_array($info['cg_status'],[2,-3])){
- echo json_encode(array('msg'=>'当前状态不符合审核采购单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->shCg($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核采购单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建采购单的条件','success'=>false));
- exit;
- }
- }
- public function _xs($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($info['dc_status'] != 3){
- echo json_encode(array('msg'=>'调出单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($process == 1){
- if(!in_array($info['xs_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合创建销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createXs($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
- if(!in_array($info['xs_status'],[1,-2])){
- echo json_encode(array('msg'=>'当前状态不符合提交销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->subXs($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'提交销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 3){
- if(!in_array($info['xs_status'],[2,-3])){
- echo json_encode(array('msg'=>'当前状态不符合审核销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->shXs($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建销售单的条件','success'=>false));
- exit;
- }
- }
-
- public function _dr($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($info['dc_status'] != 3){
- echo json_encode(array('msg'=>'调出单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($process == 1){
- if(!in_array($info['dr_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合查询调入单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createDr($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'查询调入单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
- if(!in_array($info['dr_status'],[1,-2])){
- echo json_encode(array('msg'=>'当前状态不符合提交调入单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->subDr($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'提交调入单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 3){
- if(!in_array($info['dr_status'],[2,-3])){
- echo json_encode(array('msg'=>'当前状态不符合审核调入单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->shDr($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核调入单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建调入单的条件','success'=>false));
- exit;
- }
- }
- public function _xs_two($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($info['dc_status'] != 3){
- echo json_encode(array('msg'=>'调出单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($process == 1){
- if(!in_array($info['xs_two_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合查询香港销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createXsTwo($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建香港销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
- if(!in_array($info['xs_two_status'],[1,-2])){
- echo json_encode(array('msg'=>'当前状态不符合提交香港销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->subXsTwo($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'提交香港销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 3){
- if(!in_array($info['xs_two_status'],[2,-3])){
- echo json_encode(array('msg'=>'当前状态不符合审核香港销售单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->shXsTwo($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核香港销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建香港销售单的条件','success'=>false));
- exit;
- }
- }
- public function _bzch($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($info['dc_status'] != 3){
- echo json_encode(array('msg'=>'调出单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($info['xs_two_status'] != 3){
- echo json_encode(array('msg'=>'香港销售单未审核不能执行后续操作','success'=>false));
- exit;
- }
- if($process == 1){
- if(!in_array($info['bzsh_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合创建标准收货单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9xgsd->createCh($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建标准收货单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else if($process == 2){
-
- $r = $this->logic_u9xgsd->subAndShCh($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'审核标准收货单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建标准收货单的条件','success'=>false));
- exit;
- }
- }
- public function _bzsh($arg_array){
-
- }
- public function _add(){
- $order_no = $this->input->post('order_no',true);
- if(empty($order_no)){
- echo json_encode(['msg'=>'请输入要添加的订单编码!','success'=>false]);exit;
- }
- $info = $this->logic_order->getInfo("number = '" .$order_no."'");
- if(empty($info)){
- echo json_encode(['msg'=>'订单不存在!请仔细核对单号','success'=>false]);exit;
- }
- $num = $this->zzquque_u9->find_all("order_no = '".$info['number']."'");
- if(empty($num)){
- $this->zzquque_u9->insert([
- 'platform'=>$info['lv_platform'],
- 'warehouse'=>$info['type'],
- 'type'=>10,
- 'order_no'=>$info['number'],
- 'create_time'=>time(),
- 'update_time'=>time(),
- ]);
- echo json_encode(['msg'=>'添加成功','success'=>true]);exit;
- }else{
- echo json_encode(['msg'=>'订单不允许重复添加','success'=>false]);exit;
- }
-
-
- }
- public function _excel(){
- $params = $this->input->get();
- $where = " type = 10 ";
- if(!empty($params['order_no'])){
- $where .= " and order_no = '".$params['order_no']."' ";
- }
- if(!empty($params['timetk'])){
- $where .= " and create_time > ".strtotime($params['timetk'])." ";
- }
- if(!empty($params['timetj'])){
- $where .= "and create_time < ".strtotime($params['timetj'])." ";
- }
- if(!empty($params['status'])){
- $status = $params['status'];
- if($status == 1){
- $where .= " and dc_status = 0 ";
- }elseif($status == 2){
- $where .= " and dc_status = -1 ";
- }elseif($status == 3){
- $where .= " and dc_status = -2 ";
- }elseif($status == 4){
- $where .= " and dc_status = -3 ";
- }elseif($status == 5){
- $where .= " and dc_status < 3 ";
- }
- }
-
- $info_list = $this->zzquque_u9->find_all($where,'*','id desc');
-
- $type_list = $this->zzquque_u9->getType();
- $list = [];
- foreach($info_list as $k=>$v){
- $dc_no = $v['dc_no'];
- $error_str = "";
- $error_json ="";
- if($v['dc_status'] == -1){
- $error = $this->zzququeu9_logs->find_all("oid = ".$v['id']." and one_type = 1 and two_type = 1 ","*",'id desc',0,1);
- $error_json = $error[0]['ret_data'];
- if($error[0]['apply_api']=='lpck'){
- $ret_data = json_decode($error[0]['ret_data'],true);
- $apply_data = json_decode($error[0]['apply_data'],true);
- if(isset($ret_data["ResMsg"])){
- if(empty($apply_data['0'])){
- $error_str = $ret_data["ResMsg"];
- }else{
- $error_str = $ret_data["ResMsg"]."【". $apply_data[0]['EntityCode']."】";
- }
-
- }else{
- $error_str = "料品同步失败";
- }
- }else{
- $ret_data = json_decode($error[0]['ret_data'],true);
- if(isset($ret_data[0]["ResMsg"])){
- $error_str = $ret_data[0]["ResMsg"];
- }elseif(isset($ret_data['msg'])){
- $error_str = $ret_data['msg'];
- }else{
- $error_str = "料品同步失败";
- }
- }
-
- }
-
-
-
- $list[] = [
- 'id'=>$v['id'],
- 'order_no'=>$v['order_no'],
- 'type'=>isset($type_list[$v['type']])?$type_list[$v['type']]:"异常",
- 'dc_no'=> $dc_no,
- 'error'=>$error_str,
- 'error_json'=>$error_json,
- //'bzsh_no'=>$bzsh_no,
-
- 'create_time'=>date("Y-m-d H:i:s",$v['create_time']),
- ];
- }
- $filename = date("Y-m-d")."u9小单导出.xls";
- $str = "<html xmlns:x=\"urn:schemas-microsoft-com:office:excel\">
- <head>
- <!--[if gte mso 9]><xml>
- <x:ExcelWorkbook>
- <x:ExcelWorksheets>
- <x:ExcelWorksheet>
- <x:Name>EXCEL</x:Name>
- <x:WorksheetOptions>
- <x:Print>
- <x:ValidPrinterInfo />
- </x:Print>
- </x:WorksheetOptions>
- </x:ExcelWorksheet>
- </x:ExcelWorksheets>
- </x:ExcelWorkbook>
- </xml>
- <![endif]-->
- </head><body>";
- $str .= "<table border=1 style='font-family: Microsoft Yahei;font-size: 13px;'>";
- $str .= "<tr><td>id</td><td>订单号</td><td>类型</td><td>调出单号</td><td>创建时间</td><td>错误信息</td><td>错误json</td></tr>";
- foreach ($list as $key=>$value)
- {
-
- $str .= "<tr>";
- $str .= "<td>". $value['id']. "</td>";
- $str .= "<td>". $value['order_no']. "</td>";
- $str .= "<td>". $value['type']. "</td>";
- $str .= "<td>". $value['dc_no']. "</td>";
- $str .= "<td>". $value['create_time']. "</td>";
- $str .= "<td>". $value['error']. "</td>";
- $str .= "<td>". $value['error_json']. "</td>";
-
- $str .= "</tr>";
- }
- $str .= "</table></body></html>";
- header( "Content-Type: application/vnd.ms-excel; name='excel'" );
- header( "Content-type: application/octet-stream" );
- header( "Content-Disposition: attachment; filename=".$filename );
- header( "Cache-Control: must-revalidate, post-check=0, pre-check=0" );
- header( "Pragma: no-cache" );
- header( "Expires: 0" );
- exit($str);
- }
- public function _mcindex(){
- $post = $this->input->post(NULL, TRUE);
- if(isset($post['page']))
- {
- $page = $this->input->post('page',true);
- $perpage = $this->input->post('perpage',true);
-
- $timetk = $this->input->post('timetk',true);//订单开始时间
- $timetj = $this->input->post('timetj',true);//订单结束时间
- $timetk = strtotime($timetk);
- $timetj = strtotime($timetj);
- $order_no = $this->input->post('order_no',true);
- $type = $this->input->post('type',true);
- if($type == 1){
- $where=' ( type = 1)';
- }elseif($type == 2){
- $where=' ( type = 2)';
- }else{
- $where=' ( type = 1 or type = 2)';
- }
-
- if($order_no){
- $where .= " and order_no = '".$order_no."' ";
- }
- if($timetk && $timetj){
- $where .= " and create_time > ".$timetk." and create_time < ".$timetj." ";
- }
- if(empty($page))
- {
- $start = 0;
- $perpage = 1;
- }
- else
- {
- $start = ($page - 1)*$perpage;
- }
-
- $info_list = $this->zzquque_u9->find_all($where,'*','id desc',$start,$perpage);
- $type_list = $this->zzquque_u9->getType();
- $list = [];
- foreach($info_list as $k=>$v){
- $dc_no = "";
- if($v['dc_status'] == 0){
- if($v['type'] == 1){
- $dc_no = "<span data-action='dczt' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调出单</span>";
- }
-
- }elseif($v['dc_status'] == -1){
- $error = $this->zzququeu9_logs->find_all("oid = ".$v['id']." and one_type = 1 and two_type = 1 ","*",'id desc',0,1);
- if($error[0]['apply_api']=='lpck'){
- $ret_data = json_decode($error[0]['ret_data'],true);
- $apply_data = json_decode($error[0]['apply_data'],true);
- if(isset($ret_data["ResMsg"])){
- if(empty($apply_data['0'])){
- $tmp_str = $ret_data["ResMsg"];
- }else{
- $tmp_str = $ret_data["ResMsg"]."【". $apply_data[0]['EntityCode']."】";
- }
-
- }else{
- $tmp_str = "料品同步失败";
- }
- }else{
- $tmp_str= "";
- $ret_data = json_decode($error[0]['ret_data'],true);
- if(isset($ret_data[0]["ResMsg"])){
- $tmp_str = $ret_data[0]["ResMsg"];
- }elseif(isset($ret_data['msg'])){
- $tmp_str = $ret_data['msg'];
- }elseif(isset($ret_data['Data'])){
- foreach($ret_data['Data'] as $iit){
- if(!$iit['IsSucess']){
- $tmp_str .= $iit['ErrorMsg']."<br>";
- }
-
- }
-
- }else{
- $tmp_str = "料品同步失败";
- }
- }
- $dc_no = "<span data-action='dczt' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建调出单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="'.$tmp_str.'"></i><p>';
- }
- if(!empty($v['dc_no'])){
- if($v['type'] == 1){
- $dc_no = $v['dc_no']."【销售组织】"."<br/>".$dc_no;
- }else{
- $dc_no = $v['dc_no']."【香港组织】"."<br/>".$dc_no;
- }
- }
- $cg_no = "";
- if($v['type'] == 1){
- if($v['cg_status'] == 1){
- $cg_no .= "<span data-action='cg' data-process='2' data-id='".$v['id']."'>采购单提交异常</span>";
- }elseif($v['cg_status'] == -1){
- $cg_no .= "<span data-action='cg' data-process='1' data-id='".$v['id']."' >创建采购单失败</span>";
- }elseif($v['cg_status'] == 2){
- $cg_no .= "<span data-action='cg' data-process='3' data-id='".$v['id']."' >采购单未审核</span>";
- }elseif($v['cg_status'] == -2){
- $cg_no .= "<span data-action='cg' data-process='2' data-id='".$v['id']."' >采购单提交失败</span>";
- }elseif($v['cg_status'] == -3){
- $cg_no .= "<span data-action='cg' data-process='3' data-id='".$v['id']."' >采购单审核失败</span>";
- }
- if(!empty($v['cg_no'])){
- $cg_no = $v['cg_no']."【香港组织】<br/>".$cg_no;
- }
- }
-
- $xs_no = "";
- if($v['type'] == 1){
- if($v['xs_status'] == 1){
- $xs_no .= "<span data-action='xs' data-process='2' data-id='".$v['id']."' >销售单未提交</span>";
- }elseif($v['xs_status'] == -1){
- $xs_no .= "<span data-action='xs' data-process='1' data-id='".$v['id']."' >销售单创建失败</span>";
- }elseif($v['xs_status'] == 2){
- $xs_no .= "<span data-action='xs' data-process='3' data-id='".$v['id']."' >销售单未审核</span>";
- }elseif($v['xs_status'] == -2){
- $xs_no .= "<span data-action='xs' data-process='2' data-id='".$v['id']."' >销售单提交失败</span>";
- }elseif($v['xs_status'] == -3){
- $xs_no .= "<span data-action='xs' data-process='3' data-id='".$v['id']."' >销售单审核失败</span>";
- }
- if(!empty($v['xs_no'])){
- $xs_no = $v['xs_no']."【销售组织】<br/>".$xs_no;
- }
- }
- $dr_no = "";
- if($v['dr_status'] == 1){
- $dr_no .= "<span data-action='dr' data-process='2' data-id='".$v['id']."' >调入单未提交</span>";
- }elseif($v['dr_status'] == -1){
- $dr_no .= "<span data-action='dr' data-process='1' data-id='".$v['id']."' >创建调入单失败</span>";
- }elseif($v['dr_status'] == 2){
- $dr_no .= "<span data-action='dr' data-process='3' data-id='".$v['id']."' >调入单未审核</span>";
- }elseif($v['dr_status'] == -2){
- $dr_no .= "<span data-action='dr' data-process='2' data-id='".$v['id']."' >调入单提交失败</span>";
- }elseif($v['dr_status'] == -3){
- $dr_no .= "<span data-action='dr' data-process='3' data-id='".$v['id']."' >调入单审核失败</span>";
- }
- if(!empty($v['dr_no'])){
- $dr_no = $v['dr_no']."【香港组织】<br/>".$dr_no;
- }
- $type = "";
- if(isset($type_list[$v['type']])){
- if($v['type'] == 2){
- $type = "<i style='color:#70B'>".$type_list[$v['type']]."</i>";
- }else{
- $type = "<i>".$type_list[$v['type']]."</i>";
- }
-
- }else{
- $type = "<b style='color:red'>异常</b>";
- }
- $list[] = [
- 'id'=>$v['id'],
- 'order_no'=>$v['order_no'],
- 'type'=>$type,
- 'dc_no'=> $dc_no,
- 'cg_no'=>$cg_no,
- 'xs_no'=>$xs_no,
- 'dr_no'=>$dr_no,
- // 'xs_two_no'=>"",
- // 'bzch_no'=>"",
- //'bzsh_no'=>$bzsh_no,
-
- 'create_time'=>date("Y-m-d H:i:s",$v['create_time']),
- 'update_time'=>date("Y-m-d H:i:s",$v['update_time'])
- ];
- }
- $total = $this->zzquque_u9->find_count($where);
- $pagenum = ceil($total/$perpage);
- $over = $total-($start+$perpage);
- $rows = array('total'=>$total,'over'=>$over,'pagenum'=>$pagenum,'rows'=>($list));
- echo json_encode($rows);exit;
- }
- $this->_Template('zzququeu9zt',$this->data);
- }
- public function _dczt($arg_array){
- $process= $arg_array[0];
- $id = $arg_array[1];
- $info = $this->zzquque_u9->read($id);
- if($process == 1){
- if(!in_array($info['dc_status'],[0,-1])){
- echo json_encode(array('msg'=>'当前状态不符合创建调出单的条件','success'=>false));
- exit;
- }
- $r = $this->logic_u9ztsd->createdDc($info);
- if($r['code'] == 1){
- echo json_encode(array('msg'=>'创建调出单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$r['msg'],'success'=>false));
- exit;
- }
- }else{
- echo json_encode(array('msg'=>'当前状态不符合创建调出单的条件','success'=>false));
- exit;
- }
-
- }
- private function _del($arg_array){
- $id = $arg_array[0];
- $user = $this->user->get_api($_SESSION['api']);
- if(!in_array($user['userid'],['ceshi','admin'])){
- echo json_encode(array('msg'=>'权限不足,禁止删除!','success'=>false));
- }
- $info = $this->zzquque_u9->read($id);
- //目前只删除小单的 在途的单子 不管对错都不处理留痕
- if(($info['dc_status'] < 3) && ($info['type'] == 10)){
- $this->zzquque_u9->remove($id);
- echo json_encode(array('msg'=>'删除成功','success'=>true));
- }else{
- echo json_encode(array('msg'=>'不满足删除条件','success'=>true));
- }
-
- }
- public function _waixiao(){
- $post = $this->input->post(NULL, TRUE);
- if(isset($post['page']))
- {
- $page = $this->input->post('page',true);
- $perpage = $this->input->post('perpage',true);
-
- $timetk = $this->input->post('timetk',true);//订单开始时间
- $timetj = $this->input->post('timetj',true);//订单结束时间
- $timetk = strtotime($timetk);
- $timetj = strtotime($timetj);
- $order_no = $this->input->post('order_no',true);
- $type = $this->input->post('type',true);
- $where = " ( type = 20) ";
- if($order_no){
- $where .= " and order_no like '%".$order_no."%' ";
- }
- if($timetk && $timetj){
- $where .= " and create_time > ".$timetk." and create_time < ".$timetj." ";
- }
- if(empty($page))
- {
- $start = 0;
- $perpage = 1;
- }
- else
- {
- $start = ($page - 1)*$perpage;
- }
-
- $info_list = $this->zzquque_u9->find_all($where,'*','id desc',$start,$perpage);
- $type_list = $this->zzquque_u9->getType();
- $list = [];
- foreach($info_list as $k=>$v){
- $bzsh_no = $v['bzsh_no'];
- if($v['bzsh_status'] == 0){
-
- $bzsh_no = "<span data-action='wxcprk' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建成品入库单</span>";
-
-
- }elseif($v['bzsh_status'] == -1){
- $error = $this->zzququeu9_logs->find_all("oid = ".$v['id']." and one_type = 20 and two_type = 1 ","*",'id desc',0,1);
-
- $tmp_str= "";
- $ret_data = json_decode($error[0]['ret_data'],true);
- if(isset($ret_data[0]["ResMsg"])){
- $tmp_str = $ret_data[0]["ResMsg"];
- }elseif(isset($ret_data['msg'])){
- $tmp_str = $ret_data['msg'];
- }elseif(isset($ret_data['Data'])){
- foreach($ret_data['Data'] as $iit){
- if(!$iit['m_isSucess']){
- $tmp_str .= $iit['m_errorMsg']."<br>";
- }
-
- }
-
- }else{
- $tmp_str = "系统执行失败,请重试";
- }
-
- $bzsh_no = "<span data-action='wxcprk' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建成品入库单</span>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="'.$tmp_str.'"></i><p>';
- }elseif($v['bzsh_status'] == 1){
- $bzsh_no = $v['bzsh_no']."<br/><span data-action='wxcprksh' data-process='1' data-id='".$v['id']."' onclick='doAction(this)'>创建成品入库单</span>";
- }
-
- $xs_no = " ";
- if($v['xs_status'] == -1){
- $xs_no .= "<span data-action='wxxs' data-process='1' onclick='doAction(this)' data-id='".$v['id']."' >创建销售单</span>";
- }elseif($v['xs_status'] == 0){
- $xs_no .= "<span data-action='wxxs' data-process='1' onclick='doAction(this)' data-id='".$v['id']."' >创建销售单</span>";
- }
- if(!empty($v['xs_no'])){
- $xs_no = $v['xs_no']."<br/>".$xs_no;
- }
- $bzch_no = $v['bzch_no'];
-
- $list[] = [
- 'id'=>$v['id'],
- 'order_no'=>$v['order_no'],
- 'type'=>"工厂外销单",
- 'bzsh_no'=> $bzsh_no,
- 'xs_no'=>$xs_no,
- 'bzch_no'=>$bzch_no,
- // 'xs_two_no'=>"",
- // 'bzch_no'=>"",
- //'bzsh_no'=>$bzsh_no,
-
- 'create_time'=>date("Y-m-d H:i:s",$v['create_time']),
- 'update_time'=>date("Y-m-d H:i:s",$v['update_time'])
- ];
- }
- $total = $this->zzquque_u9->find_count($where);
- $pagenum = ceil($total/$perpage);
- $over = $total-($start+$perpage);
- $rows = array('total'=>$total,'over'=>$over,'pagenum'=>$pagenum,'rows'=>($list));
- echo json_encode($rows);exit;
- }
- $this->_Template('zzququeu9wx',$this->data);
- }
- public function _wxcprk($arg_array){
- $id = $arg_array[0];
- $info = $this->zzquque_u9->read($id);
- if(empty($info)){
- echo json_encode(array('msg'=>"数据异常,请联系技术",'success'=>false));
- exit;
- }
- if($info['bzsh_status'] != 0){
- echo json_encode(array('msg'=>"当前状态不符合创建成品入库单的条件",'success'=>false));
- exit;
- }
- $res = $this->logic_u9action->doRkd($info);
- if($res['code'] == 1){
- echo json_encode(array('msg'=>'创建成品入库单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$res['msg'],'success'=>false));
- exit;
- }
- }
- public function _wxcprksh($arg_array){
- $id = $arg_array[0];
- $info = $this->zzquque_u9->read($id);
- if(empty($info)){
- echo json_encode(array('msg'=>"数据异常,请联系技术",'success'=>false));
- exit;
- }
- if($info['bzsh_status'] != 0){
- echo json_encode(array('msg'=>"当前状态不符合审核成品入库单的条件",'success'=>false));
- exit;
- }
- $res = $this->logic_u9action->checkRkd($info);
- if($res['code'] == 1){
- echo json_encode(array('msg'=>'审核成品入库单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$res['msg'],'success'=>false));
- exit;
- }
- }
- public function _wxxs($arg_array){
- $id = $arg_array[0];
- $info = $this->zzquque_u9->read($id);
- if(empty($info)){
- echo json_encode(array('msg'=>"数据异常,请联系技术",'success'=>false));
- exit;
- }
- if($info['xs_status'] != 0){
- echo json_encode(array('msg'=>"当前状态不符合创建销售单的条件",'success'=>false));
- exit;
- }
- $res = $this->logic_u9action->createXsd($info);
- if($res['code'] == 1){
- echo json_encode(array('msg'=>'创建销售单成功','success'=>true));
- exit;
- }else{
- echo json_encode(array('msg'=>$res['msg'],'success'=>false));
- exit;
- }
- }
- }
|