高敬炎 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
           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({
             this.$message({
               message: '单价不能为空!',
               message: '单价不能为空!',
               type: 'warning',
               type: 'warning',