Merge branch 'master' of http://bore.pub:10439/r/ERP_override
| | |
| | | color: black; |
| | | } |
| | | |
| | | @page { |
| | | size: auto; /* auto is the initial value */ |
| | | margin: 8mm 16mm 16mm 16mm /* this affects the margin in the printer settings */ |
| | | |
| | | } |
| | | |
| | | |
| | | </style> |
| | |
| | | otherMoney:{} |
| | | }) |
| | | onMounted(()=>{ |
| | | if(Object.keys(prop.otherMoney).length === 0 || prop.otherMoney===null){ |
| | | if(Object.keys(prop.otherMoney).length === 0){ |
| | | return |
| | | } |
| | | xGrid.value.reloadData(prop.otherMoney.filter(item => item.column.indexOf('M')>-1)) |
| | | }) |
| | | watch(prop,(newVal)=>{ |
| | | if(Object.keys(prop.otherMoney).length === 0 || prop.otherMoney===null){ |
| | | if(Object.keys(prop.otherMoney).length === 0){ |
| | | return |
| | | } |
| | | xGrid.value.reloadData(prop.otherMoney.filter(item => item.column.indexOf('M')>-1)) |