Commit aba4e54b authored by lanbaoming's avatar lanbaoming

2024-06-25-1

parent fad5e683
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
<!--lanbm 2024-06-11 添加海运批量加价功能--> <!--lanbm 2024-06-11 添加海运批量加价功能-->
<el-dropdown-item <el-dropdown-item
command="batchMarkup" command="batchMarkup"
v-has-permi="['shipment:air:batchMarkup']" v-has-permi="['shipment:sea:batchMarkup']"
>{{ $t("批量加价") }}</el-dropdown-item >{{ $t("批量加价") }}</el-dropdown-item
> >
</el-dropdown-menu> </el-dropdown-menu>
......
...@@ -2903,6 +2903,7 @@ export default { ...@@ -2903,6 +2903,7 @@ export default {
}; };
this.handlerParams.channelPriceList.push(listItem); this.handlerParams.channelPriceList.push(listItem);
}); });
if (priceUnit) { if (priceUnit) {
this.$modal.msgError( this.$modal.msgError(
this.$t("请先去设置运费或清关费本身的货币单位、计价单位") this.$t("请先去设置运费或清关费本身的货币单位、计价单位")
......
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