高敬炎 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',