权限
This commit is contained in:
parent
06a710d1f8
commit
7c55152cc3
@ -5,9 +5,9 @@ import { getDictOptions } from '#/utils/dict';
|
|||||||
import { renderDict } from '#/utils/render';
|
import { renderDict } from '#/utils/render';
|
||||||
import { suppliersList } from '#/api/property/assetManage/suppliers';
|
import { suppliersList } from '#/api/property/assetManage/suppliers';
|
||||||
import { depotList } from '#/api/property/assetManage/depot';
|
import { depotList } from '#/api/property/assetManage/depot';
|
||||||
import { useUserStore } from '@vben/stores';
|
// import { useUserStore } from '@vben/stores';
|
||||||
|
|
||||||
const userStore = useUserStore();
|
// const userStore = useUserStore();
|
||||||
|
|
||||||
export const querySchema: FormSchemaGetter = () => [
|
export const querySchema: FormSchemaGetter = () => [
|
||||||
// {
|
// {
|
||||||
@ -39,11 +39,13 @@ export const querySchema: FormSchemaGetter = () => [
|
|||||||
|
|
||||||
{
|
{
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {},
|
componentProps: {
|
||||||
|
options: getDictOptions('wy_zccgfs'),
|
||||||
|
},
|
||||||
fieldName: 'buyType',
|
fieldName: 'buyType',
|
||||||
label: '采购方式',
|
label: '采购方式',
|
||||||
options: getDictOptions('wy_zccgfs'),
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
Loading…
Reference in New Issue
Block a user