|
@@ -22,7 +22,7 @@ export const sourceMap: FilterGroupMap<typeof contextState> = new Map([
|
|
|
]);
|
|
|
|
|
|
export const fixedMap: MapValue<typeof contextState>[] = [
|
|
|
- {label: '生产单号', value: 'productionCode', type: 'field'},
|
|
|
+ {label: '生产订单号', value: 'productionCode', type: 'field'},
|
|
|
{label: '报工单编号', value: 'noticeCode', type: 'field'},
|
|
|
{label: '物料名称', value: 'materialName', type: 'field'},
|
|
|
{label: '物料编号', value: 'wllbCode', type: 'field'},
|