1、调整凭证
2、调整运单
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<waybill-manage-page
|
||||
:api="api"
|
||||
:config="config"
|
||||
:crud-option="option"
|
||||
:detail-id="$route.query.id"
|
||||
:menu-width="250"
|
||||
standalone-detail-page
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import WaybillManagePage from './components/waybill-manage-page.vue';
|
||||
import * as api from '@/api/business/waybill-manage';
|
||||
import { config, option } from '@/option/business/waybill-manage';
|
||||
|
||||
export default {
|
||||
components: { WaybillManagePage },
|
||||
data() {
|
||||
return { api, config, option };
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user