| | |
| | | @Resource |
| | | private SqlSessionFactory sqlSessionFactory; |
| | | |
| | | @Resource |
| | | private FdVehicleRemarkMapper fdVehicleRemarkMapper; |
| | | |
| | | @Override |
| | | public ObjectResult<String> tzPrint(Login lg, String bssNo, String ipadd) { |
| | | ObjectResult<String> orr = new ObjectResult<String>(); |
| | |
| | | } |
| | | |
| | | @Override |
| | | @Transactional |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public ObjectResult<Boolean> delFdsheet(Login lg, String bsNo) throws Exception{ |
| | | ObjectResult<Boolean> or = new ObjectResult<Boolean>(); |
| | | if (lg == null) { |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | // 删除车辆分单的备注remark |
| | | fdVehicleRemarkMapper.deleteByBusinessNo(bsNo); |
| | | or.setCode(0); |
| | | or.setItem(true); |
| | | return or; |
| | |
| | | String tdNo = tdje.getAsString(); |
| | | if (StringUtils.isNotBlank(tdNo)) { |
| | | Fd_XSTD td = this.tdper.getbyTDBH(tdNo); |
| | | if (td == null || td.getTd_wfdsl()<=0 ) { //|| td.isTd_zcwcbz() 装车完成标志 不需要了 |
| | | if (td == null || td.getTd_wfdsl()<=0 ) { |
| | | continue; |
| | | } |
| | | |
| | |
| | | //当前用户只能看到可以操作的提单 不可以操作的提单看不到 |
| | | //所有以下else操作去掉 |
| | | if (StringUtils.isBlank(bsDE)) { |
| | | /*bsDE = td.getTd_cqNo().equals(Contants.nc_ywdy_ZZ) ? Contants.zzSdepartNo : |
| | | td.getTd_cqNo().equals(Contants.nc_ywdy_MS)? Contants.msSdepartNo : |
| | | td.getTd_cqNo().equals(Contants.nc_ywdy_YR)? Contants.yrSdepartNo : |
| | | Contants.kjSdepartNo;*/ |
| | | bsDE = ConvertTool.ncCovertToYkt(td.getTd_cqNo()); |
| | | } |
| | | // else { |
| | | // // 郑州 |
| | | // if (bsDE.equals(Contants.zzSdepartNo)) { |
| | | // if (!td.getTd_ywdybh().equals(Contants.nc_ywdy_ZZ)) { |
| | | // orr.setCode(1); |
| | | // orr.setErrmsg("提单:"+td.getTd_ywdybh()+"不是郑州厂区的提单,不能同时配单!"); |
| | | // return orr; |
| | | // } |
| | | // } else if(bsDE.equals(Contants.msSdepartNo)) { |
| | | // if (!td.getTd_ywdybh().equals(Contants.nc_ywdy_MS)) { |
| | | // orr.setCode(1); |
| | | // orr.setErrmsg("提单:"+td.getTd_ywdybh()+"不是明晟厂区的提单,不能同时配单!"); |
| | | // return orr; |
| | | // } |
| | | // }else { |
| | | // if (!td.getTd_ywdybh().equals(Contants.nc_ywdy_KJ)) { |
| | | // orr.setCode(1); |
| | | // orr.setErrmsg("提单:"+td.getTd_ywdybh()+"不是明晟厂区的提单,不能同时配单!"); |
| | | // return orr; |
| | | // } |
| | | // } |
| | | // } |
| | | if (StringUtils.isBlank(ziti)) { |
| | | ziti = td.getTd_ztbz() == 2 ? "自提" : "非自提"; |
| | | } |
| | | if (StringUtils.isBlank(Rcompany)) { |
| | | Map<String, Object> mm = this.dqper.getKH(td.getTd_khbh()); |
| | | if(mm == null || mm.size() == 0) { // 客户必须存在,否则无法分单 |
| | | orr.setCode(1); |
| | | orr.setErrmsg("该提单客户不存在,请检查数据!"); |
| | | return orr; |
| | | } |
| | | // |
| | | /* |
| | | * 1、外贸有发票编号,内贸没有发票编号 |
| | | * 2、内贸取实际公司名称,外贸取相应组织的公司简称+‘报关’ |
| | |
| | | if (mm != null) { |
| | | Rcompany = mm.get("name") == null ? "" : mm.get("name").toString(); |
| | | } |
| | | if(mm == null || mm.size() == 0) { // 客户必须存在,否则无法分单 |
| | | orr.setCode(1); |
| | | orr.setErrmsg("该提单客户不存在,请检查数据!"); |
| | | return orr; |
| | | } |
| | | } else { |
| | | /*Rcompany = (td.getTd_ywdybh().equals(Contants.nc_ywdy_ZZ)?"郑州报关": |
| | | td.getTd_ywdybh().equals(Contants.nc_ywdy_MT)?"河南报关": |
| | | td.getTd_ywdybh().equals(Contants.nc_ywdy_MS)?"明晟报关": |
| | | "科技报关");*/ |
| | | Rcompany = ConvertTool.covertToCustoms(td.getTd_ywdybh()); |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } catch (Exception e) { |
| | | log.error("销售业务车辆出厂程序" + e.getMessage(),e); |
| | | throw new Exception(StringUtils.isEmpty(e.getMessage()) ? "销售业务车辆出厂程序出错!" : e.getMessage()); |
| | | } |
| | | orr.setCode(0); |