This commit is contained in:
xiaozhiyong
2023-06-06 09:19:00 +08:00
parent 7a74234022
commit a18cbf1b9f

View File

@@ -224,7 +224,6 @@ export default {
created() {},
methods: {
billdelivery() {
this.deliveryQuantity
let percentage103 = (this.billAddData.preDeliveryQuantity * 10000 * 1.03) / 10000
if (this.deliveryQuantity > percentage103) {
this.$confirm('实际提货量超出预约提货量103%, 是否确认?', '提示', {