소스 검색

合同材料

ZaiZai 1 년 전
부모
커밋
20d44801f0
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/api/modules/debit-pay/material/material.js

+ 16 - 0
src/api/modules/debit-pay/material/material.js

@@ -24,4 +24,20 @@ export default {
             data: form,
         }, false)
     },
+    //选择实时价格
+    async getMaterialCurrentPrice(form) {
+        return HcApi({
+            url: '/api/blade-meter/materialValidity/get-material-current-price',
+            method: 'get',
+            params: form,
+        }, false)
+    },
+    //选择实时价格-确认
+    async getMaterialRangePrice(form) {
+        return HcApi({
+            url: '/api/blade-meter/materialValidity/get-material-range-price',
+            method: 'get',
+            params: form,
+        }, false)
+    },
 }