|
|
@ -1208,13 +1208,15 @@ export default { |
|
|
|
return item |
|
|
|
return item |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
getDictionaryBiz('order_receive_status').then(res => { |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getDictionaryBiz('order_receive_status').then(res => { |
|
|
|
this.checkcColumnList("orderReceiveStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
this.checkcColumnList("orderReceiveStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
item.value=item.dictKey |
|
|
|
item.value=item.dictKey |
|
|
|
item.label=item.dictValue |
|
|
|
item.label=item.dictValue |
|
|
|
return item |
|
|
|
return item |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|