|
@@ -2,6 +2,7 @@ import { h } from 'vue';
|
|
|
import { NFlex, NImage, NTag } from 'naive-ui';
|
|
import { NFlex, NImage, NTag } from 'naive-ui';
|
|
|
// import { fetchGetAllStoreList } from '@/service/api/goods/desk-category';
|
|
// import { fetchGetAllStoreList } from '@/service/api/goods/desk-category';
|
|
|
import { fetchBackendChannelSelect, fetchGetStoreList } from '@/service/api/xsb-manage/store-info';
|
|
import { fetchBackendChannelSelect, fetchGetStoreList } from '@/service/api/xsb-manage/store-info';
|
|
|
|
|
+import { fetchChannelList } from '@/service/api/h5-manage/channel-manage';
|
|
|
import { fetchGetDictDataList } from '@/service/api/system-manage';
|
|
import { fetchGetDictDataList } from '@/service/api/system-manage';
|
|
|
// import { useAuth } from '@/hooks/business/auth';
|
|
// import { useAuth } from '@/hooks/business/auth';
|
|
|
import { useAuthStore } from '@/store/modules/auth';
|
|
import { useAuthStore } from '@/store/modules/auth';
|
|
@@ -111,6 +112,18 @@ export const SearchForm: FormSchema[] = [
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ field: 'accessIds',
|
|
|
|
|
+ label: '渠道',
|
|
|
|
|
+ component: 'ApiSelect',
|
|
|
|
|
+ componentProps: {
|
|
|
|
|
+ api: fetchChannelList,
|
|
|
|
|
+ multiple: true,
|
|
|
|
|
+ resultFeild: 'data.list',
|
|
|
|
|
+ labelFeild: 'accessName',
|
|
|
|
|
+ valueFeild: 'accessId'
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
label: '发货情况',
|
|
label: '发货情况',
|
|
|
component: 'NSelect',
|
|
component: 'NSelect',
|