Merge branch 'master' of http://10.124.128.2:8888/eshop/fe_service_ebtp_frontend into 20220613-将PUT和DELETE请求更改成POST请求

This commit is contained in:
jl-zhoujl2
2022-07-26 15:08:55 +08:00
162 changed files with 6179 additions and 1956 deletions

View File

@ -37,7 +37,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
title: '序号',
dataIndex: 'key',
key: 'key',
width: 60,
width: 50,
search: false,
},
{
@ -55,6 +55,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
dataIndex: 'type',
key: 'type',
valueType: 'select',
width: 115,
valueEnum: {
'0': '增值税普通发票',
'1': '增值税专用发票',
@ -65,6 +66,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
title: '发票状态',
dataIndex: 'state',
valueType: 'select',
width: 75,
valueEnum: {
'0': '未开',
'1': '已开',
@ -72,13 +74,14 @@ const InvoiceSupplier: React.FC<{}> = () => {
},
{
title: '是否需要邮寄',
width: 100,
render:(_: any,record: any) => record.isMail == -1 ? '无需邮寄' : '需要邮寄',
search: false,
},
{
title: '操作',
dataIndex: 'option',
width: 80,
width: 70,
valueType: 'option',
search: false,
render: (_, record) =>