开始做开票信息编辑

This commit is contained in:
2024-04-24 16:54:11 +08:00
parent d41978e2e8
commit ff36356543
34 changed files with 549 additions and 274 deletions

View File

@@ -16,7 +16,8 @@ Page({
{ name: '编辑', },
{ name: '删除', },
],
selectData: {}
selectData: {},
active: 1,
},
/**
@@ -68,6 +69,9 @@ Page({
break;
}
},
onChange(e) {
this.setData({ active: e.detail.index })
},
async handleDelete() {
const { id } = this.data.selectData;
await wxModal({ content: "确定要删除当前记录吗?" })