Commit fcc703ca authored by wuzhilong's avatar wuzhilong

更新格口文件字段名

parent e9e69313
...@@ -507,7 +507,7 @@ public class PersonPostApi { ...@@ -507,7 +507,7 @@ public class PersonPostApi {
HSSFCellStyle style = wb.createCellStyle(); HSSFCellStyle style = wb.createCellStyle();
style.setAlignment(HorizontalAlignment.CENTER); style.setAlignment(HorizontalAlignment.CENTER);
HSSFRow firstRow = sheet.createRow(0); HSSFRow firstRow = sheet.createRow(0);
String[] rowTitle = {"订单号", "寄件人姓名", "寄件人电话2", "寄件人详细地址", "收件人姓名", "收件人电话2", String[] rowTitle = {"订单号", "寄件人姓名", "寄件人电话2", "寄件人详细地址", "收件人姓名", "收件人手机号",
"收件人邮编", "邮件号", "内件性质", "重量", "长", "宽", "高", "收件人城市", "收件人区县", "收件人详细地址", "收件人邮编", "邮件号", "内件性质", "重量", "长", "宽", "高", "收件人城市", "收件人区县", "收件人详细地址",
"回单标识", "回单运单号", "商品名称", "内件号", "内件名称"}; "回单标识", "回单运单号", "商品名称", "内件号", "内件名称"};
for (int i = 0; i < rowTitle.length; i++) { for (int i = 0; i < rowTitle.length; i++) {
......
...@@ -73,7 +73,6 @@ ...@@ -73,7 +73,6 @@
<th>收件人</th> <th>收件人</th>
<th>联系方式</th> <th>联系方式</th>
<th>地址</th> <th>地址</th>
<th>受理区县</th>
<th>申请人姓名</th> <th>申请人姓名</th>
<th>打印时间</th> <th>打印时间</th>
</tr> </tr>
...@@ -91,11 +90,6 @@ ...@@ -91,11 +90,6 @@
<td>{{item.recipientName}}</td> <td>{{item.recipientName}}</td>
<td>{{item.recipientPhone}}</td> <td>{{item.recipientPhone}}</td>
<td>{{item.recipientAddress}}</td> <td>{{item.recipientAddress}}</td>
<td>
-<span ng-if="(item.firstWhite|limitTo:6)==110018">
密云区
</span>-
</td>
<td>{{item.applicantName}}</td> <td>{{item.applicantName}}</td>
<td>{{item.printDate | date:'yyyy-MM-dd hh:mm:ss'}}</td> <td>{{item.printDate | date:'yyyy-MM-dd hh:mm:ss'}}</td>
</tr> </tr>
......
...@@ -56,9 +56,6 @@ angular.module('AvatarCheck.searchCardMsg', ['ngRoute', 'AvatarCheck.http']) ...@@ -56,9 +56,6 @@ angular.module('AvatarCheck.searchCardMsg', ['ngRoute', 'AvatarCheck.http'])
$scope.postMsgDetail = []; $scope.postMsgDetail = [];
HttpService.doPostAndGetData(postData, function (data) { HttpService.doPostAndGetData(postData, function (data) {
$scope.postMsgDetail = data; $scope.postMsgDetail = data;
if($scope.postMsgDetail[$scope.idx].firstWhite.substr(0,6)==110018){
$scope.postMsgDetail[$scope.idx].UploadDistrict="密云区";
}
$timeout(function () { $timeout(function () {
if ($scope.postMsgDetail.length == 1&&$scope.postMsgDetail[$scope.idx].printDate == null&&flag == true&&$scope.postMsgDetail[0].idCard==postData.idCard){ if ($scope.postMsgDetail.length == 1&&$scope.postMsgDetail[$scope.idx].printDate == null&&flag == true&&$scope.postMsgDetail[0].idCard==postData.idCard){
$scope.PreviewMytableRotate(); $scope.PreviewMytableRotate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment