From ecb2095a7334bafdb5d5a3dc041a728ff93ace2d Mon Sep 17 00:00:00 2001 From: chenjianan Date: Fri, 15 Mar 2019 09:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceSettlementApprove.js | 12 -- .../InvoiceSettlementApplication/index.vue | 35 ++--- .../InvoiceSettlementApprove/index.vue | 130 ++++-------------- 3 files changed, 44 insertions(+), 133 deletions(-) diff --git a/src/api/PurchasingCenter/InvoiceSettlementApprove.js b/src/api/PurchasingCenter/InvoiceSettlementApprove.js index 6c8898e1..15f3e5ac 100644 --- a/src/api/PurchasingCenter/InvoiceSettlementApprove.js +++ b/src/api/PurchasingCenter/InvoiceSettlementApprove.js @@ -25,18 +25,6 @@ export function searchTable2(num) { } }) } -// 入库单明细查询 -export function searchInboundCardDetail(data1) { - return request({ - url: '', - method: 'post', - data: { - type: '1', - name: '库存管理_采购入库单_入库单明细_查询数据', - param: '采购入库单流水号=' + data1 - } - }) -} // 执行审批 export function excuteApprove(...data) { return request({ diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue index 3cd8fa9b..0503011f 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue @@ -122,7 +122,7 @@

发票结算申请单明细

发票号: - 追加入库记录 + 追加入库记录 - + @@ -92,16 +97,6 @@ {{ scope.row.审批3时间 ? scope.row.审批3时间 : '—' }} - - - - - -