sub_pages/partner/delivery/delivery-detail.vue
@@ -52,7 +52,8 @@ }, async onLoad(options) { this.id = options.id || '' // this.form.status='reduce' // this.$refs.popup_form.open() this.$http.request('get', '/api/code/value', { params: { type: 'FLOWER_LEVEL' @@ -164,7 +165,7 @@ } if (this.form.deductAmount) { if ((parseInt(this.form.deductAmount * 100) / 100) != this.form.deductAmount) { this.$message.showToast('扣款金额至多2位小数') this.$message.showToast('扣款金额最多2位小数字') return } }