|
|
@@ -27,8 +27,8 @@ export const sourceMap: FilterGroupMap<typeof contextState> = new Map([
|
|
|
]);
|
|
|
|
|
|
export const fixedMap: MapValue<typeof contextState>[] = [
|
|
|
- {label: '领用编号', type: 'field', value: 'askGoodsCode'},
|
|
|
- {label: '生产订单', type: 'field', value: 'productionCode'},
|
|
|
+ {label: '领料单号', type: 'field', value: 'askGoodsCode'},
|
|
|
+ {label: '生产订单号', type: 'field', value: 'productionCode'},
|
|
|
{label: '物料编号', type: 'field', value: 'materialCode'},
|
|
|
{label: '物料名称', type: 'field', value: 'materialName'},
|
|
|
{
|