1. 存货管理的列表查询条件
parent
e100956037
commit
ef31d0b0d4
|
@ -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: '请输入供货单位编码' } }
|
||||
]
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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: '请输入客户编码' } }*/
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue