This commit is contained in:
FLL 2025-08-22 14:31:33 +08:00
parent 06a710d1f8
commit 7c55152cc3

View File

@ -5,9 +5,9 @@ import { getDictOptions } from '#/utils/dict';
import { renderDict } from '#/utils/render';
import { suppliersList } from '#/api/property/assetManage/suppliers';
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 = () => [
// {
@ -39,11 +39,13 @@ export const querySchema: FormSchemaGetter = () => [
{
component: 'Select',
componentProps: {},
fieldName: 'buyType',
label: '采购方式',
componentProps: {
options: getDictOptions('wy_zccgfs'),
},
fieldName: 'buyType',
label: '采购方式',
},
{
component: 'Select',
componentProps: {