This commit is contained in:
LiJianZhao 2025-05-07 16:06:53 +08:00
parent fa22f2934b
commit 3e84d52685
1 changed files with 3 additions and 1 deletions

View File

@ -56,10 +56,12 @@ const printReceipt = ref(false);
const payType = ref(null);
const retailOrder = ref<any>(null);
const init = (code: any) => {
debugger
post ('charge/getByCode',{code:code}).then((res:any)=>{
retailOrder.value = res;
show.value = true;
})
show.value = true;
}
defineExpose({init})
const changePriceType = (type: any) => {