소스 검색

现货采购入库统计报表

zxz 3 년 전
부모
커밋
11381cecb6
3개의 변경된 파일263개의 추가작업 그리고 517개의 파일을 삭제
  1. 1 1
      src/api/V2/statisticalReport/index.js
  2. 2 2
      src/model/statisticalReport/index.js
  3. 260 514
      src/views/statisticalReport/stockPurchaseReceiptReportList.vue

+ 1 - 1
src/api/V2/statisticalReport/index.js

@@ -80,4 +80,4 @@ export const API_POST_ADDDISORREMARKS = '/stockPurchaseReceiptReport/api/disAndR
 //现货采购入库修改结算重量
 export const API_POST_EDITSETTLEMENTWEIGHT = '/stockPurchaseReceiptReport/api/edit'
 //现货采购入库合同
-export const API_GET_STOCK_PURCHASE_CONTRACTNO = '/stockPurchaseReceiptReport/selectContractNoList'
+export const API_GET_STOCK_PURCHASE_CONTRACTNO = '/stockPurchaseReceiptReport/selectContractNoList'

+ 2 - 2
src/model/statisticalReport/index.js

@@ -38,7 +38,7 @@ import {
     API_POST_STOCKPURCHASEPAYMONEY,
     API_POST_ADDDISORREMARKS,
     API_POST_EDITSETTLEMENTWEIGHT,
-    API_GET_STOCKPURCHASECONTRACTNOLIST
+    API_GET_STOCK_PURCHASE_CONTRACTNO,
 } from '@/api/V2/statisticalReport'
 //期货采购入库报表
 export const getpurchreceipt = appRx.get(API_GET_PURCHRECEIPT, errorCatcher, errorHandle, filter)
@@ -123,4 +123,4 @@ export const addDisOrRemarks = appRx.post(API_POST_ADDDISORREMARKS, errorCatcher
 //现货采购入库修改结算重量
 export const editSettlementWeight = appRx.post(API_POST_EDITSETTLEMENTWEIGHT, errorCatcher, errorHandle, filter)
 //现货采购入库合同编号下拉
-export const getStockPurchaseContractNoList = appRx.get(API_GET_STOCKPURCHASECONTRACTNOLIST, errorCatcher, errorHandle, filter)
+export const getStockPurchaseContractNoList = appRx.get(API_GET_STOCK_PURCHASE_CONTRACTNO, errorCatcher, errorHandle, filter)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 260 - 514
src/views/statisticalReport/stockPurchaseReceiptReportList.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.