fix: sync advanced filter field options with actual form fields

Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
dxc
2026-03-02 17:00:30 +08:00
parent 06ec540c41
commit 09db84b0ce

View File

@ -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([