From f2253bdeaaed2166661003fac81af137a2f9e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Wed, 31 Jul 2024 18:59:51 +0800 Subject: [PATCH] 07/29 --- src/views/baseinfo/goods/columns.tsx | 104 +++++++++++++-------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/src/views/baseinfo/goods/columns.tsx b/src/views/baseinfo/goods/columns.tsx index a8525ac7..e90ca6b3 100644 --- a/src/views/baseinfo/goods/columns.tsx +++ b/src/views/baseinfo/goods/columns.tsx @@ -37,30 +37,30 @@ export const columns: BasicColumn[] = [ sorter: true, width: 200, }, - { - title: '入库应收', - dataIndex: 'arRate', - sorter: true, - width: 200, - }, - { - title: '入库应付', - dataIndex: 'apRate', - sorter: true, - width: 200, - }, - { - title: '出库应收', - dataIndex: 'arOutRate', - sorter: true, - width: 200, - }, - { - title: '出库应付', - dataIndex: 'apOutRate', - sorter: true, - width: 200, - }, + // { + // title: '入库应收', + // dataIndex: 'arRate', + // sorter: true, + // width: 200, + // }, + // { + // title: '入库应付', + // dataIndex: 'apRate', + // sorter: true, + // width: 200, + // }, + // { + // title: '出库应收', + // dataIndex: 'arOutRate', + // sorter: true, + // width: 200, + // }, + // { + // title: '出库应付', + // dataIndex: 'apOutRate', + // sorter: true, + // width: 200, + // }, { title: '商品类型', dataIndex: 'goodsTypeId', @@ -193,34 +193,34 @@ export const formSchema: FormSchema[] = [ defaultValue: '', }, - { - field: 'arRate', - label: '入库应收', - component: 'InputNumber', - colProps: { span: 12 }, - defaultValue: 0, - }, - { - field: 'apRate', - label: '入库应付', - component: 'InputNumber', - colProps: { span: 12 }, - defaultValue: 0, - }, - { - field: 'arOutRate', - label: '出库应收', - component: 'InputNumber', - colProps: { span: 12 }, - defaultValue: 0, - }, - { - field: 'apOutRate', - label: '出库应付', - component: 'InputNumber', - colProps: { span: 12 }, - defaultValue: 0, - }, + // { + // field: 'arRate', + // label: '入库应收', + // component: 'InputNumber', + // colProps: { span: 12 }, + // defaultValue: 0, + // }, + // { + // field: 'apRate', + // label: '入库应付', + // component: 'InputNumber', + // colProps: { span: 12 }, + // defaultValue: 0, + // }, + // { + // field: 'arOutRate', + // label: '出库应收', + // component: 'InputNumber', + // colProps: { span: 12 }, + // defaultValue: 0, + // }, + // { + // field: 'apOutRate', + // label: '出库应付', + // component: 'InputNumber', + // colProps: { span: 12 }, + // defaultValue: 0, + // }, // { // field: 'goodsFeeTypeId',