Commit 54fcd401 authored by 我在何方's avatar 我在何方

异常列表重货异常箱数标红

parent ef009969
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('总箱数/入仓箱数')" align="center" > <el-table-column :label="$t('总箱数/入仓箱数')" align="center" >
<template slot-scope="scope"> <template slot-scope="scope">
<p v-if="scope.row.orderExceptionType!='order_doc_exception'||scope.row.customsType==1">{{scope.row.totalBox+$t('箱/')+scope.row.warehousingBox+$t('')}}</p> <p v-if="scope.row.orderExceptionType!='order_doc_exception'||scope.row.customsType==1||scope.row.orderExceptionType!='order_heavy_cargo_exception'">{{scope.row.totalBox+$t('箱/')+scope.row.warehousingBox+$t('')}}</p>
<p style="color:#ff4949" v-else>{{scope.row.totalBox+$t('箱/')+scope.row.warehousingBox+$t('')}}</p> <p style="color:#ff4949" v-else>{{scope.row.totalBox+$t('箱/')+scope.row.warehousingBox+$t('')}}</p>
<dict-tag style="color:#ff4949" v-if="scope.row.orderExceptionType=='order_doc_exception'&&scope.row.customsType!=1" :type="DICT_TYPE.ECW_CUSTOMS_TYPE" :value="scope.row.customsType"></dict-tag> <dict-tag style="color:#ff4949" v-if="scope.row.orderExceptionType=='order_doc_exception'&&scope.row.customsType!=1" :type="DICT_TYPE.ECW_CUSTOMS_TYPE" :value="scope.row.customsType"></dict-tag>
</template> </template>
......
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