1. 存货管理的列表查询条件

main
GaoF 2024-11-24 17:10:05 +08:00
parent e100956037
commit ef31d0b0d4
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
import tool from '@/utils/tool'
export const searchFields = [
{ name: 'billNumber', label: '单号', component: 'a-input', props: { placeholder: '请输入单号' } },
{ name: 'billNumber', label: '单号', component: 'a-input', props: { placeholder: '请输入单号' } },
{
label: '类型:',
@ -27,6 +26,6 @@ export const searchFields = [
}
}
},
{ name: 'customerName', label: '供货单位名称', component: 'a-input', props: { placeholder: '请输入供货单位名称' } },
{ name: 'customerNumber', label: '供货单位编码', component: 'a-input', props: { placeholder: '请输入供货单位编码' } }
// { name: 'customerName', label: '供货单位名称', component: 'a-input', props: { placeholder: '请输入供货单位名称' } },
// { name: 'customerNumber', label: '供货单位编码', component: 'a-input', props: { placeholder: '请输入供货单位编码' } }
]

View File

@ -1,7 +1,7 @@
<template>
<a-page-header style="padding: 10px; font-size: 20px">
<template #extra>
<a-button @click="handleBack('/inventory/inbound')">退</a-button>
<a-button @click="handleBack('/inventory/outbound')">退</a-button>
</template>
</a-page-header>

View File

@ -26,6 +26,6 @@ export const searchFields = [
}
}
},
{ name: 'customerName', label: '客户名称', component: 'a-input', props: { placeholder: '请输入客户名称' } },
{ name: 'customerNumber', label: '客户编码', component: 'a-input', props: { placeholder: '请输入客户编码' } }
/*{ name: 'customerName', label: '', component: 'a-input', props: { placeholder: '' } },
{ name: 'customerNumber', label: '客户编码', component: 'a-input', props: { placeholder: '请输入客户编码' } }*/
]