作者 小范

进港原始舱单分批标识优化

@@ -97,8 +97,8 @@ @@ -97,8 +97,8 @@
97 width="185"> 97 width="185">
98 <template slot-scope="scope"> 98 <template slot-scope="scope">
99 <span v-if="scope.row.awbh==''||scope.row.awbh==null"> 99 <span v-if="scope.row.awbh==''||scope.row.awbh==null">
100 - {{scope.row.awba}}<i style="margin-left: 2px" class="el-icon-menu" :style="{'color':scope.row.splitcodes=='P'?'rgb(255,77,81)'  
101 - :scope.row.splitcodes=='M'?'rgb(255,77,81)':scope.row.splitcodes=='D'?'rgb(255,77,81)':'rgb(255,255,255)'}"></i> 100 + {{scope.row.awba}}<i style="margin-left: 2px" class="el-icon-menu" :style="{'color':scope.row.splitcode=='P'?'rgb(255,77,81)'
  101 + :scope.row.splitcode=='M'?'rgb(255,77,81)':scope.row.splitcode=='D'?'rgb(255,77,81)':'rgba(255,255,255,0)'}"></i>
102 </span> 102 </span>
103 <span v-else> 103 <span v-else>
104 {{scope.row.awbh}} 104 {{scope.row.awbh}}
1 { 1 {
2 - "nmmsVer": "1.01" 2 + "nmmsVer": "1.02"
3 } 3 }