Commit a4d37aa0 by wuqian

价格只能是数字

parent 65e0a7ce
...@@ -180,6 +180,7 @@ ...@@ -180,6 +180,7 @@
<ElInput <ElInput
v-model="priceForm.bulkUnitPrice" v-model="priceForm.bulkUnitPrice"
clearable clearable
type="number"
:disabled=" :disabled="
detailable || row?.state === '701' || row?.state === '901' detailable || row?.state === '701' || row?.state === '901'
" "
......
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