diff --git a/app/pages/supply_chain/material_receipt/index.vue b/app/pages/supply_chain/material_receipt/index.vue
index e8468bd..321f9ca 100644
--- a/app/pages/supply_chain/material_receipt/index.vue
+++ b/app/pages/supply_chain/material_receipt/index.vue
@@ -150,15 +150,21 @@
领用用途
- {{ item.purpose || '—' }}
+ {{ item.remark || '—' }}
+
+
+
领用物资
@@ -476,7 +482,7 @@ export default {
},
// 获取领用记录列表
queryList(pageNo, pageSize) {
- stockPageList({ page: pageNo, limit: pageSize }).then(res => {
+ stockPageList({ page: pageNo, limit: pageSize, billType: 2 }).then(res => {
if (res.code === 200) {
const list = res.data.list;
// 将请求结果通过complete传给z-paging处理