haoxuan
2024-04-18 7690ceac09aed9f2d0b50cecf77588087e930a65
src/views/productManage/product/AddProductDialog.vue
@@ -981,7 +981,7 @@
        params.codeStandardID = this.autoCodeObj.codeStandardID
        params.autoIncr = this.autoCodeObj.maxAutoIncr
      }
      if(params.moreUnitList.length>0){
      if(params.moreUnitList&&params.moreUnitList.length>0){
        for(let i in params.moreUnitList){
          params.moreUnitList[i].amount=Number(params.moreUnitList[i].amount)
        }