廖井涛
3 天以前 583b80a582f9280a262ee72506d31d1bfa46f734
补交
1个文件已修改
2 ■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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