From a6c37b1398860b1c80250f6bf7cccc08488f08e4 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 20 Apr 2019 11:23:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/PurchasingCenter/FundApproval.js | 24 +++++ .../PurchasingCenter/FundApproval1/index.vue | 43 ++++++++- .../PurchasingCenter/FundApproval2/index.vue | 93 ++++++++++++++++++- .../PurchasingCenter/FundApproval3/index.vue | 43 ++++++++- 4 files changed, 194 insertions(+), 9 deletions(-) diff --git a/src/api/PurchasingCenter/FundApproval.js b/src/api/PurchasingCenter/FundApproval.js index 4fe0d204..5a696614 100644 --- a/src/api/PurchasingCenter/FundApproval.js +++ b/src/api/PurchasingCenter/FundApproval.js @@ -74,3 +74,27 @@ export function execApprovalOffline(num1, num2, reason, person, state) { } }) } +// 采购合同内容查询 +export function searchContactDetail(num) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '采购管理_采购合同内容_查询数据', + param: '采购合同流水号=' + num + } + }) +} +// 查询离线合同明细 +export function searchMateriel(num) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '采购管理_离线合同明细_查询数据', + param: `离线合同流水号=${num}` + } + }) +} diff --git a/src/views/PurchasingCenter/FundApproval1/index.vue b/src/views/PurchasingCenter/FundApproval1/index.vue index 1670e86c..e7d1fc3e 100644 --- a/src/views/PurchasingCenter/FundApproval1/index.vue +++ b/src/views/PurchasingCenter/FundApproval1/index.vue @@ -26,7 +26,7 @@