正在显示
993 个修改的文件
包含
50 行增加
和
19 行删除
log4jimf.properties
100644 → 100755
pom.xml
100644 → 100755
src/main/java/billcheckservice/BillCheckService.java
100644 → 100755
src/main/java/billcheckservice/BillCheckServiceProxy.java
100644 → 100755
src/main/java/billcheckservice/BillCheckServiceService.java
100644 → 100755
src/main/java/billcheckservice/Main.java
100644 → 100755
src/main/java/billcheckservice/QueryData.java
100644 → 100755
src/main/java/billcheckservice/ReturnData.java
100644 → 100755
src/main/java/billcheckservice/ReturnRecode.java
100644 → 100755
src/main/java/com/agent/billcheck/BillCheckBean.java
100644 → 100755
src/main/java/com/agent/billcheck/BillTask.java
100644 → 100755
src/main/java/com/agent/billcheck/FeeMap.java
100644 → 100755
src/main/java/com/agent/billcheck/SpringContextKit.java
100644 → 100755
src/main/java/com/agent/controller/BasicController.java
100644 → 100755
src/main/java/com/agent/controller/agent/AgentController.java
100644 → 100755
src/main/java/com/agent/controller/agent/BillController.java
100644 → 100755
src/main/java/com/agent/controller/agent/ManifestController.java
100644 → 100755
@@ -35,10 +35,7 @@ import org.slf4j.Logger; | @@ -35,10 +35,7 @@ import org.slf4j.Logger; | ||
35 | import org.slf4j.LoggerFactory; | 35 | import org.slf4j.LoggerFactory; |
36 | import org.springframework.stereotype.Controller; | 36 | import org.springframework.stereotype.Controller; |
37 | import org.springframework.ui.Model; | 37 | import org.springframework.ui.Model; |
38 | -import org.springframework.web.bind.annotation.RequestMapping; | ||
39 | -import org.springframework.web.bind.annotation.RequestMethod; | ||
40 | -import org.springframework.web.bind.annotation.RequestParam; | ||
41 | -import org.springframework.web.bind.annotation.ResponseBody; | 38 | +import org.springframework.web.bind.annotation.*; |
42 | import org.springframework.web.multipart.MultipartFile; | 39 | import org.springframework.web.multipart.MultipartFile; |
43 | import tools.DBConnection; | 40 | import tools.DBConnection; |
44 | import tools.NumKit; | 41 | import tools.NumKit; |
@@ -770,11 +767,11 @@ public class ManifestController extends BasicController { | @@ -770,11 +767,11 @@ public class ManifestController extends BasicController { | ||
770 | * | 767 | * |
771 | * @return | 768 | * @return |
772 | */ | 769 | */ |
773 | - @RequestMapping(value = "/sub/grid.json") | 770 | + @RequestMapping(value = "/sub/grid.json", method = {RequestMethod.POST}) |
774 | @ResponseBody | 771 | @ResponseBody |
775 | - public DataGrid<PreparesecondaryEntity> gridSub(Long mawbId, HttpServletRequest request) { | 772 | + public DataGrid<PreparesecondaryEntity> gridSub(@RequestParam(value = "mawbId") String mawbId, HttpServletRequest request) { |
776 | DataGrid<PreparesecondaryEntity> dg = new DataGrid<>(); | 773 | DataGrid<PreparesecondaryEntity> dg = new DataGrid<>(); |
777 | - dg.setRows(preparesecondaryServer.findByMawbId(mawbId)); | 774 | + dg.setRows(preparesecondaryServer.findAwb(mawbId)); |
778 | return dg; | 775 | return dg; |
779 | } | 776 | } |
780 | 777 | ||
@@ -1256,7 +1253,7 @@ public class ManifestController extends BasicController { | @@ -1256,7 +1253,7 @@ public class ManifestController extends BasicController { | ||
1256 | * @param manifest | 1253 | * @param manifest |
1257 | * @return | 1254 | * @return |
1258 | */ | 1255 | */ |
1259 | - @RequestMapping(value = "/f5f5669bbdecefd3dacfaba194647c35", method = { RequestMethod.POST }) | 1256 | + @RequestMapping(value = "/f5f5669bbdecefd3dacfaba194647c35", method = { RequestMethod.POST}) |
1260 | @ResponseBody | 1257 | @ResponseBody |
1261 | public ResponseModel savesenManifest(ManifestEntity manifest, HttpServletRequest request, HttpServletResponse response) { | 1258 | public ResponseModel savesenManifest(ManifestEntity manifest, HttpServletRequest request, HttpServletResponse response) { |
1262 | 1259 | ||
@@ -1411,7 +1408,8 @@ public class ManifestController extends BasicController { | @@ -1411,7 +1408,8 @@ public class ManifestController extends BasicController { | ||
1411 | manifest.setResponse_code(String.valueOf(type.getValue())); | 1408 | manifest.setResponse_code(String.valueOf(type.getValue())); |
1412 | manifest.setResponse_text(type.getName()); | 1409 | manifest.setResponse_text(type.getName()); |
1413 | manifest.setSave_time(System.currentTimeMillis()); | 1410 | manifest.setSave_time(System.currentTimeMillis()); |
1414 | - | 1411 | + manifest.setSh_name(manifest.getSh_company()); |
1412 | + manifest.setCo_name(manifest.getCo_company()); | ||
1415 | manifest.setDe_trstation(""); | 1413 | manifest.setDe_trstation(""); |
1416 | manifest.setDe_packing(""); | 1414 | manifest.setDe_packing(""); |
1417 | manifest.setDe_remarks(""); | 1415 | manifest.setDe_remarks(""); |
@@ -1423,11 +1421,13 @@ public class ManifestController extends BasicController { | @@ -1423,11 +1421,13 @@ public class ManifestController extends BasicController { | ||
1423 | return model; | 1421 | return model; |
1424 | } | 1422 | } |
1425 | }else { | 1423 | }else { |
1426 | - PreparesecondaryEntity pe = new PreparesecondaryEntity(); | ||
1427 | 1424 | ||
1425 | + PreparesecondaryEntity pe = new PreparesecondaryEntity(); | ||
1428 | // 查看主单号 | 1426 | // 查看主单号 |
1429 | if (manifest.getWaybillnomaster().contains("-")) { | 1427 | if (manifest.getWaybillnomaster().contains("-")) { |
1430 | 1428 | ||
1429 | + pe.setWaybillnomaster(manifest.getWaybillnomaster()); | ||
1430 | + | ||
1431 | } else { | 1431 | } else { |
1432 | StringBuilder stringBuilder = new StringBuilder(manifest.getWaybillnomaster()); | 1432 | StringBuilder stringBuilder = new StringBuilder(manifest.getWaybillnomaster()); |
1433 | 1433 | ||
@@ -1460,6 +1460,7 @@ public class ManifestController extends BasicController { | @@ -1460,6 +1460,7 @@ public class ManifestController extends BasicController { | ||
1460 | pe.setCustomscode(manifest.getCustomscode()); | 1460 | pe.setCustomscode(manifest.getCustomscode()); |
1461 | pe.setProductname(manifest.getProductname()); | 1461 | pe.setProductname(manifest.getProductname()); |
1462 | pe.setCo_company(manifest.getCo_company()); | 1462 | pe.setCo_company(manifest.getCo_company()); |
1463 | + pe.setCo_name(manifest.getCo_company()); | ||
1463 | pe.setCo_address(manifest.getCo_address()); | 1464 | pe.setCo_address(manifest.getCo_address()); |
1464 | pe.setShpcusid(manifest.getShpcusid()); | 1465 | pe.setShpcusid(manifest.getShpcusid()); |
1465 | 1466 | ||
@@ -1470,6 +1471,7 @@ public class ManifestController extends BasicController { | @@ -1470,6 +1471,7 @@ public class ManifestController extends BasicController { | ||
1470 | } | 1471 | } |
1471 | pe.setCo_country(manifest.getCo_country()); | 1472 | pe.setCo_country(manifest.getCo_country()); |
1472 | pe.setSh_company(manifest.getSh_company()); | 1473 | pe.setSh_company(manifest.getSh_company()); |
1474 | + pe.setSh_name(manifest.getSh_company()); | ||
1473 | pe.setSh_address(manifest.getSh_address()); | 1475 | pe.setSh_address(manifest.getSh_address()); |
1474 | pe.setCnecusid(manifest.getCnecusid()); | 1476 | pe.setCnecusid(manifest.getCnecusid()); |
1475 | pe.setSh_country(manifest.getSh_country()); | 1477 | pe.setSh_country(manifest.getSh_country()); |
@@ -1483,7 +1485,7 @@ public class ManifestController extends BasicController { | @@ -1483,7 +1485,7 @@ public class ManifestController extends BasicController { | ||
1483 | pe.setSh_city(manifest.getSh_city()); | 1485 | pe.setSh_city(manifest.getSh_city()); |
1484 | pe.setUSER_ID(manifest.getUSER_ID()); | 1486 | pe.setUSER_ID(manifest.getUSER_ID()); |
1485 | pe.setReach_station(manifest.getReach_station()); | 1487 | pe.setReach_station(manifest.getReach_station()); |
1486 | - | 1488 | + pe.setSave_time(System.currentTimeMillis()); |
1487 | int i = preparesecondaryServer.findAwbAwbH(pe.getWaybillnomaster(), pe.getWaybillnosecondary()); | 1489 | int i = preparesecondaryServer.findAwbAwbH(pe.getWaybillnomaster(), pe.getWaybillnosecondary()); |
1488 | 1490 | ||
1489 | if (i > 0){ | 1491 | if (i > 0){ |
@@ -1493,10 +1495,12 @@ public class ManifestController extends BasicController { | @@ -1493,10 +1495,12 @@ public class ManifestController extends BasicController { | ||
1493 | return model; | 1495 | return model; |
1494 | 1496 | ||
1495 | }else { | 1497 | }else { |
1496 | - preparesecondaryServer.save(pe); | ||
1497 | - model.setData(manifest); | 1498 | + |
1499 | + PreparesecondaryEntity save = preparesecondaryServer.save(pe); | ||
1500 | + model.setData(save); | ||
1498 | model.setStatus(200); | 1501 | model.setStatus(200); |
1499 | model.setMsg(HttpJsonMsg.SUCCESS); | 1502 | model.setMsg(HttpJsonMsg.SUCCESS); |
1503 | + return model; | ||
1500 | } | 1504 | } |
1501 | } | 1505 | } |
1502 | 1506 | ||
@@ -1510,6 +1514,7 @@ public class ManifestController extends BasicController { | @@ -1510,6 +1514,7 @@ public class ManifestController extends BasicController { | ||
1510 | model.setStatus(500); | 1514 | model.setStatus(500); |
1511 | model.setMsg(HttpJsonMsg.ERROR); | 1515 | model.setMsg(HttpJsonMsg.ERROR); |
1512 | logger.error("系统异常 >>", e); | 1516 | logger.error("系统异常 >>", e); |
1517 | + return model; | ||
1513 | } | 1518 | } |
1514 | return model; | 1519 | return model; |
1515 | } | 1520 | } |
src/main/java/com/agent/controller/agent/ReceiptController.java
100644 → 100755
src/main/java/com/agent/controller/agent/ShuntController.java
100644 → 100755
src/main/java/com/agent/controller/agent/TrackingController.java
100644 → 100755
src/main/java/com/agent/controller/system/CaptchaController.java
100644 → 100755
src/main/java/com/agent/controller/system/CargoController.java
100644 → 100755
src/main/java/com/agent/controller/system/HttpUtil.java
100644 → 100755
src/main/java/com/agent/controller/system/HzInfoController.java
100644 → 100755
src/main/java/com/agent/controller/system/LayoutController.java
100644 → 100755
src/main/java/com/agent/controller/system/LoginController.java
100644 → 100755
src/main/java/com/agent/controller/system/RoleController.java
100644 → 100755
src/main/java/com/agent/controller/system/UserController.java
100644 → 100755
src/main/java/com/agent/entity/BasicEntity.java
100644 → 100755
src/main/java/com/agent/entity/Constant.java
100644 → 100755
src/main/java/com/agent/entity/IdEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/BasicAgentEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/BillCheckEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/BillCheckFeeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/CargoCountEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ConsigneeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ConsigneeInfo.java
100644 → 100755
src/main/java/com/agent/entity/agent/ConsignorEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/DeliveryDicEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/DeliveryInfoEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/DeliveryorderEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/EnterpriseEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/HZWAYBLLINFOEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/HandleBillEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/HawbOtherFeeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/MakeHawbEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/MakeMawbEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ManifestBillEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ManifestEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/MawbOtherFeeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PackageSizeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PackageTypeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PreparesecondaryEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PubDgEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PubFhrEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/PubStationEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/SDCargoNameEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/SDCargoTypeEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/SecurityManifestEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ShuntBillEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/ShuntEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/SupervisionEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/TBasCarrierEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/WaybillReceiptEntity.java
100644 → 100755
src/main/java/com/agent/entity/agent/WaybillReceiptType.java
100644 → 100755
src/main/java/com/agent/entity/system/FunctionEntity.java
100644 → 100755
src/main/java/com/agent/entity/system/PermissionEntity.java
100644 → 100755
src/main/java/com/agent/entity/system/RoleEntity.java
100644 → 100755
src/main/java/com/agent/entity/system/SDBIGTYPEEntity.java
100644 → 100755
src/main/java/com/agent/entity/system/SDTWOTYPEEntity.java
100644 → 100755
src/main/java/com/agent/entity/system/UserEntity.java
100644 → 100755
src/main/java/com/agent/filter/MyShiroController.java
100644 → 100755
src/main/java/com/agent/jg/JgText.java
100644 → 100755
src/main/java/com/agent/jg/SendApp.java
100644 → 100755
src/main/java/com/agent/listener/StartupListener.java
100644 → 100755
src/main/java/com/agent/repository/agent/MakeHawbRepository.java
100644 → 100755
src/main/java/com/agent/repository/agent/MakeMawbRepository.java
100644 → 100755
src/main/java/com/agent/repository/agent/ManifestRepository.java
100644 → 100755
@@ -20,6 +20,9 @@ JpaSpecificationExecutor<PreparesecondaryEntity>{ | @@ -20,6 +20,9 @@ JpaSpecificationExecutor<PreparesecondaryEntity>{ | ||
20 | @Query(value = "SELECT * FROM PREPARESECONDARY WHERE PREPAREMASTERID = ?1 ORDER BY ID DESC", nativeQuery = true) | 20 | @Query(value = "SELECT * FROM PREPARESECONDARY WHERE PREPAREMASTERID = ?1 ORDER BY ID DESC", nativeQuery = true) |
21 | List<PreparesecondaryEntity> findByMawbId(Long id); | 21 | List<PreparesecondaryEntity> findByMawbId(Long id); |
22 | 22 | ||
23 | + @Query(value = "SELECT * FROM PREPARESECONDARY WHERE WAYBILLNOMASTER = ?1 ORDER BY ID DESC", nativeQuery = true) | ||
24 | + List<PreparesecondaryEntity> findAwb(String awb); | ||
25 | + | ||
23 | @Query(value = "SELECT * FROM PREPARESECONDARY WHERE WAYBILLNOSECONDARY = ?1", nativeQuery = true) | 26 | @Query(value = "SELECT * FROM PREPARESECONDARY WHERE WAYBILLNOSECONDARY = ?1", nativeQuery = true) |
24 | List<PreparesecondaryEntity> findByMawbNo(String mawbNo); | 27 | List<PreparesecondaryEntity> findByMawbNo(String mawbNo); |
25 | 28 |
src/main/java/com/agent/repository/agent/PubDgRepository.java
100644 → 100755
src/main/java/com/agent/repository/agent/PubFhrRepository.java
100644 → 100755
src/main/java/com/agent/repository/agent/ShuntRepository.java
100644 → 100755
src/main/java/com/agent/repository/system/HzInfoRepository.java
100644 → 100755
src/main/java/com/agent/repository/system/RoleRepository.java
100644 → 100755
src/main/java/com/agent/repository/system/UserRepository.java
100644 → 100755
src/main/java/com/agent/service/BasicService.java
100644 → 100755
src/main/java/com/agent/service/agent/BasicAgentService.java
100644 → 100755
src/main/java/com/agent/service/agent/BillCheckFeeService.java
100644 → 100755
src/main/java/com/agent/service/agent/BillCheckService.java
100644 → 100755
src/main/java/com/agent/service/agent/ConsigneeService.java
100644 → 100755
src/main/java/com/agent/service/agent/ConsignorService.java
100644 → 100755
src/main/java/com/agent/service/agent/DeliveryDicService.java
100644 → 100755
src/main/java/com/agent/service/agent/DeliveryInfoService.java
100644 → 100755
src/main/java/com/agent/service/agent/DeliveryorderService.java
100644 → 100755
src/main/java/com/agent/service/agent/EnterpriseService.java
100644 → 100755
src/main/java/com/agent/service/agent/HandleBillService.java
100644 → 100755
src/main/java/com/agent/service/agent/HawbOtherFeeService.java
100644 → 100755
src/main/java/com/agent/service/agent/MakeHawbService.java
100644 → 100755
src/main/java/com/agent/service/agent/MakeMawbService.java
100644 → 100755
src/main/java/com/agent/service/agent/ManifestBillService.java
100644 → 100755
src/main/java/com/agent/service/agent/ManifestService.java
100644 → 100755
src/main/java/com/agent/service/agent/MawbOtherFeeService.java
100644 → 100755
src/main/java/com/agent/service/agent/PackageSizeService.java
100644 → 100755
src/main/java/com/agent/service/agent/PackageTypeService.java
100644 → 100755
@@ -6,6 +6,9 @@ import java.util.Map; | @@ -6,6 +6,9 @@ import java.util.Map; | ||
6 | 6 | ||
7 | import javax.annotation.Resource; | 7 | import javax.annotation.Resource; |
8 | 8 | ||
9 | +import com.agent.entity.agent.ManifestEntity; | ||
10 | +import com.agent.repository.agent.ManifestRepository; | ||
11 | +import org.hibernate.Transaction; | ||
9 | import org.springframework.stereotype.Service; | 12 | import org.springframework.stereotype.Service; |
10 | import org.springframework.transaction.annotation.Transactional; | 13 | import org.springframework.transaction.annotation.Transactional; |
11 | 14 | ||
@@ -22,9 +25,13 @@ public class PreparesecondaryService extends BasicService<PreparesecondaryEntity | @@ -22,9 +25,13 @@ public class PreparesecondaryService extends BasicService<PreparesecondaryEntity | ||
22 | @Resource | 25 | @Resource |
23 | private WaybillReceiptService receiptService; | 26 | private WaybillReceiptService receiptService; |
24 | 27 | ||
28 | + @Resource | ||
29 | + private ManifestRepository manifestRepository; | ||
30 | + | ||
25 | @Transactional | 31 | @Transactional |
26 | public PreparesecondaryEntity save(PreparesecondaryEntity manifest) { | 32 | public PreparesecondaryEntity save(PreparesecondaryEntity manifest) { |
27 | - manifest.setSave_time(System.currentTimeMillis()); | 33 | + ManifestEntity wbm = manifestRepository.findWbm(manifest.getWaybillnomaster()); |
34 | + manifest.setPreparemasterid(wbm.getId()); | ||
28 | return preparesecondaryRepository.save(manifest); | 35 | return preparesecondaryRepository.save(manifest); |
29 | } | 36 | } |
30 | 37 | ||
@@ -45,6 +52,20 @@ public class PreparesecondaryService extends BasicService<PreparesecondaryEntity | @@ -45,6 +52,20 @@ public class PreparesecondaryService extends BasicService<PreparesecondaryEntity | ||
45 | 52 | ||
46 | return list; | 53 | return list; |
47 | } | 54 | } |
55 | + public List<PreparesecondaryEntity> findAwb(String id) { | ||
56 | + List<PreparesecondaryEntity> list = preparesecondaryRepository.findAwb(id); | ||
57 | + if(list!=null) { | ||
58 | + for (int i = 0; i < list.size(); i++) { | ||
59 | + PreparesecondaryEntity bean = list.get(i); | ||
60 | + WaybillReceiptEntity re = receiptService.findSub(bean.getWaybillnomaster(), bean.getWaybillnosecondary()); | ||
61 | + bean.setResponse_code(re!=null?re.getResponse_code():""); | ||
62 | + bean.setResponse_text(re!=null?re.getResponse_text():""); | ||
63 | + } | ||
64 | + } | ||
65 | + | ||
66 | + return list; | ||
67 | + } | ||
68 | + | ||
48 | 69 | ||
49 | public PreparesecondaryEntity findOne(Long mawbId) { | 70 | public PreparesecondaryEntity findOne(Long mawbId) { |
50 | return preparesecondaryRepository.findOne(mawbId); | 71 | return preparesecondaryRepository.findOne(mawbId); |
src/main/java/com/agent/service/agent/PubDgService.java
100644 → 100755
src/main/java/com/agent/service/agent/PubFhrService.java
100644 → 100755
src/main/java/com/agent/service/agent/PubStationService.java
100644 → 100755
src/main/java/com/agent/service/agent/ShuntBillService.java
100644 → 100755
src/main/java/com/agent/service/agent/ShuntService.java
100644 → 100755
src/main/java/com/agent/service/agent/SupervisionService.java
100644 → 100755
src/main/java/com/agent/service/agent/TBasCarrierService.java
100644 → 100755
src/main/java/com/agent/service/agent/WaybillReceiptService.java
100644 → 100755
src/main/java/com/agent/service/system/CaptchaService.java
100644 → 100755
src/main/java/com/agent/service/system/CargoCountService.java
100644 → 100755
src/main/java/com/agent/service/system/FunctionService.java
100644 → 100755
src/main/java/com/agent/service/system/HzInfoService.java
100644 → 100755
src/main/java/com/agent/service/system/HzWaybillService.java
100644 → 100755
src/main/java/com/agent/service/system/RoleService.java
100644 → 100755
src/main/java/com/agent/service/system/SDBIGTYPEService.java
100644 → 100755
src/main/java/com/agent/service/system/SDCargoNameService.java
100644 → 100755
src/main/java/com/agent/service/system/SDCargoTypeService.java
100644 → 100755
src/main/java/com/agent/service/system/SDTWOTYPEService.java
100644 → 100755
src/main/java/com/agent/service/system/UserService.java
100644 → 100755
src/main/java/com/agent/smb/RemoteFileKit.java
100644 → 100755
src/main/java/com/agent/util/BarCodeUtil.java
100644 → 100755
src/main/java/com/agent/util/Constants.java
100644 → 100755
src/main/java/com/agent/util/ExcelUtil.java
100644 → 100755
src/main/java/com/agent/util/HttpJsonMsg.java
100644 → 100755
src/main/java/com/agent/util/VerifyCodeUtil.java
100644 → 100755
src/main/java/com/agent/util/WaybillUtils.java
100644 → 100755
src/main/java/com/agent/util/WebUtils.java
100644 → 100755
src/main/java/com/agent/vo/MenuVo.java
100644 → 100755
src/main/java/com/agent/vo/ResponseModel.java
100644 → 100755
src/main/java/com/agent/vo/SecondMenu.java
100644 → 100755
src/main/java/com/agent/vo/ServiceVo.java
100644 → 100755
src/main/java/com/agent/vo/Ztree.java
100644 → 100755
src/main/java/com/agent/vo/agent/CargoCountVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/CommodityVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/DeliveryVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/HZSHIPPERINFORMATIONVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/InlandVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/ManifestVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/SDVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/SdBigTypeVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/SdTwoTypeVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/SecurityDeclarationVo.java
100644 → 100755
src/main/java/com/agent/vo/agent/UserVo.java
100644 → 100755
src/main/java/com/agent/webservice/ArrayOfStatusClass.java
100644 → 100755
src/main/java/com/agent/webservice/ObjectFactory.java
100644 → 100755
src/main/java/com/agent/webservice/ReturnDataClass.java
100644 → 100755
src/main/java/com/agent/webservice/ShipmentStatusWS.java
100644 → 100755
src/main/java/com/agent/webservice/ShipmentStatusWSSoap.java
100644 → 100755
src/main/java/com/agent/webservice/StatusClass.java
100644 → 100755
src/main/java/com/agent/webservice/package-info.java
100644 → 100755
src/main/java/com/agent/xml/TestXml.java
100644 → 100755
src/main/java/com/agent/xml/XmlBuildTask.java
100644 → 100755
src/main/java/com/agent/xml/XmlSendTask.java
100644 → 100755
src/main/java/com/agent/xml/bill/AssociatedPartyXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/BillHeadXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/BillXmlBody.java
100644 → 100755
src/main/java/com/agent/xml/bill/ConsignorPartyXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/DepartureEventXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/EventTimeXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/HandlingInstructionsXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/LinearSpatialDimensionXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/MasterConsignmentXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/OperatingPartyXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/PostalStructuredAddressXml.java
100644 → 100755
src/main/java/com/agent/xml/bill/ReportedStatusXml.java
100644 → 100755
src/main/java/com/agent/xml/common/ContentXml.java
100644 → 100755
src/main/java/com/agent/xml/common/IDXml.java
100644 → 100755
src/main/java/com/agent/xml/common/NameXml.java
100644 → 100755
src/main/java/com/agent/xml/common/XmlHead.java
100644 → 100755
src/main/java/com/agent/xml/common/XmlUtil.java
100644 → 100755
src/main/java/com/agent/xml/delivery/AssociatedXml.java
100644 → 100755
src/main/java/com/agent/xml/delivery/DeliveryDeclarationXml.java
100644 → 100755
src/main/java/com/agent/xml/delivery/DeliveryXmlBody.java
100644 → 100755
src/main/java/com/agent/xml/delivery/FinalDestinanXml.java
100644 → 100755
src/main/java/com/agent/xml/delivery/NatureXml.java
100644 → 100755
src/main/java/com/agent/xml/delivery/TransporXML.java
100644 → 100755
src/main/java/com/agent/xml/delivery/UsedXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/ArrivalEventXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/AssociatedPartyXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/ConsigneePartyXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/ConsignorPartyXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/DepartureEventXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/EventTimeXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/HouseWaybillXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/MasterConsignment.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/OriginCountryXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/OriginLocationXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/ReportedStatusXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/SpecifiedLogisticsTransportMovementXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/SpecifiedRateCombinationPointLocationXml.java
100644 → 100755
src/main/java/com/agent/xml/deliveryInfo/UtilizedLogisticsTransportEquipmentXml.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/Dest.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/Dests.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/FSXmlKit.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/FhlCcs.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/FhlMain.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/Meta.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/SliCcs.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/SliMain.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/Test.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/ArrivalEvent.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/AssociatedParty.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/ConsigneeParty.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/ConsignorParty.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/DepartureEvent.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/FaxCommunication.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/common/OriginLocation.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/AffixedLogisticsSeal.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/FhlMasterConsignment.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/HouseWaybill.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/OperatingParty.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/OriginCountry.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/fhl/TareWeightMeasure.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/sli/EventTime.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/sli/ReportedStatus.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/sli/SliMasterConsignment.java
100644 → 100755
src/main/java/com/agent/xml/fhlsli/sli/SpecifiedLocation.java
100644 → 100755
src/main/java/com/agent/xml/manibill/HandleBillXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/DeclarePreparesecondaryConsignmentXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/DeclareTransportContractDocumentXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/DeclareXmlBody.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/ManifestAssociatedTransportDocumentXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/ManifestDesXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/ManifestOrgXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdeclare/ManifestTransportContractDocumentXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdel/DelConsignmentXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdel/DelManifestXml.java
100644 → 100755
src/main/java/com/agent/xml/manifestdel/DelXmlBody.java
100644 → 100755
src/main/java/com/agent/xml/secuity/SecurityDeclarationXml.java
100644 → 100755
src/main/java/com/agent/xml/shunt/ShuntConsignmentXml.java
100644 → 100755
src/main/java/com/agent/xml/shunt/ShuntNameXml.java
100644 → 100755
src/main/java/com/agent/xml/shunt/ShuntUnloadingDatetimeXml.java
100644 → 100755
src/main/java/com/agent/xml/shunt/ShuntXml.java
100644 → 100755
src/main/java/com/agent/xml/shunt/ShuntXmlBody.java
100644 → 100755
src/main/java/com/framework/annotation/NotNull.java
100644 → 100755
src/main/java/com/framework/core/DBHelper.java
100644 → 100755
src/main/java/com/framework/core/DynamicSpecifications.java
100644 → 100755
src/main/java/com/framework/core/Hibernates.java
100644 → 100755
src/main/java/com/framework/core/SearchFilter.java
100644 → 100755
src/main/java/com/framework/core/Servlets.java
100644 → 100755
src/main/java/com/framework/core/UploadServlet.java
100644 → 100755
src/main/java/com/framework/filter/CookieFilter.java
100644 → 100755
src/main/java/com/framework/mail/MailSenderService.java
100644 → 100755
src/main/java/com/framework/mail/SingleMailSend.java
100644 → 100755
src/main/java/com/framework/shiro/CasUserRealm.java
100644 → 100755
src/main/java/com/framework/shiro/SessionUtil.java
100644 → 100755
src/main/java/com/framework/shiro/UserRealm.java
100644 → 100755
src/main/java/com/framework/util/AesCBC.java
100644 → 100755
src/main/java/com/framework/util/Collections3.java
100644 → 100755
src/main/java/com/framework/util/CustomDateSerializer.java
100644 → 100755
src/main/java/com/framework/util/DateFormat.java
100644 → 100755
src/main/java/com/framework/util/Encodes.java
100644 → 100755
src/main/java/com/framework/util/Exceptions.java
100644 → 100755
src/main/java/com/framework/util/FileType.java
100644 → 100755
src/main/java/com/framework/util/FileTypeJudge.java
100644 → 100755
src/main/java/com/framework/util/JsonKit.java
100644 → 100755
src/main/java/com/framework/util/MD5Tools.java
100644 → 100755
src/main/java/com/framework/util/MathUtil.java
100644 → 100755
src/main/java/com/framework/util/MessageKit.java
100644 → 100755
src/main/java/com/framework/util/MessageType.java
100644 → 100755
src/main/java/com/framework/util/PropertiesLoader.java
100644 → 100755
src/main/java/com/framework/util/Reflections.java
100644 → 100755
src/main/java/com/framework/util/StringUtils.java
100644 → 100755
src/main/java/com/framework/util/Threads.java
100644 → 100755
src/main/java/com/framework/util/TimeUtils.java
100644 → 100755
src/main/java/com/framework/util/ValidatorUtil.java
100644 → 100755
src/main/java/com/framework/util/excel/Excel.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelCell.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelLog.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelLogs.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelSheet.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelUtil.java
100644 → 100755
src/main/java/com/framework/util/excel/ExcelUtils.java
100644 → 100755
src/main/java/com/framework/util/excel/FieldForSortting.java
100644 → 100755
src/main/java/com/plugin/easyui/DataGrid.java
100644 → 100755
src/main/java/com/plugin/easyui/EasyPage.java
100644 → 100755
src/main/java/login/FJSON.java
100644 → 100755
src/main/java/login/FLogin.java
100644 → 100755
src/main/java/login/InfoData.java
100644 → 100755
src/main/java/login/InterfaceData.java
100644 → 100755
src/main/java/login/LoginData.java
100644 → 100755
src/main/java/login/Security.java
100644 → 100755
src/main/java/tools/BillCheckReturnData.java
100644 → 100755
src/main/java/tools/DBConnection.java
100644 → 100755
src/main/java/tools/DataSerieal.java
100644 → 100755
src/main/java/tools/HttpRequest.java
100644 → 100755
src/main/java/tools/HttpTools.java
100644 → 100755
src/main/java/tools/InterfaceParam.java
100644 → 100755
src/main/java/tools/LoginModel.java
100644 → 100755
src/main/java/tools/NumKit.java
100644 → 100755
src/main/java/tools/RequestUtils.java
100644 → 100755
src/main/java/tools/Test.java
100644 → 100755
src/main/java/tools/TestLogin.java
100644 → 100755
src/main/java/tools/TestThree.java
100644 → 100755
src/main/java/tools/TestTwo.java
100644 → 100755
src/main/java/tools/Tools.java
100644 → 100755
src/main/java/tools/oclass/FemyList.java
100644 → 100755
src/main/resources/application.properties
100644 → 100755
src/main/resources/applicationContext-start.xml
100644 → 100755
src/main/resources/applicationContext.xml
100644 → 100755
src/main/resources/cache/applicationContext-ehcache.xml
100644 → 100755
src/main/resources/cache/ehcache-hibernate-local.xml
100644 → 100755
src/main/resources/cache/ehcache.xml
100644 → 100755
src/main/resources/config/imf_config.properties
100644 → 100755
src/main/resources/config/log4j.properties
100644 → 100755
src/main/resources/datasource.properties
100644 → 100755
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | # 69 | 13 | # 69 |
14 | jdbc.driverClassName=oracle.jdbc.driver.OracleDriver | 14 | jdbc.driverClassName=oracle.jdbc.driver.OracleDriver |
15 | #jdbc.url=jdbc:oracle:thin:@10.50.3.69:1521:CGODB | 15 | #jdbc.url=jdbc:oracle:thin:@10.50.3.69:1521:CGODB |
16 | -jdbc.url=jdbc:oracle:thin:@218.28.199.134:8004:CGODB | 16 | +jdbc.url=jdbc:oracle:thin:@192.168.1.253:1522:ORCLL |
17 | jdbc.username=CGOASM | 17 | jdbc.username=CGOASM |
18 | jdbc.password=vmvnv1v2 | 18 | jdbc.password=vmvnv1v2 |
19 | 19 |
src/main/resources/i18n_en_US.properties
100644 → 100755
src/main/resources/i18n_zh_CN.properties
100644 → 100755
src/main/resources/log4j2.xml
100644 → 100755
src/main/resources/openRemoteLogin.properties
100644 → 100755
src/main/resources/oxm/spring-oxm.xml
100644 → 100755
src/main/resources/redis.properties
100644 → 100755
src/main/resources/schedule/spring-schedule.xml
100644 → 100755
src/main/resources/security/ehcache-shiro.xml
100644 → 100755
src/main/resources/security/spring-shiro.xml
100644 → 100755
src/main/resources/security/spring-shirobak.xml
100644 → 100755
src/main/resources/spring-mvc.xml
100644 → 100755
src/main/webapp/WEB-INF/views/404.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/500.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/agent/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/agent/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/bill/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/bill/edit_sub.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/bill/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/bill/printedit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/bill/view.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/billcheck/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/billcheck/report.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/cargo/cargo.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignee/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignee/edit_old.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignee/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignee/list_old.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignor/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignor/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/consignor/search.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/findOne.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/inlandsave.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/print.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/declaration/save.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/delivery/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/delivery/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/deliveryorder/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/deliveryorder/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/handlebill/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/handlebill/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/hz/hzinfo.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/index.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/layout/inc.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/login.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/manifest/edit.jsp
100644 → 100755
@@ -340,7 +340,7 @@ | @@ -340,7 +340,7 @@ | ||
340 | </tr> | 340 | </tr> |
341 | <tr> | 341 | <tr> |
342 | <td class="kv-label" colspan="6"> | 342 | <td class="kv-label" colspan="6"> |
343 | - <select id="co_cusid" required> | 343 | + <select id="co_cusid"> |
344 | <c:if test="${not empty manifest.shpcusid}"> | 344 | <c:if test="${not empty manifest.shpcusid}"> |
345 | <c:set var="tempShpType" value='${fn:split(manifest.shpcusid,"+")[0]}' /> | 345 | <c:set var="tempShpType" value='${fn:split(manifest.shpcusid,"+")[0]}' /> |
346 | <option value="${tempShpType}">${tempShpType}</option> | 346 | <option value="${tempShpType}">${tempShpType}</option> |
@@ -351,7 +351,7 @@ | @@ -351,7 +351,7 @@ | ||
351 | </c:if> | 351 | </c:if> |
352 | </select> | 352 | </select> |
353 | <span style="color: black; font-size: 16px;">+</span> | 353 | <span style="color: black; font-size: 16px;">+</span> |
354 | - <input id="shpcusid" type="text" maxlength="100" required | 354 | + <input id="shpcusid" type="text" maxlength="100" |
355 | <c:if test="${not empty manifest.shpcusid}"> | 355 | <c:if test="${not empty manifest.shpcusid}"> |
356 | <c:set var="tempShpValue" value='${fn:split(manifest.shpcusid,"+")[1]}' /> | 356 | <c:set var="tempShpValue" value='${fn:split(manifest.shpcusid,"+")[1]}' /> |
357 | value="${tempShpValue}" | 357 | value="${tempShpValue}" |
src/main/webapp/WEB-INF/views/manifest/edit_bill.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/manifest/edit_old.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/manifest/excel_upload.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/manifest/list.jsp
100644 → 100755
@@ -149,7 +149,7 @@ | @@ -149,7 +149,7 @@ | ||
149 | onExpandRow: function(index,row){ | 149 | onExpandRow: function(index,row){ |
150 | console.log("expand row index:"+index); | 150 | console.log("expand row index:"+index); |
151 | $('#ddv-'+index).datagrid({ | 151 | $('#ddv-'+index).datagrid({ |
152 | - url:'<%=basePath %>manifest/sub/grid.json?mawbId='+row.id, | 152 | + url:'<%=basePath %>manifest/sub/grid.json?mawbId='+row.waybillnomaster, |
153 | fitColumns:true, | 153 | fitColumns:true, |
154 | singleSelect:true, | 154 | singleSelect:true, |
155 | loadMsg:'正在加载……', | 155 | loadMsg:'正在加载……', |
src/main/webapp/WEB-INF/views/manifest/list_old.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/manifest/sub_edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/preparemaster/add.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/preparesecondary/add.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/preparesecondary/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/receipt/list_window.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/bigtype.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/doEdit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/sdtypeadd.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/tadd.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/tedit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/twolist.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/typeSave.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/sdtype/typeedit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/shunt/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/shunt/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/role/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/changepassword.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/commonpassword.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/hzinfo.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/hzinfo_add.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/hzinfo_edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/system/user/wbm.jsp
100644 → 100755
@@ -149,9 +149,11 @@ | @@ -149,9 +149,11 @@ | ||
149 | return '<div id="ddv-' + index + '"style="padding:5px 0"></div>'; | 149 | return '<div id="ddv-' + index + '"style="padding:5px 0"></div>'; |
150 | }, | 150 | }, |
151 | onExpandRow: function(index,row){ | 151 | onExpandRow: function(index,row){ |
152 | + var awbNo = row.waybillnomaster; | ||
152 | console.log("expand row index:"+index); | 153 | console.log("expand row index:"+index); |
153 | $('#ddv-'+index).datagrid({ | 154 | $('#ddv-'+index).datagrid({ |
154 | - url:'<%=basePath %>wbm/sub/grid.json?mawbId='+row.id, | 155 | + url:'<%=basePath %>wbm/sub/grid.json?mawbId='+awbNo, |
156 | +// contentType: 'application/json;charset=UTF-8', | ||
155 | fitColumns:true, | 157 | fitColumns:true, |
156 | singleSelect:true, | 158 | singleSelect:true, |
157 | loadMsg:'正在加载……', | 159 | loadMsg:'正在加载……', |
src/main/webapp/WEB-INF/views/system/user/wbm_edit.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/tracking/list.jsp
100644 → 100755
src/main/webapp/WEB-INF/views/unauthorized.jsp
100644 → 100755
src/main/webapp/WEB-INF/web.xml
100644 → 100755
src/main/webapp/resource/My97DatePicker/My97DatePicker.htm
100644 → 100755
src/main/webapp/resource/My97DatePicker/WdatePicker.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/calendar.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/config.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/lang/en.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/lang/zh-cn.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/lang/zh-tw.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/skin/WdatePicker.css
100644 → 100755
src/main/webapp/resource/My97DatePicker/skin/datePicker.gif
100644 → 100755
src/main/webapp/resource/My97DatePicker/skin/default/img.gif
100644 → 100755
src/main/webapp/resource/My97DatePicker/skin/whyGreen/bg.jpg
100644 → 100755
src/main/webapp/resource/My97DatePicker/skin/whyGreen/img.gif
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/lang/en.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/lang/zh-cn.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/lang/zh-tw.js
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/readme.txt
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/skin/WdatePicker.css
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/skin/datePicker.gif
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/skin/default/img.gif
100644 → 100755
src/main/webapp/resource/My97DatePicker/开发包/skin/whyGreen/bg.jpg
100644 → 100755
src/main/webapp/resource/avalon/dist/avalon.js
100644 → 100755
src/main/webapp/resource/avalon/dist/avalon.modern.js
100644 → 100755
src/main/webapp/resource/avalon/dist/avalon.next.js
100644 → 100755
src/main/webapp/resource/avalon/dist/avalon.test.js
100644 → 100755
src/main/webapp/resource/css/base.css
100644 → 100755
src/main/webapp/resource/css/basic_info.css
100644 → 100755
src/main/webapp/resource/css/bootstrap.css
100644 → 100755
src/main/webapp/resource/css/bootstrap.min.css
100644 → 100755
src/main/webapp/resource/css/bs-is-fun.css
100644 → 100755
src/main/webapp/resource/css/form.css
100644 → 100755
src/main/webapp/resource/css/index.css
100644 → 100755
src/main/webapp/resource/css/loading.css
100644 → 100755
src/main/webapp/resource/css/login.css
100644 → 100755
src/main/webapp/resource/css/login/login.css
100644 → 100755
src/main/webapp/resource/css/platform.css
100644 → 100755
src/main/webapp/resource/css/process.css
100644 → 100755
src/main/webapp/resource/css/process_h5.css
100644 → 100755
src/main/webapp/resource/css/providers.css
100644 → 100755
src/main/webapp/resource/css/providers1.css
100644 → 100755
src/main/webapp/resource/css/workbench.css
100644 → 100755
src/main/webapp/resource/easyui/datagrid-detailview.js
100644 → 100755
src/main/webapp/resource/easyui/easyui-lang-en_US.js
100644 → 100755
src/main/webapp/resource/easyui/easyui-lang-zh_CN.js
100644 → 100755
src/main/webapp/resource/easyui/easyui.css
100644 → 100755
src/main/webapp/resource/easyui/jquery.easyui.min.js
100644 → 100755
src/main/webapp/resource/easyui/jquery.min.js
100644 → 100755
src/main/webapp/resource/easyui/uimaker/accordion.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/calendar.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/combobox.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/datagrid.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/datalist.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/datebox.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/dialog.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/easyui.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/filebox.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/fonticon.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icon.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/back.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/blank.gif
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/cancel.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/clear.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/cut.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/edit_add.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/edit_remove.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/filesave.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/filter.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/help.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/large_chart.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/large_clipart.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/large_picture.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/large_shapes.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/large_smartart.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/list.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/lock.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/man.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/mini_add.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/mini_edit.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/mini_refresh.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/more.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/no.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/ok.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/pencil.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/print.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/redo.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/reload.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/search.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/sum.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/tip.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/icons/undo.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/blank.gif
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/combo_arrow.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/datebox_arrow.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/layout_arrows.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/linkbutton_bg.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/loading.gif
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/menu_arrows.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/new/grid.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/new/下拉菜单.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/new/面板.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/panel_tools.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/slider_handle.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/tabs_icons.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/images/tree_icons.png
100644 → 100755
src/main/webapp/resource/easyui/uimaker/layout.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/linkbutton.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/menu.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/menubutton.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/messager.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/pagination.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/panel.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/progressbar.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/searchbox.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/slider.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/spinner.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/switchbutton.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/tab.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/textbox.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/tooltip.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/tree.css
100644 → 100755
src/main/webapp/resource/easyui/uimaker/window.css
100644 → 100755
src/main/webapp/resource/excel/excel.xls
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/femy/fform.js
100644 → 100755
src/main/webapp/resource/femy/fframe.css
100644 → 100755
src/main/webapp/resource/femy/fframe.js
100644 → 100755
src/main/webapp/resource/femy/fpage.js
100644 → 100755
src/main/webapp/resource/femy/ftools.layer.js
100644 → 100755
src/main/webapp/resource/fonts/demo.css
100644 → 100755
src/main/webapp/resource/fonts/demo.html
100644 → 100755
src/main/webapp/resource/fonts/iconfont.css
100644 → 100755
src/main/webapp/resource/fonts/iconfont.eot
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/fonts/iconfont.svg
100644 → 100755
src/main/webapp/resource/fonts/iconfont.ttf
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/fonts/iconfont.woff
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/images/billprint.jpg
100644 → 100755
src/main/webapp/resource/images/guide/arrow.png
100644 → 100755
src/main/webapp/resource/images/head_logo.png
100644 → 100755
src/main/webapp/resource/images/liucheng.png
100644 → 100755
src/main/webapp/resource/images/loading.gif
100644 → 100755
src/main/webapp/resource/images/login_bg_tubiao.png
100644 → 100755
src/main/webapp/resource/images/login_box.png
100644 → 100755
src/main/webapp/resource/images/login_box_w.png
100644 → 100755
src/main/webapp/resource/images/login_logo.png
100644 → 100755
src/main/webapp/resource/images/login_logo_w.png
100644 → 100755
src/main/webapp/resource/images/login_top_left.png
100644 → 100755
src/main/webapp/resource/images/login_top_right.png
100644 → 100755
src/main/webapp/resource/images/loginbg.png
100644 → 100755
src/main/webapp/resource/images/main/left_list.png
100644 → 100755
src/main/webapp/resource/images/main/main_logo.png
100644 → 100755
src/main/webapp/resource/images/main/navbg.png
100644 → 100755
src/main/webapp/resource/images/main/sider-toggle.png
100644 → 100755
src/main/webapp/resource/images/main/tabs_close_hover.png
100644 → 100755
src/main/webapp/resource/images/main/tabs_close_pf.png
100644 → 100755
src/main/webapp/resource/images/main/top_bottombg.png
100644 → 100755
src/main/webapp/resource/images/main/top_userbg.png
100644 → 100755
src/main/webapp/resource/images/main/topbg.png
100644 → 100755
src/main/webapp/resource/images/main/user.png
100644 → 100755
src/main/webapp/resource/images/main/xg_left.png
100644 → 100755
src/main/webapp/resource/images/main/xg_right.png
100644 → 100755
src/main/webapp/resource/images/main_logo.png
100644 → 100755
src/main/webapp/resource/images/new.png
100644 → 100755
src/main/webapp/resource/images/tab_btn.png
100644 → 100755
src/main/webapp/resource/images/timeline/arrow.png
100644 → 100755
src/main/webapp/resource/images/timeline/blank.png
100644 → 100755
src/main/webapp/resource/images/timeline/dot.png
100644 → 100755
src/main/webapp/resource/images/timeline/down.png
100644 → 100755
src/main/webapp/resource/images/user.png
100644 → 100755
src/main/webapp/resource/img/app_48.png
100644 → 100755
src/main/webapp/resource/img/bar_code/demo.jsp
100644 → 100755
src/main/webapp/resource/img/btn_back.jpg
100644 → 100755
src/main/webapp/resource/img/btn_back_01.jpg
100644 → 100755
src/main/webapp/resource/img/btn_colse.png
100644 → 100755
src/main/webapp/resource/img/btn_login.png
100644 → 100755
src/main/webapp/resource/img/btn_send.png
100644 → 100755
src/main/webapp/resource/img/icon_accept.png
100644 → 100755
src/main/webapp/resource/img/icon_admin.jpg
100644 → 100755
src/main/webapp/resource/img/icon_book.png
100644 → 100755
src/main/webapp/resource/img/icon_deal.png
100644 → 100755
src/main/webapp/resource/img/icon_floder.png
100644 → 100755
src/main/webapp/resource/img/icon_kaoqin.png
100644 → 100755
src/main/webapp/resource/img/icon_login_admin.jpg
100644 → 100755
src/main/webapp/resource/img/icon_message.png
100644 → 100755
src/main/webapp/resource/img/icon_news.png
100644 → 100755
src/main/webapp/resource/img/icon_offical.png
100644 → 100755
src/main/webapp/resource/img/icon_office.png
100644 → 100755
src/main/webapp/resource/img/icon_password.jpg
100644 → 100755
src/main/webapp/resource/img/icon_san - 副本.jpg
100644 → 100755
src/main/webapp/resource/img/icon_san.jpg
100644 → 100755
src/main/webapp/resource/img/icon_send.png
100644 → 100755
src/main/webapp/resource/img/icon_system.png
100644 → 100755
src/main/webapp/resource/img/icon_table.png
100644 → 100755
src/main/webapp/resource/img/icon_talk.png
100644 → 100755
src/main/webapp/resource/img/icon_weather.jpg
100644 → 100755
src/main/webapp/resource/img/icon_weather.png
100644 → 100755
src/main/webapp/resource/img/left.jpg
100644 → 100755
src/main/webapp/resource/img/login_logo.png
100644 → 100755
src/main/webapp/resource/img/login_tou.png
100644 → 100755
src/main/webapp/resource/img/loginbg.jpg
100644 → 100755
src/main/webapp/resource/img/logo.jpg
100644 → 100755
src/main/webapp/resource/img/wel_bj.jpg
100644 → 100755
src/main/webapp/resource/img/wel_text_pic.jpg
100644 → 100755
src/main/webapp/resource/jatoolsPrinter.cab
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/js/LodopFuncs.js
100644 → 100755
src/main/webapp/resource/js/bootstrap.min.js
100644 → 100755
src/main/webapp/resource/js/brush.js
100644 → 100755
src/main/webapp/resource/js/jquery.json.js
100644 → 100755
src/main/webapp/resource/js/main.js
100644 → 100755
src/main/webapp/resource/js/tools.js
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/demo.html
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/layer/layer.js
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/layer/mobile/layer.js
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/文档/Layui社区.url
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/文档/jquery下载.url
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/文档/layer官网.url
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/文档/layer文档.url
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/更新日志.txt
100644 → 100755
src/main/webapp/resource/layer-v3.0.3/获得layim.url
100644 → 100755
src/main/webapp/resource/layui/css/layui.css
100644 → 100755
src/main/webapp/resource/layui/css/layui.mobile.css
100644 → 100755
src/main/webapp/resource/layui/css/modules/code.css
100644 → 100755
src/main/webapp/resource/layui/font/iconfont.eot
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/layui/font/iconfont.svg
100644 → 100755
src/main/webapp/resource/layui/font/iconfont.ttf
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/layui/font/iconfont.woff
100644 → 100755
不能预览此文件类型
src/main/webapp/resource/layui/images/face/0.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/1.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/10.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/11.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/12.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/13.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/14.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/15.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/16.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/17.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/18.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/19.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/2.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/20.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/21.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/22.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/23.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/24.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/25.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/26.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/27.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/28.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/29.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/3.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/30.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/31.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/32.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/33.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/34.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/35.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/36.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/37.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/38.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/39.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/4.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/40.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/41.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/42.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/43.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/44.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/45.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/46.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/47.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/48.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/49.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/5.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/50.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/51.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/52.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/53.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/54.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/55.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/56.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/57.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/58.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/59.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/6.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/60.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/61.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/62.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/63.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/64.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/65.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/66.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/67.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/68.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/69.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/7.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/70.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/71.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/8.gif
100644 → 100755
src/main/webapp/resource/layui/images/face/9.gif
100644 → 100755
src/main/webapp/resource/layui/lay/modules/carousel.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/code.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/element.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/flow.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/form.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/jquery.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/laydate.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/layedit.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/layer.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/laypage.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/laytpl.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/mobile.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/rate.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/table.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/tree.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/upload.js
100644 → 100755
src/main/webapp/resource/layui/lay/modules/util.js
100644 → 100755
src/main/webapp/resource/layui/layui.all.js
100644 → 100755
src/main/webapp/resource/layui/layui.js
100644 → 100755
src/main/webapp/resource/scss/base.scss
100644 → 100755
src/main/webapp/resource/scss/basic_info.scss
100644 → 100755
src/main/webapp/resource/scss/index.scss
100644 → 100755
src/main/webapp/resource/scss/login/login.scss
100644 → 100755
src/main/webapp/resource/scss/platform.scss
100644 → 100755
src/main/webapp/resource/scss/process.scss
100644 → 100755
src/main/webapp/resource/scss/process_h5.scss
100644 → 100755
src/main/webapp/resource/scss/providers.scss
100644 → 100755
src/main/webapp/resource/scss/providers1.scss
100644 → 100755
src/main/webapp/resource/scss/ui/_font.scss
100644 → 100755
src/main/webapp/resource/scss/ui/_kv-table.scss
100644 → 100755
src/main/webapp/resource/scss/workbench.scss
100644 → 100755
src/main/webapp/resource/timeline/jquery.eeyellow.Timeline.css
100644 → 100755
src/main/webapp/resource/timeline/jquery.eeyellow.Timeline.js
100644 → 100755
src/main/webapp/resource/validate/ajaxfileupload.js
100644 → 100755
src/main/webapp/resource/validate/jquery.form.js
100644 → 100755
src/main/webapp/resource/validate/jquery.validate-en_US.js
100644 → 100755
src/main/webapp/resource/validate/jquery.validate-zh_CN.js
100644 → 100755
src/main/webapp/resource/validate/jquery.validate.js
100644 → 100755
src/main/webapp/resource/validate/validate-extends.js
100644 → 100755
src/main/webapp/resource/ztree/css/awesomeStyle/awesome.css
100644 → 100755
src/main/webapp/resource/ztree/css/awesomeStyle/awesome.less
100644 → 100755
src/main/webapp/resource/ztree/css/awesomeStyle/fa.less
100644 → 100755
src/main/webapp/resource/ztree/css/awesomeStyle/img/loading.gif
100644 → 100755
src/main/webapp/resource/ztree/css/demo.css
100644 → 100755
src/main/webapp/resource/ztree/css/metroStyle/img/line_conn.png
100644 → 100755
src/main/webapp/resource/ztree/css/metroStyle/img/loading.gif
100644 → 100755
src/main/webapp/resource/ztree/css/metroStyle/img/metro.gif
100644 → 100755
src/main/webapp/resource/ztree/css/metroStyle/img/metro.png
100644 → 100755
src/main/webapp/resource/ztree/css/metroStyle/metroStyle.css
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/1_open.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/2.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/3.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/4.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/5.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/6.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/7.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/8.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/diy/9.png
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/line_conn.gif
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/img/loading.gif
100644 → 100755
src/main/webapp/resource/ztree/css/zTreeStyle/zTreeStyle.css
100644 → 100755
src/main/webapp/resource/ztree/js/jquery-1.4.4.min.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.all.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.all.min.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.core.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.core.min.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.excheck.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.excheck.min.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.exedit.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.exedit.min.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.exhide.js
100644 → 100755
src/main/webapp/resource/ztree/js/jquery.ztree.exhide.min.js
100644 → 100755
src/test/resources/log4j.properties
100644 → 100755
src/test/resources/log4j2.xml
100644 → 100755
-
请 注册 或 登录 后发表评论