分切上料点位

This commit is contained in:
2022-12-12 09:48:48 +08:00
parent a21dbebd61
commit e0b678fe45
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">设备</span>
<span class="filter_label">点位</span>
</view>
<view class="filter_input_wraper">
<search-box

View File

@@ -346,7 +346,7 @@ export const feedingQueryMaterialInfo = (area, code, page, size) => request({
url:'api/pda/feeding/queryMaterialInfo',
data: {
product_area: area,
device_code: code,
point_code: code,
page: page,
size: size
}