|
@@ -253,13 +253,13 @@
|
|
},
|
|
},
|
|
passSubmit() {
|
|
passSubmit() {
|
|
var that = this
|
|
var that = this
|
|
- if (!this.list.tranPriceIng && this.list.billingMethod == 1 && this.list.tranType == "汽运" || !this.list
|
|
|
|
- .tranPriceIngCar && this.list
|
|
|
|
- .billingMethod == 2 && this.list.tranType == "汽运" || !this.list.tranPriceIng && this.list.tranType !=
|
|
|
|
- "汽运") {
|
|
|
|
- this.$api.msg('运费单价不能为空')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // if (!this.list.tranPriceIng && this.list.billingMethod == 1 && this.list.tranType == "汽运" || !this.list
|
|
|
|
+ // .tranPriceIngCar && this.list
|
|
|
|
+ // .billingMethod == 2 && this.list.tranType == "汽运" || !this.list.tranPriceIng && this.list.tranType !=
|
|
|
|
+ // "汽运") {
|
|
|
|
+ // this.$api.msg('运费单价不能为空')
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: "审核中"
|
|
title: "审核中"
|
|
})
|
|
})
|