作者 小范

table新增运抵编号列

@@ -179,17 +179,22 @@ @@ -179,17 +179,22 @@
179 <template slot-scope="scope"> 179 <template slot-scope="scope">
180 <span>{{ scope.row.seqno }}</span> 180 <span>{{ scope.row.seqno }}</span>
181 </template> 181 </template>
182 - </el-table-column>  
183 - <el-table-column label="转关方式" width="140"> 182 + </el-table-column>arriveno
  183 + <el-table-column label="运抵编号" width="150">
184 <template slot-scope="scope"> 184 <template slot-scope="scope">
185 - <span v-if="scope.row.trnmode ==='0'">非转关运抵模式</span>  
186 - <span v-if="scope.row.trnmode ==='1'">南方转关运抵模式</span>  
187 - <span v-if="scope.row.trnmode ==='2'">北方转关运抵模式</span>  
188 - <span v-if="scope.row.trnmode ==='3'">水运中转运抵模式</span>  
189 -<!-- <span>{{ scope.row.trnmode }}</span>--> 185 + <span>{{ scope.row.arriveno }}</span>
190 </template> 186 </template>
191 </el-table-column> 187 </el-table-column>
192 - <el-table-column label="申报地海关" width="100"> 188 +<!-- <el-table-column label="转关方式" width="140">-->
  189 +<!-- <template slot-scope="scope">-->
  190 +<!-- <span v-if="scope.row.trnmode ==='0'">非转关运抵模式</span>-->
  191 +<!-- <span v-if="scope.row.trnmode ==='1'">南方转关运抵模式</span>-->
  192 +<!-- <span v-if="scope.row.trnmode ==='2'">北方转关运抵模式</span>-->
  193 +<!-- <span v-if="scope.row.trnmode ==='3'">水运中转运抵模式</span>-->
  194 +<!--&lt;!&ndash; <span>{{ scope.row.trnmode }}</span>&ndash;&gt;-->
  195 +<!-- </template>-->
  196 +<!-- </el-table-column>-->
  197 + <el-table-column label="申报地海关" width="90">
193 <template slot-scope="scope"> 198 <template slot-scope="scope">
194 <span>{{ scope.row.customscode }}</span> 199 <span>{{ scope.row.customscode }}</span>
195 </template> 200 </template>