diff --git a/log.path_IS_UNDEFINED/sys-user.log b/log.path_IS_UNDEFINED/sys-user.log index 14bcdea8..1ddacabb 100644 --- a/log.path_IS_UNDEFINED/sys-user.log +++ b/log.path_IS_UNDEFINED/sys-user.log @@ -20,3 +20,4 @@ 09:38:08.711 [Thread-41] INFO sys-user - [shutdownEhCacheManager,75] - ====关闭缓存==== 09:38:46.052 [Thread-53] INFO sys-user - [shutdownAsyncManager,62] - ====关闭后台任务任务线程池==== 09:38:46.053 [Thread-53] INFO sys-user - [shutdownEhCacheManager,75] - ====关闭缓存==== +09:39:23.539 [schedule-pool-1] INFO sys-user - [run,109] - [127.0.0.1]内网IP[admin][Success][登录成功] diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsDetailController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsDetailController.class new file mode 100644 index 00000000..3ad6266c Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsDetailController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsNoticeController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsNoticeController.class new file mode 100644 index 00000000..e7ff8172 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/DeliveryGoodsNoticeController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionDetailController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionDetailController.class new file mode 100644 index 00000000..707e4f7b Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionDetailController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionInfoController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionInfoController.class new file mode 100644 index 00000000..3a4719f9 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/MaterialRequisitionInfoController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderDetailController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderDetailController.class new file mode 100644 index 00000000..f04dfcc3 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderDetailController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderInfoController.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderInfoController.class new file mode 100644 index 00000000..4ad842e5 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/controller/WorkOrderInfoController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsDetail.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsDetail.class new file mode 100644 index 00000000..ec14f4e5 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsDetail.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsNotice.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsNotice.class new file mode 100644 index 00000000..d10eddad Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/DeliveryGoodsNotice.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionDetail.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionDetail.class new file mode 100644 index 00000000..f563c771 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionDetail.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionInfo.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionInfo.class new file mode 100644 index 00000000..404fd5e6 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/MaterialRequisitionInfo.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderDetail.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderDetail.class new file mode 100644 index 00000000..3ee5b55e Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderDetail.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderInfo.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderInfo.class new file mode 100644 index 00000000..4814f014 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/WorkOrderInfo.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsDetailDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsDetailDto.class new file mode 100644 index 00000000..e55fe163 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsDetailDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsNoticeDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsNoticeDto.class new file mode 100644 index 00000000..ef9f560d Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/DeliveryGoodsNoticeDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionDetailDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionDetailDto.class new file mode 100644 index 00000000..5d1382c3 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionDetailDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionInfoDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionInfoDto.class new file mode 100644 index 00000000..3944d6cf Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/MaterialRequisitionInfoDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderDetailDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderDetailDto.class new file mode 100644 index 00000000..74164f5b Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderDetailDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderInfoDto.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderInfoDto.class new file mode 100644 index 00000000..2cba1ee7 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/domain/exportDto/WorkOrderInfoDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsDetailMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsDetailMapper.class new file mode 100644 index 00000000..cbe6fc23 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsDetailMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsNoticeMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsNoticeMapper.class new file mode 100644 index 00000000..baa63878 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/DeliveryGoodsNoticeMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionDetailMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionDetailMapper.class new file mode 100644 index 00000000..fa28d3c5 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionDetailMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionInfoMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionInfoMapper.class new file mode 100644 index 00000000..295e461f Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/MaterialRequisitionInfoMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderDetailMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderDetailMapper.class new file mode 100644 index 00000000..48ea0452 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderDetailMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderInfoMapper.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderInfoMapper.class new file mode 100644 index 00000000..20a9293f Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/mapper/WorkOrderInfoMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsDetailService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsDetailService.class new file mode 100644 index 00000000..89b6046a Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsDetailService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsNoticeService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsNoticeService.class new file mode 100644 index 00000000..4b6547f7 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IDeliveryGoodsNoticeService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionDetailService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionDetailService.class new file mode 100644 index 00000000..0dd12e83 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionDetailService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionInfoService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionInfoService.class new file mode 100644 index 00000000..4d084f51 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IMaterialRequisitionInfoService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderDetailService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderDetailService.class new file mode 100644 index 00000000..b306a02e Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderDetailService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderInfoService.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderInfoService.class new file mode 100644 index 00000000..0fb18886 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/IWorkOrderInfoService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsDetailServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsDetailServiceImpl.class new file mode 100644 index 00000000..c6facf12 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsDetailServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsNoticeServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsNoticeServiceImpl.class new file mode 100644 index 00000000..7e10fbdb Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/DeliveryGoodsNoticeServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionDetailServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionDetailServiceImpl.class new file mode 100644 index 00000000..4ace328d Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionDetailServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionInfoServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionInfoServiceImpl.class new file mode 100644 index 00000000..a126240a Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/MaterialRequisitionInfoServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderDetailServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderDetailServiceImpl.class new file mode 100644 index 00000000..7d256712 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderDetailServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderInfoServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderInfoServiceImpl.class new file mode 100644 index 00000000..461efacc Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/manufacture/service/impl/WorkOrderInfoServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionDetailController.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionDetailController.class new file mode 100644 index 00000000..3cfb22bf Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionDetailController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionNoticeController.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionNoticeController.class new file mode 100644 index 00000000..0b26621f Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/controller/WarehousingInspectionNoticeController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionDetail.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionDetail.class new file mode 100644 index 00000000..b328af89 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionDetail.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionNotice.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionNotice.class new file mode 100644 index 00000000..be484f7e Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/domain/WarehousingInspectionNotice.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionDetailMapper.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionDetailMapper.class new file mode 100644 index 00000000..f40b27a2 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionDetailMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionNoticeMapper.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionNoticeMapper.class new file mode 100644 index 00000000..4f5e3992 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/mapper/WarehousingInspectionNoticeMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionDetailService.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionDetailService.class new file mode 100644 index 00000000..40d29594 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionDetailService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionNoticeService.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionNoticeService.class new file mode 100644 index 00000000..0e2b5205 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/IWarehousingInspectionNoticeService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionDetailServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionDetailServiceImpl.class new file mode 100644 index 00000000..8d56054c Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionDetailServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionNoticeServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionNoticeServiceImpl.class new file mode 100644 index 00000000..95e40150 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/storehouse/service/impl/WarehousingInspectionNoticeServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/controller/SysBomBcpController.class b/ruoyi-admin/target/classes/com/ruoyi/system/controller/SysBomBcpController.class new file mode 100644 index 00000000..a937584e Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/controller/SysBomBcpController.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/domain/SysBomBcp.class b/ruoyi-admin/target/classes/com/ruoyi/system/domain/SysBomBcp.class new file mode 100644 index 00000000..b2dd2bf1 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/domain/SysBomBcp.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/domain/exportDto/SysBomBcpDto.class b/ruoyi-admin/target/classes/com/ruoyi/system/domain/exportDto/SysBomBcpDto.class new file mode 100644 index 00000000..c53886ed Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/domain/exportDto/SysBomBcpDto.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/mapper/SysBomBcpMapper.class b/ruoyi-admin/target/classes/com/ruoyi/system/mapper/SysBomBcpMapper.class new file mode 100644 index 00000000..a72438e9 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/mapper/SysBomBcpMapper.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/service/ISysBomBcpService.class b/ruoyi-admin/target/classes/com/ruoyi/system/service/ISysBomBcpService.class new file mode 100644 index 00000000..9f8ac214 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/service/ISysBomBcpService.class differ diff --git a/ruoyi-admin/target/classes/com/ruoyi/system/service/impl/SysBomBcpServiceImpl.class b/ruoyi-admin/target/classes/com/ruoyi/system/service/impl/SysBomBcpServiceImpl.class new file mode 100644 index 00000000..2357a3b7 Binary files /dev/null and b/ruoyi-admin/target/classes/com/ruoyi/system/service/impl/SysBomBcpServiceImpl.class differ diff --git a/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsDetailMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsDetailMapper.xml new file mode 100644 index 00000000..1c1c0653 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsDetailMapper.xml @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select delivery_goods_detail_id, notice_order_number, sales_order_number, enterprise_code, enterprise_name, finish_product_code, finish_product_name, specification_model, customer_number, type_machine, inventory_unit, common_currency, process_price, product_quantity, amount_money, line, version_number, sales_explain, standby_one, standby_two from delivery_goods_detail + + + + + + + + insert into delivery_goods_detail + + delivery_goods_detail_id, + notice_order_number, + sales_order_number, + enterprise_code, + enterprise_name, + finish_product_code, + finish_product_name, + specification_model, + customer_number, + type_machine, + inventory_unit, + common_currency, + process_price, + product_quantity, + amount_money, + line, + version_number, + sales_explain, + standby_one, + standby_two, + + + #{deliveryGoodsDetailId}, + #{noticeOrderNumber}, + #{salesOrderNumber}, + #{enterpriseCode}, + #{enterpriseName}, + #{finishProductCode}, + #{finishProductName}, + #{specificationModel}, + #{customerNumber}, + #{typeMachine}, + #{inventoryUnit}, + #{commonCurrency}, + #{processPrice}, + #{productQuantity}, + #{amountMoney}, + #{line}, + #{versionNumber}, + #{salesExplain}, + #{standbyOne}, + #{standbyTwo}, + + + + + update delivery_goods_detail + + notice_order_number = #{noticeOrderNumber}, + sales_order_number = #{salesOrderNumber}, + enterprise_code = #{enterpriseCode}, + enterprise_name = #{enterpriseName}, + finish_product_code = #{finishProductCode}, + finish_product_name = #{finishProductName}, + specification_model = #{specificationModel}, + customer_number = #{customerNumber}, + type_machine = #{typeMachine}, + inventory_unit = #{inventoryUnit}, + common_currency = #{commonCurrency}, + process_price = #{processPrice}, + product_quantity = #{productQuantity}, + amount_money = #{amountMoney}, + line = #{line}, + version_number = #{versionNumber}, + sales_explain = #{salesExplain}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + + where delivery_goods_detail_id = #{deliveryGoodsDetailId} + + + + delete from delivery_goods_detail where delivery_goods_detail_id = #{deliveryGoodsDetailId} + + + + delete from delivery_goods_detail where delivery_goods_detail_id in + + #{deliveryGoodsDetailId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsNoticeMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsNoticeMapper.xml new file mode 100644 index 00000000..a9ef1d14 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/DeliveryGoodsNoticeMapper.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + select delivery_goods_notice_id, notice_order_number, delivery_date, enterprise_code, enterprise_name, customer_contact, customer_factory, delivery_address, export_sales, stock_number, stock_name, remarks, voucher_preparation, delivery_goods_flag, first_add_time, update_info_time, standby_one, standby_two from delivery_goods_notice + + + + + + + + insert into delivery_goods_notice + + notice_order_number, + delivery_date, + enterprise_code, + enterprise_name, + customer_contact, + customer_factory, + delivery_address, + export_sales, + stock_number, + stock_name, + remarks, + voucher_preparation, + delivery_goods_flag, + standby_one, + standby_two, + first_add_time, + + + #{noticeOrderNumber}, + #{deliveryDate}, + #{enterpriseCode}, + #{enterpriseName}, + #{customerContact}, + #{customerFactory}, + #{deliveryAddress}, + #{exportSales}, + #{stockNumber}, + #{stockName}, + #{remarks}, + #{voucherPreparation}, + #{deliveryGoodsFlag}, + #{standbyOne}, + #{standbyTwo}, + NOW(), + + + + + update delivery_goods_notice + + notice_order_number = #{noticeOrderNumber}, + delivery_date = #{deliveryDate}, + enterprise_code = #{enterpriseCode}, + enterprise_name = #{enterpriseName}, + customer_contact = #{customerContact}, + customer_factory = #{customerFactory}, + delivery_address = #{deliveryAddress}, + export_sales = #{exportSales}, + stock_number = #{stockNumber}, + stock_name = #{stockName}, + remarks = #{remarks}, + voucher_preparation = #{voucherPreparation}, + delivery_goods_flag = #{deliveryGoodsFlag}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + update_info_time = CONCAT_WS(',',NOW(),update_info_time), + + where delivery_goods_notice_id = #{deliveryGoodsNoticeId} + + + + delete from delivery_goods_notice where delivery_goods_notice_id = #{deliveryGoodsNoticeId} + + + + delete from delivery_goods_notice where delivery_goods_notice_id in + + #{deliveryGoodsNoticeId} + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionDetailMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionDetailMapper.xml new file mode 100644 index 00000000..4fd831d9 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionDetailMapper.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + select material_requisition_detail_id, material_requisition_number, material_code, material_name, specification_model, type_machine, inventory_unit, plan_quantity, description, unit_usage, storage_location, material_type, standby_one, standby_two from material_requisition_detail + + + + + + + + insert into material_requisition_detail + + material_requisition_number, + material_code, + material_name, + specification_model, + type_machine, + inventory_unit, + plan_quantity, + description, + unit_usage, + storage_location, + material_type, + standby_one, + standby_two, + + + #{materialRequisitionNumber}, + #{materialCode}, + #{materialName}, + #{specificationModel}, + #{typeMachine}, + #{inventoryUnit}, + #{planQuantity}, + #{description}, + #{unitUsage}, + #{storageLocation}, + #{materialType}, + #{standbyOne}, + #{standbyTwo}, + + + + + update material_requisition_detail + + material_requisition_number = #{materialRequisitionNumber}, + material_code = #{materialCode}, + material_name = #{materialName}, + specification_model = #{specificationModel}, + type_machine = #{typeMachine}, + inventory_unit = #{inventoryUnit}, + plan_quantity = #{planQuantity}, + description = #{description}, + unit_usage = #{unitUsage}, + storage_location = #{storageLocation}, + material_type = #{materialType}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + + where material_requisition_detail_id = #{materialRequisitionDetailId} + + + + delete from material_requisition_detail where material_requisition_detail_id = #{materialRequisitionDetailId} + + + + delete from material_requisition_detail where material_requisition_detail_id in + + #{materialRequisitionDetailId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionInfoMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionInfoMapper.xml new file mode 100644 index 00000000..96720451 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/MaterialRequisitionInfoMapper.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select material_requisition_id, material_requisition_number, sales_order_number, work_order_number, dept_name, material_requisition_person, dept_number, stock_number, stock_name, stock_manager, output_class, output_date, finish_product_code, type_machine, work_order_quantity, remark_content, get_material_flag, first_add_time, update_info_time, standby_one, standby_two from material_requisition_info + + + + + + + + insert into material_requisition_info + + material_requisition_number, + sales_order_number, + work_order_number, + dept_name, + material_requisition_person, + dept_number, + stock_number, + stock_name, + stock_manager, + output_class, + output_date, + finish_product_code, + type_machine, + work_order_quantity, + remark_content, + get_material_flag, + first_add_time, + update_info_time, + standby_one, + standby_two, + first_add_time, + + + #{materialRequisitionNumber}, + #{salesOrderNumber}, + #{workOrderNumber}, + #{deptName}, + #{materialRequisitionPerson}, + #{deptNumber}, + #{stockNumber}, + #{stockName}, + #{stockManager}, + #{outputClass}, + #{outputDate}, + #{finishProductCode}, + #{typeMachine}, + #{workOrderQuantity}, + #{remarkContent}, + #{getMaterialFlag}, + #{firstAddTime}, + #{updateInfoTime}, + #{standbyOne}, + #{standbyTwo}, + now(), + + + + + update material_requisition_info + + material_requisition_number = #{materialRequisitionNumber}, + sales_order_number = #{salesOrderNumber}, + work_order_number = #{workOrderNumber}, + dept_name = #{deptName}, + material_requisition_person = #{materialRequisitionPerson}, + dept_number = #{deptNumber}, + stock_number = #{stockNumber}, + stock_name = #{stockName}, + stock_manager = #{stockManager}, + output_class = #{outputClass}, + output_date = #{outputDate}, + finish_product_code = #{finishProductCode}, + type_machine = #{typeMachine}, + work_order_quantity = #{workOrderQuantity}, + remark_content = #{remarkContent}, + get_material_flag = #{getMaterialFlag}, + first_add_time = #{firstAddTime}, + update_info_time = #{updateInfoTime}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + update_info_time = CONCAT_WS(',',NOW(),update_info_time), + + where material_requisition_id = #{materialRequisitionId} + + + + delete from material_requisition_info where material_requisition_id = #{materialRequisitionId} + + + + delete from material_requisition_info where material_requisition_id in + + #{materialRequisitionId} + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderDetailMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderDetailMapper.xml new file mode 100644 index 00000000..acd5590d --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderDetailMapper.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + select work_order_detail_id, work_order_number, material_code, material_name, specification_model, inventory_unit, material_type, material_consumption, item_number, description, standby_one, standby_two from work_order_detail + + + + + + + + insert into work_order_detail + + work_order_detail_id, + work_order_number, + material_code, + material_name, + specification_model, + inventory_unit, + material_type, + material_consumption, + item_number, + description, + standby_one, + standby_two, + + + #{workOrderDetailId}, + #{workOrderNumber}, + #{materialCode}, + #{materialName}, + #{specificationModel}, + #{inventoryUnit}, + #{materialType}, + #{materialConsumption}, + #{itemNumber}, + #{description}, + #{standbyOne}, + #{standbyTwo}, + + + + + update work_order_detail + + work_order_number = #{workOrderNumber}, + material_code = #{materialCode}, + material_name = #{materialName}, + specification_model = #{specificationModel}, + inventory_unit = #{inventoryUnit}, + material_type = #{materialType}, + material_consumption = #{materialConsumption}, + item_number = #{itemNumber}, + description = #{description}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + + where work_order_detail_id = #{workOrderDetailId} + + + + delete from work_order_detail where work_order_detail_id = #{workOrderDetailId} + + + + delete from work_order_detail where work_order_detail_id in + + #{workOrderDetailId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderInfoMapper.xml b/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderInfoMapper.xml new file mode 100644 index 00000000..425ce089 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/manufacture/WorkOrderInfoMapper.xml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select work_order_id, sales_order_number, work_order_number, line, process_dept, enterprise_code, enterprise_name, finish_product_code, finish_product_name, specification_model, type_machine, inventory_unit, order_quantity, delivery_order_quantity, begin_order_quantity, not_begin_order_quantity, customer_factory, begin_date, end_date, billing_time, delivery_time, version_number, sales_explain, work_order_class, first_add_time, update_info_time, close_case_flag, close_case_person, close_case_time, standby_one, standby_two from work_order_info + + + + + + + + insert into work_order_info + + sales_order_number, + work_order_number, + line, + process_dept, + enterprise_code, + enterprise_name, + finish_product_code, + finish_product_name, + specification_model, + type_machine, + inventory_unit, + order_quantity, + delivery_order_quantity, + begin_order_quantity, + not_begin_order_quantity, + customer_factory, + begin_date, + end_date, + billing_time, + delivery_time, + version_number, + sales_explain, + work_order_class, + first_add_time, + update_info_time, + close_case_flag, + close_case_person, + close_case_time, + standby_one, + standby_two, + first_add_time, + + + #{salesOrderNumber}, + #{workOrderNumber}, + #{line}, + #{processDept}, + #{enterpriseCode}, + #{enterpriseName}, + #{finishProductCode}, + #{finishProductName}, + #{specificationModel}, + #{typeMachine}, + #{inventoryUnit}, + #{orderQuantity}, + #{deliveryOrderQuantity}, + #{beginOrderQuantity}, + #{notBeginOrderQuantity}, + #{customerFactory}, + #{beginDate}, + #{endDate}, + #{billingTime}, + #{deliveryTime}, + #{versionNumber}, + #{salesExplain}, + #{workOrderClass}, + #{firstAddTime}, + #{updateInfoTime}, + #{closeCaseFlag}, + #{closeCasePerson}, + #{closeCaseTime}, + #{standbyOne}, + #{standbyTwo}, + now(), + + + + + update work_order_info + + sales_order_number = #{salesOrderNumber}, + work_order_number = #{workOrderNumber}, + line = #{line}, + process_dept = #{processDept}, + enterprise_code = #{enterpriseCode}, + enterprise_name = #{enterpriseName}, + finish_product_code = #{finishProductCode}, + finish_product_name = #{finishProductName}, + specification_model = #{specificationModel}, + type_machine = #{typeMachine}, + inventory_unit = #{inventoryUnit}, + order_quantity = #{orderQuantity}, + delivery_order_quantity = #{deliveryOrderQuantity}, + begin_order_quantity = #{beginOrderQuantity}, + not_begin_order_quantity = #{notBeginOrderQuantity}, + customer_factory = #{customerFactory}, + begin_date = #{beginDate}, + end_date = #{endDate}, + billing_time = #{billingTime}, + delivery_time = #{deliveryTime}, + version_number = #{versionNumber}, + sales_explain = #{salesExplain}, + work_order_class = #{workOrderClass}, + first_add_time = #{firstAddTime}, + update_info_time = #{updateInfoTime}, + close_case_flag = #{closeCaseFlag}, + close_case_person = #{closeCasePerson}, + close_case_time = #{closeCaseTime}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + update_info_time = CONCAT_WS(',',NOW(),update_info_time), + + where work_order_id = #{workOrderId} + + + + delete from work_order_info where work_order_id = #{workOrderId} + + + + delete from work_order_info where work_order_id in + + #{workOrderId} + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionDetailMapper.xml b/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionDetailMapper.xml new file mode 100644 index 00000000..045b9c9d --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionDetailMapper.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + select warehousing_inspection_detail_id, in_notice_number, material_code, material_name, specification_model, material_type, purchasing_unit, material_quantity, qualified_quantity, unqualified_quantity, qualification_rate, purchase_explain, judgment_results, receipt_batch_number, manufacturer_batch_number, standby_one, standby_two from warehousing_inspection_detail + + + + + + + + insert into warehousing_inspection_detail + + in_notice_number, + material_code, + material_name, + specification_model, + material_type, + purchasing_unit, + material_quantity, + qualified_quantity, + unqualified_quantity, + qualification_rate, + purchase_explain, + judgment_results, + receipt_batch_number, + manufacturer_batch_number, + standby_one, + standby_two, + + + #{inNoticeNumber}, + #{materialCode}, + #{materialName}, + #{specificationModel}, + #{materialType}, + #{purchasingUnit}, + #{materialQuantity}, + #{qualifiedQuantity}, + #{unqualifiedQuantity}, + #{qualificationRate}, + #{purchaseExplain}, + #{judgmentResults}, + #{receiptBatchNumber}, + #{manufacturerBatchNumber}, + #{standbyOne}, + #{standbyTwo}, + + + + + update warehousing_inspection_detail + + in_notice_number = #{inNoticeNumber}, + material_code = #{materialCode}, + material_name = #{materialName}, + specification_model = #{specificationModel}, + material_type = #{materialType}, + purchasing_unit = #{purchasingUnit}, + material_quantity = #{materialQuantity}, + qualified_quantity = #{qualifiedQuantity}, + unqualified_quantity = #{unqualifiedQuantity}, + qualification_rate = #{qualificationRate}, + purchase_explain = #{purchaseExplain}, + judgment_results = #{judgmentResults}, + receipt_batch_number = #{receiptBatchNumber}, + manufacturer_batch_number = #{manufacturerBatchNumber}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + + where warehousing_inspection_detail_id = #{warehousingInspectionDetailId} + + + + delete from warehousing_inspection_detail where warehousing_inspection_detail_id = #{warehousingInspectionDetailId} + + + + delete from warehousing_inspection_detail where warehousing_inspection_detail_id in + + #{warehousingInspectionDetailId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionNoticeMapper.xml b/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionNoticeMapper.xml new file mode 100644 index 00000000..90462316 --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/storehouse/WarehousingInspectionNoticeMapper.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + select warehousing_inspection_notice_id, in_notice_number, purchase_order_number, supplier_code, supplier_name, customer_contact, stock_number, stock_name, stock_manager, export_sales, warehousing_category, inspection_date, warehousing_date, remarks, inspection_report, first_add_time, update_info_time, standby_one, standby_two from warehousing_inspection_notice + + + + + + + + insert into warehousing_inspection_notice + + in_notice_number, + purchase_order_number, + supplier_code, + supplier_name, + customer_contact, + stock_number, + stock_name, + stock_manager, + export_sales, + warehousing_category, + inspection_date, + warehousing_date, + remarks, + inspection_report, + standby_one, + standby_two, + first_add_time, + + + #{inNoticeNumber}, + #{purchaseOrderNumber}, + #{supplierCode}, + #{supplierName}, + #{customerContact}, + #{stockNumber}, + #{stockName}, + #{stockManager}, + #{exportSales}, + #{warehousingCategory}, + #{inspectionDate}, + #{warehousingDate}, + #{remarks}, + #{inspectionReport}, + #{standbyOne}, + #{standbyTwo}, + now(), + + + + + update warehousing_inspection_notice + + in_notice_number = #{inNoticeNumber}, + purchase_order_number = #{purchaseOrderNumber}, + supplier_code = #{supplierCode}, + supplier_name = #{supplierName}, + customer_contact = #{customerContact}, + stock_number = #{stockNumber}, + stock_name = #{stockName}, + stock_manager = #{stockManager}, + export_sales = #{exportSales}, + warehousing_category = #{warehousingCategory}, + inspection_date = #{inspectionDate}, + warehousing_date = #{warehousingDate}, + remarks = #{remarks}, + inspection_report = #{inspectionReport}, + update_info_time = CONCAT_WS(',',NOW(),update_info_time), + + where warehousing_inspection_notice_id = #{warehousingInspectionNoticeId} + + + + delete from warehousing_inspection_notice where warehousing_inspection_notice_id = #{warehousingInspectionNoticeId} + + + + delete from warehousing_inspection_notice where warehousing_inspection_notice_id in + + #{warehousingInspectionNoticeId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/mapper/system/SysBomBcpMapper.xml b/ruoyi-admin/target/classes/mapper/system/SysBomBcpMapper.xml new file mode 100644 index 00000000..9e3278ff --- /dev/null +++ b/ruoyi-admin/target/classes/mapper/system/SysBomBcpMapper.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + select bom_bcp_id, finish_product_code, version_number, bcp_code, bcp_name, bcp_version_number, + specification_model, inventory_unit, bcp_material_consumption, bcp_material_loss, customer_number, + finished_product_quantity, remarks, processing_category, standby_one, standby_two from sys_bom_bcp + + + + + + + + insert into sys_bom_bcp + + finish_product_code, + version_number, + bcp_code, + bcp_name, + bcp_version_number, + specification_model, + inventory_unit, + bcp_material_consumption, + bcp_material_loss, + customer_number, + finished_product_quantity, + remarks, + processing_category, + standby_one, + standby_two, + + + #{finishProductCode}, + #{versionNumber}, + #{bcpCode}, + #{bcpName}, + #{bcpVersionNumber}, + #{specificationModel}, + #{inventoryUnit}, + #{bcpMaterialConsumption}, + #{bcpMaterialLoss}, + #{customerNumber}, + #{finishedProductQuantity}, + #{remarks}, + #{processingCategory}, + #{standbyOne}, + #{standbyTwo}, + + + + + update sys_bom_bcp + + finish_product_code = #{finishProductCode}, + version_number = #{versionNumber}, + bcp_code = #{bcpCode}, + bcp_name = #{bcpName}, + bcp_version_number = #{bcpVersionNumber}, + specification_model = #{specificationModel}, + inventory_unit = #{inventoryUnit}, + bcp_material_consumption = #{bcpMaterialConsumption}, + bcp_material_loss = #{bcpMaterialLoss}, + customer_number = #{customerNumber}, + finished_product_quantity = #{finishedProductQuantity}, + remarks = #{remarks}, + processing_category = #{processingCategory}, + standby_one = #{standbyOne}, + standby_two = #{standbyTwo}, + + where bom_bcp_id = #{bomBcpId} + + + + delete from sys_bom_bcp where bom_bcp_id = #{bomBcpId} + + + + delete from sys_bom_bcp where bom_bcp_id in + + #{bomBcpId} + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/add.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/add.html new file mode 100644 index 00000000..f548679d --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/add.html @@ -0,0 +1,127 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/deliveryGoodsDetail.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/deliveryGoodsDetail.html new file mode 100644 index 00000000..08a185d7 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/deliveryGoodsDetail.html @@ -0,0 +1,170 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/edit.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/edit.html new file mode 100644 index 00000000..cba3c4e7 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsDetail/edit.html @@ -0,0 +1,128 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/add.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/add.html new file mode 100644 index 00000000..4788d5e8 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/add.html @@ -0,0 +1,642 @@ + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+ + +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+ +
+
+
+
+

+

订单信息

+  订单信息 +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/deliveryGoodsNotice.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/deliveryGoodsNotice.html new file mode 100644 index 00000000..f19f1aa0 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/deliveryGoodsNotice.html @@ -0,0 +1,285 @@ + + + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/edit.html b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/edit.html new file mode 100644 index 00000000..5e2c2470 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/deliveryGoodsNotice/edit.html @@ -0,0 +1,652 @@ + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+ + +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+ +
+
+ +
+
+

+

订单信息

+  订单信息 +  删除订单 +
+
+
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/add.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/add.html new file mode 100644 index 00000000..f3886ccd --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/add.html @@ -0,0 +1,93 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/edit.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/edit.html new file mode 100644 index 00000000..c952628d --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/edit.html @@ -0,0 +1,94 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/materialRequisitionDetail.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/materialRequisitionDetail.html new file mode 100644 index 00000000..b4de49bb --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionDetail/materialRequisitionDetail.html @@ -0,0 +1,145 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/add.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/add.html new file mode 100644 index 00000000..1bc3aac5 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/add.html @@ -0,0 +1,1521 @@ + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+

+

选择物料信息

+  选择信息 + + + + + +
+
+ +
+ +
+
+
+ + +
+
+
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/edit.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/edit.html new file mode 100644 index 00000000..a1ba923d --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/edit.html @@ -0,0 +1,1526 @@ + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+

+

选择物料信息

+  选择信息 +  删除材料 +
+
+ +
+ +
+
+
+ + +
+
+
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/materialRequisitionInfo.html b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/materialRequisitionInfo.html new file mode 100644 index 00000000..0bb543a4 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/materialRequisitionInfo/materialRequisitionInfo.html @@ -0,0 +1,330 @@ + + + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + + - + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/add.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/add.html new file mode 100644 index 00000000..4a99f9e7 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/add.html @@ -0,0 +1,93 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/edit.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/edit.html new file mode 100644 index 00000000..1fef8448 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/edit.html @@ -0,0 +1,94 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/workOrderDetail.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/workOrderDetail.html new file mode 100644 index 00000000..b9c5fd92 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderDetail/workOrderDetail.html @@ -0,0 +1,137 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/add.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/add.html new file mode 100644 index 00000000..980b32fe --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/add.html @@ -0,0 +1,1013 @@ + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + +
+
+ + + +
+
+

+

物料信息

+  查看BOM信息 +
+
+
+
+ + +
+ + + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/edit.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/edit.html new file mode 100644 index 00000000..1ba6f66a --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/edit.html @@ -0,0 +1,1019 @@ + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+

+

物料信息

+  查看BOM信息 +  删除材料 +
+
+
+
+ + +
+ + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/workOrderInfo.html b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/workOrderInfo.html new file mode 100644 index 00000000..e7caf689 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/manufacture/workOrderInfo/workOrderInfo.html @@ -0,0 +1,483 @@ + + + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + + - + +
  • +
  • + + + - + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/add.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/add.html new file mode 100644 index 00000000..423094d9 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/add.html @@ -0,0 +1,115 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/edit.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/edit.html new file mode 100644 index 00000000..25c26e33 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/edit.html @@ -0,0 +1,116 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/warehousingInspectionDetail.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/warehousingInspectionDetail.html new file mode 100644 index 00000000..178e1fbe --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionDetail/warehousingInspectionDetail.html @@ -0,0 +1,172 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/add.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/add.html new file mode 100644 index 00000000..7e42a69e --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/add.html @@ -0,0 +1,160 @@ + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/edit.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/edit.html new file mode 100644 index 00000000..8102f78a --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/edit.html @@ -0,0 +1,163 @@ + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ + 代码生成请选择字典属性 +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/warehousingInspectionNotice.html b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/warehousingInspectionNotice.html new file mode 100644 index 00000000..5b8fb0b5 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/storehouse/warehousingInspectionNotice/warehousingInspectionNotice.html @@ -0,0 +1,182 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + + - + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/system/bomBcp/add.html b/ruoyi-admin/target/classes/templates/system/bomBcp/add.html new file mode 100644 index 00000000..ea26ba19 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/system/bomBcp/add.html @@ -0,0 +1,99 @@ + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/system/bomBcp/bomBcp.html b/ruoyi-admin/target/classes/templates/system/bomBcp/bomBcp.html new file mode 100644 index 00000000..604cab2a --- /dev/null +++ b/ruoyi-admin/target/classes/templates/system/bomBcp/bomBcp.html @@ -0,0 +1,181 @@ + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/target/classes/templates/system/bomBcp/edit.html b/ruoyi-admin/target/classes/templates/system/bomBcp/edit.html new file mode 100644 index 00000000..6d73eb67 --- /dev/null +++ b/ruoyi-admin/target/classes/templates/system/bomBcp/edit.html @@ -0,0 +1,100 @@ + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + + \ No newline at end of file