Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
1d0e140c
Commit
1d0e140c
authored
Nov 29, 2023
by
王航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a468a6d0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
24 deletions
+14
-24
compiler.xml
.idea/compiler.xml
+1
-8
encodings.xml
.idea/encodings.xml
+0
-4
misc.xml
.idea/misc.xml
+0
-5
workInstrcutionApply.jsp
.../main/webapp/biz/topsun/proofing/workInstrcutionApply.jsp
+1
-2
ProofingApplyApplication.java
...topsun/proofing/application/ProofingApplyApplication.java
+1
-1
ProofingApplyApplicationImpl.java
...oofing/application/impl/ProofingApplyApplicationImpl.java
+3
-2
ProofingMakeController.java
...ou/topsun/proofing/controller/ProofingMakeController.java
+7
-2
topsun.iml
topsun/topsun.iml
+1
-0
No files found.
.idea/compiler.xml
View file @
1d0e140c
...
...
@@ -7,17 +7,10 @@
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"huigou-xt"
/>
<module
name=
"topsun"
/>
<module
name=
"topsun-xt"
/>
<module
name=
"huigou-xt"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module
name=
"SSRF"
target=
"1.5"
/>
<module
name=
"ssrf-Project"
target=
"1.5"
/>
<module
name=
"test"
target=
"1.8"
/>
<module
name=
"topsun-project"
target=
"1.5"
/>
<module
name=
"topsun-Project"
target=
"1.5"
/>
</bytecodeTargetLevel>
</component>
</project>
\ No newline at end of file
.idea/encodings.xml
View file @
1d0e140c
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"Encoding"
defaultCharsetForPropertiesFiles=
"UTF-8"
>
<file
url=
"file://$APPLICATION_HOME_DIR$/jbr/bin/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$APPLICATION_HOME_DIR$/jbr/bin/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/huigou-xt/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/test/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/test/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/topsun-xt/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/topsun/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/topsun/src/main/resources"
charset=
"UTF-8"
/>
...
...
.idea/misc.xml
View file @
1d0e140c
...
...
@@ -16,11 +16,6 @@
<option
value=
"$PROJECT_DIR$/topsun-xt/pom.xml"
/>
</list>
</option>
<option
name=
"ignoredFiles"
>
<set>
<option
value=
"$PROJECT_DIR$/test/pom.xml"
/>
</set>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_8"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
/>
</project>
\ No newline at end of file
topsun-xt/src/main/webapp/biz/topsun/proofing/
W
orkInstrcutionApply.jsp
→
topsun-xt/src/main/webapp/biz/topsun/proofing/
w
orkInstrcutionApply.jsp
View file @
1d0e140c
...
...
@@ -8,7 +8,7 @@
<div
class=
"container-fluid"
style=
"padding: 10px;"
>
<form
class=
"hg-form"
method=
"post"
action=
""
id=
"submitForm"
>
<div><h3>
基本信息
</h3></div>
<div
style=
"margin:
22px;border: 1px solid black
;"
>
<div
style=
"margin:
10px
;"
>
<div
class=
"hg-form-cols"
>
<x:inputC
name=
"proofingMakeNo"
label=
"指导书编号"
labelCol=
"2"
fieldCol=
"2"
/>
...
...
@@ -43,7 +43,6 @@
fieldCol=
"2"
/>
<x:inputC
name=
"isBodyColor"
label=
"是否不考虑形体配色"
maxLength=
"32"
labelCol=
"2"
fieldCol=
"2"
/>
</div>
</div>
...
...
topsun/src/main/java/com/huigou/topsun/proofing/application/ProofingApplyApplication.java
View file @
1d0e140c
...
...
@@ -17,7 +17,7 @@ public interface ProofingApplyApplication {
List
<
ProofingApply
>
getProofingApplyList
();
ProofingApply
getProofingApplyByProofingApplyNo
(
String
proofingApplyNo
);
ProofingApply
AndLookedVo
getProofingApplyByProofingApplyNo
(
String
proofingApplyNo
);
/**
* 根据ProofingApply获得样品和产品外观信息
...
...
topsun/src/main/java/com/huigou/topsun/proofing/application/impl/ProofingApplyApplicationImpl.java
View file @
1d0e140c
...
...
@@ -121,8 +121,9 @@ public class ProofingApplyApplicationImpl extends FlowBroker implements Proofing
}
@Override
public
ProofingApply
getProofingApplyByProofingApplyNo
(
String
proofingApplyNo
)
{
return
proofingApplyRepository
.
findByProofingApplyNo
(
proofingApplyNo
);
public
ProofingApplyAndLookedVo
getProofingApplyByProofingApplyNo
(
String
proofingApplyNo
)
{
ProofingApply
proofingApply
=
proofingApplyRepository
.
findByProofingApplyNo
(
proofingApplyNo
);
return
this
.
getProofingApplyAndLookedVoByPAId
(
proofingApply
.
getId
());
}
...
...
topsun/src/main/java/com/huigou/topsun/proofing/controller/ProofingMakeController.java
View file @
1d0e140c
...
...
@@ -3,6 +3,7 @@ package com.huigou.topsun.proofing.controller;
import
com.huigou.topsun.proofing.application.ProofingApplyApplication
;
import
com.huigou.topsun.proofing.domain.model.ProofingApply
;
import
com.huigou.topsun.proofing.domain.vo.ProofingApplyAndLookedVo
;
import
com.huigou.topsun.proofing.domain.vo.ProofingMakeVo
;
import
com.huigou.topsun.proofing.service.ProofingMakeService
;
...
...
@@ -94,10 +95,14 @@ public class ProofingMakeController extends CommonController {
return
success
();
}
/**
* 根据测试单号回显相关数据
* @return
*/
public
String
queryProofingApply
(){
SDO
sdo
=
this
.
getSDO
();
String
proofingApplyNo
=
sdo
.
getString
(
"proofingApplyNo"
);
ProofingApply
proofingApply
=
proofingApplyApplication
.
getProofingApplyByProofingApplyNo
(
proofingApplyNo
);
return
toResult
(
proofingApply
);
ProofingApply
AndLookedVo
proofingApplyAndLookedVo
=
proofingApplyApplication
.
getProofingApplyByProofingApplyNo
(
proofingApplyNo
);
return
toResult
(
proofingApply
AndLookedVo
);
}
}
topsun/topsun.iml
View file @
1d0e140c
...
...
@@ -5,6 +5,7 @@
<configuration>
<setting
name=
"validation-enabled"
value=
"true"
/>
<datasource-mapping>
<factory-entry
name=
"Entities"
/>
<factory-entry
name=
"topsun"
/>
</datasource-mapping>
<naming-strategy-map
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment