Commit de980019 authored by youjie's avatar youjie

no message

parent 8281af14
......@@ -311,7 +311,7 @@ export default {
GetDetail: {
handler: function(val, oldVal) {
let isAmount = true
if(this.benMoney2>0){
if(this.GetDetail.CashierDetail&&this.GetDetail.CashierDetail.length){
if(this.benMoney2===this.benMoney){
isAmount = false
}else{
......
......@@ -206,7 +206,7 @@ export default {
GetDetail: {
handler: function(val, oldVal) {
let isAmount = true
if(this.benMoney2>0){
if(this.GetDetail.CashierDetail&&this.GetDetail.CashierDetail.length){
if(this.benMoney2===(this.benMoney-this.GetDetail.Fee)){
isAmount = false
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment