|
@@ -638,6 +638,7 @@ export default {
|
|
|
},
|
|
|
submit() {
|
|
|
for (var i = 0; i < this.freightspace.length; i++) {
|
|
|
+ if(this.freightspace[i].status== '已装车'){
|
|
|
if (!this.freightspace[i].unloadNetWeight) {
|
|
|
this.$message({
|
|
|
message: '卸车净重不能为空!',
|
|
@@ -652,6 +653,7 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
this.$confirm(`提交成功后提醒司机及时签订运输合同,确定提交卸车信息?`, {
|
|
|
confirmButtonText: '确定',
|
|
@@ -1136,7 +1138,7 @@ export default {
|
|
|
}
|
|
|
//卸车详情
|
|
|
/deep/.liaison .ws-info-table .el-form-item {
|
|
|
- width: 15%;
|
|
|
+ width: 16%;
|
|
|
}
|
|
|
/deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
|
|
|
width: 50%;
|