This commit is contained in:
姜棚 2021-11-26 14:42:07 +08:00
parent ce5782b079
commit 8b723ba609
4 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@ -2361,9 +2361,9 @@
"integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
},
"@types/react": {
"version": "17.0.32",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.32.tgz",
"integrity": "sha512-hAm1pmwA3oZWbkB985RFwNvBRMG0F3KWSiC4/hNmanigKZMiKQoH5Q6etNw8HIDztTGfvXyOjPvdNnvBUCuaPg==",
"version": "17.0.37",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.37.tgz",
"integrity": "sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==",
"optional": true,
"requires": {
"@types/prop-types": "*",
@ -2372,9 +2372,9 @@
}
},
"@types/react-dom": {
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.10.tgz",
"integrity": "sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g==",
"version": "17.0.11",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz",
"integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==",
"optional": true,
"requires": {
"@types/react": "*"
@ -5092,9 +5092,9 @@
}
},
"csstype": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz",
"integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw=="
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz",
"integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA=="
},
"cyclist": {
"version": "1.0.1",
@ -5135,9 +5135,9 @@
}
},
"date-fns": {
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.25.0.tgz",
"integrity": "sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w=="
"version": "2.26.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.26.0.tgz",
"integrity": "sha512-VQI812dRi3cusdY/fhoBKvc6l2W8BPWU1FNVnFH9Nttjx4AFBRzfSVb/Eyc7jBT6e9sg1XtAGsYpBQ6c/jygbg=="
},
"debug": {
"version": "4.3.2",

View File

@ -256,7 +256,7 @@ export default class adduserinfo extends React.Component{
],
contract_price:[
{ type: "required", message: "请输入合同价"},
{ type: "regExp", message: "请输入4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
{ type: "regExp", message: "最多保留4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
],
product_name:[

View File

@ -256,7 +256,7 @@ export default class adduserinfo extends React.Component{
],
contract_price:[
{ type: "required", message: "请输入合同价"},
{ type: "regExp", message: "请输入4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
{ type: "regExp", message: "最多保留4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
],
product_name:[

View File

@ -256,7 +256,7 @@ export default class adduserinfo extends React.Component{
],
contract_price:[
{ type: "required", message: "请输入合同价"},
{ type: "regExp", message: "请输入4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
{ type: "regExp", message: "最多保留4位小数",reg:"^[0-9]+(.[0-9]{1,4})?$"},
],
product_name:[