|
@@ -1114,11 +1114,11 @@ export default {
|
|
orderId:""
|
|
orderId:""
|
|
}
|
|
}
|
|
let mapValue1={
|
|
let mapValue1={
|
|
- priceValue:""
|
|
|
|
|
|
+ detailsAmount:""
|
|
}
|
|
}
|
|
this.makeSurePriceOrderList = this.$refs.tableRef.selection.map(e => {
|
|
this.makeSurePriceOrderList = this.$refs.tableRef.selection.map(e => {
|
|
//运价判断
|
|
//运价判断
|
|
- mapValue1.priceValue=e.priceValue
|
|
|
|
|
|
+ mapValue1.detailsAmount=e.detailsAmount
|
|
this.someOnePriceValueList.push(mapValue1)
|
|
this.someOnePriceValueList.push(mapValue1)
|
|
mapvalue.placeId=e.placeId
|
|
mapvalue.placeId=e.placeId
|
|
mapvalue.priceValue=e.priceValue
|
|
mapvalue.priceValue=e.priceValue
|
|
@@ -1140,7 +1140,7 @@ export default {
|
|
console.log(map)
|
|
console.log(map)
|
|
let flag=0;
|
|
let flag=0;
|
|
this.someOnePriceValueList.forEach((e)=>{
|
|
this.someOnePriceValueList.forEach((e)=>{
|
|
- if(e.priceValue==null){
|
|
|
|
|
|
+ if(e.detailsAmount==null){
|
|
console.log("进入了flag++")
|
|
console.log("进入了flag++")
|
|
flag++
|
|
flag++
|
|
}
|
|
}
|
|
@@ -1148,7 +1148,7 @@ export default {
|
|
if(flag!=0){
|
|
if(flag!=0){
|
|
this.$message({
|
|
this.$message({
|
|
type: 'error',
|
|
type: 'error',
|
|
- message: '没有单价',
|
|
|
|
|
|
+ message: '没有最终运费',
|
|
duration: 2000,
|
|
duration: 2000,
|
|
offset: '250'
|
|
offset: '250'
|
|
})
|
|
})
|