|
@@ -638,14 +638,14 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
- if (this.deptBudgetList.priceType!=null&&this.deptBudgetList.priceType=='随行就市'&&!this.freightspace[i].contractPrice&&this.freightspace[i].unloadNetWeight>0) {
|
|
|
- this.$message({
|
|
|
- message: '单价不能为空!',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+
|
|
|
+ // if (this.deptBudgetList.priceType!=null&&this.deptBudgetList.priceType=='随行就市'&&!this.freightspace[i].contractPrice&&this.freightspace[i].unloadNetWeight>0) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '单价不能为空!',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
}
|
|
|
this.$confirm(
|
|
|
`所有车辆完成卸车任务后,请及时修改任务状态,确定提交卸车信息?`,
|