1、新增常用货物
2、新增运输计划 3、新增项目管理 4、新增运单管理 5、新增常用线路 6、新增发货模板 7、新增合同管理 8、新增过程配置 9、新增临时额度管理
This commit is contained in:
20
src/views/business/contract-manage.vue
Normal file
20
src/views/business/contract-manage.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<business-crud-page :api="api" :config="config" :crud-option="option" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BusinessCrudPage from './components/business-crud-page.vue';
|
||||
import * as api from '@/api/business/contract-manage';
|
||||
import { config, option } from '@/option/business/contract-manage';
|
||||
|
||||
export default {
|
||||
components: { BusinessCrudPage },
|
||||
data() {
|
||||
return {
|
||||
api,
|
||||
config,
|
||||
option,
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user