Commit 54083f27 authored by dragondean@qq.com's avatar dragondean@qq.com

空运提单制作去掉柜型

parent 1e67e3e5
......@@ -511,7 +511,7 @@ export default {
case "editLadingBill":
const cabinetLabel = this.getCabinetName(row.cabinetId);
const title = this.$t(
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}",
"查看提单 {selfNo}",
{
selfNo: row.selfNo,
cubNo: row.cubNo,
......
......@@ -95,7 +95,7 @@
<el-row>
<el-col class="totle-info">
<div>{{$t('总计')}}:{{getSumData}}</div>
<div>{{$t('容量')}}:{{calcCapacity}}</div>
<!--<div>{{$t('容量')}}:{{calcCapacity}}</div>-->
</el-col>
</el-row>
......@@ -172,7 +172,7 @@ export default {
this.shipmentObj.cubNo ?? ""
} 柜型:${cabinetLabel}`; */
const title = this.$t(
"查看提单 {selfNo} 柜号:{cubNo} 柜型:{cabinetLabel}",
"查看提单 {selfNo}",
{
selfNo: this.shipmentObj.selfNo,
cubNo: this.shipmentObj.cubNo,
......
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