Commit 2df10003 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 移除请购单下单,税率必填

parent b046aef5
......@@ -187,10 +187,10 @@ export const MaterialTableCell:React.FC<MaterialTableCellProps> = ({
break;
case 'taxRate':
rules = [
{
required: true,
message: intl.formatMessage({id: 'purchaseOrder.orderCollect.productTableCell.validator4'}).replaceAll('x', `${title}`),
},
// {
// required: true,
// message: intl.formatMessage({id: 'purchaseOrder.orderCollect.productTableCell.validator4'}).replaceAll('x', `${title}`),
// },
{
validator: validatorNumber
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment