|
@ -210,10 +210,10 @@ const formsSuccess = async (formType,data) => { |
|
|
Workstation.allSchemas.tableFormColumns.map(item => { |
|
|
Workstation.allSchemas.tableFormColumns.map(item => { |
|
|
if(item.field == 'rawLocationCode') { |
|
|
if(item.field == 'rawLocationCode') { |
|
|
item.form.componentProps.searchCondition = [ |
|
|
item.form.componentProps.searchCondition = [ |
|
|
// { |
|
|
{ |
|
|
// key: 'areaType', |
|
|
key: 'areaType', |
|
|
// value: 'RAW', |
|
|
value: 'RAW', |
|
|
// }, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'available', |
|
|
key: 'available', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
@ -222,10 +222,10 @@ Workstation.allSchemas.tableFormColumns.map(item => { |
|
|
} |
|
|
} |
|
|
if(item.field == 'fgLocationCode') { |
|
|
if(item.field == 'fgLocationCode') { |
|
|
item.form.componentProps.searchCondition = [ |
|
|
item.form.componentProps.searchCondition = [ |
|
|
// { |
|
|
{ |
|
|
// key: 'areaType', |
|
|
key: 'areaType', |
|
|
// value: 'FG', |
|
|
value: 'FG', |
|
|
// }, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'available', |
|
|
key: 'available', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
|