liyg 2 tahun lalu
induk
melakukan
93afa0f852

+ 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
                 }
               })
           }