添加请购单. 采购单详情页

This commit is contained in:
zhengw
2026-02-09 17:04:01 +08:00
parent 13b0215e15
commit 81acde261f
19 changed files with 396 additions and 64 deletions

View File

@@ -98,6 +98,14 @@ Page({
});
});
},
onOrderDetail(e: any) {
const data = getDataSet(e);
const index = data.index;
const item = this.data.list[index];
wx.navigateTo({
url: `/pages/purchase/buyOrderDetail/buyOrderDetail?head_id=${item.head_id}`,
});
},
onViewAttachment(e: any) {
const data = getDataSet(e);
const index = data.index;