高敬炎 2 år sedan
förälder
incheckning
c2458017d5
1 ändrade filer med 1 tillägg och 1 borttagningar
  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',