|
|
|
@ -174,12 +174,6 @@
|
|
|
|
|
lww.h_pay hPay, |
|
|
|
|
lww.y_pay yPay, |
|
|
|
|
lww.service_type serviceType, |
|
|
|
|
IFNULL(lww.update_status,0) updateStatus, |
|
|
|
|
IFNULL(lww.check_status,0) checkStatus, |
|
|
|
|
lww.check_reson checkReson, |
|
|
|
|
lww.check_remark checkRemark, |
|
|
|
|
lww.check_user_name checkUserName, |
|
|
|
|
lww.check_time checkTime, |
|
|
|
|
lww.cancle_check_remark cancleCheckRemark, |
|
|
|
|
lww.cancle_check_user_name cancleCheckUserName, |
|
|
|
|
lww.cancle_check_time cancleCheckTime, |
|
|
|
@ -189,39 +183,46 @@
|
|
|
|
|
lww.document_making_time documentMakingTime, |
|
|
|
|
lww.create_time createTime, |
|
|
|
|
GROUP_CONCAT(lwwd.product_name) goodsName, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.num,')')) productNum, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.price,')')) productPrice, |
|
|
|
|
lww.total_count totalCount, |
|
|
|
|
sum(lwwd.weight) totalWeight, |
|
|
|
|
sum(lwwd.volume) totalVolume, |
|
|
|
|
lww.x_pay+lww.d_pay+lww.h_pay+lww.y_pay totalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IFNULL(lwwd.pickup_price,0)*lwwd.num+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.cost_piece costPiece, |
|
|
|
|
lww.cost_zhang costZhang, |
|
|
|
|
lww.cost_num costNum, |
|
|
|
|
lww.total_freight totalFreight, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee warehouseServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.storage_fee storageFee, |
|
|
|
|
lww.warehouse_management_fee warehouseManagementFee, |
|
|
|
|
0.00 warehouseSortingFee, |
|
|
|
|
0.00 warehouseOprationFee, |
|
|
|
|
lww.delivery_fee+lww.handling_fee deliveryServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.sorting_fee sortingFee, |
|
|
|
|
lww.handling_fee handlingFee, |
|
|
|
|
0.00 deliverySortingFee, |
|
|
|
|
0.00 deliveryUpfloorFee, |
|
|
|
|
0.00 deliveryMoveFee, |
|
|
|
|
0.00 deliveryLine, |
|
|
|
|
0.00 deliveryLineFee, |
|
|
|
|
lww.other_fee otherFee, |
|
|
|
|
lww.install_fee installFee, |
|
|
|
|
lww.insurance_fee insuranceFee, |
|
|
|
|
lww.claiming_value claimingValue, |
|
|
|
|
lww.rebate rebate, |
|
|
|
|
lww.urgency urgency, |
|
|
|
|
lww.receipt_num receiptNum, |
|
|
|
|
lww.receipt receipt, |
|
|
|
|
lww.transport_type transportType, |
|
|
|
|
lww.third_operation_fee thirdOperationFee, |
|
|
|
|
lww.pickup_complete_or_not pickupCompleteOrNot, |
|
|
|
|
lww.trunkline_complete_or_not trunklineCompleteOrNot, |
|
|
|
|
lww.freeze_status freezeStatus, |
|
|
|
|
lww.freeze_user_name freezeUserName, |
|
|
|
|
lww.freeze_time freezeTime, |
|
|
|
|
lww.abolish_status abolishStatus, |
|
|
|
|
lww.abolish_user_name abolishUserName, |
|
|
|
|
lww.abolish_time abolishTime, |
|
|
|
|
lww.sign_num signNum, |
|
|
|
|
lww.sign_user_name signUserName, |
|
|
|
|
lww.sign_time signTime, |
|
|
|
|
lww.sign_check_user_name signCheckUserName, |
|
|
|
|
lww.sign_check_time signCheckTime, |
|
|
|
|
lww.rebate rebate, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.num,')')) productNum, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.price,')')) productPrice |
|
|
|
|
IFNULL(lww.check_status,0) checkStatus, |
|
|
|
|
lww.check_reson checkReson, |
|
|
|
|
lww.check_remark checkRemark, |
|
|
|
|
lww.check_user_name checkUserName, |
|
|
|
|
lww.check_time checkTime |
|
|
|
|
from logpm_warehouse_waybill lww |
|
|
|
|
left join logpm_basicdata_client lbc on lbc.id = lww.consignee_id |
|
|
|
|
left join logpm_warehouse_waybill_detail lwwd on lwwd.waybill_id = lww.id and lwwd.is_deleted = 0 |
|
|
|
@ -466,17 +467,17 @@
|
|
|
|
|
sum(lwwd.weight) totalWeight, |
|
|
|
|
sum(lwwd.volume) totalVolume, |
|
|
|
|
lww.x_pay+lww.d_pay+lww.h_pay+lww.y_pay totalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IFNULL(lwwd.pickup_price,0)*lwwd.num+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IF(lww.pickup_complete_or_not=1,IFNULL(lwwd.pickup_price,0)*lwwd.num,0)+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.total_freight freightFee, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee warehouseServiceFee, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee+lww.sorting_fee+lww.handling_fee warehouseServiceFee, |
|
|
|
|
lww.storage_fee warehouseFee, |
|
|
|
|
lww.warehouse_management_fee warehouseManagementFee, |
|
|
|
|
0.00 warehouseSortingFee, |
|
|
|
|
0.00 warehouseOprationFee, |
|
|
|
|
lww.delivery_fee+lww.handling_fee deliveryServiceFee, |
|
|
|
|
lww.sorting_fee warehouseSortingFee, |
|
|
|
|
lww.handling_fee warehouseOprationFee, |
|
|
|
|
lww.delivery_fee deliveryServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.handling_fee deliveryHandlingFee, |
|
|
|
|
0.00 deliveryHandlingFee, |
|
|
|
|
0.00 deliverySortingFee, |
|
|
|
|
0.00 deliveryUpfloorFee, |
|
|
|
|
0.00 deliveryMoveFee, |
|
|
|
@ -694,10 +695,10 @@
|
|
|
|
|
when lww.pay_way='5' then '内部结算' |
|
|
|
|
when lww.pay_way='6' then '多笔付' |
|
|
|
|
else '未知' end payWay, |
|
|
|
|
lww.x_pay xPay, |
|
|
|
|
lww.d_pay dPay, |
|
|
|
|
lww.h_pay hPay, |
|
|
|
|
lww.y_pay yPay, |
|
|
|
|
lww.x_pay nowPay, |
|
|
|
|
lww.d_pay arrivePay, |
|
|
|
|
lww.h_pay backPay, |
|
|
|
|
lww.y_pay monthPay, |
|
|
|
|
case when lbc.type_service='1' then '商配' |
|
|
|
|
when lbc.type_service='2' then '市配' |
|
|
|
|
when lbc.type_service='3' then '自提' |
|
|
|
@ -733,17 +734,17 @@
|
|
|
|
|
sum(lwwd.weight) totalWeight, |
|
|
|
|
sum(lwwd.volume) totalVolume, |
|
|
|
|
lww.x_pay+lww.d_pay+lww.h_pay+lww.y_pay totalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IFNULL(lwwd.pickup_price,0)*lwwd.num+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IF(lww.pickup_complete_or_not=1,IFNULL(lwwd.pickup_price,0)*lwwd.num,0)+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.total_freight freightFee, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee warehouseServiceFee, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee+lww.sorting_fee+lww.handling_fee warehouseServiceFee, |
|
|
|
|
lww.storage_fee warehouseFee, |
|
|
|
|
lww.warehouse_management_fee warehouseManagementFee, |
|
|
|
|
0.00 warehouseSortingFee, |
|
|
|
|
0.00 warehouseOprationFee, |
|
|
|
|
lww.delivery_fee+lww.handling_fee deliveryServiceFee, |
|
|
|
|
lww.sorting_fee warehouseSortingFee, |
|
|
|
|
lww.handling_fee warehouseOprationFee, |
|
|
|
|
lww.delivery_fee deliveryServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.handling_fee deliveryHandlingFee, |
|
|
|
|
0.00 deliveryHandlingFee, |
|
|
|
|
0.00 deliverySortingFee, |
|
|
|
|
0.00 deliveryUpfloorFee, |
|
|
|
|
0.00 deliveryMoveFee, |
|
|
|
@ -772,7 +773,7 @@
|
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.warehouseId != null"> |
|
|
|
|
<if test="param.destinationWarehouseIds != null"> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
@ -926,82 +927,74 @@
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="exportWaybillList" resultType="com.logpm.warehouse.vo.ExportWarehouseWaybillVO"> |
|
|
|
|
select lww.id id, |
|
|
|
|
lww.brand brand, |
|
|
|
|
select |
|
|
|
|
lww.waybill_no waybillNo, |
|
|
|
|
lww.order_no orderNo, |
|
|
|
|
lww.remark remark, |
|
|
|
|
lww.departure_warehouse_name departureWarehouseName, |
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
lww.customer_train customerTrain, |
|
|
|
|
lww.brand brand, |
|
|
|
|
lww.shipper shipper, |
|
|
|
|
lww.shipper_name shipperName, |
|
|
|
|
lww.shipper_mobile shipperMobile, |
|
|
|
|
lww.shipper_address shipperAddress, |
|
|
|
|
lww.consignee consignee, |
|
|
|
|
lbc.client_code consigneeCode, |
|
|
|
|
lww.consignee_name consigneeName, |
|
|
|
|
lww.consignee_mobile consigneeMobile, |
|
|
|
|
lww.consignee_address consigneeAddress, |
|
|
|
|
lww.shipper shipper, |
|
|
|
|
lww.shipper_name shipperName, |
|
|
|
|
lww.shipper_mobile shipperMobile, |
|
|
|
|
lww.shipper_address shipperAddress, |
|
|
|
|
lww.destination destination, |
|
|
|
|
lww.departure departure, |
|
|
|
|
lww.departure_warehouse_name departureWarehouseName, |
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
lww.agent agent, |
|
|
|
|
lww.delivery_way deliveryWay, |
|
|
|
|
lww.customer_train customerTrain, |
|
|
|
|
IFNULL(lww.return_status,0) returnStatus, |
|
|
|
|
lww.remark remark, |
|
|
|
|
lww.pay_type payType, |
|
|
|
|
lww.pay_way payWay, |
|
|
|
|
lww.x_pay nowPay, |
|
|
|
|
lww.d_pay arrivePay, |
|
|
|
|
lww.h_pay backPay, |
|
|
|
|
lww.y_pay mouthPay, |
|
|
|
|
lww.service_type serviceType, |
|
|
|
|
IFNULL(lww.update_status,0) updateStatus, |
|
|
|
|
IFNULL(lww.check_status,0) checkStatus, |
|
|
|
|
lww.check_reson checkReson, |
|
|
|
|
lww.check_remark checkRemark, |
|
|
|
|
lww.check_user_name checkUserName, |
|
|
|
|
lww.check_time checkTime, |
|
|
|
|
lww.cancle_check_remark cancleCheckRemark, |
|
|
|
|
lww.cancle_check_user_name cancleCheckUserName, |
|
|
|
|
lww.cancle_check_time cancleCheckTime, |
|
|
|
|
lww.waybill_status waybillStatus, |
|
|
|
|
lww.waybill_type waybillType, |
|
|
|
|
lww.document_making_time documentMakingTime, |
|
|
|
|
lww.create_time createTime, |
|
|
|
|
GROUP_CONCAT(lwwd.product_name) goodsName, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.num,')')) productNum, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.price,')')) productPrice, |
|
|
|
|
lww.cost_piece costPiece, |
|
|
|
|
lww.cost_zhang costZhang, |
|
|
|
|
lww.cost_num costNum, |
|
|
|
|
lww.total_count totalCount, |
|
|
|
|
sum(lwwd.weight) totalWeight, |
|
|
|
|
sum(lwwd.volume) totalVolume, |
|
|
|
|
lww.x_pay+lww.d_pay+lww.h_pay+lww.y_pay totalFee, |
|
|
|
|
sum(IFNULL(lwwd.freight_price,0)*lwwd.num+IFNULL(lwwd.pickup_price,0)*lwwd.num+IFNULL(lwwd.delivery_price,0)*lwwd.num) systemTotalFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.total_freight totalFreight, |
|
|
|
|
lww.storage_fee+lww.warehouse_management_fee warehouseServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.pickup_fee pickupFee, |
|
|
|
|
lww.storage_fee storageFee, |
|
|
|
|
lww.warehouse_management_fee warehouseManagementFee, |
|
|
|
|
0.00 warehouseSortingFee, |
|
|
|
|
0.00 warehouseOprationFee, |
|
|
|
|
lww.delivery_fee+lww.handling_fee deliveryServiceFee, |
|
|
|
|
lww.delivery_fee deliveryFee, |
|
|
|
|
lww.sorting_fee sortingFee, |
|
|
|
|
lww.handling_fee handlingFee, |
|
|
|
|
0.00 deliverySortingFee, |
|
|
|
|
0.00 deliveryUpfloorFee, |
|
|
|
|
0.00 deliveryMoveFee, |
|
|
|
|
0.00 deliveryLine, |
|
|
|
|
0.00 deliveryLineFee, |
|
|
|
|
lww.other_fee otherFee, |
|
|
|
|
lww.install_fee installFee, |
|
|
|
|
lww.insurance_fee insuranceFee, |
|
|
|
|
lww.claiming_value claimingValue, |
|
|
|
|
lww.rebate rebate, |
|
|
|
|
lww.pay_type payType, |
|
|
|
|
lww.pay_way payWay, |
|
|
|
|
lww.x_pay nowPay, |
|
|
|
|
lww.d_pay arrivePay, |
|
|
|
|
lww.h_pay backPay, |
|
|
|
|
lww.y_pay mouthPay, |
|
|
|
|
lww.third_operation_fee thirdOperationFee, |
|
|
|
|
lww.delivery_way deliveryWay, |
|
|
|
|
lww.transport_type transportType, |
|
|
|
|
lww.urgency urgency, |
|
|
|
|
lww.receipt_num receiptNum, |
|
|
|
|
lww.agent agent, |
|
|
|
|
lww.waybill_status waybillStatus, |
|
|
|
|
lww.freeze_status freezeStatus, |
|
|
|
|
lww.freeze_user_name freezeUserName, |
|
|
|
|
lww.freeze_time freezeTime, |
|
|
|
|
lww.check_status checkStatus, |
|
|
|
|
lww.check_reson checkReson, |
|
|
|
|
lww.check_remark checkRemark, |
|
|
|
|
lww.check_user_name checkUserName, |
|
|
|
|
lww.check_time checkTime, |
|
|
|
|
lww.sign_num signNum, |
|
|
|
|
lww.sign_user_name signUserName, |
|
|
|
|
lww.sign_time signTime, |
|
|
|
|
lww.sign_check_user_name signCheckUserName, |
|
|
|
|
lww.sign_check_time signCheckTime, |
|
|
|
|
lww.rebate rebate, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.num,')')) productNum, |
|
|
|
|
GROUP_CONCAT(CONCAT(lwwd.product_name,'(',lwwd.price,')')) productPrice |
|
|
|
|
lww.abolish_status abolishStatus, |
|
|
|
|
lww.abolish_user_name abolishUserName, |
|
|
|
|
lww.abolish_time abolishTime, |
|
|
|
|
lww.document_making_time documentMakingTime, |
|
|
|
|
lww.create_time createTime |
|
|
|
|
from logpm_warehouse_waybill lww |
|
|
|
|
left join logpm_basicdata_client lbc on lbc.id = lww.consignee_id |
|
|
|
|
left join logpm_warehouse_waybill_detail lwwd on lwwd.waybill_id = lww.id and lwwd.is_deleted = 0 |
|
|
|
|