更新
This commit is contained in:
@@ -224,7 +224,6 @@ export default {
|
|||||||
created() {},
|
created() {},
|
||||||
methods: {
|
methods: {
|
||||||
billdelivery() {
|
billdelivery() {
|
||||||
this.deliveryQuantity
|
|
||||||
let percentage103 = (this.billAddData.preDeliveryQuantity * 10000 * 1.03) / 10000
|
let percentage103 = (this.billAddData.preDeliveryQuantity * 10000 * 1.03) / 10000
|
||||||
if (this.deliveryQuantity > percentage103) {
|
if (this.deliveryQuantity > percentage103) {
|
||||||
this.$confirm('实际提货量超出预约提货量103%, 是否确认?', '提示', {
|
this.$confirm('实际提货量超出预约提货量103%, 是否确认?', '提示', {
|
||||||
|
|||||||
Reference in New Issue
Block a user