{{$t('批量加价')}}
{{$t('运费或全包加价')}}
{{$t('清关费加价')}}
*{{$t('若线路价格为全包价,输入清关费不生效')}}
{{shipmentObj.selfNo}}
{{getCabinetLabel(shipmentObj.cabinetId)}}
{{shipmentObj.shipmentStatusText}}
{{getBoxSum(shipmentObj.boxStatistics)}}
{{getCityName(shipmentObj.startWarehouseId)}}
{{getCityName(shipmentObj.destWarehouseId)}}
{{shipmentObj.bookSeaInfo ? shipmentObj.bookSeaInfo.sono : '' }}
{{$t('明细')}}
{{$t('当前部分')}}:
{{$t('单证状态')}}:
>
{{ scope.row.orderNo }}
{{index+1}}:{{$l(item, 'prodTitle')}}
{{$t('运费')}}:{{form.freightFee || 0}}{{ currencyMap[form.freightCurrencyId]}}/{{unitMap[form.freightUnitId]}}
{{$t('清关费')}}:{{form.clearanceFee || 0}}{{ currencyMap[form.clearanceCurrencyId]}}/{{unitMap[form.clearanceUnitId]}}
{{$t('加价申请审核中')}}
{{$t('取消审核')}}
{{$t('提交审核')}}
{{$t('返回')}}