From 09db84b0ce4fd806c90f0b4b0800e73d132c3746 Mon Sep 17 00:00:00 2001 From: dxc Date: Mon, 2 Mar 2026 17:00:30 +0800 Subject: [PATCH] fix: sync advanced filter field options with actual form fields Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) --- inventory-web/src/views/stock/inbound/semi.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inventory-web/src/views/stock/inbound/semi.vue b/inventory-web/src/views/stock/inbound/semi.vue index 464a4c3..3fb1789 100644 --- a/inventory-web/src/views/stock/inbound/semi.vue +++ b/inventory-web/src/views/stock/inbound/semi.vue @@ -632,23 +632,23 @@ const fieldOptions = ref([ { label: 'SKU', value: 'sku' }, { label: '入库日期', value: 'inbound_date' }, { label: '条码', value: 'barcode' }, - { label: '序列号', value: 'serial_number' }, { label: '批号', value: 'batch_number' }, - { label: '状态', value: 'status' }, - { label: '质量状态', value: 'quality_status' }, - { label: '入库量', value: 'qty_inbound' }, - { label: '库存数', value: 'qty_stock' }, - { label: '可用数', value: 'qty_available' }, + { label: '序列号', value: 'serial_number' }, { label: '库位', value: 'warehouse_location' }, + { label: '入库数量', value: 'qty_inbound' }, + { label: '当前库存', value: 'qty_stock' }, + { label: '当前可用', value: 'qty_available' }, + { label: '库存状态', value: 'status' }, + { label: '质量状态', value: 'quality_status' }, { label: 'BOM编号', value: 'bom_code' }, { label: 'BOM版本', value: 'bom_version' }, { label: '工单号', value: 'work_order_code' }, + { label: '生产负责人', value: 'production_manager' }, + { label: '生产时间', value: 'production_start_time' }, + { label: '生产结束时间', value: 'production_end_time' }, { label: '估算成本', value: 'raw_material_cost' }, { label: '基于BOM成本', value: 'unit_total_cost' }, { label: '总成本', value: 'total_price' }, - { label: '生产负责人', value: 'production_manager' }, - { label: '生产时间', value: 'production_start_time' }, - { label: '生产结束', value: 'production_end_time' }, { label: '详情链接', value: 'detail_link' }, ]) const operatorOptions = ref([