liyg 2 년 전
부모
커밋
93afa0f852
1개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 5
      src/views/sale/components/transportFreight/saleTruckSettlement/bmsTruckDetailsOrderNew.vue

+ 8 - 5
src/views/sale/components/transportFreight/saleTruckSettlement/bmsTruckDetailsOrderNew.vue

@@ -334,12 +334,12 @@
               ></el-table-column>
               <el-table-column
                 prop="futurePriceValue"
-                label="修改后的运价"
+                label="最终运价"
                 width="100px"
               ></el-table-column>
               <el-table-column
                 prop="futureDetailsAmount"
-                label="修改后的运费"
+                label="最终运费"
                 width="100px"
               >
               </el-table-column>
@@ -583,12 +583,12 @@
               ></el-table-column>
               <el-table-column
                 prop="futurePriceValue"
-                label="修改后的运价"
+                label="最终运价"
                 width="100px"
               ></el-table-column>
               <el-table-column
                 prop="futureDetailsAmount"
-                label="修改后的运费"
+                label="最终运费"
                 width="100px"
               >
               </el-table-column>
@@ -1200,7 +1200,7 @@ export default {
                 this.getSteelReport()
                 this.dialogFormVisible = false
               } else {
-                this.$message.error('修改详单单价失败,请联系管理员!')
+                this.$message.error('修改失败:'+res.data.data)
                 this.dialogFormVisible = false
               }
             })
@@ -1217,6 +1217,9 @@ export default {
                   // this.operation(this.steelMap)
                   this.getSteelReport()
                   this.dialogFormVisible = false
+                }else {
+                  this.$message.error('修改失败:'+res.data.data)
+                  this.dialogFormVisible = false
                 }
               })
           }