|
@@ -12,6 +12,7 @@ export const sourceMap: FilterGroupMap<typeof contextState> = new Map([
|
|
|
|
|
|
|
|
export const fixedMap: MapValue<typeof contextState>[] = [
|
|
export const fixedMap: MapValue<typeof contextState>[] = [
|
|
|
{label: '入库单编号', type: 'field', value: 'storageCode'},
|
|
{label: '入库单编号', type: 'field', value: 'storageCode'},
|
|
|
|
|
+ {label: '采购订单号', type: 'field', value: 'orderCode'},
|
|
|
{label: '物料名称', type: 'field', value: 'materialName'},
|
|
{label: '物料名称', type: 'field', value: 'materialName'},
|
|
|
{label: '物料编号', type: 'field', value: 'wllbCode'},
|
|
{label: '物料编号', type: 'field', value: 'wllbCode'},
|
|
|
];
|
|
];
|