Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
fcc703ca
Commit
fcc703ca
authored
Aug 10, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新格口文件字段名
parent
e9e69313
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
PersonPostApi.java
src/main/java/com/yxproject/start/api/PersonPostApi.java
+1
-1
searchCardMsg.html
...n/resources/static/views/searchCardMsg/searchCardMsg.html
+0
-6
searchCardMsg.js
...ain/resources/static/views/searchCardMsg/searchCardMsg.js
+0
-3
No files found.
src/main/java/com/yxproject/start/api/PersonPostApi.java
View file @
fcc703ca
...
...
@@ -507,7 +507,7 @@ public class PersonPostApi {
HSSFCellStyle
style
=
wb
.
createCellStyle
();
style
.
setAlignment
(
HorizontalAlignment
.
CENTER
);
HSSFRow
firstRow
=
sheet
.
createRow
(
0
);
String
[]
rowTitle
=
{
"订单号"
,
"寄件人姓名"
,
"寄件人电话2"
,
"寄件人详细地址"
,
"收件人姓名"
,
"收件人
电话2
"
,
String
[]
rowTitle
=
{
"订单号"
,
"寄件人姓名"
,
"寄件人电话2"
,
"寄件人详细地址"
,
"收件人姓名"
,
"收件人
手机号
"
,
"收件人邮编"
,
"邮件号"
,
"内件性质"
,
"重量"
,
"长"
,
"宽"
,
"高"
,
"收件人城市"
,
"收件人区县"
,
"收件人详细地址"
,
"回单标识"
,
"回单运单号"
,
"商品名称"
,
"内件号"
,
"内件名称"
};
for
(
int
i
=
0
;
i
<
rowTitle
.
length
;
i
++)
{
...
...
src/main/resources/static/views/searchCardMsg/searchCardMsg.html
View file @
fcc703ca
...
...
@@ -73,7 +73,6 @@
<th>
收件人
</th>
<th>
联系方式
</th>
<th>
地址
</th>
<th>
受理区县
</th>
<th>
申请人姓名
</th>
<th>
打印时间
</th>
</tr>
...
...
@@ -91,11 +90,6 @@
<td>
{{item.recipientName}}
</td>
<td>
{{item.recipientPhone}}
</td>
<td>
{{item.recipientAddress}}
</td>
<td>
-
<span
ng-if=
"(item.firstWhite|limitTo:6)==110018"
>
密云区
</span>
-
</td>
<td>
{{item.applicantName}}
</td>
<td>
{{item.printDate | date:'yyyy-MM-dd hh:mm:ss'}}
</td>
</tr>
...
...
src/main/resources/static/views/searchCardMsg/searchCardMsg.js
View file @
fcc703ca
...
...
@@ -56,9 +56,6 @@ angular.module('AvatarCheck.searchCardMsg', ['ngRoute', 'AvatarCheck.http'])
$scope
.
postMsgDetail
=
[];
HttpService
.
doPostAndGetData
(
postData
,
function
(
data
)
{
$scope
.
postMsgDetail
=
data
;
if
(
$scope
.
postMsgDetail
[
$scope
.
idx
].
firstWhite
.
substr
(
0
,
6
)
==
110018
){
$scope
.
postMsgDetail
[
$scope
.
idx
].
UploadDistrict
=
"密云区"
;
}
$timeout
(
function
()
{
if
(
$scope
.
postMsgDetail
.
length
==
1
&&
$scope
.
postMsgDetail
[
$scope
.
idx
].
printDate
==
null
&&
flag
==
true
&&
$scope
.
postMsgDetail
[
0
].
idCard
==
postData
.
idCard
){
$scope
.
PreviewMytableRotate
();
...
...
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