更新
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user