|  | @@ -121,7 +121,10 @@ |  | @@ -121,7 +121,10 @@ | 
| 121 | label="舱单件数" | 121 | label="舱单件数" | 
| 122 | width="80"> | 122 | width="80"> | 
| 123 | <template slot-scope="scope"> | 123 | <template slot-scope="scope"> | 
| 124 | -                                    <span v-if="scope.row.piece != scope.row.awbinfo.pcs" style="color: #ff4d51;font-weight: bold"> | 124 | +                                    <span v-if="scope.row.awbinfo==null" style="color: #ff4d51;font-weight: bold"> | 
|  |  | 125 | +                                           {{scope.row.piece}} | 
|  |  | 126 | +                                        </span> | 
|  |  | 127 | +                                    <span v-else-if="scope.row.awbinfo.pcs!=scope.row.piece" style="color: #ff4d51;font-weight: bold"> | 
| 125 | {{scope.row.piece}} | 128 | {{scope.row.piece}} | 
| 126 | </span> | 129 | </span> | 
| 127 | <span v-else> | 130 | <span v-else> | 
|  | @@ -134,7 +137,10 @@ |  | @@ -134,7 +137,10 @@ | 
| 134 | label="舱单重量" | 137 | label="舱单重量" | 
| 135 | width="100"> | 138 | width="100"> | 
| 136 | <template slot-scope="scope" style="text-align: center"> | 139 | <template slot-scope="scope" style="text-align: center"> | 
| 137 | -                                    <span v-if="scope.row.weight != scope.row.awbinfo.weight" style="color: #ff4d51;font-weight: bold"> | 140 | +                                    <span v-if="scope.row.awbinfo==null" style="color: #ff4d51;font-weight: bold"> | 
|  |  | 141 | +                                           {{scope.row.weight}} | 
|  |  | 142 | +                                        </span> | 
|  |  | 143 | +                                    <span v-else-if="scope.row.weight != scope.row.awbinfo.weight" style="color: #ff4d51;font-weight: bold"> | 
| 138 | {{scope.row.weight}} | 144 | {{scope.row.weight}} | 
| 139 | </span> | 145 | </span> | 
| 140 | <span v-else> | 146 | <span v-else> |