diff --git a/src/api/PurchasingCenter/ArrivalStateSearch.js b/src/api/PurchasingCenter/ArrivalStateSearch.js index 6951df1f..363279c4 100644 --- a/src/api/PurchasingCenter/ArrivalStateSearch.js +++ b/src/api/PurchasingCenter/ArrivalStateSearch.js @@ -1,13 +1,14 @@ import request from '@/utils/request' // 初始化合同 -export function initArrivalStateContact() { +export function initArrivalStateContact(num) { return request({ url: '', method: 'post', data: { type: '1', - name: '采购管理_采购请款表_查询数据' + name: '采购管理_采购请款表_查询数据', + param: `供应商流水号_check=1&供应商流水号=${num}` } }) } @@ -61,3 +62,26 @@ export function submit(num) { } }) } +// 查询仓库到货情况 +export function searchArrivalState12(pageCurrent, pageSize, check1, num, check2, name) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '采购管理_仓库到货情况_查询数据_NEW', + param: `采购合同流水号_check=${check1}&采购合同流水号=${num}&供应商流水号_check=${check2}&供应商流水号=${name}`, + Pagination: pageCurrent + '&' + pageSize + } + }) +} +export function searchgongyings() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '采购管理_仓库到货情况_供货商查询数据' + } + }) +} diff --git a/src/views/PurchasingCenter/ArrivalEnquiry/index.vue b/src/views/PurchasingCenter/ArrivalEnquiry/index.vue index 0ba900a8..d826b790 100644 --- a/src/views/PurchasingCenter/ArrivalEnquiry/index.vue +++ b/src/views/PurchasingCenter/ArrivalEnquiry/index.vue @@ -2,8 +2,16 @@
+ 供应商: + + + 合同号: - + {{ item.name }}
- 供应商: -