From ef31d0b0d45d139c20a4f03bceb45c4c5409eca8 Mon Sep 17 00:00:00 2001 From: GaoF Date: Sun, 24 Nov 2024 17:10:05 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=AD=98=E8=B4=A7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9A=84=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/inbound/formFields/searchFields.js | 5 ++--- .../productionBusiness/inventory/outbound/detail/detail.vue | 2 +- .../inventory/outbound/formFields/searchFields.js | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/productionBusiness/inventory/inbound/formFields/searchFields.js b/src/views/productionBusiness/inventory/inbound/formFields/searchFields.js index e72142b..d83a278 100644 --- a/src/views/productionBusiness/inventory/inbound/formFields/searchFields.js +++ b/src/views/productionBusiness/inventory/inbound/formFields/searchFields.js @@ -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: '请输入供货单位编码' } } ] diff --git a/src/views/productionBusiness/inventory/outbound/detail/detail.vue b/src/views/productionBusiness/inventory/outbound/detail/detail.vue index b1ec8cb..2fa5f0c 100644 --- a/src/views/productionBusiness/inventory/outbound/detail/detail.vue +++ b/src/views/productionBusiness/inventory/outbound/detail/detail.vue @@ -1,7 +1,7 @@