feat:添加生产工单打印功能;二维码相关功能回显问题
This commit is contained in:
@@ -85,6 +85,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where workorder_id = #{workorderId}
|
||||
</select>
|
||||
|
||||
<select id="selectProWorkorderListByParentId" parameterType="Long" resultMap="ProWorkorderResult">
|
||||
<include refid="selectProWorkorderVo"/>
|
||||
where parent_id = #{parentId}
|
||||
</select>
|
||||
|
||||
<select id="checkWorkorderCodeUnique" parameterType="ProWorkorder" resultMap="ProWorkorderResult">
|
||||
<include refid="selectProWorkorderVo"/>
|
||||
where workorder_code = #{workorderCode} limit 1
|
||||
|
||||
BIN
ktg-mes/src/main/resources/static/logo.png
Normal file
BIN
ktg-mes/src/main/resources/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
9
ktg-mes/src/main/resources/ureport-context.xml
Normal file
9
ktg-mes/src/main/resources/ureport-context.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
|
||||
|
||||
<import resource="classpath:ureport-console-context.xml"/>
|
||||
|
||||
<bean id="pmReportBean" class="com.ktg.mes.report.bean.PmReportBean"></bean>
|
||||
</beans>
|
||||
Reference in New Issue
Block a user