This commit is contained in:
xiaozhiyong
2023-06-07 16:03:06 +08:00
parent d68f0d3856
commit e77f33f4dd
6 changed files with 678 additions and 1009 deletions

View File

@@ -390,7 +390,7 @@ export default {
billdelivery() {
let percentage103 = (this.billAddData.preDeliveryQuantity * 10000 * 1.03) / 10000
if (this.deliveryQuantity > percentage103) {
this.$confirm('实际提货量超出预约提货量103%, 是否确认?', '提示', {
this.$confirm('实际提货量超出预约提货量3%, 是否确认?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'