| north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue
@@ -348,7 +348,7 @@ const validRules = ref({ "cancelAvailable": [{ validator (e) { if (parseInt(e.row.cancelAvailable) > e.row.quantity) { if (parseInt(e.row.cancelAvailable) > e.row.quantityAvailable) { return new Error(t('ingredientsStock.msg2')) } const regex = /^[1-9]\d*$/g