Commit 5ad1c655 authored by dragondean@qq.com's avatar dragondean@qq.com

空运出货批量加价UI

parent 25d4f04e
This diff is collapsed.
......@@ -104,7 +104,9 @@
<el-dropdown-item command="air">{{$t('操作')}}-{{$t('空运')}}</el-dropdown-item>
<el-dropdown-item command="error">{{$t('异常登记')}}</el-dropdown-item>
<el-dropdown-item command="cost">{{$t('费用登记')}}</el-dropdown-item>
<el-dropdown-item command="batchMarkup">{{$t('批量加价')}}</el-dropdown-item>
<el-dropdown-item command="delete">{{$t('删除')}}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>
......@@ -363,6 +365,8 @@
case 'delete':
this.handleDelete(row);
break;
case 'batchMarkup':
this.$router.push('batch_markup?shipmentId=' + row.id)
}
},
}
......
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