Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
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
sa_aidea
Aidea
Commits
e07fe2d1
Commit
e07fe2d1
authored
Jan 21, 2022
by
sunc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
线下出库bug修改
parent
72427d6c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
orderform.html
...le-web/src/main/webapp/WEB-INF/views/order/orderform.html
+1
-1
orderlistout.html
...web/src/main/webapp/WEB-INF/views/order/orderlistout.html
+1
-1
OrderMapper.xml
...module/src/main/java/com/cftech/order/dao/OrderMapper.xml
+1
-1
No files found.
aidea-modules/order-module-web/src/main/webapp/WEB-INF/views/order/orderform.html
View file @
e07fe2d1
...
...
@@ -158,7 +158,7 @@
</div>
<div
class=
"form-group form-md-line-input col-xs-5"
>
<label>
创建时间
<font
style=
"color:
red
"
></font></label>
<label>
创建时间
<font
style=
"color:
#ff0000
"
></font></label>
<input
type=
"text"
class=
"form-control"
name=
"createTime"
id=
"createTime"
readonly=
"readonly"
...
...
aidea-modules/order-module-web/src/main/webapp/WEB-INF/views/order/orderlistout.html
View file @
e07fe2d1
...
...
@@ -75,7 +75,7 @@
<div
class=
"box"
>
<div
class=
"box-header"
>
<form
id=
"seachTableForm"
action=
"#springUrl('/a/order/exportExcel')"
method=
"get"
>
<input
type=
"text"
class=
"form-control"
name=
"excelName"
placeholder=
"产品名称"
value=
"需求清单出库"
>
<input
type=
"text"
class=
"form-control"
name=
"excelName"
placeholder=
"产品名称"
hidden=
"true"
value=
"需求清单出库"
>
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control"
name=
"number"
value=
""
placeholder=
"订单编码"
>
...
...
aidea-modules/order-module/src/main/java/com/cftech/order/dao/OrderMapper.xml
View file @
e07fe2d1
...
...
@@ -264,7 +264,7 @@
LEFT JOIN area a ON s.province_id = a.areaid
LEFT JOIN area b ON s.city_id = b.areaid
LEFT JOIN area c ON s.area_id = c.areaid
WHERE o.id = #{id}
WHERE o.id = #{id}
LIMIT 0,1
</select>
<select
id=
"fetchProductId"
parameterType=
"java.lang.Long"
resultType=
"com.cftech.order.model.OrderFromVO"
>
...
...
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