|
@@ -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)
|
|
|
+ },
|
|
|
}
|