添加页面, 组件, 图标
This commit is contained in:
@@ -109,7 +109,7 @@ Page({
|
||||
const data = getDataSet(e);
|
||||
const index = data.index;
|
||||
const item = this.data.list[index];
|
||||
showModal({ content: `确认删除 ${item.bill_no} 订单?` }).then(() => {
|
||||
showModal({ content: `确认删除 ${item.bill_no}?` }).then(() => {
|
||||
post('ErpFinance/del', { head_id: item.head_id }).then(() => {
|
||||
toastSuccess('删除成功');
|
||||
sleep(() => {
|
||||
|
||||
Reference in New Issue
Block a user