高敬炎 пре 2 година
родитељ
комит
c2458017d5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/tranManagement/tranManagementReceivingloading.vue

+ 1 - 1
src/views/tranManagement/tranManagementReceivingloading.vue

@@ -638,7 +638,7 @@ export default {
           })
           return
         }
-        if (this.deptBudgetList.priceType!=null&&this.deptBudgetList.priceType=='随行就市'&&!this.freightspace[i].contractPrice) {
+        if (this.deptBudgetList.priceType!=null&&this.deptBudgetList.priceType=='随行就市'&&!this.freightspace[i].contractPrice&&this.freightspace[i].unloadNetWeight>0) {
             this.$message({
               message: '单价不能为空!',
               type: 'warning',